summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* fix command debuggingEliot Horowitz2010-08-171-1/+1
* Backport cb91b25d3d745956adc6 to v1.4. SERVER-1410Richard Kreuter2010-07-131-1/+2
* Backport 27e684c to 1.4.x. SERVER-1283, SUPPORT-50.Richard Kreuter2010-07-121-1/+1
* use boost smart_ptrs in mapreduceMathias Stearn2010-07-081-17/+9
* log details of bad object when checking enabledAaron2010-07-011-0/+3
* pretouch experimentEliot Horowitz2010-07-013-1/+42
* SERVER-1324 scan while locked more carefullyAaron2010-06-292-5/+6
* remove debuggingEliot Horowitz2010-06-261-1/+1
* fix MessagingPort leaking SERVER-777Eliot Horowitz2010-06-251-12/+12
* try to fix old boost againEliot Horowitz2010-06-081-8/+6
* fix old boost versionEliot Horowitz2010-06-081-3/+7
* no try lock in old bost versionsEliot Horowitz2010-06-081-5/+3
* try to fix old boostEliot Horowitz2010-06-081-1/+1
* repl: logKeepAlive can block readers SERVER-1202Eliot Horowitz2010-06-082-12/+64
* defensive assertsEliot Horowitz2010-06-022-3/+7
* 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