summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MemoryMappedFile::getTotalMappedEliot Horowitz2009-10-072-3/+15
|/
* more verbose shutdown logging to try and figure out why shutdown is very slow...Eliot Horowitz2009-10-051-1/+4
* more ProgressMeter to public placeEliot Horowitz2009-10-051-0/+42
* better debugging for assertionsEliot Horowitz2009-10-011-1/+5
* win compileEliot Horowitz2009-10-011-2/+0
* finish getting rid of boost base64Eliot Horowitz2009-10-011-3/+10
* fix base64 issueEliot Horowitz2009-10-012-16/+19