summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.3.0r2.3.0Dan Pasette2012-10-221-1/+1
* buildbot sharding_balance4.js explicitly report chunk manager sequence number...Greg Studer2012-10-193-5/+30
* split queryoptimizertests into two translation unitsEric Milkie2012-10-182-789/+840
* 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-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-161-1/+7
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-10-16190-736/+2446
|\
| * SERVER-2001 declare FieldInterval as struct for consistency. avoids windows c...Kevin Matulef2012-10-161-1/+1
| * SERVER-7367 Don't go through the network to pick up a local configKristina2012-10-163-1/+20
| * SERVER-7034 add 10 second timeouts to three connectionsTad Marshall2012-10-161-3/+6
| * fix whitespace/indent and turn onEliot Horowitz2012-10-164-9/+9
| * 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-1565-111/+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
| * 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-157-16/+15
| * 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
| * SERVER-7332 In db.cpp, construct command line options configuration in a sepa...schwerin@10gen.com2012-10-151-9/+17
| * SERVER-7332 Censor command line explicitly, change CmdLine::store to take a v...Andy Schwerin2012-10-157-38/+355
| * SERVER-2001 calculate query bounds using more general key expressionsKevin Matulef2012-10-152-36/+129
| * SERVER-7362 Store a canonical form of file path in pathToFile in mmap.cpp.Andy Schwerin2012-10-152-16/+18
| * SERVER-7342 Have the listFiles() shell command always use foreward slash as t...Andy Schwerin2012-10-151-1/+1
| * SERVER-7341 Make mongorestore correclty interpret backslash as a path separator.Andy Schwerin2012-10-151-7/+2
| * SERVER-7352 do not try to exit cleanly in Windows exception handlerTad Marshall2012-10-151-7/+4
| * Revert "SERVER-4781 Allowed setting over an object whose path is only partial...Alberto Lerner2012-10-153-44/+7
| * SERVER-7017 fix duplicate IDTad Marshall2012-10-151-1/+1
| * Merge pull request #315 from daveh86/SERVER-7017Ian Whalen2012-10-151-5/+26
| |\
| | * Fix for SERVER-7017daveh862012-10-151-5/+26
| * | Visual Studio -- add new filesTad Marshall2012-10-156-0/+32
| * | SERVER-2001 KeyPattern class; utilities for more general index & shard key specsKevin Matulef2012-10-1510-142/+271