summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-9/+28
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-2/+2
* modest ( ~ !10% ) compile time speedup by some small header cleanupEliot Horowitz2013-06-231-1/+1
* SERVER-6295 make time in log have millisecond precisionRandolph Tan2012-10-311-0/+10
* SERVER-6282 wait-doubling backoff for local mongos errors requiring config se...Greg Studer2012-07-301-0/+23
* SERVER-6449 - decide which BOSOT::TIME_UTC variant to use at compile timeEliot Horowitz2012-07-141-0/+7
* Split mongo/util/time_support.h into a header and a cpp file.Andy Schwerin2012-05-101-212/+17
* fixing windows compile, trying to make it easierEliot Horowitz2012-04-191-3/+1
* try to fix windows compileEliot Horowitz2012-04-191-0/+4
* make some headers include what they needEliot Horowitz2012-04-191-2/+6
* don't use macros to protect localtime, etc... redefine in mongodEliot Horowitz2012-04-061-9/+7
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-5/+3
* fix Solaris buildEric Milkie2011-12-281-0/+1
* fix compiling (Windows)Eric Milkie2011-12-281-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+255