summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-50/+50
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+2
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-2/+5
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-5/+2
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-2/+5
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-12/+6
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-3/+5
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-2/+13
* SERVER-14804 Adding header to curop_test.cpp to fix compiling on VS2013Jonathan Reams2014-08-061-0/+2
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-101-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-041-1/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-041-0/+1
* SERVER-2212 Ability for CurOp objects to be "timer-interruptible"Jason Rassi2013-07-261-0/+80