summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/health.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13645 remove Guarded classEric Milkie2014-04-231-1/+0
* SERVER-13645 blow apart health.h and clean up headersEric Milkie2014-04-231-12/+1
* SERVER-13645 move rsLog into a header filematt dannenberg2014-04-231-1/+2
* SERVER-13645 move Member class into its own header and cpp filematt dannenberg2014-04-231-46/+1
* SERVER-9765 use election time to resolve 2-primary situation, as a stopgapEric Milkie2014-02-181-0/+10
* SERVER-12210 no longer put heartbeat message into errmsg fieldmatt dannenberg2014-01-031-1/+1
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-3/+2
* 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-1/+1
* SERVER-8748: only consider electable members during stepdownScott Hernandez2013-07-221-0/+18
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-0/+9
* SERVER-10172 Refactor RamLog to make it thread-safe.Andy Schwerin2013-07-121-1/+1
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-9/+0
* Get the dbwebserver code out of the tools and other non-server components.Andy Schwerin2013-07-091-3/+2
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-0/+9
* SERVER-9191 In oplog page on rest interface, use oplogreader (which did authe...Xiuming Chen2013-06-261-17/+16
* SERVER-9003 - Display replica set chaining topology in rs.status()Dan Pasette2013-03-181-0/+5
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* Removed unused DBLogger classShaun Verch2012-12-191-1/+0
* fix includes for health.*Eric Milkie2012-12-081-15/+17
* SERVER-7099 "Syncing to: hostname" can appear in errmsgRandolph Tan2012-10-091-1/+1
* Track heartbeats received for health SERVER-1929Kristina2012-09-141-0/+15
* Separate thread for fetching oplog ops SERVER-4392Kristina2012-05-161-3/+4
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* Merge remote branch 'main/master'dwight2012-02-221-1/+9
|\
| * Clock skew clarifiaction SERVER-3575Kristina2012-02-221-1/+1
| * Add lag to _replSet page SERVER-3575Kristina2012-02-221-0/+8
* | Merge remote branch 'main_readonly/master'Dwight2012-02-161-1/+3
|\ \ | |/
| * SERVER-4731 add new state for removed replicaset membersEric Milkie2012-02-141-1/+3
* | SERVER-4328 like writelocktry, make readlocktry be global and not per db. con...Dwight2012-01-271-1/+1
|/
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+449