summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| * warn more when taking a while to find extentsEliot Horowitz2011-04-141-1/+3
* | move code back to header so mongo_client_lib.cpp doesnt breakdwight2011-04-142-15/+14
|/
* fix commentKristina Chodorow2011-04-141-9/+9
* error codesMathias Stearn2011-04-141-1/+1
* Merge branch 'master' of github.com:mongodb/mongoKristina2011-04-1412-108/+201
|\
| * Merge branch 'master' of github.com:mongodb/mongoDwight2011-04-143-44/+17
| |\
| | * Add support for s (DOT_ALL) regex option SERVER-2943Mathias Stearn2011-04-141-0/+2
| | * Remove legacy string from validate command outputMathias Stearn2011-04-142-44/+15
| * | dont allow user databases on --configsvr instancesDwight2011-04-145-15/+30
| |/
| * the replication oplog size was not intelligently being set on windows by defa...Dwight2011-04-143-20/+4
| * make allocFromFreeList try to be fasterDwight2011-04-141-2/+20
| * another allocFromFreeList fixDwight2011-04-141-1/+1
| * slight fix for allocFromFreeListDwight2011-04-141-1/+4
| * cleanerDwight2011-04-141-1/+1
| * fix error message SERVER-2800Mathias Stearn2011-04-131-1/+1
| * exact results for polygon searches SERVER-772gregs2011-04-131-24/+124
* | commentsKristina2011-04-142-7/+29
|/
* commentsKristina2011-04-132-21/+0
* allow lower-priority members to be elected during step downKristina2011-04-131-1/+1
* SERVER-2111 merge assert codesAaron2011-04-121-2/+2
* SERVER-2111 Synchronize db names with master if a case conflict is detected i...Aaron2011-04-126-19/+200
* fix for bad optimization on linux32 SERVER-2940gregs2011-04-121-4/+20
* error codesMathias Stearn2011-04-121-1/+1
* Don't allow taking write lock while out of disk space SERVER-2609Mathias Stearn2011-04-121-2/+1
* use signed ints to compare rs optimes in stepdownKristina2011-04-121-3/+3
* rs priorities SERVER-1503Kristina2011-04-127-11/+173
* cache bounding boxes no distance required SERVER-772gregs2011-04-121-8/+8
* converted to new geohash expand algorithm SERVER-772gregs2011-04-121-71/+72
* [SERVER-772] Add $polygon capabilties to GeoSpatial SearchBrian Gianforcaro2011-04-121-0/+198
* try small journal files with _DEBUG to see if they pass buildbotDwight2011-04-121-1/+1
* compact command is now live in 1.9Dwight2011-04-121-7/+1
* compact cmd progress meterDwight2011-04-121-0/+6
* help locate errors and facility for better msgsDwight2011-04-123-3/+3
* have a buildbot test 128MB journal file rotationDwight2011-04-111-0/+4
* working exact distance checks for 2d queries SERVER-2115gregs2011-04-112-73/+401
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-04-0810-296/+342
|\
| * docs on rs startupKristina2011-04-081-0/+12
| * authenticate rs manager thread SERVER-2919Kristina2011-04-081-0/+3
| * code styleAaron2011-04-075-153/+154
| * commentAaron2011-04-071-1/+1
| * Add queryutil-inlAaron2011-04-072-123/+156
| * don't cut off sync if primary is upKristina2011-04-071-9/+2
| * more ClientCursor::invalidate cleanupMathias Stearn2011-04-071-8/+6
| * Fix and cleanup ClientCursor::invalidate() SERVER-2816Mathias Stearn2011-04-072-14/+20
* | configurable commit batch time but this is still experimentalDwight2011-04-082-14/+36
|/
* inform user when setting isnt settable in mongosDwight2011-04-072-0/+5
* show if pending kill in currentopDwight2011-04-071-0/+3
* typoDwight2011-04-071-1/+1
* make compact killableDwight2011-04-071-3/+9
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-04-072-178/+266
|\