summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BUMP 2.6.11-rc0r2.6.11-rc0Ramon Fernandez2015-07-307-7/+7
* SERVER-19464 Have DSMergeCursors correctly cleanup _cursors in dispose()Mathias Stearn2015-07-282-2/+16
* SERVER-19464 Add a way to explicitly kill a DBClientCursor before destructionMathias Stearn2015-07-282-0/+19
* SERVER-19553 Make mongod not use sayPiggyBack for KillCursor messagesMathias Stearn2015-07-281-0/+3
* SERVER-19559 fix test to use GLE rather than assert.writeOK/ErrorMathias Stearn2015-07-281-5/+10
* SERVER-19559 Ignore KeyTooLarge errors when rolling back failed updatesMathias Stearn2015-07-2711-21/+108
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-244-16/+49
* SERVER-19389: Remove wire level endianness checkSpencer Jackson2015-07-231-7/+2
* SERVER-14070 sort analysis computes additional sort orders provided by an ind...David Storch2015-07-163-3/+81
* SERVER-18086 fix leak in QueryPlanner::planFromCacheQingyang Chen2015-07-011-6/+8
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-07-013-25/+50
* SERVER-17815 tie breaker value should not be static in PlanRanker::scoreTreeDavid Storch2015-06-291-1/+1
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-292-4/+76
* SERVER-15217 remove NonCoveredIxisectFetchesLess plan ranking testQingyang Chen2015-06-171-53/+0
* BUILD-599 Remove RHEL 5.7 AMIsJonathan Reams2015-06-121-2/+2
* SERVER-18795: provide better printReplicationInfo error message for abitersSam Kleinman2015-06-031-1/+6
* SERVER-18280 ReplicaSetMonitor should use electionId to avoid talking to old ...Daniel Alabi2015-06-014-4/+214
* SERVER-18097 Remove the mongosTest_auth task.Max Hirschhorn2015-05-271-29/+0
* SERVER-18620 Log "staticYield can't unlock" msg inside RARELY blockJason Rassi2015-05-211-4/+6
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-203-2/+16
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-193-4/+59
* SERVER-16348 prohibit renaming a collection with bg indexes in progressEric Milkie2015-05-182-36/+4
* Fix bumpErnie Hershey2015-05-181-1/+1
* post 2.6.10Ernie Hershey2015-05-187-7/+7
* BUMP 2.6.10r2.6.10Ernie Hershey2015-05-187-7/+7
* SERVER-16563 Change Debian and Ubuntu packaging component to 10gen to match d...Ernie Hershey2015-05-151-1/+1
* post 2.6.10-rc0Ernie Hershey2015-05-117-7/+7
* SERVER-18344: switch to use new logkeeperSam Kleinman2015-05-111-38/+290
* BUMP 2.6.10-rc0r2.6.10-rc0Ernie Hershey2015-05-097-7/+7
* SERVER-18312: 8.37 SCons Integration - 2.6 compatibilityMark Benvenuto2015-05-083-8/+8
* SERVER-18312: PCRE 8.37 build integrationMark Benvenuto2015-05-084-0/+823
* SERVER-18312: PCRE 8.37Mark Benvenuto2015-05-08141-0/+126898
* SERVER-18364 ensure multikey bounds construction prefers non-negation predica...David Storch2015-05-072-5/+10
* SERVER-18096: don't try to reuse closed socket fdsKevin Pulo2015-05-072-0/+143
* SERVER-17018: Only invalidate cursors pointing to the same indexGeert Bosch2015-05-063-6/+10
* SERVER-17780 Update init script process ulimit to match recommendationsErnie Hershey2015-05-063-4/+4
* SERVER-13542 Expose electionId on primary in isMastermatt dannenberg2015-05-011-0/+3
* SERVER-16849 Prevent mongos from always invalidating the user cache once, eve...Spencer T Brody2015-05-011-1/+17
* SERVER-11980 Only invalidate the user cache on mongos if authorization inform...Gianfranco Palumbo2015-05-016-40/+171
* SERVER-18262 retry links download multiple times before failingmike o'brien2015-04-301-1/+11
* SERVER-18211 write to disk all documents in a collection when rolling back cr...matt dannenberg2015-04-291-2/+28
* SERVER-18111 Check userAllowedWriteNS() in cloneCollection cmd parsingJason Rassi2015-04-282-4/+13
* SERVER-18111 Check userAllowedWriteNS() in findAndModify cmd parsingJason Rassi2015-04-282-0/+18
* SERVER-18111 Forbid most user operations against "system.profile"Jason Rassi2015-04-284-4/+77
* SERVER-18229: fix smoke.py interaction with pymongoSam Kleinman2015-04-281-1/+1
* SERVER-18073 Make smoke.py work with pymongo 3.0Jonathan Reams2015-04-221-7/+13
* SERVER-17591: Allow TLS protocols to be disabledSpencer Jackson2015-04-223-1/+71
* SERVER-17749: ignore fields starting with $ in collMod command, to match beha...Sam Kleinman2015-04-171-0/+3
* SERVER-17805 logOp / OperationObserver should always check shardversionRandolph Tan2015-04-168-21/+118
* SERVER-17832 Fix Resource Leak on SSL Connect and Accept Exception (v2.6, v3.0)Robert Guo2015-04-131-16/+8