summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* fix MessagingPort leaking SERVER-777Eliot Horowitz2010-06-251-3/+2
* Fixed mongod hanging when issuing a "mongod --remove" with the service running.Justin Dearing2010-06-101-2/+5
* fix linux compileEliot Horowitz2010-05-271-2/+2
* safety opening process infoEliot Horowitz2010-05-271-1/+7
* fix windows service registrationMathias Stearn2010-05-241-5/+15
* print filename for windows flush failure SERVER-1107Eliot Horowitz2010-05-103-5/+8
* close test fd SERVER-1023Eliot Horowitz2010-04-161-0/+1
* adaptive sleep for ClientCusror::yield SERVER-975Eliot Horowitz2010-04-131-0/+4
* fix array numberic sort order SERVER-833Eliot Horowitz2010-03-261-22/+33
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-1/+5
* don't use execinfo on solarisEliot Horowitz2010-03-151-1/+1
* check for fd==0 as in mmap_posixMathias Stearn2010-03-151-1/+1
* Async flush uasserts on windows SERVER-735Mathias Stearn2010-03-151-8/+7
* SERVER-695 expose boost object to work better with older boost versionsAaron2010-03-154-11/+17
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-1516-57/+86
* don't replicate mr temp tables SERVER-746Eliot Horowitz2010-03-151-1/+3
* can get progress of index creation through db.currentOp and web console SERVE...Eliot Horowitz2010-03-151-3/+37
* add time to mongostatEliot Horowitz2010-03-122-0/+21
* use BSONObj for params so order is preservedEliot Horowitz2010-03-122-6/+10
* move alphabet to .hEliot Horowitz2010-03-112-33/+39
* Revert "SERVER-695 don't destroy static global mutexes"Aaron2010-03-1016-86/+57
* Revert "SERVER-695 older boost too"Aaron2010-03-101-4/+0
* SERVER-695 older boost tooAaron2010-03-101-0/+4
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-091-2/+17
|\
| * fsync shouldn't be a noop on windows SERVER-728Mathias Stearn2010-03-091-2/+17
* | SERVER-695 don't destroy static global mutexesAaron2010-03-0916-57/+86
|/
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-081-1/+0
|\
| * keepalive event logged by masters for replicationDwight2010-03-081-1/+0
* | SERVER-705 check for negative effects of large clock skews, seed last optime ...Aaron2010-03-081-1/+20
|/
* OpTime needs to handle clock skew SERVER-703Eliot Horowitz2010-03-041-0/+4
* URL decoding for the HTTP/REST server SERVER-625Mathias Stearn2010-03-032-1/+21
* move hex::val to util/hex.h and rename to fromHexMathias Stearn2010-03-031-0/+35
* fix mm optionEliot Horowitz2010-03-031-4/+3
* SERVER-652 simplify field name upper limit check, guard against setting strin...Aaron2010-03-021-0/+7
* SERVER-652 process array elements in correct orderAaron2010-03-021-0/+38
* defensive MINOREliot Horowitz2010-02-261-0/+1
* some missing operatorsEliot Horowitz2010-02-261-2/+20
* thread safe stringEliot Horowitz2010-02-262-0/+46
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-2312-42/+295
|\
| * add # of asserts to serverStatusEliot Horowitz2010-02-232-0/+39
| * don't waste so much memory for small collectionsEliot Horowitz2010-02-201-1/+1
| * use re-usable fast array for sorting in memoryEliot Horowitz2010-02-201-0/+104
| * printMemInfo helper, fix darwin virtual size reportingEliot Horowitz2010-02-203-2/+18
| * remove some manual free()s and mixed new/free()Mathias Stearn2010-02-121-11/+7
| * delete unneeded code MINORMathias Stearn2010-02-121-12/+0
| * include body in httpclient POSTsMike Dirolf2010-02-121-0/+6
| * test for http interfaceEliot Horowitz2010-02-122-9/+100
| * make sure to use flags for all send/recv opsEliot Horowitz2010-02-122-8/+21
* | commentsDwight2010-02-231-1/+1
|/
* fix opToString MINORMathias Stearn2010-02-111-0/+2