summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* change logging order to make test failing clearerEliot Horowitz2009-04-031-9/+11
* option to run without http interfaceAaron2009-04-021-1/+7
* add datasize commandAaron2009-04-021-1/+50
* refactor median key commandAaron2009-04-021-81/+91
* Fix ReplSource memory leaksAaron2009-04-012-27/+16
* maybe fix win & solarisAaron2009-04-011-1/+3
* include sys/file.h for linuxAaron2009-04-011-0/+3
* Explicitly release lock on shutdownAaron2009-04-012-3/+9
* Don't return from main(), even if listen socket is closedAaron2009-04-011-0/+4
* Close listener sockets on exitAaron2009-04-014-4/+26
* Fix OID string repAaron2009-04-011-1/+1
* fix some compiler warnings for fcc 4.3Eliot2009-04-012-5/+12
* removing more boost 1.34+ featuresEliot Horowitz2009-03-311-2/+2
* using deprecated boost api so it works 1.33 -> 1.38Eliot Horowitz2009-03-311-8/+5
* works with older versions of boostEliot Horowitz2009-03-311-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-03-312-79/+72
|\
| * Persist dbs to addAaron2009-03-311-2/+23
| * Always list databases if syncedTo is initialAaron2009-03-312-7/+5
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-311-1/+6
| |\
| * | Reset ReplSource on resyncAaron2009-03-312-21/+47
| * | include \!justCreated case, for redundancyAaron2009-03-311-9/+8
| * | Don't log db presence explicitlyAaron2009-03-301-51/+0
* | | better about following symlinks and finding jarsEliot Horowitz2009-03-311-16/+53
| |/ |/|
* | errorHandling for median keyEliot Horowitz2009-03-301-1/+6
|/
* Apply first entry when 'initial'Aaron2009-03-301-7/+7
* Better 'not master' validationAaron2009-03-303-5/+20
* medianKey can choose an index based on fields of min and maxAaron2009-03-271-11/+75
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-273-2/+20
|\
| * timeout old cursors (for sharding)Dwight2009-03-273-2/+20
* | optimizedAaron2009-03-271-9/+16
|/
* When checking that a mod will not modify an indexed field, validate parent/ch...Aaron2009-03-271-2/+11
* Add SIZE labelAaron2009-03-272-0/+2
* Add medianKey commandAaron2009-03-272-2/+53
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-271-1/+1
|\
| * bump version number to 0.9.0r0.9.0Eliot Horowitz2009-03-271-1/+1
* | Don't drop certain empty objectsAaron2009-03-271-0/+9
* | Better $push type validationAaron2009-03-261-1/+1
* | Don't double-increment 'left'Aaron2009-03-261-1/+0
* | cleanupAaron2009-03-261-4/+1
* | Register update/delete only on client requestAaron2009-03-263-9/+8
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-263-19/+19
|\ \ | |/
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-03-262-18/+18
| |\
| | * make dbunlocking() inlineable -- should be fasterDwight2009-03-262-18/+18
| * | solaris fixesEliot Horowitz2009-03-261-1/+1
| |/
* | Add information on last update / delete to lastErrorAaron2009-03-264-30/+79
* | Construct complex objects on update without extra copiesAaron2009-03-262-27/+34
* | Init unused builder with zero lenAaron2009-03-261-1/+1
* | Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-253-5/+14
|\ \ | |/
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-03-253-2/+12
| |\
| | * add DBClientBase::getServerAddress()Eliot Horowitz2009-03-251-1/+4