summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3364 Introduce MONGO_CLIENT_API macro for labeling types, functions an...Andy Schwerin2013-12-092-0/+50
* SERVER-3364 Add macros for putting visibility and calling convention declarat...Andy Schwerin2013-12-093-1/+67
* SERVER-11977 support for non-client opTime in mongod GLEGreg Studer2013-12-096-24/+45
* SERVER-11611: fix godinsert related dbtest for new formatEliot Horowitz2013-12-091-2/+6
* move RecordStore from storage to structure where its more appropriateEliot Horowitz2013-12-094-3/+3
* SERVER-11643: working towards making NamespaceDetails const safeEliot Horowitz2013-12-097-10/+13
* SERVER-11611: port godinsert to new insertEliot Horowitz2013-12-092-7/+24
* move all test only commands into their own fileEliot Horowitz2013-12-093-173/+201
* SERVER-11262 explicitly init delay for compilerGreg Studer2013-12-081-1/+1
* SERVER-11262 sync6.js sync3.js correctly wrap connectivity exceptions in remo...Greg Studer2013-12-082-33/+54
* SERVER-11945 - Ensure c++ driver header files are installed into Driver/inclu...Sridhar Nanjundeswaran2013-12-061-1/+3
* SERVER-11492 Prevent running {getLastError:1, help:1} from resetting the conn...Spencer T Brody2013-12-061-0/+1
* Fix compile for geohaystack.cppDan Pasette2013-12-061-0/+1
* fix build on some GCCs by including namespace_details-inl.hHari Khalsa2013-12-061-0/+1
* SERVER-10026 haystack uses runner not btreecursorHari Khalsa2013-12-062-20/+12
* SERVER-10857 Validate various text index spec optionsJason Rassi2013-12-063-44/+237
* SERVER-10026 cleanup positional projection operator validationDavid Storch2013-12-064-40/+103
* SERVER-11143 Added support for specifying that a string option must be of a s...Shaun Verch2013-12-067-6/+139
* SERVER-10005 added test cases for exists operator with sparse index on differ...Benety Goh2013-12-061-0/+20
* SERVER-10026 remove query spigot and old find implHari Khalsa2013-12-0511-1344/+99
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-0515-30/+105
* SERVER-11144 Allow options to be set to the same value again, but fix this ca...Shaun Verch2013-12-051-1/+2
* SERVER-10900 - When building MSI for enterprise edition use third party notic...Sridhar Nanjundeswaran2013-12-051-11/+11
* SERVER-11953 Replace PipelineCursor with PipelineRunnerMathias Stearn2013-12-054-93/+116
* SERVER-11941 Don't use buffered output in rawOutMathias Stearn2013-12-053-15/+28
* SERVER-11938 Get collection metadata at ShardFilterStage build timeMathias Stearn2013-12-054-13/+41
* SERVER-3364,SERVER-5650 Move documenation of MONGO_COMPILER macros to compile...Andy Schwerin2013-12-053-91/+62
* SERVER-10026 git rid of $and match expressions with a single childDavid Storch2013-12-042-8/+18
* Rename mongoDumpGlobalParams.outputFile to mongoDumpGlobalParams.outputDirectoryShaun Verch2013-12-043-6/+10
* Add basic jstest for user defined rolesSpencer T Brody2013-12-041-2/+2
* SERVER-11758 prevent notifier thread from aborting when ensureMe failsmatt dannenberg2013-12-041-1/+12
* SERVER-11867 Do not use NumberLong constructor in JS JSON output modeShaun Verch2013-12-041-1/+1
* SERVER-10758 Strict Epoch comparisonRandolph Tan2013-12-041-2/+7
* SERVER-11679 extend query planner test for verifying filtersDavid Storch2013-12-041-185/+311
* SERVER-10608 added test cases for exists operatorBenety Goh2013-12-041-0/+24
* SERVER-11144 Make the setParameter option a StringMap typeShaun Verch2013-12-047-51/+61
* SERVER-11280 fix detecting downed replica nodes to check against a copy of th...matt dannenberg2013-12-043-58/+88
* SERVER-10857 Remove support for now-broken "fts" index aliasJason Rassi2013-12-044-29/+27
* SERVER-10857 Remove erroneous IndexName::TEXT_INTERNALJason Rassi2013-12-046-10/+7
* SERVER-11262 sharding/sync6.js failed on Win 32Randolph Tan2013-12-041-0/+9
* SERVER-11790: recover from yields and handle runner error states in updatesScott Hernandez2013-12-043-60/+121
* SERVER-11389 - Use CanonicalQuery to return equality fields for upsertScott Hernandez2013-12-045-52/+123
* SERVER-11188, SERVER-11366, SERVER-11384, SERVER-11623: Update message cleanupScott Hernandez2013-12-0411-55/+66
* SERVER-11446 do not traverse into negation nodes when looking for indexable f...Benety Goh2013-12-045-21/+393
* SERVER-10026 support max/min in new sysHari Khalsa2013-12-044-6/+174
* SERVER-10026 support showDiskLoc in new sysHari Khalsa2013-12-045-5/+57
* SERVER-10026 remove impls of commands that used old query sysHari Khalsa2013-12-047-555/+203
* SERVER-10026 add maxScan support for new queryHari Khalsa2013-12-0411-13/+50
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-0416-231/+306
* SERVER-11647 fix potential seg fault in syncSourceFeedbackMatt Dannenberg2013-12-041-1/+2