summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30166 Fix LintMark Benvenuto2017-10-191-1/+1
* SERVER-29287 PCRE 8.41Mark Benvenuto2017-10-16129-539/+774
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-168-31/+253
* SERVER-29855 Pull major/minor from sys/sysmacros.hJason Carey2017-10-131-0/+4
* Import wiredtiger: d687cc19830b5b479d7474724ed609c416bfb1d2 from branch mongo...Alex Gorrod2017-06-1939-1204/+3502
* SERVER-17435 do not abort if opid changes while killing all ops in killAllUse...Eric Milkie2017-05-191-1/+4
* SERVER-25335 SERVER-26489 avoid group and other permissions when creating .db...Kevin Pulo2017-05-011-2/+12
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-04-281-1/+1
* SERVER-28357 Do not enforce quota on starting MMAPv1 compactGeert Bosch2017-04-251-1/+2
* SERVER-28548 skip unused keys in restorePosition, even when prev location is ...Eric Milkie2017-04-041-4/+0
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsMaria van Keulen2017-03-305-24/+55
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-03-301-1/+20
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-301-0/+9
* SERVER-27164 do not upgrade dblock for replication, to avoid deadlockEric Milkie2017-02-151-3/+9
* SERVER-27493 do not enforce oplog visibility hack for reverse cursorsEric Milkie2017-02-062-8/+24
* SERVER-27358 Convert socket timeout to milliseconds to use in connectsamantharitter2016-12-121-1/+1
* SERVER-27240 Replace ConnectBG with pollJason Carey2016-12-081-56/+110
* SERVER-23510 Fix index_retry and index_no_retry to not be timing basedVincent Do2016-11-071-58/+77
* Import wiredtiger: b1aab8db7d80e165d5da80aab0c0403772450997 from branch mongo...r3.0.14Ramon Fernandez2016-11-036-14/+9
* SERVER-24662 Remove PCRE 8.37Mark Benvenuto2016-10-14145-127721/+0
* SERVER-24662 Remove PCRE 8.36Mark Benvenuto2016-10-14145-125436/+0
* SERVER-24662 PCRE 8.39 Build IntegrationMark Benvenuto2016-10-145-3/+825
* SERVER-24662 PCRE 8.39 SourceMark Benvenuto2016-10-14124-0/+80789
* SERVER-25075 Limit BSONObj buffer size used by 2dsphere index.Siyuan Zhou2016-09-081-2/+2
* Import wiredtiger-wiredtiger-mongodb-3.0.9-19-ga5c67bd.tar.gz from wiredtiger...David Hows2016-08-0810-96/+118
* SERVER-18739 finish post member state update action before signalling finishe...Eric Milkie2016-08-041-2/+2
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-158-5/+23
* SERVER-18580 Make OIDTests::FromDate deterministic.Andy Schwerin2016-06-201-6/+6
* Import wiredtiger-wiredtiger-mongodb-3.0.9-12-g9cfe4e1.tar.gz from wiredtiger...Alex Gorrod2016-05-273-10/+18
* SERVER-23277 Update LDR branch range checkMark Benvenuto2016-05-261-1/+4
* SERVER-23919 fix call to userCreateNSEric Milkie2016-05-191-2/+2
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-196-119/+206
* SERVER-24116 fix KeyString's parsing of strings with leading nullRobert Guo2016-05-162-1/+9
* SERVER-23807 index build must X-lock collectionKyle Suarez2016-04-292-2/+13
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-222-87/+53
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-222-0/+32
* SERVER-23762 validate() should fail when encountering invalid BSONRobert Guo2016-04-211-1/+1
* Import wiredtiger-wiredtiger-mongodb-3.0.9-9-gf6286c2.tar.gz from wiredtiger ...Ramon Fernandez2016-04-157-27/+92
* SERVER-23425 Port 3.2 sharding move chunk unit testsKaloian Manassiev2016-03-311-2/+15
* SERVER-23425 Correctly track inserts and deletes to migrating chunks.Andy Schwerin2016-03-311-3/+3
* SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()Randolph Tan2016-03-281-7/+7
* SERVER-22535 Fix MigrateFromStatus::storeCurrentLocs() to not dereference inv...r3.0.10Tess Avitabile2016-03-071-1/+6
* Import wiredtiger-wiredtiger-mongodb-3.0.9-3-g3dbc6c6.tar.gz from wiredtiger ...r3.0.10-rc1Ramon Fernandez2016-02-292-6/+23
* SERVER-22793 always clear buffered WorkingSetIDs on saveStateDavid Storch2016-02-265-18/+19
* Import wiredtiger-wiredtiger-mongodb-3.0.9-2-g62b3ca8.tar.gz from wiredtiger ...Ramon Fernandez2016-02-23592-7/+577758
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-02-226-47/+73
* SERVER-22535 Migration source manager checks for PlanExecutor errors during i...Tess Avitabile2016-02-221-2/+12
* SERVER-19800 DataSizeChange forces an int into a boolMartin Bligh2016-02-212-4/+4
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-203-10/+9
* Revert "SERVER-21388 validate captrunc argument"Robert Guo2016-02-051-6/+0