summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* fix repl $inc issue SERVER-1161Eliot Horowitz2010-05-272-6/+8
* fix preallocationAaron2010-05-242-11/+13
* Add version and bits to db.serverStatus()Mathias Stearn2010-05-241-1/+4
* better repl debuggingEliot Horowitz2010-05-141-1/+1
* SERVER-1113 (forgot to add file)Aaron2010-05-131-7/+15
* better index assert debuggingEliot Horowitz2010-05-111-3/+2
* hack for sleep overflow SERVER-1098Eliot Horowitz2010-05-061-0/+2
* fix updates on indexes fields when using array offsets SERVER-1093Eliot Horowitz2010-05-051-2/+46
* another case for SERVER-1082Eliot Horowitz2010-05-041-3/+9
* fix array index when empty array SERVER-1082Eliot Horowitz2010-05-041-14/+26
* more aggressive about checking for index moves in multi-update SERVER-1060Eliot Horowitz2010-05-031-6/+7
* $ operator and $set can behave poorly with replication SERVER-1052Eliot Horowitz2010-04-262-8/+10
* slight tweak to maxDistance SERVER-1027Eliot Horowitz2010-04-211-1/+1
* slightly better followupExtentSize SERVER-1034Eliot Horowitz2010-04-211-1/+6
* fix case where its possible to creaet an invalid extent SERVER-1034Eliot Horowitz2010-04-211-1/+6
* fix maxDistance SERVER-1027Eliot Horowitz2010-04-161-2/+11
* Merge branch 'v1.4' of git@github.com:mongodb/mongo into v1.4Eliot Horowitz2010-04-132-2/+5
|\
| * reset mem size audit correctly for repl idsAaron Staple2010-04-091-1/+4
| * SERVER-847 flush log message when setting masterAaron2010-04-091-1/+1
* | adaptive sleep for ClientCusror::yield SERVER-975Eliot Horowitz2010-04-133-0/+20
|/
* client fix for bad queriesEliot Horowitz2010-04-091-1/+1
* SERVER-983 split bucket unevenly when inserting at high endAaron2010-04-081-14/+19
* first cut at radius limiting $near SERVER-813Eliot Horowitz2010-04-011-6/+16
* use application/json for _status SERVER-861Mike Dirolf2010-04-011-0/+1
* getIndexSizeForCollection shouldn't use DBDIrectClient SERVER-860Eliot Horowitz2010-04-011-13/+20
* do'nt require boost options in mongoclient SERVER-855Eliot Horowitz2010-03-312-1/+2
* SERVER-841 don't use dummy op when figuring other side's log endpointAaron2010-03-291-1/+1
* SERVER-841 fastsync corner casesAaron2010-03-291-0/+4
* catch empty db names early SERVER-821Eliot Horowitz2010-03-291-1/+4
* make sure tools create a LastError object SERVER-839Eliot Horowitz2010-03-281-2/+8
* wrong method nameEliot Horowitz2010-03-281-1/+1
* reset curop in repl thread SERVER-837Eliot Horowitz2010-03-263-4/+9
* use god scope for webserver authEliot Horowitz2010-03-261-0/+2
* fix array numberic sort order SERVER-833Eliot Horowitz2010-03-261-4/+9
* fix looping with circle queries for geoEliot Horowitz2010-03-251-5/+9
* variable fudge for double issuesEliot Horowitz2010-03-241-2/+7
* rm compile warningAaron2010-03-241-1/+1
* $regex handles RegExEliot Horowitz2010-03-241-1/+7
* better thread safety for DatabaseHolder SERVER-818Eliot Horowitz2010-03-231-15/+24
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-232-1/+6
|\
| * set response code on _statusEliot Horowitz2010-03-231-0/+1
| * bg index progress meter SERVER-809Eliot Horowitz2010-03-221-1/+5
* | SERVER-812 lastError may not be set during shutdown, so clean up failed index...Aaron2010-03-231-5/+9
|/
* arrays match themselves embedded as well SERVER-807Eliot Horowitz2010-03-221-5/+5
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-03-221-4/+3
|\
| * SERVER-615 more precise extent skipping calculationAaron2010-03-221-4/+3
* | compile vcprojDwight2010-03-222-1/+5
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-03-223-6/+12
|\
| * Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-222-36/+49
| |\
| * | SERVER-803 make repl work when auth is enabledAaron2010-03-223-6/+12