summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18016 added unit test for SyncTail. some SyncTail cleanupBenety Goh2015-05-191-163/+0
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-3/+1
* SERVER-18219 hint to GCC that WCE loops will actually returnAdam Midvidy2015-04-281-1/+5
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-27/+32
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-1/+2
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-7/+7
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* SERVER-16431 Sync::shouldRetry should use DB X lock, not globalKaloian Manassiev2014-12-181-7/+11
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-3/+3
* Revert "SERVER-15905 Ensure Initial Sync uses the same source when fetching o...Spencer T Brody2014-11-041-6/+6
* SERVER-15905 Ensure Initial Sync uses the same source when fetching oplog and...Spencer T Brody2014-11-031-6/+6
* SERVER-15089 oplogreader use HostAndPort to connect instead of stringsEric Milkie2014-08-291-1/+1
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-7/+8
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-4/+4
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+3
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-1/+0
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-3/+3
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-11643: remove nsdetails from replEliot Horowitz2014-01-161-2/+2
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-11611: missing doc insert now uses Collection::insertDocumentEliot Horowitz2013-12-281-2/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9528 Fix unreferenced local variable warningsTad Marshall2013-06-031-2/+2
* SERVER-9528 retry network failures during document copy at initial sync timeEric Milkie2013-05-011-13/+45
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-1/+1
* SERVER-7772 separate out Sync classEric Milkie2013-03-111-0/+86