summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-211-5/+2
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-171-2/+5
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-171-5/+2
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-141-9/+8
* SERVER-47220 log json field paddingBilly Donahue2020-04-211-102/+76
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-161-6/+15
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-7/+13
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-131-0/+12
* SERVER-44736 Raise Windows minimum to 8Mark Benvenuto2020-02-101-94/+3
* SERVER-46033 move sys includeBilly Donahue2020-02-071-1/+4
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-11/+11
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-071-3/+3
* SERVER-40802 get expensive boost/date_time headers out of time_support.hMathias Stearn2019-05-011-24/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40166 Force BG clock now >= Date_t::lastNowJason Carey2019-03-211-1/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-141-14/+8
* SERVER-27881 Upgrade boost to 1.68.0Mathew Robinson2018-12-051-3/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36147 Add basic support for targeting emscriptenAndrew Morrow2018-07-171-1/+1
* SERVER-33129 fix getMinimumTimerResolution on WindowsJonathan Reams2018-02-121-6/+2
* SERVER-29335 fix millisecond formattingBilly Donahue2017-12-291-2/+4
* SERVER-32287 Fix `time_support.cpp` for FreeBSDADAM David Alan Martin2017-12-131-1/+1
* SERVER-31181: ServiceExecutorAdaptive maxLatencyMicros should be greater than...Fiona Rowan2017-12-071-1/+66
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-10/+4
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-4/+0
* 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