summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-1/+2
* SERVER-65355 avoid binding to temporary to silence warningBilly Donahue2022-04-071-1/+1
* SERVER-64788 demystify time_support_testBilly Donahue2022-03-251-757/+317
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-161-16/+63
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+1
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-6/+12
* SERVER-40166 Force BG clock now >= Date_t::lastNowJason Carey2019-03-211-0/+10
* 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-0/+29
* SERVER-38442: Date_t::min() has the wrong valueBilly Donahue2018-12-181-5/+0
* SERVER-38445 Fix Date_t addition with DurationMatthew Saltz2018-12-071-0/+36
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-0/+6
* SERVER-29360 Add operator<< to Date_t classTed Tuckman2017-06-071-0/+18
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+2
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-646/+641
* SERVER-13874 Support converting Date_t to system_clock::time_point and back.Andy Schwerin2015-05-151-0/+9
* SERVER-13874 Get rid of some dead code in time_support.h/cppAndy Schwerin2015-05-141-8/+0
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-157/+177
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-10/+0
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-0/+10
* SERVER-16258 Remove our strnlen and audit all callersMathias Stearn2014-12-081-1/+0
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-0/+13
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-221-0/+424
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-13/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-0/+13
* Revert "SERVER-13446 Add timegm Solaris implementation to third_party"Matt Kangas2014-05-171-422/+0
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-161-0/+422
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-4/+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/+4
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-3/+45
* SERVER-11814 Add function to parse ISO Date to time utilsShaun Verch2013-12-241-0/+233
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-211-47/+0
* SERVER-6058 Fix time_support_test on systems with small time_tShaun Verch2013-10-121-2/+3
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-111-0/+46
* Fix SERVER-10332 for AndyMathias Stearn2013-07-251-1/+2
* SERVER-7965 Fix time_support_test for systems with small (signed, 32-bit) tim...Andy Schwerin2013-07-241-6/+12
* SERVER-7965 Fix time_support and time_support_test windows build errors.Andy Schwerin2013-07-241-1/+6
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-0/+80