summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* cleaningdwight2011-06-051-6/+3
* cleaningdwight2011-06-051-11/+0
* cleaning old class removeddwight2011-06-051-39/+0
* prep for signed datesDwight2011-06-031-1/+1
* compiledwight2011-06-021-1/+0
* curTimeMillis() was dubious as it rolls over frequently -- so eliminate it.dwight2011-06-023-17/+26
* tabs missingDwight2011-06-011-7/+7
* add verify( <code> , <test> ) SERVER-1259Eliot Horowitz2011-05-292-1/+22
* unsafe use of type warningdwight2011-05-231-1/+1
* helper mongo::ErrorMsg class that builds error strings. lighter weight than ...dwight2011-05-232-0/+32
* show user asserts in verbose modeEliot Horowitz2011-05-221-0/+1
* made PeriodicTask more explicityEliot Horowitz2011-05-172-12/+45
* PeriodicTaskEliot Horowitz2011-05-172-0/+85
* access to progress meter in db.currentOp() SERVER-2167Eliot Horowitz2011-05-171-8/+6
* size() method on BlockingQueueEliot Horowitz2011-05-161-0/+6
* check we are in writelock on optime::now. also tune it a bitdwight2011-05-141-15/+10
* use _WIN32, not WIN32Dwight2011-05-111-1/+1
* better loggingKristina2011-05-101-0/+3
* use pthread spinlock when availableEliot Horowitz2011-05-102-18/+37
* scoped_spinlock and a warning in spin lock testsEliot Horowitz2011-05-101-0/+10
* make header dependency order happier/compileDwight2011-05-101-0/+2
* include cleanupdwight2011-05-091-1/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2011-05-091-2/+3
|\
| * compiledwight2011-05-091-1/+1
| * compiler warning fixDwight2011-05-091-1/+2
* | diagstr typo argdwight2011-05-091-1/+1
|/
* SimpleMutex and formattingdwight2011-05-091-24/+38
* redo diagstrdwight2011-05-092-28/+20
* diagstr didnt have a copy contructor; a better fix later maybedwight2011-05-081-0/+6
* thread safety replSetGetStatus backport? SERVER-3032dwight2011-05-081-0/+4
* don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% fasterEliot Horowitz2011-05-071-0/+2
* vcxproj betterdwight2011-05-071-1/+1
* avoid potential race conditions with ReplSet::startupStatusMsgdwight2011-05-061-0/+3
* dont assert in destructorDwight2011-05-041-1/+1
* try to fix SERVER-2948 journaling windows error messageDwight2011-05-031-11/+21
* Merge branch 'master' into mainDwight2011-05-031-0/+4
|\
| * towards index v1 formatDwight2011-04-221-0/+4
* | fix problem with groupcommitlimitedlocks simultaneous with dropdatabase in 1.9dwight2011-05-031-9/+18
* | update vcxproj files for ramlog.cppdwight2011-05-021-1/+1
* | fix recursive loop in sending data SERVER-2933Kristina2011-05-021-9/+4
* | more getLog workEliot Horowitz2011-05-021-1/+2
* | don't include newline in RamLogEliot Horowitz2011-05-021-3/+13
* | getLog command so you access RamLog entriesEliot Horowitz2011-05-022-3/+55
* | some formattingEliot Horowitz2011-05-021-2/+2
* | cleaning ramlogEliot Horowitz2011-05-022-106/+150
* | commentsAaron2011-05-021-2/+2
* | Treat unix sockets as localhost in HostAndPort SERVER-1761Mathias Stearn2011-05-021-1/+6
* | Merge branch 'master' of github.com:mongodb/mongoDwight2011-05-023-9/+29
|\ \
| * | clean up fd when out of diskEliot Horowitz2011-05-021-1/+5
| * | post 1.9.0Eliot Horowitz2011-05-011-1/+1