summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* better chunking at beginningEliot Horowitz2011-11-011-4/+17
* fix mongosniff build (for me at least)Mathias Stearn2011-11-011-1/+1
* Fix shared-client buildMathias Stearn2011-11-011-3/+4
* make auth test reliableEliot Horowitz2011-11-011-5/+9
* when splitting chunk thas has a max inf edge, don't leave a chunk bigger than...Eliot Horowitz2011-11-011-7/+16
* dup error codegregs2011-10-311-1/+1
* initialize shard connection with serverId, only setShardV on single/replsets ...gregs2011-10-315-30/+102
* spellinggregs2011-10-314-10/+10
* fix bad assert in sharded getLastError handlingEliot Horowitz2011-10-291-1/+7
* option for turning off glibc checkEliot Horowitz2011-10-271-1/+3
* more error handling and msgs for gle SERVER-3763gregs2011-10-251-5/+16
* Set auth hook in final MR step, if it wasn't set previously SERVER-4114Kristina2011-10-251-0/+1
* Catch DBException separate from std::exception SERVER-4137Mathias Stearn2011-10-251-0/+4
* Initialize auth status in non-default hb ctorKristina2011-10-241-1/+1
* Make secondaries go into recovering state when auth is wrong SERVER-3715Kristina2011-10-249-89/+303
* ScopedConn reconnectionKristina2011-10-241-17/+29
* stop initial sync once minvalid is reached SERVER-3899Kristina2011-10-241-6/+7
* SERVER-3842 - make all initial chunks before marking collection shardedEliot Horowitz2011-10-234-57/+78
* fix \. in printShardingStatus when looking up collections, part of SERVER-3702Eliot Horowitz2011-10-231-1/+1
* factor number of connections into memory leak warning SERVER-4063Eliot Horowitz2011-10-231-2/+4
* Merge pull request #124 from ymarkovitch/v2.0Eliot2011-10-225-10/+9
|\
| * Merge branch 'v2.0' of git://github.com/mongodb/mongo into v2.0Yakov Markovitch2011-10-213-3/+3
| |\
| * | Use const void* instead of const char* as data parameter ofYakov Markovitch2011-10-151-7/+4
| * | Type qualifiers are ignored on function return type.Yakov Markovitch2011-10-142-3/+2
| * | Add missing operator!= for BSONObj and BSONElement classesYakov Markovitch2011-10-142-0/+3
* | | post 2.0.1Eliot Horowitz2011-10-222-2/+2
* | | BUMP 2.0.1r2.0.1Eliot Horowitz2011-10-214-3/+10
* | | buildbot need more time for file prealloc on big migrate sharding_migrateBigO...gregs2011-10-201-1/+1
| |/ |/|
* | post 2.0.1-rc1Eliot Horowitz2011-10-182-2/+2
* | 2.0.1-rc1r2.0.1-rc1Eliot Horowitz2011-10-172-2/+2
* | fix segfault after modifying indexes during yield SERVER-3961 3Eliot Horowitz2011-10-161-1/+1
|/
* make spinlocks degrade better when under high contentionEliot Horowitz2011-10-132-3/+38
* add messaging for shard version reset at high verbosity SERVER-3889gregs2011-10-131-0/+7
* post 2.0.1-rc0Eliot Horowitz2011-10-122-2/+2
* BUMP 2.0.1-rc0r2.0.1-rc0Eliot Horowitz2011-10-122-2/+2
* debugging fot reconfigEliot Horowitz2011-10-111-1/+1
* use SpinLock for DiagStrEliot Horowitz2011-10-102-8/+7
* don't create ShardedConnectionInfo without an idEliot Horowitz2011-10-082-7/+9
* Fix mongoimport on jsonArrays. SERVER-3834Spencer T Brody2011-10-082-1/+28
* Replace "biggest" with shard name in error message SERVER-3813gregs2011-10-081-1/+1
* check auth on _isSelf call SERVER-3953Kristina2011-10-081-0/+6
* SERVER-3962 previous commit wasnt right. backport.dwight2011-10-081-10/+14
* finish SERVER-3962dwight2011-10-081-5/+5
* SERVER-3962 very high extraneous ismaster type commands from mongos to repl s...dwight2011-10-081-26/+11
* SERVER-3909: Blank lines don't work in the mongo shell starting with 2.0agirbal2011-10-081-2/+3
* SERVER-3909: Blank lines don't work in the mongo shell starting with 2.0agirbal2011-10-081-1/+1
* backport of SERVER-3875Eliot Horowitz2011-10-081-0/+2
* SERVER-3955 bug in diagstr::operator=. backport.dwight2011-10-081-1/+1
* SERVER-3955. concurrency bug in DiagStr.dwight2011-10-081-1/+55
* use SimpleMutex instead of SpinLock for recordEliot Horowitz2011-10-061-4/+5