summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.5.2r2.5.2Matt Kangas2013-08-222-2/+2
* SERVER-10341 disable sync_passive2.js test for 2.5.2 releaseMatt Kangas2013-08-221-1/+5
* Revert "SERVER-10453 Make DBClientReplicaSet::connect always return true"Greg Studer2013-08-221-2/+1
* SERVER-10597 autosplit_heuristics.js additional commentGreg Studer2013-08-221-1/+1
* SERVER-10499 ismaster1.js need to explicitly wait for secondary to ack masterGreg Studer2013-08-221-33/+26
* SERVER-10374 Disable sync only with special chars test due to SERVER-10344Andrew Morrow2013-08-221-2/+7
* SERVER-10597 autosplit_heuristics.js data count of high chunk reset to random...Greg Studer2013-08-223-10/+18
* SERVER-10599 cleanup_orphaned_cmd.js need to wait for migration to finish so ...Greg Studer2013-08-223-7/+25
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-212-1/+10
* SERVER-10582 oplog_all_ops.js fails on Assertion failure, mutex problem when ...Randolph Tan2013-08-214-13/+32
* SERVER-6405: temp hack for rename to keep database cache consistentEliot Horowitz2013-08-211-0/+1
* SERVER-8598 cleanup_orphaned_cmd_hashed.js minor test improvementGreg Studer2013-08-211-3/+4
* SERVER-10555 Remove nondeterministic StringMap perf test from unit testsAndrew Morrow2013-08-211-42/+0
* SERVER-8598 test cleanup of orphaned data in hashed sharded collectionGreg Studer2013-08-211-0/+66
* SERVER-10026 no longer need PageFaultRetryableSection in removeRangeGreg Studer2013-08-211-1/+0
* SERVER-9518 Fix problem related to iterator invalidation.Andy Schwerin2013-08-215-38/+162
* SERVER-10026 RAII-ify Runner yielding SERVER-10583Hari Khalsa2013-08-217-39/+63
* SERVER-10026 SERVER-10583 internal runners deregister themselves in dtorHari Khalsa2013-08-202-1/+7
* SERVER-10584 dbclient_rs_test.cpp compile failure on Windows buildersRandolph Tan2013-08-201-1/+1
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-204-14/+68
* SERVER-8707 dbclient_rs_test threading issueRandolph Tan2013-08-201-1/+3
* SERVER-10210 Correctly compute 90%Mathias Stearn2013-08-201-1/+1
* SERVER-9038 Turn on write concerns on write commands.Alberto Lerner2013-08-201-15/+16
* SERVER-10026 disable query projection for nowHari Khalsa2013-08-201-1/+1
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-2044-445/+812
* SERVER-9517 Add role extraction to v2 privilege document parserSpencer T Brody2013-08-203-3/+100
* SERVER-9517 Add credential extraction to v2 privilege document parserSpencer T Brody2013-08-202-1/+82
* SERVER-9517 Add parser for V2 privilege documents. Currently can only check ...Spencer T Brody2013-08-203-193/+449
* SERVER-9518 Separate privilege document parsing into its own classSpencer T Brody2013-08-207-1013/+1164
* SERVER-375 Implement $mul by way of $incAndrew Morrow2013-08-205-11/+56
* SERVER-10490 SERVER-375 Add static assertions for overflow safe algosAndrew Morrow2013-08-201-0/+7
* SERVER-375 Implement multiplication for SafeNumAndrew Morrow2013-08-204-2/+251
* SERVER-4362 Implement xor support for $bitAndrew Morrow2013-08-206-12/+242
* SERVER-10490 Use pre and post conditions to avoid signed integer overflow in ...Andrew Morrow2013-08-201-23/+37
* SERVER-9518 Fix SSL build by removing reference to PrincipalSpencer T Brody2013-08-201-2/+1
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-2010-58/+39
* SERVER-10482 buildbot movechunk_with_def_paranoia.js make sure test updated w...Greg Studer2013-08-201-6/+4
* SERVER-10529 Allow isMaster to report the wire version (range) it expects.Alberto Lerner2013-08-203-0/+59
* Fix signed/unsigned comparisonsMathias Stearn2013-08-192-5/+5
* Use BSONElement::fieldNameStringData() in aggregationMathias Stearn2013-08-192-2/+2
* Update comments in ExpressionNary::optimize()Mathias Stearn2013-08-191-23/+12
* remove useless fileMathias Stearn2013-08-198-68/+6
* SERVER-10530 Break first batch in aggregation cursor when encountering a larg...Mathias Stearn2013-08-192-5/+19
* Use bulk-insert in $outMathias Stearn2013-08-192-4/+21
* Replace static, sorted list of expressions with localized registrationMathias Stearn2013-08-191-73/+68
* Unify agg Expression parsing to eliminate special casesMathias Stearn2013-08-195-650/+227
* Replace ExpressionNary::getFactory() with isAssociativeAndCommutative()Mathias Stearn2013-08-193-175/+99
* SERVER-9443 TopKSorter optimization when spilling to diskMathias Stearn2013-08-191-2/+96
* SERVER-10210 Use Snappy compression when Sorter writes to diskMathias Stearn2013-08-192-8/+45
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-1926-1454/+234