summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16744 mongodb-org packages shouldn't conflict with themselvesErnie Hershey2015-01-084-22/+22
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-0812-62/+190
* SERVER-16740 Log contents instead of pointer address in shardCollection failureRandolph Tan2015-01-081-8/+8
* SERVER-16734 remove checkpointDelaySecs and use syncPeriodSecs insteadEric Milkie2015-01-089-92/+39
* SERVER-16755 SERVER-16753 improvements to query loggingEric Milkie2015-01-082-20/+19
* SERVER-14310 Customizing the C++ compiler with --cxx but not customizing --cc...Jonathan Reams2015-01-081-1/+6
* SERVER-16778 Don't write to std::cerr in plan ranking testsJason Rassi2015-01-081-1/+0
* SERVER-16600: Windows: net stop service does not do clean shutdownMark Benvenuto2015-01-081-5/+10
* SERVER-16757 a query with is not a commandEric Milkie2015-01-081-1/+0
* SERVER-16742 doc-locking storage engines do not need the KEEP_MUTATIONS stageDavid Storch2015-01-081-1/+7
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-0817-69/+109
* SERVER-16772 Only examine indexes on update when necessaryAndrew Morrow2015-01-085-29/+37
* SERVER-16772 Don't look up _id twiceAndrew Morrow2015-01-081-8/+5
* SERVER-16772 Don't re-acquire object in updateAndrew Morrow2015-01-084-16/+17
* SERVER-16604 Phase out old keys in RocksTransactionIgor Canadi2015-01-072-43/+138
* SERVER-16671: fit attempt rollover, sync6 failureEliot Horowitz2015-01-071-3/+11
* SERVER-16706 On primary, call setMyLastOptime when generating the new optime,...Andy Schwerin2015-01-074-85/+110
* SERVER-16065 MMAP V1 remap alwaysKaloian Manassiev2015-01-071-52/+27
* SERVER-16711 Fix failing disk/diskfull.js suiteKaloian Manassiev2015-01-077-85/+111
* SERVER-16711 Do not require a non-empty intent setKaloian Manassiev2015-01-078-622/+617
* SERVER-16684 Assert that dynamic_cast succeeded to satisfy coveritySpencer T Brody2015-01-071-0/+1
* SERVER-16714 Make serverStatus oplog section work with master-slave and confi...Spencer T Brody2015-01-071-1/+4
* SERVER-16632 Remove unneeded kEquals byte after each field in KeyStringMathias Stearn2015-01-073-24/+27
* SERVER-16632 Compress index keys in KeyStringMathias Stearn2015-01-074-137/+276
* SERVER-16632 Compress small RecordIds in KeyStringMathias Stearn2015-01-075-122/+291
* Add countLeadingZeros and countTrailingZeros to bits.hMathias Stearn2015-01-072-32/+72
* Make BSONObj::woCompare a total orderingMathias Stearn2015-01-0712-84/+251
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-0721-209/+170
* SERVER-16748 Don't allow a new heartbeat reconfig to start until we've cleare...Spencer T Brody2015-01-071-0/+3
* SERVER-16675 force fetch RecordIds buffered by the query system on saveState()David Storch2015-01-0716-45/+476
* SERVER-16671: yielding portabilityEliot Horowitz2015-01-071-1/+5
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-068-16/+36
* cache if storage engine supports doc lockingEliot Horowitz2015-01-062-8/+7
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-068-19/+75
* SERVER-16065 Drop flush lock early if not doing remapKaloian Manassiev2015-01-067-103/+124
* SERVER-16065 Some formatting changes and commentsKaloian Manassiev2015-01-067-93/+141
* SERVER-16744 Targeted community build packaging and repo placementErnie Hershey2015-01-0614-439/+561
* SERVER-16705 fixed leak in PortMessageServer::acceptedMPBenety Goh2015-01-061-73/+57
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-0613-89/+151
* Import wiredtiger-wiredtiger-2.5.0-36-g94ac478.tar.gz from wiredtiger branch ...Matt Kangas2015-01-06300-177/+509
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-0598-44/+247
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-0545-4/+58
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-05218-120/+651
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-0514-3/+21
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-0546-167/+249
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-0519-6/+20
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-0563-17/+76
* SERVER-13256 Remove using of dynamic_ptr_cast from pch.hAndrew Morrow2015-01-052-2/+3
* SERVER-13256 Sort system and boost headers in pch and remove dupsAndrew Morrow2015-01-051-5/+4
* SERVER-13256 Remove useless pch.cppAndrew Morrow2015-01-052-47/+1