summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/isself.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-3/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-4/+2
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-1/+1
* SERVER-19698: Typo in error messageHannes Magnusson2015-07-311-1/+1
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-2/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-217/+206
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-2/+2
* SERVER-1120: OpenBSD/FreeBSD fixesMark Benvenuto2015-01-151-1/+1
* SERVER-16818: Add socket timeout to isSelf replication checkScott Hernandez2015-01-151-0/+1
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-2/+2
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-15915 Make isself check block until we're listening for incoming netwo...Spencer T Brody2014-11-031-3/+4
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-1/+1
* SERVER-15151: use isSelf on Windows, Solaris, & FreeBSDMark Benvenuto2014-09-091-22/+18
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-8/+7
* SERVER-14165 reenable isself fastpath for OSXAdam Midvidy2014-08-111-4/+4
* SERVER-14165 port isSelf fastpath to windowsAdam Midvidy2014-08-081-0/+359