summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable stack checker when using clang sanitizersAndrew Morrow2013-08-151-3/+12
* Retain frame pointers when building with clang sanitizersAndrew Morrow2013-08-151-0/+1
* SERVER-10026 fix dbtests, ixscan requires fetch to get obj nowHari Khalsa2013-08-141-1/+3
* SERVER-10026 fix working set testHari Khalsa2013-08-141-11/+2
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-1428-380/+756
* SERVER-10471 lt(e) gt(e)Hari Khalsa2013-08-146-114/+447
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-1416-60/+1096
* SERVER-6978: getParameter should know all setParameter paramsScott Hernandez2013-08-141-1/+16
* SERVER-10507 Disable unittest failing on windows buildsShaun Verch2013-08-141-3/+4
* SERVER-9518 SERVER-10506 Make sure internal user is never deletedSpencer T Brody2013-08-143-15/+10
* SERVER-8510 Use ferror to check error instead of checking for num bytes readShaun Verch2013-08-141-14/+14
* SERVER-8510 Fixed config file parser file reading on WindowsShaun Verch2013-08-141-1/+8
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-1311-341/+419
* SERVER-10497 Remove legacy update frameworkAndrew Morrow2013-08-1312-3804/+168
* SERVER-10086 fix improper removing from a containermatt dannenberg2013-08-131-5/+9
* SERVER-10498 print conn pool stats and ensure migration succeeds before testi...Greg Studer2013-08-131-1/+3
* Revert "SERVER-8869 command to merge co-located chunks"Greg Studer2013-08-1316-1096/+60
* SERVER-8598 correct auth settings for new cleanupOrphaned commandGreg Studer2013-08-133-7/+9
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-1316-60/+1096
* fix for old python versionsScott Hernandez2013-08-131-1/+1
* SERVER-10491 Coverity cleanup on src/mongo/sRandolph Tan2013-08-1210-21/+32
* SERVER-10026 clean up LiteParsedQuery, tunnel switch through dbtest, fix nami...Hari Khalsa2013-08-129-212/+246
* SERVER-10026 remove obsolete depHari Khalsa2013-08-121-1/+0
* SERVER-10026 SERVER-10471 unittestable query plannerHari Khalsa2013-08-1219-137/+665
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-1218-132/+682
* SERVER-10026 use server parameter for triggering query systemHari Khalsa2013-08-123-10/+19
* SERVER-9518 Fix reference counting of user in authorization_session_testSpencer T Brody2013-08-123-1/+34
* SERVER-5782 $literal operator to help prevent injection attacksmatt dannenberg2013-08-093-1/+29
* all, any, and none expressions added to aggmatt dannenberg2013-08-093-12/+244
* SERVER-10086 $set operations for aggmatt dannenberg2013-08-094-0/+628
* removing mutable BSONElement pointer from parseExpressionmatt dannenberg2013-08-093-31/+19
* SERVER-10478 fix batch limit check for _cloneLocs in migrationGreg Studer2013-08-092-3/+67
* SERVER-10356 FTSQuery negated terms in phrase shouldn't negate phraseJason Rassi2013-08-092-1/+50
* SERVER-9518 Change authorization checking to happen off of new User data stru...Spencer T Brody2013-08-095-44/+87
* SERVER-9518 Handle otherDBRoles when initializing User object from V1 privile...Spencer T Brody2013-08-092-4/+101
* Fix mismatched class/structMathias Stearn2013-08-094-7/+2
* SERVER-10458 sanity check before critical section that all cloned docs sentGreg Studer2013-08-091-2/+27
* SERVER-8510 Fix compile without debug flags on LinuxShaun Verch2013-08-091-1/+1
* fix test to accept both error codes for update implsScott Hernandez2013-08-091-4/+8
* Remove redundant argument number checkingMathias Stearn2013-08-093-259/+7
* Make ExpressionContext a simple structMathias Stearn2013-08-0917-139/+61
* Remove deprecated methods from DocumentMathias Stearn2013-08-098-78/+55
* Add relational operators to DocumentMathias Stearn2013-08-092-14/+27
* Test hashing Values even if not equalMathias Stearn2013-08-091-1/+6
* Remove unused Value-from-BSONType constructorMathias Stearn2013-08-094-70/+20
* Remove unnecessarily defined constructors and destructors from aggregationMathias Stearn2013-08-0919-313/+29
* Simplify aggregation DocumentSource APIMathias Stearn2013-08-0918-825/+275
* Remove unused DocumentSourceFilterMathias Stearn2013-08-094-168/+0
* Remove unused Builder class from aggregationMathias Stearn2013-08-097-238/+0
* SERVER-6071 sleep in SyncSourceFeedback loop, if connection failedmatt dannenberg2013-08-091-0/+7