summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 1.3.1r1.3.1Eliot Horowitz2010-01-204-4/+4
* some command cleaningEliot Horowitz2010-01-205-24/+37
* Support more escapes in JSON strings SERVER-552Mathias Stearn2010-01-202-10/+29
* $set doesn't convert from int to other types SERVER-555Eliot Horowitz2010-01-202-3/+14
* don't wait for closeAllSockets in shutdown SERVER-547Mathias Stearn2010-01-192-10/+4
* re-enable old testEliot Horowitz2010-01-191-5/+4
* namespace issue (for bad c++ compilers)Mathias Stearn2010-01-191-2/+2
* Don't wait for sockets to close SERVER-547Mathias Stearn2010-01-191-3/+9
* better handling of sharded upserts. SHARDING-72Mathias Stearn2010-01-192-1/+37
* MINOR handle listFiles output format correctly in diskfull.js testAaron2010-01-191-2/+9
* MINOR don't reuse port from other testAaron2010-01-191-3/+5
* MINOR cleaner directory check in diskfull.js test, validate dir in listFilesAaron2010-01-192-4/+4
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-01-195-33/+34
|\
| * Quorum -> SyncClusterConnectionEliot Horowitz2010-01-194-33/+33
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-01-191-0/+3
| |\
| * | don't display client shutdown on --upgrade or repair SERVER-554Eliot Horowitz2010-01-191-0/+1
* | | SERVER-493 when opening 'all' files, don't open preallocated onesAaron2010-01-193-2/+14
* | | SERVER-493 file preallocation testAaron2010-01-191-0/+19
| |/ |/|
* | minor: add smokeJsSlowMike Dirolf2010-01-191-0/+3
|/
* replace resetClient with Client::ContextEliot Horowitz2010-01-195-25/+39
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-01-198-55/+54
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-01-195-5/+41
| |\
| * | rename Matcher classDwight2010-01-198-55/+54
* | | test for ns indexingEliot Horowitz2010-01-191-0/+49
| |/ |/|
* | fix hashtable so that deleted entries don't prevent finding later chained ent...Eliot Horowitz2010-01-191-4/+9
* | jsonString supports timestampEliot Horowitz2010-01-193-0/+19
* | compile fix for windows SERVER-551Eliot Horowitz2010-01-191-3/+2
* | catch exceptions in webserver SERVER-551Eliot Horowitz2010-01-191-1/+14
|/
* some work towards background indexingDwight2010-01-183-32/+84
* compile vcprojDwight2010-01-183-18/+26
* rename DBContext to Client::ContextEliot Horowitz2010-01-178-44/+57
* test/check since i want to be able to rely on this assert behaviorEliot Horowitz2010-01-161-0/+25
* check for bad $set where set to an object with a . SERVER-261Eliot Horowitz2010-01-163-2/+14
* BSONObj::okForStorage - just checks for $ and . forEliot Horowitz2010-01-163-0/+64
* jsonString handles Code SERVER-406Eliot Horowitz2010-01-162-0/+17
* fix upset with x.y query and $mod SERVER-390Eliot Horowitz2010-01-162-5/+15
* better m/r debuggingEliot Horowitz2010-01-162-7/+9
* add more ops to OpCounterEliot Horowitz2010-01-162-10/+17
* some more stats countersEliot Horowitz2010-01-165-3/+86
* Revert "Make all solaris builds static SERVER-549"Mathias Stearn2010-01-151-4/+0
* Make all solaris builds static SERVER-549Mathias Stearn2010-01-151-0/+4
* Provide extra info with db.serverStatus()Mathias Stearn2010-01-156-1/+30
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-01-152-7/+17
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-01-153-6/+8
| |\
| * | small optimizationEliot Horowitz2010-01-152-7/+17
* | | fix extraneous info put in profiler objects, and make a tiny bit faster (upda...Dwight2010-01-151-4/+5
| |/ |/|
* | elim warning on windowsDwight2010-01-151-2/+4
* | Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-01-156-35/+67
|\ \
| * | Better VirtualMemorySize on windowsMathias Stearn2010-01-151-3/+4
| |/
| * some index cleaningEliot Horowitz2010-01-154-31/+52