summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/user_cache_invalidator_job.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-1/+1
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-1/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-1/+1
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-0/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+7
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-2/+2
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-4/+3
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-3/+4
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-1/+2
* SERVER-22967 ensure UserCacheInvalidator stops before we destroy its stateAdam Midvidy2016-03-041-0/+6
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-9/+10
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-5/+8
* SERVER-19390 Make config server read commands do read committedRandolph Tan2015-08-061-1/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-1/+1
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-1/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-110/+105
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-18127 User cache invalidator job should use the catalog manager to get...Daniel Alabi2015-05-141-13/+10
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-10/+7
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-4/+7
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-7/+4
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-0/+1
* SERVER-16849 Prevent mongos from always invalidating the user cache once, eve...Spencer T Brody2015-03-041-1/+17
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-15780 improve thread naming, remove any hex identifiers from namesmatt dannenberg2014-10-281-1/+1
* SERVER-12091 Make changes to userCacheInvalidationIntervalSecs take place imm...Spencer T Brody2014-10-201-1/+32
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTAmalia Hawkins2014-09-221-0/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11980 Only invalidate the user cache on mongos if authorization inform...Spencer T Brody2014-05-141-5/+59
* SERVER-13850 Make sure cache entry is up to date before using it to update a ...Spencer T Brody2014-05-141-4/+0
* SERVER-12383 Add upper bound for userCacheInvalidationIntervalAndreas Nilsson2014-01-291-2/+3
* SERVER-9518 Add 10 minute default value to user cache invalidation intervalSpencer T Brody2013-10-111-1/+1
* SERVER-9518 Fix compile failureSpencer T Brody2013-10-101-5/+5
* SERVER-9518 Invalidate user cache periodically on mongosSpencer T Brody2013-10-101-0/+74