summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16199 Use WT bulk cursor for bulk index buildsMathias Stearn2014-11-182-23/+174
* SERVER-16195 Clean up createCollection shell helper to support noPaddingMathias Stearn2014-11-181-14/+34
* SERVER-16164 Optimize table scans on wiredtigerMathias Stearn2014-11-185-73/+80
* Use OwnedPointerVector to track ChangesMathias Stearn2014-11-185-13/+23
* Make DiskLoc trivially copyable and movableMathias Stearn2014-11-182-11/+1
* Don't include padding in writingPtr lengthMathias Stearn2014-11-181-9/+10
* SERVER-16085: Windows service: net stop MongoDB gives an error even after sto...Mark Benvenuto2014-11-181-2/+7
* SERVER-16221 Add a missing dependency edge exposed by ubsanAndrew Morrow2014-11-181-0/+1
* SERVER-16221 Don't instrument third_party when using ubsanAndrew Morrow2014-11-181-0/+1
* SERVER-16094 remove batch write command downconversion functionality from mon...Greg Studer2014-11-187-1055/+71
* SERVER-16185 Use system allocator by default on OS XAndrew Morrow2014-11-181-1/+1
* SERVER-16200 Eliminate some strcpy/strlen when handling namespacesAndrew Morrow2014-11-183-4/+4
* SERVER-16200 Use unordered container to track operation contextsAndrew Morrow2014-11-181-2/+2
* SERVER-16200 Eliminate a redundant strlen in ThreadSafeStringAndrew Morrow2014-11-181-12/+7
* SERVER-16171 skip repair_cursor1.js in sharding passthroughDan Pasette2014-11-181-0/+1
* SERVER-16183: fix getAllIdents, not all collections have indexesEliot Horowitz2014-11-171-2/+5
* SERVER-16159 MMAP v1 does timing-based yields for insertsDavid Storch2014-11-175-6/+32
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-176-7/+23
* Do not return 'set' name if not initiatedScott Hernandez2014-11-172-2/+6
* SERVER-16183 Fix signed/unsigned cmp in KVEngineTestHarnessJason Rassi2014-11-171-1/+1
* SERVER-16078 SERVER-15945: consolidate WriteConflictException logging and do ...Eliot Horowitz2014-11-176-15/+86
* SERVER-16171: fix repairIterator releasing under WTEliot Horowitz2014-11-173-2/+35
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-1713-85/+181
* SERVER-16072 improve namespace construction in commandsMatt Kangas2014-11-178-17/+52
* SERVER-16190 Add hasFailed() function to JSThreadConfig.Max Hirschhorn2014-11-171-2/+23
* SERVER-16058 change misleading message about cursor cleanup in parallel.cppGreg Studer2014-11-171-11/+13
* SERVER-15541 restore yielding per-document to the filemd5 commandGreg Studer2014-11-171-9/+31
* SERVER-15541 preserve chunk ranges during long-running yielding count/geoNearGreg Studer2014-11-174-29/+62
* SERVER-16201 Create replica set downgrade test.Amalia Hawkins2014-11-171-0/+47
* SERVER-13962 delete unused snappy-1.0.3 codeBenety Goh2014-11-1712-2440/+0
* SERVER-5700: cleanly shutdown in applierScott Hernandez2014-11-172-9/+36
* SERVER-13542: include electionId in isMaster when primaryScott Hernandez2014-11-176-4/+31
* SERVER-16167 Enable 2.8 shell to auth to 2.4 serverAndreas Nilsson2014-11-171-1/+2
* SERVER-16178 Fixed typo in __system auth error messageAndreas Nilsson2014-11-171-1/+1
* SERVER-16191 restore old initial sync behavior that allowed for a node to bec...matt dannenberg2014-11-172-20/+39
* SERVER-16038 Manage CanonicalQuery with auto_ptr in db/commands/mr.cppJason Rassi2014-11-171-12/+15
* SERVER-16038 Manage CanonicalQuery with auto_ptr in newRunQuery()Jason Rassi2014-11-171-15/+21
* SERVER-16038 Clean up ns local vars in newRunQuery()Jason Rassi2014-11-172-22/+16
* SERVER-16156 Re-enable sync_passive2.js test.Charlie Swanson2014-11-171-4/+0
* SERVER-16119 Do not cleanup cached sessions under the session lockKaloian Manassiev2014-11-142-38/+67
* SERVER-16147: get oplog source in loopScott Hernandez2014-11-141-7/+17
* SERVER-16096: Fix UINT64_MAX build issueGeert Bosch2014-11-142-3/+3
* SERVER-16057 mongo::profile() shouldn't reuse BufBuilderJason Rassi2014-11-141-4/+4
* SERVER-15474: Move audit message up and out of MMAPv1 layerGeert Bosch2014-11-142-5/+7
* SERVER-16096: Use explicit masking in ResourceId instead of union/bitfieldsGeert Bosch2014-11-148-72/+78
* SERVER-16096: Add test case for locker perfGeert Bosch2014-11-141-1/+62
* SERVER-14062 Remove extra creations of OperationContextImpl in the sharding d...Kaloian Manassiev2014-11-145-55/+72
* SERVER-8514 return error on invalid count query on empty collectionMichael Ivanov2014-11-142-27/+63
* SERVER-13635 fix registerStorageEngine to take ownership of and free factoryBenety Goh2014-11-142-1/+5
* SERVER-16162: check for '.' prefixed collection names everywhereScott Hernandez2014-11-142-0/+5