summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* Revert "FTS Tokenizer"Geert Bosch2015-03-3021-355/+100
* SERVER-17453 eval command is deprecatedSamantha Ritter2015-03-301-1/+6
* FTS TokenizerMark Benvenuto2015-03-3021-100/+355
* SERVER-7775 remove double auditing in fsyncUnlockAdam Midvidy2015-03-301-8/+1
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-302-1/+1
* SERVER-17283 unit test for GetMoreRequestBenety Goh2015-03-302-0/+167
* SERVER-17283 initial getMore command implementationDavid Storch2015-03-277-73/+610
* SERVER-15176 SERVER-17721 add oplogReplay support to find commandDavid Storch2015-03-274-192/+184
* SERVER-17313 Get correct key header on each call to BtreeLogic::_insert()Mathias Stearn2015-03-271-1/+1
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-279-9/+1
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-279-75/+63
* SERVER-17761 DbWebServer should own the AdminAccess pointerKaloian Manassiev2015-03-272-4/+5
* SERVER-17602 add protocolVersion replica set config fieldEric Milkie2015-03-273-29/+82
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-2710-24/+38
* SERVER-17529 Let find on system.namespaces imply listCollectionsAndreas Nilsson2015-03-271-6/+21
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-2763-491/+630
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-2611-20/+37
* SERVER-17496 Move sharding-specific auth code out of clientKaloian Manassiev2015-03-266-24/+64
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-263-54/+128
* SERVER-17330 clean up replset commandsEric Milkie2015-03-264-143/+100
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-6/+5
* SERVER-17653 Early allocate port for the HTTP interfaceKaloian Manassiev2015-03-263-385/+433
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ...Adam Midvidy2015-03-253-159/+72
* 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-253-72/+159
* 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-17023 separate command and query pathsDavid Storch2015-03-237-208/+274
* 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-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-11/+15
* SERVER-17669 Remove web auth prompt for non-auth mongodAndreas Nilsson2015-03-201-0/+4
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-1923-144/+78
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-1917-422/+222
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-197-433/+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-191-1/+2
* SERVER-17652 open sockets before initializing storage engineEric Milkie2015-03-191-13/+13
* SERVER-17282 fix use after free in the case of a database drop during a yieldDavid Storch2015-03-183-11/+19
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-187-7/+44
* SERVER-17634 do not apply replicated insert operations on missing collectionsBenety Goh2015-03-181-0/+4