summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.3.0r2.3.0Dan Pasette2012-10-222-2/+2
* buildbot sharding_balance4.js explicitly report chunk manager sequence number...Greg Studer2012-10-193-5/+30
* SERVER-4237 Make sure key file have the correct permissions before running te...Spencer T Brody2012-10-191-0/+2
* buildbot limit_push.js stop the balancer if we're doing manual movesGreg Studer2012-10-191-0/+3
* split queryoptimizertests into two translation unitsEric Milkie2012-10-182-789/+840
* buildbot sharding_balance4.js turn off balancer during initial load so that w...Greg Studer2012-10-181-1/+11
* buildbot auth_slaveok_routing.js need to wait for primary status to avoid hos...Greg Studer2012-10-181-0/+6
* SERVER-7374 mrShardedOutput.js make failure much more informativeGreg Studer2012-10-181-3/+46
* SERVER-7376 make migration not wait for deletes, no change to default delete ...Greg Studer2012-10-181-3/+12
* Revert "SERVER-7376 make all migration cleanup async unless explicitly specif...Greg Studer2012-10-187-95/+33
* SERVER-7376 make all migration cleanup async unless explicitly specified othe...Greg Studer2012-10-177-33/+95
* SERVER-7376 test fixes for 2.3+ for slow migration cleanupGreg Studer2012-10-174-3/+32
* SERVER-7376 test fixes for 2.2Greg Studer2012-10-1715-24/+25
* SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-175-4/+27
* SERVER-7186 Fixed addToSet logging for an element that exists and is not at t...Alberto Lerner2012-10-172-6/+10
* SERVER-7376 better logging in moveChunk, don't swallow error reported to mongosgregs2012-10-171-3/+12
* SERVER-7376 more logging around removeRangegregs2012-10-171-1/+9
* SERVER-4781 Fix style issues.Alberto Lerner2012-10-163-19/+30
* this breaks a lot of testsEliot Horowitz2012-10-161-7/+5
* SERVER-7371 Fix same corner case as the last one, but now when applied to sec...Alberto Lerner2012-10-162-1/+30
* SERVER-7371 Remove old comment.Alberto Lerner2012-10-161-1/+0
* SERVER-7371 Fix corner case where an update mod is applied twice.Alberto Lerner2012-10-162-1/+23
* SERVER-5858 temporary fix so hashed indexes work with $in queriesKevin Matulef2012-10-162-9/+11
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-10-16200-771/+5975
|\
| * SERVER-2001 declare FieldInterval as struct for consistency. avoids windows c...Kevin Matulef2012-10-161-1/+1
| * SERVER-7368 Make sure the right server is primary for testKristina2012-10-161-4/+6
| * SERVER-7367 Don't go through the network to pick up a local configKristina2012-10-163-1/+20
| * SERVER-7017 split rename2.js into two tests for multiVersionTad Marshall2012-10-163-25/+25
| * SERVER-7034 add 10 second timeouts to three connectionsTad Marshall2012-10-161-3/+6
| * fix whitespace/indent and turn onEliot Horowitz2012-10-165-10/+9
| * try turning off "Done" for each file so we can see failures more easilyEliot Horowitz2012-10-161-1/+1
| * can pass a list of files to lint.pyEliot Horowitz2012-10-163-6/+13
| * SERVER-2001 filter queries on mongod using new key extraction pathKevin Matulef2012-10-166-12/+59
| * SERVER-2001 revert to previous method for extracting keys in hashed indexesKevin Matulef2012-10-161-2/+3
| * SERVER-2001 fix ownership determination of ops that occur during migrateKevin Matulef2012-10-161-12/+26
| * Get rid of casi<> type.Andy Schwerin2012-10-154-102/+16
| * more namespace db comparisonsEliot Horowitz2012-10-151-0/+11
| * fix a lot of copyright noticesEliot Horowitz2012-10-1566-112/+840
| * remove test that was moved to the namespace_testEliot Horowitz2012-10-151-1/+0
| * use orderded_map for NamespaceDetailsTransientEliot Horowitz2012-10-155-46/+66
| * fix whitespace around !Eliot Horowitz2012-10-151-4/+4
| * fix include orderEliot Horowitz2012-10-151-1/+2
| * move lint code to its own directoryEliot Horowitz2012-10-153-71/+110
| * hook up our own IsTestFilename for cpplintEliot Horowitz2012-10-151-1/+9
| * add new test namespacestring_testEliot Horowitz2012-10-154-14/+133
| * hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz2012-10-159-16/+3448
| * Include boost/range/size.hpp, instead of boost/range.hpp in cmdline_test.cppAndy Schwerin2012-10-151-1/+1
| * SERVER-4781 If in initial replication, allow a non-strict mod applying policy.Alberto Lerner2012-10-157-30/+129
| * cleanup sock a bit; do not dbexit() in a global constructorEric Milkie2012-10-151-11/+11
| * SERVER-7332 Split command line processing from startup in db.cpp, part 1.schwerin@10gen.com2012-10-151-47/+37