.. |
concurrency
|
comment out race til merge
|
2011-08-02 02:39:11 -04:00 |
mongoutils
|
make header dependency order happier/compile
|
2011-05-10 12:58:56 -04:00 |
net
|
fix bad werror code usage on socket timeout with windows, and some cleaning
|
2011-08-02 02:36:41 -04:00 |
admin_access.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
alignedbuilder.cpp
|
journal compression. the write half of the work.
|
2011-08-02 02:39:04 -04:00 |
alignedbuilder.h
|
journal compression. the write half of the work.
|
2011-08-02 02:39:04 -04:00 |
allocator.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
array.h
|
fix comment and add assert
|
2011-08-01 17:37:38 -04:00 |
assert_util.cpp
|
rate limit logging of wassert
|
2011-08-02 02:38:02 -04:00 |
assert_util.h
|
Revert "not sure it makes a difference but reduce the footprint of desturctor guard at the expense of less precise lossing there. doesnt tend to fire anyway."
|
2011-07-11 22:57:26 -04:00 |
background.cpp
|
unsafe use of type warning
|
2011-05-23 20:09:09 -04:00 |
background.h
|
made PeriodicTask more explicity
|
2011-05-17 14:23:18 -04:00 |
base64.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
base64.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
bson_util.h
|
Fixes for distributed lock handling time skew.
|
2011-03-01 14:15:26 -05:00 |
bufreader.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
checksum.h
|
change to a faster checksum (old was md5). new is less discriminating but fast.
|
2011-02-24 13:34:42 -05:00 |
compress.cpp
|
journal compression. the write half of the work.
|
2011-08-02 02:39:04 -04:00 |
compress.h
|
journal compression. the write half of the work.
|
2011-08-02 02:39:04 -04:00 |
debug_util.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
debug_util.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
embedded_builder.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
file_allocator.cpp
|
clean up fd when out of disk
|
2011-05-02 00:04:35 -04:00 |
file_allocator.h
|
FileAllocator::hasFailed method
|
2011-04-06 18:10:52 -04:00 |
file.h
|
Truncate journal files to 1GB before recycling for prealloc SERVER-3412
|
2011-08-01 19:14:03 -04:00 |
goodies.h
|
test and group slaveok fix for SERVER-3405
|
2011-07-27 15:59:26 -04:00 |
hashtab.h
|
more clear logic
|
2011-03-17 21:12:46 -04:00 |
heapcheck.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
hex.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
histogram.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
histogram.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
log.cpp
|
fix stderr redirect for windows SERVER-3171
|
2011-06-16 21:11:32 -04:00 |
log.h
|
add a warning if try to log() during static shutdown
|
2011-07-25 15:52:36 -04:00 |
logfile.cpp
|
add assert minor
|
2011-08-02 02:39:09 -04:00 |
logfile.h
|
Truncate log files to end of current commit on rotate SERVER-3412
|
2011-08-01 19:14:03 -04:00 |
lruishmap.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
md5.c
|
|
|
md5.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
md5.hpp
|
another md5 helper
|
2010-12-10 19:20:43 -05:00 |
md5main.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
mmap_mm.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
mmap_posix.cpp
|
fix a race bug with mmmutex and dur in particular with closealldatabases
|
2011-04-29 14:50:41 -04:00 |
mmap_win.cpp
|
windows.h cleaning
|
2011-07-10 22:42:54 -04:00 |
mmap.cpp
|
fix a race bug with mmmutex and dur in particular with closealldatabases
|
2011-04-29 14:50:41 -04:00 |
mmap.h
|
fix a race bug with mmmutex and dur in particular with closealldatabases
|
2011-04-29 14:50:41 -04:00 |
moveablebuffer.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
ntservice.cpp
|
Fixed SERVER-2719, SERVER-1680 and SERVER-1434 (all had the same underlying cause).
|
2011-03-15 00:17:16 -04:00 |
ntservice.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
optime.h
|
defensive optime
|
2011-07-17 15:28:01 -04:00 |
password.cpp
|
|
|
password.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
paths.h
|
move a using namespace into mongo namespace
|
2011-07-27 09:48:35 -04:00 |
processinfo_darwin.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
processinfo_linux2.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
processinfo_none.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
processinfo_win32.cpp
|
windows.h cleaning
|
2011-07-10 22:42:54 -04:00 |
processinfo.cpp
|
cleaning ProcessInfo usage so don't need in client
|
2011-01-26 11:21:16 -05:00 |
processinfo.h
|
make static
|
2011-06-15 16:48:12 -04:00 |
queue.h
|
size() method on BlockingQueue
|
2011-05-16 16:53:28 -04:00 |
ramlog.cpp
|
update vcxproj files for ramlog.cpp
|
2011-05-02 20:53:11 -04:00 |
ramlog.h
|
getLog command so you access RamLog entries
|
2011-05-02 14:26:36 -04:00 |
signal_handlers.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
signal_handlers.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
stringutils.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
stringutils.h
|
SERVER-3370 partition lexNumCmp comparisions with dot characters
|
2011-07-31 08:59:02 -07:00 |
text.cpp
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
text.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
time_support.h
|
Part 2 of SERVER-1097: Make mongoexport export valid CSV
|
2011-07-26 10:33:01 -04:00 |
timer.h
|
Timer::minutes
|
2011-07-24 00:55:57 -04:00 |
unittest.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
util.cpp
|
cleaning
|
2011-06-05 18:07:43 -04:00 |
version.cpp
|
check /proc/sys/vm/zone_reclaim_mode at startup SERVER-3497
|
2011-08-01 19:14:03 -04:00 |
version.h
|
Assemble versionArray during static init time
|
2011-04-04 12:05:43 -04:00 |
winutil.h
|
|
|