summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-1214-38/+41
* SERVER-16659 Rename MockStage to QueuedDataStageJason Rassi2015-01-1211-56/+58
* SERVER-16275 fix multiVersion jstests to accommodate new field in colstatsDan Pasette2015-01-121-0/+8
* make lock check a dassert in AuthzSessionExternalStateMongod::startRequestEliot Horowitz2015-01-121-1/+1
* SERVER-16780 Add cleanupOrphaned to commands_lib.jsAndreas Nilsson2015-01-121-0/+17
* SERVER-16534 Verify __system user auth with pw mechanism disabledAndreas Nilsson2015-01-121-0/+21
* SERVER-16767: Add cursorInfo in mongos metricsMark Benvenuto2015-01-121-3/+34
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-1280-116/+117
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-1224-237/+238
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-1212-64/+192
* SERVER-16657 Libraryize namespace_stringJason Rassi2015-01-121-4/+7
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-129-15/+30
* SERVER-16657 Remove CursorManager::ns()Jason Rassi2015-01-125-16/+25
* SERVER-16065 Move AlignedBuilder under MMAP V1Kaloian Manassiev2015-01-1216-195/+156
* SERVER-16065 Move stuff out of CommitJob and into dur.cppKaloian Manassiev2015-01-125-64/+49
* fix dbtest NamespaceString with runQueryEliot Horowitz2015-01-121-1/+2
* optimize update request parsingEliot Horowitz2015-01-124-42/+91
* do not create extra NamespaceStringEliot Horowitz2015-01-123-2/+3
* SERVER-16275 MMAPv1 does not report when capped is false in colstatsDan Pasette2015-01-111-2/+1
* SERVER-16777 Capped collection truncation behavior across storage engines is ...Jonathan Balsano2015-01-101-1/+1
* SERVER-16580 Remove deprecated system collection references in JS testsSiyuan Zhou2015-01-0912-42/+59
* SERVER-16431 Remove extraneous space from OpDebug::report() outputJason Rassi2015-01-091-1/+1
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-091-0/+1
* SERVER-16744 Ensure Amazon and SUSE repos are in repo consolidation scriptsErnie Hershey2015-01-092-5/+5
* SERVER-16784 only enable the minimum needed set of Scons ToolsAdam Midvidy2015-01-091-15/+22
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-091-1/+1
* SERVER-16106: Windows Service - Process SERVICE_CONTROL_SHUTDOWN correctlyMark Benvenuto2015-01-093-0/+22
* SERVER-16567 removed StorageEngineMetadata::updateIfMissingBenety Goh2015-01-093-63/+0
* SERVER-16567 check startup options against creation settings in data director...Benety Goh2015-01-0914-12/+486
* SERVER-16567 added StorageEngineMetadata support for optional storage engine ...Benety Goh2015-01-093-19/+153
* SERVER-14992: Checking ntfs.sys version to figure out if it's necessary to ze...agherardi2015-01-093-3/+136
* SERVER-16733 mongos does not fail when different configdb string is usedRandolph Tan2015-01-094-1/+260
* SERVER-16723 display active commands in server status only when command metri...daveh862015-01-092-3/+58
* SERVER-16648 Additional FSM-based concurrency testsalabid2015-01-0968-9/+3875
* SERVER-16648 Refactored FSM library code and added workload helpers and modif...alabid2015-01-0945-606/+1681
* logCommandAuthzCheck doesn't need to allocate a NamespaceString when not neededEliot Horowitz2015-01-093-3/+3
* use insert for update in WiredTigerRecordStoreEliot Horowitz2015-01-098-29/+55
* SERVER-16761 removed unnecessary const modifier from MessagingPortWithHandler...Benety Goh2015-01-091-1/+1
* SERVER-16760 fixed file descriptor check when opening lock fileBenety Goh2015-01-091-1/+1
* SERVER-16677 added warning message to WiredTiger initialization on detecting ...Benety Goh2015-01-092-3/+5
* SERVER-16415: Use new OplogIntentWriteLockGeert Bosch2015-01-083-6/+52
* SERVER-16753 fix shutdown log messages to be component CONTROLEric Milkie2015-01-081-5/+7
* 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