0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/util
2011-06-20 13:04:13 -04:00
..
concurrency stub upgradable 2011-06-18 15:40:28 -04:00
mongoutils make header dependency order happier/compile 2011-05-10 12:58:56 -04:00
admin_access.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
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 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
array.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
assert_util.cpp add verify( <code> , <test> ) SERVER-1259 2011-05-29 22:19:59 -04:00
assert_util.h comment 2011-06-14 17:25:36 -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
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 File::len was not checking for an error during its processing. in general it would be better if this class threw exceptions but that is a bigger change for the future. 2011-04-28 13:40:30 -04:00
goodies.h cleaning old class removed 2011-06-05 18:07:20 -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
hostandport.h Treat unix sockets as localhost in HostAndPort SERVER-1761 2011-05-02 12:25:09 -04:00
httpclient.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
httpclient.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 Merge branch 'master' into main 2011-05-03 15:53:27 -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 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
message_server_asio.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
message_server_port.cpp Create conn threads in detached state since we never join them SERVER-2707 2011-06-20 13:04:13 -04:00
message_server.h working towrads unifying network code 2011-04-05 02:24:16 -04:00
message.cpp curTimeMillis() was dubious as it rolls over frequently -- so eliminate it. 2011-06-02 23:49:49 -04:00
message.h Don't create unix socket for HTTP interface SERVER-2204 2011-04-13 20:49:49 -04:00
miniwebserver.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
miniwebserver.h 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 fix a race bug with mmmutex and dur in particular with closealldatabases 2011-04-29 14:50:41 -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 prep for signed dates 2011-06-03 14:01:41 -04:00
password.cpp
password.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
paths.h This shouldn't log by default SERVER-2763 2011-03-16 15:21:36 -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 ran astyle SERVER-2304 2011-01-04 00:40:41 -05: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
sock.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
sock.h set default socket path in cons 2011-01-21 02:08:04 -05:00
stringutils.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
stringutils.h bsonelement further tweak 2011-03-29 08:42:36 -04: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 cleaning 2011-06-05 18:07:59 -04:00
timer.h curTimeMillis() was dubious as it rolls over frequently -- so eliminate it. 2011-06-02 23:49:49 -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 fix numa issue SERVER-3212 2011-06-09 11:07:30 -04:00
version.h Assemble versionArray during static init time 2011-04-04 12:05:43 -04:00
winutil.h