summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-0626-76/+562
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-0618-70/+393
* SERVER-18767 make find command shard version awareDavid Storch2015-08-0619-164/+373
* SERVER-19675 fix ReplicationMetadata populating and parsingmatt dannenberg2015-08-066-51/+73
* SERVER-19212 clang-format fixMathias Stearn2015-08-051-1/+1
* SERVER-18766 Remove ClusterCursorManagerTest test fixtureJason Rassi2015-08-051-160/+224
* SERVER-19539 Include configsvr:0 in isMaster when running in SCCC modeSpencer T Brody2015-08-051-0/+2
* SERVER-19535 Use boost timed_mutex when try_lock_for is requiredAndrew Morrow2015-08-053-11/+16
* SERVER-19212 Assign simple unique counter to each snapshotMathias Stearn2015-08-0514-76/+153
* SERVER-19355 move SortKeyGenerator to its own fileDavid Storch2015-08-055-286/+374
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-0512-71/+291
* SERVER-16398 Remove support for "cursorInfo" commandQingyang Chen2015-08-054-88/+3
* SERVER-18766 Add ClusterCursorManagerJason Rassi2015-08-056-0/+1294
* SERVER-18766 Add ClusterClientCursorMockJason Rassi2015-08-053-0/+152
* SERVER-18766 Pull definition of CursorId out into its own headerJason Rassi2015-08-056-6/+39
* SERVER-19782 Fix deadlock during shutdown mid transition to primarySpencer T Brody2015-08-051-0/+1
* SERVER-19711 detect invalid wrapped queries in ServerSelectionMetadata upconv...Adam Midvidy2015-08-052-8/+32
* SERVER-18584 write an n-op when transition to primary is completematt dannenberg2015-08-0510-11/+69
* SERVER-19749 add const char* overload for moe::Value constructorAdam Midvidy2015-08-041-0/+1
* SERVER-19213 clean up invariants around snapshot creationMathias Stearn2015-08-043-4/+4
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-0486-438/+380
* SERVER-19551: Revert sizeStorer updates only on commited - the capped collect...Martin Bligh2015-08-042-21/+15
* SERVER-19727 captureStackTrace bulk_api emulationJason Carey2015-08-041-0/+2
* SERVER-19725 Fix nullptr crash in QueryPlanner::plan with $near operatorQingyang Chen2015-08-042-1/+7
* Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre...James Cohan2015-08-042-275/+0
* SERVER-18522 Ensure replCoord last optime always represents an op that hasn't...Eric Milkie2015-08-047-2/+66
* SERVER-19644: ensure valid collection creation when there are no collection o...Scott Hernandez2015-08-041-12/+17
* SERVER-15344 Make replWriter thread pool size tunablematt dannenberg2015-08-042-2/+30
* SERVER-19551: Fix up the sizeStorer to update only on commit, not opportunist...Martin Bligh2015-08-042-15/+21
* SERVER-17953 Implement Driver CRUD API Spec in shellChristian Kvalheim2015-08-045-118/+1112
* SERVER-19307 background fetcher callback should not proceed if background syn...Benety Goh2015-08-032-42/+70
* SERVER-19367 Return ConnectionString by value, not by referenceKaloian Manassiev2015-08-032-4/+4
* SERVER-19455 Remove duplicate dbmessage source filesamantharitter2015-08-031-1/+1
* SERVER-18964 cleaned up util/stacktrace.hBenety Goh2015-08-033-15/+58
* SERVER-19545 Prohibit config server replica sets from being added as shardsSpencer T Brody2015-08-032-10/+29
* SERVER-19524 Add configServer field to replica set configurationsSpencer T Brody2015-08-033-2/+100
* SERVER-19693 Deadlock when JS calls ProxyScopeJason Carey2015-08-032-0/+30
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-0315-227/+686
* SERVER-19672 Check that arguments to Array util methods are arraysJ Delaney2015-08-031-0/+32
* SERVER-19067 Warn at creation that autoIndexId:false is deprecatedDan Pasette2015-08-031-0/+6
* SERVER-19587 remove DBClientConnection bootstrap from NetworkInterfaceASIOAdam Midvidy2015-08-0210-89/+28
* Minor comment clarificationGeert Bosch2015-07-311-1/+2
* SERVER-16322: Make sure that RecoveryUnit::commitUnitOfWork can throw WCEGeert Bosch2015-07-311-50/+65
* SERVER-19698: Typo in error messageHannes Magnusson2015-07-311-1/+1
* SERVER-19647: Generate SpiderMonkey config for OpenBSDAndrew Aldridge2015-07-3130-0/+3996
* SERVER-19622 Vendorize Intel Decimal Math libraryRaymond Jacobson2015-07-31400-0/+639412
* SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressionsJames Cohan2015-07-312-0/+275
* Revert "SERVER-19524 Add configServer field to replica set configurations"Spencer T Brody2015-07-313-78/+2
* SERVER-18483 Remove all but mutex tests from the perf dbtest suiteCharlie Swanson2015-07-311-1267/+5
* SERVER-19691 Allow NetworkInterface to be destroyed if not startedKaloian Manassiev2015-07-314-82/+33