summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/connections.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-165/+0
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-19/+2
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* 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-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-7/+7
* SERVER-13645 move rsLog into a header filematt dannenberg2014-04-231-1/+2
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-1/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-4/+1
* SERVER-10084 Fix build errors from logging caused by implicit construction of...Andy Schwerin2013-07-091-2/+2
* Reapply "SERVER-7455 Common internal cluster auth function"Andy Schwerin2013-07-031-5/+2
* Revert "SERVER-7455 Common internal cluster auth function"Andreas Nilsson2013-07-031-2/+5
* SERVER-7455 Common internal cluster auth functionAndreas Nilsson2013-07-031-5/+2
* Revert "SERVER-9518 Make all methods on AuthorizationManager non-static"Spencer T Brody2013-06-051-2/+1
* SERVER-9518 Make all methods on AuthorizationManager non-staticSpencer T Brody2013-06-051-1/+2
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* SERVER-8938 Remove noauth global from code, move into AuthorizationManagerSpencer T Brody2013-03-131-1/+1
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-191-2/+0
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-6/+2
* SERVER-7572 Move internalSecurity information into authorization_managerSpencer T Brody2012-11-271-1/+2
* SERVER-1929 Replace literal with a constantKristina2012-10-111-2/+4
* SERVER-1929 Prevent outgoing heartbeat ports from closing on stepdownKristina2012-10-111-0/+6
* Add heartbeat timeout setting SERVER-1929Kristina2012-09-211-5/+10
* Add retry to heartbeat SERVER-1929Kristina2012-09-101-1/+14
* Don't send authentication table when running without auth. SERVER-6946Spencer T Brody2012-09-051-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-9/+17
* Rename members of ScopedConn struct to make it clearer what they areSpencer T Brody2012-06-141-18/+24
* Set log level on reconnection SERVER-5547Kristina2012-04-201-1/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* Always lock ScopedConn before returning SERVER-4714Kristina2012-01-191-3/+9
* Destroy RS connection instead of shuting down port on reconnect SERVER-4714Kristina2012-01-181-8/+9
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+128