summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+5
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-59/+4
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-7/+0
* SERVER-13407 Use this_thread::sleep_for for sleepsJason Carey2015-11-051-25/+0
* SERVER-21109 Add helper for waiting a balancing round in js testsRandolph Tan2015-10-291-4/+0
* SERVER-19585: Implement full-time diagnostic data capture MongoD integrationMark Benvenuto2015-09-081-0/+4
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-810/+795
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-5/+5
* SERVER-6686 Remove remaining uses of boost::xtime.Andy Schwerin2015-06-161-43/+8
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-0/+7
* SERVER-18922 Refactor Timer to have customizable tick sourceRandolph Tan2015-06-121-3/+5
* SERVER-18590 Implement lock & unlock for replSets distlock managerRandolph Tan2015-06-051-0/+4
* SERVER-13874 Support converting Date_t to system_clock::time_point and back.Andy Schwerin2015-05-151-0/+7
* SERVER-13874 Add comments to Date_t class definition and method declarations.Andy Schwerin2015-05-141-3/+3
* SERVER-13874 Get rid of some dead code in time_support.h/cppAndy Schwerin2015-05-141-30/+6
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-19/+83
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-73/+7
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-7/+73
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-1/+1
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-021-0/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-13/+13
* SERVER-16880 Timer overflows at approximately 9223 secondsRandolph Tan2015-01-201-2/+2
* SERVER-15146: Use GetSystemTimePreciseAsFileTime where possibleMark Benvenuto2014-09-101-0/+23
* SERVER-14938 Remove string streaming operators from OpTime and Date_tSpencer T Brody2014-08-191-4/+0
* SERVER-14938 Move replSetGetStatus unit test from a repl coordinator to a top...Spencer T Brody2014-08-181-0/+4
* Revert "SERVER-14448 Move replSetGetStatus unit test from a repl coordinator ...mike o'brien2014-08-151-4/+0
* SERVER-14448 Move replSetGetStatus unit test from a repl coordinator to a top...Spencer T Brody2014-08-151-0/+4
* SERVER-14475 Network thread should not exit with error during clean shutdownKaloian Manassiev2014-07-251-31/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-0/+10
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-221-0/+7
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-9/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-0/+9
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-17/+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/+17
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-25/+65
* SERVER-11814 Fix overflow on 32 bit systemsShaun Verch2013-12-251-1/+1
* SERVER-11814 Add function to parse ISO Date to time utilsShaun Verch2013-12-241-0/+447
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-211-27/+2
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-111-2/+27
* SERVER-10202 added testing-only function getNextSleepMillis(). stabilized Bas...Benety Goh2013-10-101-3/+10
* SERVER-7965 Fix time_support and time_support_test windows build errors.Andy Schwerin2013-07-241-1/+26
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-1/+50
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-21/+46
* SERVER-7700 Improve curTimeMicros64 resolution for WindowsTad Marshall2012-11-201-5/+77
* SERVER-6295 make time in log have millisecond precisionRandolph Tan2012-10-311-1/+21
* SERVER-6282 wait-doubling backoff for local mongos errors requiring config se...Greg Studer2012-07-301-0/+36
* SERVER-6449 - decide which BOSOT::TIME_UTC variant to use at compile timeEliot Horowitz2012-07-141-8/+8
* SERVER-6340 Use TIME_UTC_ rather than TIME_UTCMathias Stearn2012-07-101-8/+8