summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 1.7.1r1.7.1Eliot Horowitz2010-09-284-3/+11
|
* SERVER-1861 give test more opportunity to find eval op idAaron2010-09-271-4/+5
|
* Move bind_ip handling from me() to Me(). SERVER-1813Mathias Stearn2010-09-272-17/+18
|
* Don't need to copy bind_ip SERVER-1813gilles2010-09-271-1/+1
|
* Make hostname.me() smarterroot2010-09-272-1/+17
| | | | | | | Use hostname.me() when creating a repl config from scratch bug #SERVER-1813 http://jira.mongodb.org/browse/SERVER-1813
* better exception handling in mongobridgeAaron2010-09-271-28/+39
|
* don't sort incoming arrays for $addToSet/each SERVER-1863Eliot Horowitz2010-09-272-2/+22
|
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-09-2730-235/+478
|\
| * SERVER-1861 debuggingAaron2010-09-271-1/+1
| |
| * compileEliot Horowitz2010-09-271-1/+1
| |
| * Merge branch 'master' of github.com:mongodb/mongodwight2010-09-2769-417/+1461
| |\ | | | | | | | | | | | | Conflicts: db/repl/manager.cpp
| | * test for SERVER-1821Eliot Horowitz2010-09-271-0/+40
| | |
| | * Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-09-253-7/+5
| | |\
| | * | only use 2 bytes for header operation and use 2 bytes for flag/versionEliot Horowitz2010-09-251-2/+6
| | | |
| | * | check for killop in distinctEliot Horowitz2010-09-251-0/+2
| | | |
| * | | towards durabilitydwight2010-09-2727-205/+401
| | | |
| * | | readabledwight2010-09-191-27/+28
| | | |
* | | | SERVER-1860 Stringbuilder is non-copyableAlberto Lerner2010-09-271-0/+4
| |_|/ |/| |
* | | SERVER-1849 allow recreating a recently dropped collectionAlberto Lerner2010-09-253-7/+5
| |/ |/|
* | cruftAlberto Lerner2010-09-241-6/+0
| |
* | Cleaner serice exit code.Justin Dearing2010-09-253-7/+12
| |
* | Better cleanup on nt service install.Justin Dearing2010-09-251-0/+5
| | | | | | | | | | | | All the values for --serviceFoo are removed, and the value of --logPath is quoted. Became apparent while testing SERVER-1590.
* | SERVER-1590 Add --serviceDisplayName and --serviceDescription options to ↵Justin Dearing2010-09-252-1/+19
| | | | | | | | | | | | mongod/mongos on windows. On windows its now possible to set the displayname and description of the mongo service from --install and --reinstall.
* | $elemMatch works on primitives SERVER-1264Eliot Horowitz2010-09-243-8/+48
| | | | | | | | still some issues with indexes though
* | fix pull with primitives and $ops SERVER-1697Eliot Horowitz2010-09-243-3/+16
| |
* | test for SERVER-1821Eliot Horowitz2010-09-241-0/+38
| |
* | better error loggingEliot Horowitz2010-09-241-1/+1
| |
* | assert for race condition in checkShardVersionEliot Horowitz2010-09-241-1/+2
| |
* | better check for dup plugin nameEliot Horowitz2010-09-241-2/+2
| |
* | more obvious db.getReplicationInfo() before an oplog roll-over SERVER-1096Eliot Horowitz2010-09-242-2/+8
| |
* | newlineEliot Horowitz2010-09-231-1/+2
| |
* | don't add 2 version fieldsEliot Horowitz2010-09-231-1/+4
| |
* | remove old migrate codeEliot Horowitz2010-09-231-14/+0
| |
* | Pass through update error messages in findAndModify SERVER-1777Mathias Stearn2010-09-231-2/+12
| |
* | set version for indexes and hookup for IndexPlugin SERVER-1845Eliot Horowitz2010-09-233-14/+16
| |
* | SERVER-387 reduce test timeoutsAaron2010-09-231-1/+1
| |
* | SERVER-387 enable interrupts for v8Aaron2010-09-2312-80/+301
| |
* | some more IndexPlugin cleaningEliot Horowitz2010-09-232-12/+21
| |
* | some index plugin cleaningEliot Horowitz2010-09-232-9/+35
| |
* | check for background indexing in progress after dup check SERVER-1317Eliot Horowitz2010-09-231-5/+7
| |
* | staring to work on versioning indexes so don't have to force re-index ↵Eliot Horowitz2010-09-232-3/+16
| | | | | | | | SERVER-1845
* | Windows build fix. SERVER-1540Mathias Stearn2010-09-231-1/+1
| |
* | Tools shouldn't use $snapshot with --dbpath SERVER-1833Mathias Stearn2010-09-232-3/+3
| |
* | SERVER-1836 don't mention droped colleciton in printShardingStatusAlberto Lerner2010-09-231-7/+9
| |
* | don't use snapshot with another query SERVER-1383Eliot Horowitz2010-09-231-2/+5
| |
* | Plug memory leak SERVER-1827Mathias Stearn2010-09-221-2/+4
| |
* | Don't run moveToFrontBenchmarkMathias Stearn2010-09-221-3/+5
| |
* | Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-09-223-58/+110
|\ \
| * | Simple benchmark of moveToFront()Mathias Stearn2010-09-221-0/+30
| | |
| * | move code into ShardKeyPattern::moveToFront() and add unit tests. SERVER-1540Mathias Stearn2010-09-223-58/+80
| | |