summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* better logging on File::read errordwight2011-04-251-1/+8
* some tests for locking trying to debug bizarre RWLock issueEliot Horowitz2011-04-251-1/+6
* More accurate uptimeEstimate on linux. Also ensure it never decreases.Mathias Stearn2011-04-201-1/+6
* typoEliot Horowitz2011-04-201-1/+1
* compile?dwight2011-04-181-0/+1
* trap segfaults and such and try to log them on windowsdwight2011-04-183-6/+3
* commnetdwight2011-04-181-1/+2
* help textdwight2011-04-181-0/+2
* not checking msgasserted for dupesEliot Horowitz2011-04-151-2/+2
* Make it clearer when new server starts in logAppend modeMathias Stearn2011-04-141-0/+10
* the replication oplog size was not intelligently being set on windows by defa...Dwight2011-04-141-0/+18
* Don't create unix socket for HTTP interface SERVER-2204Mathias Stearn2011-04-133-4/+7
* Keep trying to allocate new file SERVER-2609Mathias Stearn2011-04-121-4/+5
* compact cmd progress meterDwight2011-04-121-0/+6
* help locate errors and facility for better msgsDwight2011-04-121-2/+13
* use constructor parameter in ThreadSafeStringEliot Horowitz2011-04-071-1/+1
* don't use slimreaderwriter. apparently you need pretty new versions for the ...Dwight2011-04-071-2/+2
* use slimreaderwriter locks on win64. this requires vista+ or win2008 server.Dwight2011-04-071-9/+18
* commentEliot Horowitz2011-04-061-0/+4
* FileAllocator::hasFailed methodEliot Horowitz2011-04-062-1/+11
* show if 32 bit build here as that is the common error case and also not getti...Dwight2011-04-061-1/+2
* try to make low priority rwlock more reliableEliot Horowitz2011-04-061-1/+6
* Make journalling work even when O_DIRECT doesn't SERVER-2906Mathias Stearn2011-04-052-7/+26
* gettimeofday typoMathias Stearn2011-04-051-1/+1
* Print warning when running on NUMA box w/o running numactl --interleaveMathias Stearn2011-04-051-0/+34
* Use gettimeofday directly on posix. 3x faster than boost time stuff on linuxMathias Stearn2011-04-051-5/+35
* moving down so all time funcs are togetherMathias Stearn2011-04-051-8/+8
* better port check, but MessagePort needs to be cleaned upEliot Horowitz2011-04-051-1/+1
* finish unifying network server codeEliot Horowitz2011-04-051-2/+2
* working towrads unifying network codeEliot Horowitz2011-04-055-19/+51
* advise -> advice (noun rather than verb)Mathias Stearn2011-04-043-5/+5
* solaris compileMathias Stearn2011-04-041-1/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2011-04-048-69/+32
|\
| * Assemble versionArray during static init timeMathias Stearn2011-04-042-13/+4
| * g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-04-031-2/+1
| * conversion of unneeded caused_by macros to methodsgregs2011-04-011-17/+6
| * make sure if we can't start a new thread for a socket, we release the connect...Eliot Horowitz2011-03-311-0/+10
| * remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-304-37/+11
* | towards compact cmd still in progdwight2011-04-044-1/+26
|/
* cleaner socket timeout logicEliot Horowitz2011-03-301-7/+8
* bsonelement further tweakdwight2011-03-291-0/+1
* abort _DEBUG on wasserts, they arent supposed to happendwight2011-03-291-1/+6
* beginnings of recording some timing information for the c++ unit testsDwight2011-03-252-1/+2
* allow to change total for ProgressMeter midrunEliot Horowitz2011-03-231-0/+4
* on an unnumbered assertion (not an massert or uassert), abort() if itdwight2011-03-221-0/+5
* fix textDwight2011-03-211-1/+1
* more clear logicMathias Stearn2011-03-171-6/+6
* file modeEliot Horowitz2011-03-171-0/+0
* spacingDwight2011-03-171-2/+0
* comments SERVER-2327Dwight2011-03-171-4/+25