summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* OpTime needs to handle clock skew SERVER-703Eliot Horowitz2010-03-061-0/+4
* compile windowsEliot Horowitz2010-02-211-1/+1
* fix for solaris compileEliot Horowitz2010-02-211-1/+5
* don't use backtrace on freebsd SERVER-644Eliot Horowitz2010-02-171-1/+1
* sequential option for mmap SERVER-607Eliot Horowitz2010-02-163-4/+19
* don't assert in rawoutdwight2010-01-251-3/+3
* elim warning on windowsDwight2010-01-191-2/+4
* Better VirtualMemorySize on windowsMathias Stearn2010-01-191-3/+4
* fix uninitialized length for MemoryMapFile on windows.Mathias Stearn2010-01-191-0/+1
* use boost sleep on sunos SERVER-548Eliot Horowitz2010-01-151-1/+1
* use nanosleep on *nix rather than boost, trying to fix os x issue SERVER-539Eliot Horowitz2010-01-141-0/+23
* try to fix win64 memory take 3 SERVER-528Eliot Horowitz2010-01-111-2/+2
* try to fix win64 memory take 2 SERVER-528Eliot Horowitz2010-01-111-6/+5
* try to fix win64 memory SERVER-528Eliot Horowitz2010-01-111-6/+9
* make mem info work on win32 SERVER-528Eliot Horowitz2010-01-112-6/+58
* help people trying to access http on driver portEliot Horowitz2010-01-021-0/+8
* make --quiet not print out connection accepted SERVER-498Eliot Horowitz2009-12-201-1/+2
* __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