summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6552 implement resync command for replicaset membersmatt dannenberg2013-10-287-68/+159
* Revert "SERVER-9516 Write version document to admin.system.version as needed ...Andy Schwerin2013-10-251-4/+3
* SERVER-9516 Write version document to admin.system.version as needed in mongod.Andy Schwerin2013-10-251-3/+4
* SERVER-11178: remove index_update.h from places its not needed (most)Eliot Horowitz2013-10-251-1/+0
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-3/+9
* SERVER-10945 don't end up with double entries in _members after a reconfigmatt dannenberg2013-10-246-26/+40
* SERVER-9791 increase log level of "replication batch size is" message to 2matt dannenberg2013-10-241-1/+1
* SERVER-11275 Apply relevant oplog entries to authorization manager.Andy Schwerin2013-10-232-1/+15
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-1/+1
* SERVER-11275 Remove some uses of integer literals in oplog code.Andy Schwerin2013-10-221-11/+22
* SERVER-11241: remove unrelated stuff from prev commitScott Hernandez2013-10-223-50/+4
* SERVER-11241: Updates allow creating $id/$ref/$db prefixed fieldsScott Hernandez2013-10-223-4/+50
* SERVER-11177 buildbot stale_clustered.js make repl error codes constantsGreg Studer2013-10-151-6/+6
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-111-0/+6
* Revert "SERVER-1891 Hookup audit logging for user management and DDL events."Spencer T Brody2013-10-091-6/+0
* SERVER-1891 Hookup audit logging for user management and DDL events.matt dannenberg2013-10-091-0/+6
* SERVER-11067: Use local db lock to save replica set [re]configScott Hernandez2013-10-081-8/+9
* SERVER-10927 RS hosts drop temp collections on promotion to masterMathias Stearn2013-10-071-0/+21
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-064-7/+12
* SERVER-10670 Maintain role graph consistency.Andy Schwerin2013-10-051-0/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-0415-56/+84
* SERVER-11032: Do not veto if primary is the node trying to be electedScott Hernandez2013-10-041-1/+3
* SERVER-11021: cache dbhash results in mongod for config. collectionsEliot Horowitz2013-10-031-0/+2
* SERVER-10823 fix buildbot breakageMatt Dannenberg2013-09-301-3/+3
* SERVER-10823 update member configs properly on tags-only reconfigsmatt dannenberg2013-09-241-0/+30
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-235-13/+13
* SERVER-10745 Eliminate AuthorizationSession::hasInternalAuthorization() method.Andy Schwerin2013-09-205-86/+24
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-191-9/+4
* SERVER-10724 better exception handling in health pollmatt dannenberg2013-09-101-3/+5
* SERVER-8375 sync from primary on clock skewmatt dannenberg2013-09-101-3/+18
* SERVER-10540 better error message nowmatt dannenberg2013-09-091-2/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-0643-0/+516
* SERVER-6376 small refactor to eliminate redundant codematt dannenberg2013-09-042-5/+3
* SERVER-6376 no longer trigger elections or reconnections for replica set reco...matt dannenberg2013-09-032-1/+6
* SERVER-10460 ensure IndexRebuilder runs at startup on secondariesmatt dannenberg2013-09-032-0/+16
* SERVER-10513 log warning about deprecation of votes in replica set configmatt dannenberg2013-09-031-0/+11
* SERVER-10341 add a sleep in the notifier thread to prevent starvation in sing...matt dannenberg2013-08-261-0/+1
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-4/+4
* SERVER-10026 SERVER-10546 get tailable cursors right and enable repl to workHari Khalsa2013-08-262-0/+30
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-202-12/+19
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-203-16/+10
* SERVER-10529 Allow isMaster to report the wire version (range) it expects.Alberto Lerner2013-08-201-0/+3
* SERVER-9518 Cleanup authorization code and remove all uses of Principal and P...Spencer T Brody2013-08-191-1/+0
* Remove setter chaining support from UpdateRequestAndrew Morrow2013-08-193-35/+50
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-133-30/+50
* SERVER-10497 Remove legacy update frameworkAndrew Morrow2013-08-131-26/+9
* SERVER-6071 sleep in SyncSourceFeedback loop, if connection failedmatt dannenberg2013-08-091-0/+7
* SERVER-6071 add sleep on connection failure to avoid spinningmatt dannenberg2013-08-081-0/+1
* SERVER-6071 prevent spinning on primariesmatt dannenberg2013-08-082-1/+8
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-1/+1