summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* can use sharding with SyncClusterConnection for 2 phase commit across 3 ↵Eliot Horowitz2010-03-221-1/+5
| | | | servers SHARDING-39
* 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
| | | | | | | | This reverts commit eb7cde3e751b02eae055a922af8985fe52c807fa. Conflicts: db/instance.h
* 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 ↵Eliot Horowitz2010-03-151-3/+37
| | | | SERVER-707
* 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
| | | | This reverts commit 714ec2fdc8e9c8dc1c2cdf5486afdbc185beef14.
* Revert "SERVER-695 older boost too"Aaron2010-03-101-4/+0
| | | | This reverts commit d9b3fbe120d49dd905055fefed4db98122172ca3.
* 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
| | | | | | | | | | so that repl status is never too stale even when idle logged every 10 seconds
* | SERVER-705 check for negative effects of large clock skews, seed last optime ↵Aaron2010-03-081-1/+20
|/ | | | using oplog
* 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 ↵Aaron2010-03-021-0/+7
| | | | string fields in arrays
* 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
| | | | | | | | 30-70% faster SERVER-651
| * 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
|
* use table in web console for clarityEliot Horowitz2010-02-091-1/+3
|
* don't try and accept sockets after socket is closedEliot Horowitz2010-02-072-2/+2
|
* fix madvise ifEliot Horowitz2010-02-041-4/+4
|
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-041-1/+1
|\
| * compile winDwight2010-02-041-1/+1
| |
* | ifdef madviseEliot Horowitz2010-02-041-1/+4
|/
* sequential option for mmap SERVER-607Eliot Horowitz2010-02-043-4/+19
|
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-044-7/+33
|\
| * make allocation handle smaller os buffersEliot Horowitz2010-02-041-7/+8
| |