summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* __MSVC__ -> _WIN32Mathias Stearn2009-12-021-2/+2
* typo: MSCV -> MSVCMathias Stearn2009-12-021-2/+2
* Atomic increment (try 3)Mathias Stearn2009-12-021-2/+27
* removing atomic increment for nowMathias Stearn2009-12-011-1/+2
* working atomic incrementMathias Stearn2009-12-011-12/+1
* Make OID and MSGID increments atomicMathias Stearn2009-12-012-6/+17
* better 32-bit error messageEliot Horowitz2009-12-011-0/+3
* debugging for SHARDING-40 and SERVER-440Eliot Horowitz2009-12-011-1/+2
* some initial visual studio 2010 supportDwight2009-11-301-6/+6
* some threadsafety on memory mapped file static methodsEliot Horowitz2009-11-302-1/+12
* cleaningEliot Horowitz2009-11-241-6/+1
* better message debuggingEliot Horowitz2009-11-241-0/+1
* fix SockAddr::toStringEliot Horowitz2009-11-241-2/+6
* Timer::secondsEliot Horowitz2009-11-191-0/+3
* better failure messageEliot Horowitz2009-11-171-1/+1
* match free to mallocMathias Stearn2009-11-141-1/+1
* fsync command part of SERVER-255Eliot Horowitz2009-11-112-3/+7
* MemoryMappedFile::flushAllEliot Horowitz2009-11-112-1/+8
* sleepmicrosEliot Horowitz2009-11-031-0/+11
* Pull launchGDB out to debug_util.cppMathias Stearn2009-11-032-0/+63
* Remove debugging coutsMathias Stearn2009-11-031-2/+0
* assert and massert now trigger breakpoint()Mathias Stearn2009-11-021-0/+2
* Make breakpoint() safe to call anywhere.Mathias Stearn2009-11-021-14/+27
* pull EmbeddedBuilder to its own fileMathias Stearn2009-11-021-0/+91
* Add breakpoint functions (*nix only)Mathias Stearn2009-11-011-0/+17
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-2843-451/+603
|\
| * all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-2743-451/+603
* | slightly better error message when problem opening filesDwight2009-10-271-3/+3
|/
* cute hack so log() works before startup is finishedEliot Horowitz2009-10-212-2/+8
* cleanup/prep for # of indexes workDwight2009-10-191-3/+3
* quick fix for global namespace pollution (mostly client)metagoto2009-10-181-0/+2
* win32 fixEliot Horowitz2009-10-161-1/+5
* log rotation with USR1 signal SERVER-358Eliot Horowitz2009-10-162-1/+20
* replace cerr with cout for all server filesEliot Horowitz2009-10-163-5/+5
* clean logpath codeEliot Horowitz2009-10-161-7/+1
* make logpath use FILE/fopen instead of open - should work on windows SERVER-339Eliot Horowitz2009-10-162-0/+51
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-152-14/+16
|\
| * get rid of warning in linux process info thingEliot Horowitz2009-10-151-3/+5
| * GCC4.4 doesn't like char array subscriptsMathias Stearn2009-10-151-11/+11
* | fix assert to use ours and thus make unit test passDwight2009-10-151-0/+2
|/
* this not good with unit testDwight2009-10-141-1/+1
* refactor a littleDwight2009-10-141-0/+3
* make Top threadsafeDwight2009-10-142-20/+49
* move curNs to Client objectDwight2009-10-132-12/+16
* ThreadLocalInt prettierDwight2009-10-132-13/+23
* make assert use mongo::asserted so it'll work even with out using namepsace S...Eliot Horowitz2009-10-081-5/+5
* make mongoimportjson not crash with small objects, some ProgressMeter enhance...Eliot Horowitz2009-10-081-5/+8
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-072-3/+3
|\
| * killOp() wasn't working with validateDwight2009-10-071-1/+1
| * small cleanupsDwight2009-10-061-2/+2