summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.5.2r2.5.2Matt Kangas2013-08-221-1/+1
* Revert "SERVER-10453 Make DBClientReplicaSet::connect always return true"Greg Studer2013-08-221-2/+1
* SERVER-10597 autosplit_heuristics.js data count of high chunk reset to random...Greg Studer2013-08-222-2/+4
* 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-10555 Remove nondeterministic StringMap perf test from unit testsAndrew Morrow2013-08-211-42/+0
* 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-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-191-5/+6
* 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-194-650/+218
* 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
* SERVER-9518 Get UserName out of AuthorizationSession, not PrincipalNamesSpencer T Brody2013-08-195-18/+18
* SERVER-9518 Move WILDCARD_RESOURCE from PrivilegeSet to AuthorizationManagerSpencer T Brody2013-08-198-30/+35
* SERVER-8581 $redact pipeline stagematt dannenberg2013-08-194-0/+173
* SERVER-9518 Reload User if User has been invalidatedSpencer T Brody2013-08-194-1/+63
* Fix assert numberSpencer T Brody2013-08-191-1/+1
* SERVER-9518 SERVER-10323 Fix access control in the web serverSpencer T Brody2013-08-194-48/+33
* fix 'auth failed' message to not duplicate field namesEric Milkie2013-08-191-2/+2
* SERVER-10156 no digest password default for GSSAPI in the c++ driverEric Milkie2013-08-191-1/+3