summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-1752 Optimize simple indexed counts by counting the number of btree ke...Aaron2012-11-1928-162/+2455
* SERVER-3766 Adjust maxDiskLoc to prevent assertion when creating a reverse di...Aaron2012-11-193-3/+50
* SERVER-7435 Set symbol path in call to SymInitialize()Tad Marshall2012-11-191-1/+22
* Visual Studio -- new and renamed filesTad Marshall2012-11-1912-35/+167
* SERVER-939 Added field type constants for config.lockpings collectionShaun Verch2012-11-195-25/+30
* SERVER-7358 pre-split new colls when using a hashed shard keyKevin Matulef2012-11-193-8/+198
* SERVER-6591 Fix localhost auth exception in sharded systemsSpencer T Brody2012-11-1914-12/+132
* SERVER-7699 buildbot temporary fix and explicitly wait for secondaries, more ...Greg Studer2012-11-191-0/+27
* SERVER-939 Introduced types for config.databases and config.chunks collections.Alberto Lerner2012-11-1910-48/+928
* SERVER-3602 similar functionality, fewer charsKevin Matulef2012-11-191-2/+2
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-11-198-101/+222
* Don't create temp vector when converting from BSONArray to ValueMathias Stearn2012-11-191-7/+2
* fix query optimizer test compileHari Khalsa2012-11-191-2/+1
* kill newnear, allow >1 special index typeHari Khalsa2012-11-199-51/+59
* Fix jstests/sharding/auth.jsSpencer T Brody2012-11-191-2/+2
* Try to make jstests/sharding/auth.js more robustSpencer T Brody2012-11-191-0/+4
* SERVER-7701 improve test speed (FreeBSD is slow)Eric Milkie2012-11-191-3/+1
* SERVER-939 Added field type constants for config.locks collectionShaun Verch2012-11-196-75/+127
* SERVER-7610 use volatile bool for _killPending flag rather than AtomicInt32Mathias Stearn2012-11-192-4/+4
* SERVER-7159: use isCapped() accessor methodBen Becker2012-11-191-1/+1
* SERVER-7159: use 1mb boundary for ^2 allocs larger than 4mbBen Becker2012-11-191-5/+3
* SERVER-7666 don't drain maxSize shards, only prevent to-migrationsGreg Studer2012-11-193-3/+203
* SERVER-7698 avoid collisions between dbcase.js and dbcase2.jsEric Milkie2012-11-191-3/+3
* SERVER-7704 - linux compile warningEliot Horowitz2012-11-191-0/+1
* SERVER-7131 Add ability to get properties out of gsasl sessionSpencer T Brody2012-11-192-0/+15
* SERVER-7126 SERVER-7127 Add a way to look up an authenticated principalSpencer T Brody2012-11-192-0/+9
* SERVER-7704 extra comment in ConnectionStringEliot Horowitz2012-11-191-0/+1
* SERVER-7704 - clean some of the equality semantics for sync and set Connectio...Eliot Horowitz2012-11-194-12/+32
* SERVER-7704 - make Shard == handle replica set changesEliot Horowitz2012-11-195-8/+108
* fix --nudge option to lintEliot Horowitz2012-11-191-0/+1
* include time info in splitvectorEliot Horowitz2012-11-191-2/+2
* SERVER-7705 Test return value from Run() call on assignmentTad Marshall2012-11-191-0/+4
* SERVER-7670 fix s2near yielding behavior and btree+constructor freakoutHari Khalsa2012-11-192-6/+7
* SERVER-7709 Fix OIDs with nullKristina2012-11-192-1/+12
* SERVER-4706 bbot compile fix for 32bitRandolph Tan2012-11-181-1/+1
* SERVER-4706 Fix buildbot compile failure on Linux client 64bit buildRandolph Tan2012-11-181-1/+2
* Fixed toString() to account for lazy _space evaluation.Alberto Lerner2012-11-181-1/+1
* Switch from StringData::toStdString to toStringMathias Stearn2012-11-182-10/+9
* Work around MSCV by using an enum, not a constantAndrew Morrow2012-11-182-3/+3
* Cast to long long to avoid ambiguity in append callAndrew Morrow2012-11-181-1/+1
* Don't use StringData to transfer OIDs in mutable BSONAndrew Morrow2012-11-183-5/+6
* Modernize and normalize mutable BSON headersAndrew Morrow2012-11-1811-22/+32
* Inline Element lifecycle methodsAndrew Morrow2012-11-182-12/+6
* Remove appendElement which misleadingly ignores the field nameAndrew Morrow2012-11-183-8/+2
* Tighten up resource management in DocumentAndrew Morrow2012-11-182-6/+8
* Add a root Element to each DocumentAndrew Morrow2012-11-182-1/+17
* Fix Element::getOIDValue to return a correct OIDAndrew Morrow2012-11-184-6/+20
* Rename Context to DocumentAndrew Morrow2012-11-187-299/+300
* Update append methods in mutable BSON to return StatusAndrew Morrow2012-11-183-95/+98
* Remove BSONElement compatability API's from mutable BSONAndrew Morrow2012-11-184-128/+61