summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-02-0210-76/+139
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-01-291-4/+9
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-281-0/+6
* Revert "SERVER-17527 add startup warning when server is started with web inte...Robert Guo2016-01-266-34/+9
* SERVER-17527 add startup warning when server is started with web interface an...Robert Guo2016-01-266-9/+34
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentr3.0.9Jason Rassi2016-01-202-3/+3
* SERVER-19128 Clean up interaction of background index builds and cursor killingr3.0.9-rc0Mathias Stearn2016-01-187-15/+40
* SERVER-22191 Don't register CurOp on Client until done with constructionMathias Stearn2016-01-181-2/+5
* SERVER-22160 Make statics for background.cpp immortalMathias Stearn2016-01-181-3/+5
* SERVER-22114 fix code formatRandolph Tan2016-01-161-0/+1
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-13/+31
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-159-106/+56
* SERVER-22109 applyOps should validate database name in index spec when creati...Benety Goh2016-01-141-0/+4
* Revert "SERVER-19128 Clean up interaction of background index builds and curs...Spencer Jackson2016-01-137-40/+15
* SERVER-7656 Execute aggregation command on targeted shard if first stage is a...Charlie Swanson2016-01-133-15/+58
* SERVER-20358 prevent creation of users containing NULL charactersrahuldhodapkar2016-01-131-0/+3
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2016-01-127-15/+40
* SERVER-19128 add debugging outputEric Milkie2016-01-121-0/+3
* SERVER-20858 Reject creation of non-capped oplog collections.Max Hirschhorn2016-01-121-0/+1
* Import wiredtiger-wiredtiger-mongodb-3.0.8-15-gcae5fcf.tar.gz from wiredtiger...Ramon Fernandez2016-01-1212-28/+142
* SERVER-22109 validate index spec namespace in applyOperation_inlockBenety Goh2016-01-121-0/+15
* SERVER-21934 Add extra information to OSX stack dumps to support ASLR.Andy Schwerin2016-01-111-8/+35
* SERVER-18953 SERVER-9567 Add debug symbols archive targetJonathan Reams2016-01-111-6/+48
* SERVER-17747 Fix compile on FreeBSD 11Jonathan Reams2016-01-114-9/+9
* SERVER-18373 SERVER-18219 add MONGO_UNREACHABLE macro where compiler cannot d...Adam Midvidy2016-01-083-0/+16
* SERVER-21724 Let backup role read system.profileSpencer Jackson2016-01-071-0/+4
* SERVER-21583 applyOperation_inlock builds background indexes in foreground if...Benety Goh2016-01-071-5/+14
* SERVER-21571 Do not leak ChunkManager object on errorKaloian Manassiev2016-01-072-13/+16
* SERVER-21776 CachedPlanStage: add post-replan log msgs at log level 1Jason Rassi2016-01-071-1/+15
* SERVER-21776 Most instance.cpp log msgs should use kCommand componentJason Rassi2016-01-071-25/+14
* SERVER-21647 add missing $rename unit testDavid Storch2016-01-061-0/+6
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2016-01-065-4/+236
* SERVER-22054 Report client address in authentication failure errorSpencer Jackson2016-01-061-1/+1