.. |
concurrency
|
some tests for locking trying to debug bizarre RWLock issue
|
2011-04-25 09:49:01 -04:00 |
mongoutils
|
help text
|
2011-04-18 18:42:29 -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
|
abort _DEBUG on wasserts, they arent supposed to happen
|
2011-03-29 07:54:57 -04:00 |
assert_util.h
|
not checking msgasserted for dupes
|
2011-04-15 13:39:47 -04:00 |
background.cpp
|
defensive
|
2011-03-17 12:35:10 -04:00 |
background.h
|
more background job debugging
|
2011-02-13 16:04:06 -05: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
|
Keep trying to allocate new file SERVER-2609
|
2011-04-12 18:23:47 -04:00 |
file_allocator.h
|
FileAllocator::hasFailed method
|
2011-04-06 18:10:52 -04:00 |
file.h
|
the replication oplog size was not intelligently being set on windows by default.
|
2011-04-14 15:49:45 -04:00 |
goodies.h
|
compact cmd progress meter
|
2011-04-12 12:09:31 -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
|
working towrads unifying network code
|
2011-04-05 02:24:16 -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
|
compile?
|
2011-04-18 18:56:02 -04:00 |
log.h
|
trap segfaults and such and try to log them on windows
|
2011-04-18 18:44:38 -04:00 |
logfile.cpp
|
Make journalling work even when O_DIRECT doesn't SERVER-2906
|
2011-04-05 19:18:21 -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
|
|
|
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
|
Don't create unix socket for HTTP interface SERVER-2204
|
2011-04-13 20:49:49 -04:00 |
message_server.h
|
working towrads unifying network code
|
2011-04-05 02:24:16 -04:00 |
message.cpp
|
More accurate uptimeEstimate on linux. Also ensure it never decreases.
|
2011-04-20 12:28:34 -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
|
advise -> advice (noun rather than verb)
|
2011-04-04 13:20:45 -04:00 |
mmap_win.cpp
|
show if 32 bit build here as that is the common error case and also not getting a good error msg from windows for some reason
|
2011-04-06 13:20:28 -04:00 |
mmap.cpp
|
dur move journal write outside of read lock
|
2011-03-11 11:36:06 -05:00 |
mmap.h
|
advise -> advice (noun rather than verb)
|
2011-04-04 13:20:45 -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
|
cleaner pointer handling in SlaveTracking
|
2011-02-10 11:47:13 -05: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
|
dur log info if abort because cant remap a private view
|
2011-03-07 15:17:43 -05:00 |
queue.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
ramlog.h
|
g++ 4.6 compile (new -Wunused-but-set-variable warning)
|
2011-04-03 19:10: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
|
gettimeofday typo
|
2011-04-05 15:05:17 -04:00 |
timer.h
|
just formatting
|
2011-03-14 09:43:22 -04:00 |
unittest.h
|
ran astyle SERVER-2304
|
2011-01-04 00:40:41 -05:00 |
util.cpp
|
commnet
|
2011-04-18 18:43:51 -04:00 |
version.cpp
|
typo
|
2011-04-20 12:05:10 -04:00 |
version.h
|
Assemble versionArray during static init time
|
2011-04-04 12:05:43 -04:00 |
winutil.h
|
|
|