aboutsummaryrefslogtreecommitdiff
path: root/src/utiltime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Fix for utiltime to compile with msvc.Aaron Clauson2018-04-201-0/+12
* Avoid std::locale/imbue in DateTimeStrFormatPieter Wuille2018-04-131-15/+14
* Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-0/+12
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-2/+2
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* [logging] log system time and mock timeJohn Newbery2017-05-101-9/+5
* fix tsan: utiltime race on nMockTimePieter Wuille2017-04-201-4/+8
* Refactor: Remove using namespace <xxx> from util*Karl-Johan Alm2017-03-081-2/+0
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-0/+5
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Fix race when accessing std::locale::classic()Matt Corallo2016-11-271-1/+2
* [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Assert now > 0 in GetTime GetTimeMillis GetTimeMicrosPatick Strateman2015-11-241-5/+11
* Add option for microsecond precision in debug.logSuhas Daftuar2015-10-261-0/+8
* Trivial: useless cast (ptime)(I'm ptime)svost2015-04-301-2/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Update comments in util to be doxygen compatibleMichael Ford2014-11-171-5/+8
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+66