summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-141-8/+9
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-181-1/+2
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2018-12-071-4/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-0/+7
* SERVER-31181: ServiceExecutorAdaptive maxLatencyMicros should be greater than...Fiona Rowan2017-12-071-0/+3
* SERVER-29360 Add operator<< to Date_t classTed Tuckman2017-06-071-0/+5
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-6/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-40/+2
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-201-0/+4
* SERVER-21109 Add helper for waiting a balancing round in js testsRandolph Tan2015-10-291-1/+5
* SERVER-19585: Implement full-time diagnostic data capture MongoD integrationMark Benvenuto2015-09-081-0/+5
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+4
* SERVER-19092 Increase the connection pool cleanup intervalKaloian Manassiev2015-06-241-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-258/+268
* SERVER-6686 Remove remaining uses of boost::xtime.Andy Schwerin2015-06-161-2/+0
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-11/+3
* SERVER-18590 Implement lock & unlock for replSets distlock managerRandolph Tan2015-06-051-0/+1
* SERVER-13874 Support converting Date_t to system_clock::time_point and back.Andy Schwerin2015-05-151-3/+19
* SERVER-13874 Add comments to Date_t class definition and method declarations.Andy Schwerin2015-05-141-2/+68
* SERVER-13874 Get rid of some dead code in time_support.h/cppAndy Schwerin2015-05-141-11/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-9/+110
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-95/+9
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-9/+95
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-4/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* Revert "Don't check the time more than needed when locking"Eric Milkie2014-11-111-1/+0
* Don't check the time more than needed when lockingMathias Stearn2014-11-101-0/+1
* SERVER-14938 Remove string streaming operators from OpTime and Date_tSpencer T Brody2014-08-191-2/+0
* SERVER-14938 Move replSetGetStatus unit test from a repl coordinator to a top...Spencer T Brody2014-08-181-0/+2
* Revert "SERVER-14448 Move replSetGetStatus unit test from a repl coordinator ...mike o'brien2014-08-151-2/+0
* SERVER-14448 Move replSetGetStatus unit test from a repl coordinator to a top...Spencer T Brody2014-08-151-0/+2
* SERVER-14436 Introduce Milliseconds and Seconds types in time_support.hAndy Schwerin2014-07-081-0/+4
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-0/+1
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-2/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-2/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-161-0/+2
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-0/+16
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-3/+4
* SERVER-11814 fix include path fixEliot Horowitz2013-12-241-1/+1
* SERVER-11814 Add function to parse ISO Date to time utilsShaun Verch2013-12-241-0/+12
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-211-12/+0
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-111-0/+12
* SERVER-10202 added testing-only function getNextSleepMillis(). stabilized Bas...Benety Goh2013-10-101-0/+6
* SERVER-8684 make codebase compatible with boost 1.5 and newermatt dannenberg2013-08-071-0/+1
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-2/+17