summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplogreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-1/+1
* SERVER-17176 refine replication log severities and message bodiesSiyuan Zhou2015-02-101-9/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-1/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-15804 ensure ramlog contains state changes, syncsource changes, and wr...matt dannenberg2014-11-241-8/+5
* SERVER-15935 Check return value of setFollowerMode everywhereSpencer T Brody2014-11-051-1/+6
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-15535 Choose new sync source on reconfigsSpencer T Brody2014-10-101-1/+2
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-2/+79
* SERVER-15089 cleanup oplogreaderEric Milkie2014-09-051-73/+7
* SERVER-15089 oplogreader use HostAndPort to connect instead of stringsEric Milkie2014-08-291-8/+8
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+7
* SERVER-14442 Implement getMyRID() in ReplicationCoordinatorImplSpencer T Brody2014-07-211-4/+4
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* 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-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-2/+6
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-201-40/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6071 pass 'me' object to oplogreader instead of getting from database ...matt dannenberg2013-08-051-31/+19
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-3/+3
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-1/+1
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-1/+1
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-1/+2
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-20/+15
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-15/+20
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-20/+15
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-1/+1
* SERVER-9191 In oplog page on rest interface, use oplogreader (which did authe...Xiuming Chen2013-06-261-0/+10
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-4/+2
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-2/+4
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+2
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-2/+2
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-0/+215