summaryrefslogtreecommitdiff
path: root/src/mongo/s/writeback_listener.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-061-191/+0
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-11681 remove unneeded WBL warning (current code was causing compilatio...Eric Milkie2014-01-151-4/+0
* SERVER-11681 kill wbl, deprecate RCAR option and remove unneeded --useWriteCo...Greg Studer2014-01-081-258/+4
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-3/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-10101 fixed whitespace issuesEric Daniels2013-08-021-1/+1
* SERVER-9518 Remove UserName argument from grantInternalAuthorizationSpencer T Brody2013-08-011-2/+1
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-1/+1
* 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
* 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-1/+1
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-5/+4
* SERVER-8132: fix caching of writeback initEliot Horowitz2013-01-151-4/+9
* Put version management class/header in its own module.Alberto Lerner2012-12-211-0/+1
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-14/+13
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-211-2/+0
* SERVER-7771 WritebackListener thread can die while handling exceptionsRandolph Tan2012-12-131-2/+10
* Authorize internal threads to new AuthorizationManager. SERVER-7572Spencer T Brody2012-12-031-0/+2
* SERVER-7572 Move internalSecurity information into authorization_managerSpencer T Brody2012-11-271-0/+1
* SERVER-7369 WBL too verbose when calling gleGreg Studer2012-10-241-2/+0
* SERVER-6516 different loglevels and concatenating WBL errorsMathias Stearn2012-08-061-2/+28
* SERVER-6516 better logging in mongos and GLE codepathsMathias Stearn2012-08-061-2/+21
* SERVER-6581 report error message in gle when the command itself failsMathias Stearn2012-08-061-2/+9
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-1/+3
* Change getScopedDbConnection to getInternalScopedDbConnection where appropria...Spencer T Brody2012-06-121-1/+1
* SERVER-4262 test that invalid writes are detected even when mongos initially ...Greg Studer2012-06-111-2/+1
* SERVER-4262 and SERVER-4732 make wbl less aggressive and more tolerant of dro...Greg Studer2012-06-111-30/+96
* Revert "SERVER-4262 and SERVER-4732 make wbl less aggressive and more toleran...gregs2012-06-091-96/+30
* Revert "SERVER-4262 test that invalid writes are detected even when mongos in...gregs2012-06-091-1/+2
* SERVER-4262 test that invalid writes are detected even when mongos initially ...gregs2012-06-081-2/+1
* SERVER-4262 and SERVER-4732 make wbl less aggressive and more tolerant of dro...Greg Studer2012-06-081-30/+96
* SERVER-4262 normalize options for write operations and refactor into common l...Greg Studer2012-06-081-1/+1
* SERVER-4262 Correct detection of sharded collection dropping when performing ...gregs2012-06-081-4/+10
* Close ScopedDbConnections when done with themSpencer T Brody2012-05-291-1/+1
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-4/+5
* SERVER-4262 Changes to get OID into the ShardChunkVersionGreg Studer2012-05-211-1/+1
* Disambiguated file name.Alberto Lerner2012-05-021-17/+16
* Expanded the name of the message variable.Alberto Lerner2012-05-021-4/+4
* handle rare case in write back listener where a chunk manager may not exist yetEliot Horowitz2012-02-021-0/+15
* increase timeout for waiting for writebackEliot Horowitz2012-01-181-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+285