| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-17364 Don't stash RecoveryUnits across getMores | Mathias Stearn | 2015-07-16 | 1 | -1/+1 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -240/+224 |
* | SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ... | Benety Goh | 2015-06-09 | 1 | -2/+4 |
* | SERVER-2454 Improve PlanExecutor::DEAD handling | James Wahlin | 2015-06-09 | 1 | -3/+5 |
* | SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr... | Andy Schwerin | 2015-05-13 | 1 | -3/+4 |
* | Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s... | Andy Schwerin | 2015-05-12 | 1 | -4/+3 |
* | SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr... | Andy Schwerin | 2015-05-12 | 1 | -3/+4 |
* | SERVER-17984 doTTLForIndex() delete with manual index scan | Jason Rassi | 2015-05-07 | 1 | -34/+93 |
* | SERVER-17817 Make AuthorizationSession a decoration of ClientBasic. | Andy Schwerin | 2015-04-16 | 1 | -1/+1 |
* | SERVER-17573 move OpObserver calls into the datalayer as much as possible and... | matt dannenberg | 2015-04-09 | 1 | -2/+1 |
* | SERVER-17758 Move AutoGet* and Client::*Context to their own file. | Andy Schwerin | 2015-03-27 | 1 | -3/+4 |
* | SERVER-17028: TTL Monitor has to handle WriteConflictException | Eliot Horowitz | 2015-01-23 | 1 | -27/+38 |
* | SERVER-16749: handle per index exceptions and continue | Scott Hernandez | 2015-01-21 | 1 | -6/+14 |
* | SERVER-13256 Add usings and qualifications for names from namespace std | Andrew Morrow | 2015-01-15 | 1 | -0/+6 |
* | SERVER-16764 Make ReplicationCoordinator file names match the type names | Spencer T Brody | 2015-01-12 | 1 | -1/+1 |
* | SERVER-16764 Give methods and member variables consistent names in repl Coord... | Spencer T Brody | 2015-01-12 | 1 | -1/+1 |
* | SERVER-16502: make getCollection const and not require an OpContext | Scott Hernandez | 2015-01-02 | 1 | -2/+2 |
* | SERVER-16694 check for shutdown definitively in bgsync | Eric Milkie | 2014-12-30 | 1 | -0/+1 |
* | SERVER-16529 Coarser OperationContext scope for background threads | Kaloian Manassiev | 2014-12-17 | 1 | -5/+4 |
* | SERVER-16501: Uncaught WriteConflictException in TTLMonitor | Geert Bosch | 2014-12-16 | 1 | -5/+19 |
* | SERVER-16429 Add ScopedTransactions to places which were missing it | Kaloian Manassiev | 2014-12-10 | 1 | -1/+4 |
* | SERVER-16192: Add ScopedTransaction to automatically commitAndRestart() | Geert Bosch | 2014-11-21 | 1 | -0/+1 |
* | SERVER-16209 LogComponent::kIndexing -> kIndex | Matt Kangas | 2014-11-18 | 1 | -1/+1 |
* | SERVER-15880 Delete path should not try to create database | Kaloian Manassiev | 2014-10-30 | 1 | -7/+4 |
* | SERVER-15797 doTTLForIndex shouldn't explicitly create WriteUnitOfWork | Jason Rassi | 2014-10-27 | 1 | -2/+0 |
* | SERVER-15760 internally issued update and delete requests should not yield | David Storch | 2014-10-21 | 1 | -1/+1 |
* | SERVER-15761 Acquire collection-level lock for getting TTL indexes. | Max Hirschhorn | 2014-10-21 | 1 | -4/+20 |
* | SERVER-15541 SERVER-15652 implement timing-based yielding | David Storch | 2014-10-21 | 1 | -1/+0 |
* | SERVER-15570 Avoid querying system.indexes in ttl.cpp. | Max Hirschhorn | 2014-10-13 | 1 | -94/+126 |
* | SERVER-14668: Collection level locking for update path | Geert Bosch | 2014-10-09 | 1 | -1/+1 |
* | SERVER-14668/SERVER-15294 Collection-level locking for all read paths | Kaloian Manassiev | 2014-10-06 | 1 | -6/+3 |
* | SERVER-14668 split dbdirectclient out of instance.cpp | Hari Khalsa | 2014-09-11 | 1 | -2/+2 |
* | SERVER-14668 Remove unused includes in client.h and curop.h | Kaloian Manassiev | 2014-08-28 | 1 | -0/+1 |
* | SERVER-13635: OperationContext on read paths | Eliot Horowitz | 2014-08-25 | 1 | -1/+1 |
* | SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENT | Benety Goh | 2014-08-12 | 1 | -2/+2 |
* | SERVER-13951 Plumb OperationContext into DBDirectClients used for writing | Mathias Stearn | 2014-07-09 | 1 | -9/+8 |
* | SERVER-5092 assign default log component to server modules | Benety Goh | 2014-07-01 | 1 | -1/+4 |
* | SERVER-14085: Start using WriteUnitOfWork | Geert Bosch | 2014-07-01 | 1 | -0/+1 |
* | SERVER-13645 eliminate is_master.h | matt dannenberg | 2014-06-19 | 1 | -1/+0 |
* | SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord... | matt dannenberg | 2014-06-10 | 1 | -2/+3 |
* | SERVER-14135 implement getCurrentMemberState() in LegacyReplicationCoordinator | matt dannenberg | 2014-06-10 | 1 | -1/+1 |
* | SERVER-14135 Use ReplicationCoordinator to determine if replication is enabled | Spencer T Brody | 2014-06-06 | 1 | -1/+4 |
* | SERVER-13641 Plumb OperationContext through to getCollection and all Helpers | Mathias Stearn | 2014-05-30 | 1 | -1/+1 |
* | SERVER-13961 Pass LockState to DBWrite and DBRead directly | Kaloian Manassiev | 2014-05-30 | 1 | -3/+5 |
* | Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly" | Kaloian Manassiev | 2014-05-28 | 1 | -5/+3 |
* | SERVER-13961 Pass LockState to DBWrite and DBRead directly | Kaloian Manassiev | 2014-05-28 | 1 | -3/+5 |
* | SERVER-14043 s/namespace replset/namespace repl/ | matt dannenberg | 2014-05-27 | 1 | -3/+3 |
* | SERVER-14021 move all replication code into namespace replset | matt dannenberg | 2014-05-22 | 1 | -3/+3 |
* | SERVER-13641 rename TransactionExperiment to OperationContext | Hari Khalsa | 2014-05-15 | 1 | -2/+2 |
* | SERVER-13640: split up ServerStatus into a library | Eliot Horowitz | 2014-05-06 | 1 | -1/+1 |