0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/util
2011-07-27 15:59:26 -04:00
..
concurrency added a check with DEBUG that warns if you try to lock during static shutdown 2011-07-25 15:52:36 -04:00
mongoutils make header dependency order happier/compile 2011-05-10 12:58:56 -04:00
net support more ssl versions 2011-07-27 09:48:35 -04:00
admin_access.h
alignedbuilder.cpp abort in _DEBUG build so very notificable if assert fires 2011-03-08 17:06:37 -05:00
alignedbuilder.h our convention is that methods go in the cpp if not one liners and not performance critical for inlining 2011-02-27 11:23:04 -05:00
allocator.h
array.h
assert_util.cpp dont inline asserts. might matter with global optimizers. 2011-06-27 18:56:09 -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
base64.h
bson_util.h Fixes for distributed lock handling time skew. 2011-03-01 14:15:26 -05:00
bufreader.h
checksum.h change to a faster checksum (old was md5). new is less discriminating but fast. 2011-02-24 13:34:42 -05:00
debug_util.cpp
debug_util.h
embedded_builder.h
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 windows.h cleaning 2011-07-10 22:42:54 -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
hex.h
histogram.cpp
histogram.h
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 try to fix SERVER-2948 journaling windows error message 2011-05-03 16:59:14 -04:00
logfile.h Make journalling work even when O_DIRECT doesn't SERVER-2906 2011-04-05 19:18:21 -04:00
lruishmap.h
md5.c
md5.h
md5.hpp
md5main.cpp
mmap_mm.cpp
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
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
optime.h defensive optime 2011-07-17 15:28:01 -04:00
password.cpp
password.h
paths.h move a using namespace into mongo namespace 2011-07-27 09:48:35 -04:00
processinfo_darwin.cpp
processinfo_linux2.cpp
processinfo_none.cpp
processinfo_win32.cpp windows.h cleaning 2011-07-10 22:42:54 -04:00
processinfo.cpp
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
signal_handlers.h
stringutils.cpp
stringutils.h pragma once 2011-06-27 00:46:15 -04:00
text.cpp
text.h
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
util.cpp cleaning 2011-06-05 18:07:43 -04:00
version.cpp post 1.9.1 2011-07-26 10:22:12 -04:00
version.h Assemble versionArray during static init time 2011-04-04 12:05:43 -04:00
winutil.h