summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6492 isMaster() no longer hangs on a REMOVED nodeEric Milkie2012-07-231-1/+1
* SERVER-4464 drivers and mongos should support 5 read preferencesRandolph Tan2012-07-051-1/+1
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-2/+2
* Revert "add state to not-master-or-secondary message for easier debugging"Eric Milkie2012-06-191-2/+1
* add state to not-master-or-secondary message for easier debuggingEric Milkie2012-06-191-1/+2
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-0/+4
* Small formatting fixSpencer T Brody2012-06-121-2/+2
* Change getScopedDbConnection to getInternalScopedDbConnection where appropria...Spencer T Brody2012-06-121-1/+2
* SERVER-4328 - db and global lock and acquisition time for read and writeEliot Horowitz2012-06-121-12/+0
* make arguments to replVerifyReadsOk constEliot Horowitz2012-06-121-1/+1
* Move replVerifyReadsOk() implementation out of header, reducing dependencies ...Aaron2012-06-071-0/+19
* SERVER-4243 prevent write lock in network rs thread from blocking readers dur...Eric Milkie2012-06-071-1/+1
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-5/+8
* SERVER-4758 raising timeout to 10 minutes for safetyEric Milkie2012-05-151-1/+1
* Include what you use fixes.Andy Schwerin2012-05-101-0/+3
* get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-2/+2
* removed readlock, moving to Lock::DBRead or Client::ReadContextEliot Horowitz2012-04-171-2/+1
* Clean some query related includes.Aaron2012-04-061-1/+1
* 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-11/+11
* SERVER-4328 compile warnings gccdwight2012-03-131-1/+0
* SERVER-4328 add Command::localGlobally methodDwight2012-02-291-1/+2
* Merge remote branch 'main_readonly/master'Dwight2012-02-271-1/+1
|\
| * SERVER-4758 tcp timeout should be at least 60 secondsEric Milkie2012-02-241-1/+1
* | Merge remote branch 'main/master'dwight2012-02-221-7/+39
|\ \ | |/
| * OplogReader: make handshake and tailable query options configurableEliot Horowitz2012-02-221-4/+34
| * Add oplog reader timeout SERVER-4758Kristina2012-02-211-1/+1
| * Changes to address code review comments for SERVER-4958Ren2012-02-171-1/+1
| * SERVER-4958Ren2012-02-171-2/+4
* | Merge remote branch 'main_readonly/master'Dwight2012-02-161-0/+1
|\ \ | |/
| * SERVER-4212: Added localTime to ismaster commandJared Rosoff2012-02-131-0/+1
* | SERVER-4328 temprelease implementationDwight2012-02-071-1/+1
* | SERVER-4328 hook in writelocktryDwight2012-01-271-1/+1
* | SERVER-4328 rename classDwight2012-01-241-13/+13
* | SERVER-4328 rename dblock in repl.cpp. we still use global lock as this is fo...dwight2012-01-241-28/+31
|/
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1516