summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17273 Add support for secondaryCatchupPeriodSecs to rs.stepdown shell ...Spencer T Brody2015-02-191-17/+23
* SERVER-17330 remove server.h and dependencies; all dead codeEric Milkie2015-02-197-247/+1
* SERVER-14071 do not cache plans which return zero resultsDavid Storch2015-02-191-5/+23
* SERVER-17135 Add permissions on config.settings to backup auth roleAmalia Hawkins2015-02-191-0/+8
* SERVER-17325 [Rocks] Clean up oplog in background threadIgor Canadi2015-02-196-54/+358
* Import wiredtiger-wiredtiger-mongodb-3.0-rc9-1-gfc15500.tar.gz from wiredtige...Dan Pasette2015-02-1947-676/+1103
* SERVER-17141 Cope with WT_NOTFOUND from WT_SESSION::truncateDan Pasette2015-02-191-2/+2
* SERVER-16452 Add IP address to authentication failure error messageSpencer Jackson2015-02-181-8/+13
* SERVER-17109 fix invalid BSON access in listIndexes commandDavid Storch2015-02-182-14/+12
* SERVER-15192 Remove RollBackPreventer since all logOp listeners are now rollb...alabid2015-02-181-25/+2
* SERVER-17292 Optimize RocksIndexIgor Canadi2015-02-181-172/+123
* SERVER-16628: upgrade checker cleanupScott Hernandez2015-02-182-57/+80
* SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safealabid2015-02-187-31/+76
* SERVER-17051 remove runCount() functionDavid Storch2015-02-172-116/+20
* SERVER-16968 Log when we receive a replSetStepDown commandSiyuan Zhou2015-02-171-0/+2
* SERVER-17043 Reattempt failed socket connect when errno is EINTRAndrew Morrow2015-02-171-2/+17
* SERVER-17281 IDHackStage::invalidate() dereference correct OpCtx ptrJason Rassi2015-02-171-1/+1
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-1634-131/+119
* SERVER-17141 Don't abort if ENOENT is returned from session->truncate()Mathias Stearn2015-02-131-4/+12
* SERVER-16559 fix compilation error resulting from use of removed function Sha...Benety Goh2015-02-131-1/+2
* SERVER-17278: Enforce BSON BinData lengthSpencer Jackson2015-02-131-0/+3
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-1321-218/+212
* SERVER-15192 Make MigrateFromStatus logOp listener rollback-safealabid2015-02-132-43/+92
* SERVER-17249 filemd5 shouldn't reuse CanonicalQuery after WCEMathias Stearn2015-02-131-6/+6
* SERVER-17203 Make findAndModify use WCE retry loop for collection creationMathias Stearn2015-02-131-5/+7
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-1338-533/+912
* SERVER-17062 Make WT index cursors tolerant of WCEMathias Stearn2015-02-135-253/+187
* SERVER-17247 allow traceWriteConflictException to be set on startupMathias Stearn2015-02-131-1/+1
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-1315-15/+21
* SERVER-17062 WiredTigerRecordStore::Iterator WriteConflict workMathias Stearn2015-02-131-8/+17
* SERVER-17175 Use X lock for $isolated updates and deletesMathias Stearn2015-02-136-12/+36
* SERVER-17248 WCE retry loop for collection creation on upsertMathias Stearn2015-02-131-17/+19
* SERVER-17248 listIndexes WCE retry loopsMathias Stearn2015-02-131-2/+10
* SERVER-17248 IndexCatalog shouldn't go to CCE for info it already hasMathias Stearn2015-02-132-5/+16
* SERVER-17062 AuthIndex should use createIndexOnEmptyCollectionMathias Stearn2015-02-131-28/+12
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-139-12/+97
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-1327-985/+181
* SERVER-17269 Fix concurrency and sharding tests in RocksIgor Canadi2015-02-132-2/+8
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-137-25/+107
* SERVER-13916 added scons flag --server-js to build mongod without JavaScript ...Benety Goh2015-02-131-5/+36
* SERVER-16646 Remove reference of system.indexes in querytests.cppSiyuan Zhou2015-02-121-1/+0
* SERVER-17271 Fix segfault in WiredTigerKVEngine destructorMathias Stearn2015-02-121-3/+2
* SERVER-17271 WiredTiger SizeStorer now uses a single WT_CURSOR for its lifetimeMathias Stearn2015-02-125-85/+112
* Import wiredtiger-wiredtiger-mongodb-3.0-rc9-1-g8eecf94.tar.gz from wiredtige...Dan Pasette2015-02-1213-118/+69
* SERVER-17264: improve bson validation for utf-8 stringsEliot Horowitz2015-02-112-0/+21
* Revert "SERVER-15192 Make AuthzManager logOp listener rollback-safe"Siyuan Zhou2015-02-117-105/+25
* SERVER-17246 Invariant failure when dropping collection during chunk splitRandolph Tan2015-02-111-1/+5
* SERVER-15192 Make AuthzManager logOp listener rollback-safealabid2015-02-117-25/+105
* SERVER-15252 unit test ScatterGatherRunnermatt dannenberg2015-02-114-2/+430
* SERVER-17202 return to RECOVERING if an error is encountered during a rollbac...matt dannenberg2015-02-111-0/+8