| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-19390 Make config server read commands do read committed | Randolph Tan | 2015-08-06 | 26 | -76/+562 |
* | SERVER-19390 Mongod prep for supporting read after optime | Randolph Tan | 2015-08-06 | 18 | -70/+393 |
* | SERVER-18767 make find command shard version aware | David Storch | 2015-08-06 | 19 | -164/+373 |
* | SERVER-19675 fix ReplicationMetadata populating and parsing | matt dannenberg | 2015-08-06 | 6 | -51/+73 |
* | SERVER-19212 clang-format fix | Mathias Stearn | 2015-08-05 | 1 | -1/+1 |
* | SERVER-18766 Remove ClusterCursorManagerTest test fixture | Jason Rassi | 2015-08-05 | 1 | -160/+224 |
* | SERVER-19539 Include configsvr:0 in isMaster when running in SCCC mode | Spencer T Brody | 2015-08-05 | 1 | -0/+2 |
* | SERVER-19535 Use boost timed_mutex when try_lock_for is required | Andrew Morrow | 2015-08-05 | 3 | -11/+16 |
* | SERVER-19212 Assign simple unique counter to each snapshot | Mathias Stearn | 2015-08-05 | 14 | -76/+153 |
* | SERVER-19355 move SortKeyGenerator to its own file | David Storch | 2015-08-05 | 5 | -286/+374 |
* | SERVER-15204 Skip unnecessary validation on indexed polygons and lines | Kevin Albertson | 2015-08-05 | 12 | -71/+291 |
* | SERVER-16398 Remove support for "cursorInfo" command | Qingyang Chen | 2015-08-05 | 4 | -88/+3 |
* | SERVER-18766 Add ClusterCursorManager | Jason Rassi | 2015-08-05 | 6 | -0/+1294 |
* | SERVER-18766 Add ClusterClientCursorMock | Jason Rassi | 2015-08-05 | 3 | -0/+152 |
* | SERVER-18766 Pull definition of CursorId out into its own header | Jason Rassi | 2015-08-05 | 6 | -6/+39 |
* | SERVER-19782 Fix deadlock during shutdown mid transition to primary | Spencer T Brody | 2015-08-05 | 1 | -0/+1 |
* | SERVER-19711 detect invalid wrapped queries in ServerSelectionMetadata upconv... | Adam Midvidy | 2015-08-05 | 2 | -8/+32 |
* | SERVER-18584 write an n-op when transition to primary is complete | matt dannenberg | 2015-08-05 | 10 | -11/+69 |
* | SERVER-19749 add const char* overload for moe::Value constructor | Adam Midvidy | 2015-08-04 | 1 | -0/+1 |
* | SERVER-19213 clean up invariants around snapshot creation | Mathias Stearn | 2015-08-04 | 3 | -4/+4 |
* | SERVER-19364 move query stage OperationContext pointer management into the ba... | Qingyang Chen | 2015-08-04 | 86 | -438/+380 |
* | SERVER-19551: Revert sizeStorer updates only on commited - the capped collect... | Martin Bligh | 2015-08-04 | 2 | -21/+15 |
* | SERVER-19727 captureStackTrace bulk_api emulation | Jason Carey | 2015-08-04 | 1 | -0/+2 |
* | SERVER-19725 Fix nullptr crash in QueryPlanner::plan with $near operator | Qingyang Chen | 2015-08-04 | 2 | -1/+7 |
* | Revert "SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expre... | James Cohan | 2015-08-04 | 2 | -275/+0 |
* | SERVER-18522 Ensure replCoord last optime always represents an op that hasn't... | Eric Milkie | 2015-08-04 | 7 | -2/+66 |
* | SERVER-19644: ensure valid collection creation when there are no collection o... | Scott Hernandez | 2015-08-04 | 1 | -12/+17 |
* | SERVER-15344 Make replWriter thread pool size tunable | matt dannenberg | 2015-08-04 | 2 | -2/+30 |
* | SERVER-19551: Fix up the sizeStorer to update only on commit, not opportunist... | Martin Bligh | 2015-08-04 | 2 | -15/+21 |
* | SERVER-17953 Implement Driver CRUD API Spec in shell | Christian Kvalheim | 2015-08-04 | 5 | -118/+1112 |
* | SERVER-19307 background fetcher callback should not proceed if background syn... | Benety Goh | 2015-08-03 | 2 | -42/+70 |
* | SERVER-19367 Return ConnectionString by value, not by reference | Kaloian Manassiev | 2015-08-03 | 2 | -4/+4 |
* | SERVER-19455 Remove duplicate dbmessage source file | samantharitter | 2015-08-03 | 1 | -1/+1 |
* | SERVER-18964 cleaned up util/stacktrace.h | Benety Goh | 2015-08-03 | 3 | -15/+58 |
* | SERVER-19545 Prohibit config server replica sets from being added as shards | Spencer T Brody | 2015-08-03 | 2 | -10/+29 |
* | SERVER-19524 Add configServer field to replica set configurations | Spencer T Brody | 2015-08-03 | 3 | -2/+100 |
* | SERVER-19693 Deadlock when JS calls ProxyScope | Jason Carey | 2015-08-03 | 2 | -0/+30 |
* | SERVER-19455 move authentication methods to a new library | samantharitter | 2015-08-03 | 15 | -227/+686 |
* | SERVER-19672 Check that arguments to Array util methods are arrays | J Delaney | 2015-08-03 | 1 | -0/+32 |
* | SERVER-19067 Warn at creation that autoIndexId:false is deprecated | Dan Pasette | 2015-08-03 | 1 | -0/+6 |
* | SERVER-19587 remove DBClientConnection bootstrap from NetworkInterfaceASIO | Adam Midvidy | 2015-08-02 | 10 | -89/+28 |
* | Minor comment clarification | Geert Bosch | 2015-07-31 | 1 | -1/+2 |
* | SERVER-16322: Make sure that RecoveryUnit::commitUnitOfWork can throw WCE | Geert Bosch | 2015-07-31 | 1 | -50/+65 |
* | SERVER-19698: Typo in error message | Hannes Magnusson | 2015-07-31 | 1 | -1/+1 |
* | SERVER-19647: Generate SpiderMonkey config for OpenBSD | Andrew Aldridge | 2015-07-31 | 30 | -0/+3996 |
* | SERVER-19622 Vendorize Intel Decimal Math library | Raymond Jacobson | 2015-07-31 | 400 | -0/+639412 |
* | SERVER-18427 Adds $log, $log10, $ln, $pow, and $exp aggregation expressions | James Cohan | 2015-07-31 | 2 | -0/+275 |
* | Revert "SERVER-19524 Add configServer field to replica set configurations" | Spencer T Brody | 2015-07-31 | 3 | -78/+2 |
* | SERVER-18483 Remove all but mutex tests from the perf dbtest suite | Charlie Swanson | 2015-07-31 | 1 | -1267/+5 |
* | SERVER-19691 Allow NetworkInterface to be destroyed if not started | Kaloian Manassiev | 2015-07-31 | 4 | -82/+33 |