summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support.h
Commit message (Expand)AuthorAgeFilesLines
* 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