summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-2651-244/+309
* SERVER-17496 Remove unused header includesKaloian Manassiev2015-03-264-17/+4
* SERVER-17754 Move shell-specific files out of the server's copy of the driverKaloian Manassiev2015-03-267-85/+37
* SERVER-17754 Get rid of unused driver sourcesKaloian Manassiev2015-03-262-39/+0
* SERVER-17753 Remove GridFS from the server copy of the C++ driverKaloian Manassiev2015-03-264-576/+1
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-269-145/+65
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-264-55/+138
* SERVER-17647 (v8-3.25) Compute BinData lengthSpencer Jackson2015-03-262-9/+8
* SERVER-17647 Compute BinData lengthSpencer Jackson2015-03-262-8/+8
* SERVER-17330 clean up replset commandsEric Milkie2015-03-264-143/+100
* Import wiredtiger-wiredtiger-2.5.2-293-g3e37e1f.tar.gz from wiredtiger branch...Ramon Fernandez2015-03-26158-2176/+3691
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-2638-409/+141
* SERVER-17653 Early allocate port for the HTTP interfaceKaloian Manassiev2015-03-264-388/+444
* SERVER-17722 Remove 'justConnection' from StaleConfigExceptionKaloian Manassiev2015-03-262-55/+52
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ...Adam Midvidy2015-03-254-167/+73
* SERVER-17469 Enable density estimator for 2d nearSphere.Siyuan Zhou2015-03-251-6/+21
* SERVER-17671 Catch incompatible auth schema during initial sync and abort sec...Andy Schwerin2015-03-251-0/+58
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-254-73/+167
* SERVER-17562: Rollback transaction in WT commitAndRestartGeert Bosch2015-03-251-3/+4
* SERVER-17663 added Command::appendGetMoreResponseObjectBenety Goh2015-03-252-0/+23
* SERVER-17671 Clone admin database first during initial sync, to catch auth er...Andy Schwerin2015-03-251-0/+7
* SERVER-17705 Fix credentials field inconsistencyAndreas Nilsson2015-03-241-0/+4
* SERVER-17699 LockerImpl<>::getLockerInfo() don't no-op if not lockedJason Rassi2015-03-241-2/+0
* SERVER-17631 add makeStatusWith factory functionAdam Midvidy2015-03-244-0/+95
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-2425-255/+176
* Revert "SERVER-17450 Cleanup SSL test infrastructure"Charlie2015-03-247-7/+81
* SERVER-17708 Include createIndex method in DBCollection help() outputJason Rassi2015-03-241-1/+2
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-03-247-81/+7
* SERVER-17496 Move cluster dropDatabase to separate fileKaloian Manassiev2015-03-233-68/+136
* SERVER-17698 Initialize MongoD sharding state only onceKaloian Manassiev2015-03-232-24/+35
* SERVER-17286 add --readMode flag to shellDavid Storch2015-03-236-2/+73
* SERVER-17023 separate command and query pathsDavid Storch2015-03-238-210/+276
* SERVER-15176 remove CollectionMetadataPtr from ClientCursorDavid Storch2015-03-233-28/+6
* SERVER-12128 Inconsistent earth radius used in testsMatt Kangas2015-03-231-1/+2
* SERVER-17672 Helpers::getSingleton()/getLast() return owned objectJason Rassi2015-03-232-19/+29
* SERVER-17679 mergeChunks command should check if sharding state is initializedKaloian Manassiev2015-03-231-8/+8
* SERVER-15176 remove dead code from find.cppDavid Storch2015-03-201-10/+0
* SERVER-17638 Catalog manager loads database metadataKaloian Manassiev2015-03-206-339/+134
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-2035-1022/+1647
* SERVER-17638 Fix StatusWith comparison operatorsKaloian Manassiev2015-03-201-4/+4
* SERVER-17669 Remove web auth prompt for non-auth mongodAndreas Nilsson2015-03-201-0/+4
* SERVER-17592 DistributedLock RefactorRandolph Tan2015-03-206-155/+32
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-1923-144/+78
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-1918-424/+224
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-199-435/+222
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-1912-108/+109
* SERVER-17433: Don't leak WiredTiger oplog background threadsGeert Bosch2015-03-191-1/+1
* SERVER-17158 add delimiter to planCacheKey for sort argsjames.wahlin@10gen.com2015-03-192-3/+20
* SERVER-17655 polyfill make_unique in stdxAdam Midvidy2015-03-192-1/+57
* SERVER-17652 open sockets before initializing storage engineEric Milkie2015-03-191-13/+13