summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* base64 decodeEliot Horowitz2009-09-302-16/+72
* simple base64::encodeEliot Horowitz2009-09-302-0/+113
* win pre-compild headersunknown2009-09-301-0/+1
* cleaning MINOREliot Horowitz2009-09-211-6/+1
* better unit tests for unique indexes and dropDup : true on indexingDwight2009-09-211-1/+8
* use posix_fadvise when we populate a new datafileDwight2009-09-211-4/+10
* remotePortEliot Horowitz2009-09-171-2/+6
* make easier to compile things on windows MINOREliot Horowitz2009-09-161-1/+1
* fix warning on *nixEliot Horowitz2009-09-161-3/+3
* make timer use 64-bits SERVER-249Eliot Horowitz2009-09-161-9/+9
* getClientId()Eliot Horowitz2009-09-142-0/+6
* client id work and make getLastError work non sharded-collections in sharding...Eliot Horowitz2009-09-112-17/+36
* make lastError able to work with ids, rather than just tlEliot Horowitz2009-09-111-0/+20
* include cleaningEliot Horowitz2009-09-092-4/+0
* improve how we handle concurrency with loggingdwight2009-09-031-14/+14
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-09-031-7/+13
|\
| * fix logstream and shared_ptrEliot Horowitz2009-09-031-7/+13
* | interim ocmmit of new logging stuffdwight2009-09-032-8/+18
|/
* change to NullStreamdwight2009-09-031-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-011-0/+1
|\
| * remove c dependsEliot Horowitz2009-08-281-3/+0
| * some solaris fixesEliot Horowitz2009-08-281-0/+4
* | minor commentsDwight2009-09-011-5/+8
|/
* more CmdLine objectDwight2009-08-252-8/+1