summaryrefslogtreecommitdiff
path: root/evutil_time.c
Commit message (Expand)AuthorAgeFilesLines
* fix compile error in VS2012 in evutil_gettimeofday()MKCKR2021-02-171-3/+3
* evutil_time: improve evutil_gettimeofday on WindowsNick Grifka2020-04-291-1/+19
* evutil_time: Implements usleep() using wait funtion on Windowsyuangongji2019-12-311-2/+16
* evutil_time: detect and use _gmtime64_s()/_gmtime64()yuangongji2019-09-191-5/+15
* Replace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_USLEEP)Azat Khuzhin2018-06-191-1/+1
* Avoid possible SEGVs in select() (in unit tests)Philip Prindeville2018-03-301-1/+4
* test: fix util/date_rfc1123 under win32Azat Khuzhin2016-12-221-0/+1
* Fix UB in evutil_date_rfc1123()Azat Khuzhin2016-12-221-11/+13
* http: do not use local settings for Date headerVis Virial2016-12-191-0/+28
* evutil_time: include <unistd.h> when there is only sleep()/usleep()Azat Khuzhin2016-12-061-0/+7
* Implement new/free for struct evutil_monotonic_timer and export monotonic tim...Andrea Shepard2014-12-041-0/+50
* Check CLOCK_MONOTONIC_* at runtime if needed.Nick Mathewson2013-08-191-9/+10
* Add regress_finalize to makefile.nmakerelease-2.1.3-alphaNick Mathewson2013-05-011-3/+3
* Avoid unused-var warning on systems with clock_gettime but without CLOCK_MONO...Nick Mathewson2012-08-021-0/+2
* Simple unit tests for monotonic timersNick Mathewson2012-04-261-8/+20
* Implement fast/precise monotonic clocks on WindowsNick Mathewson2012-04-261-25/+130
* Refactor monotonic timer handling into a new type and set of functions; add a...Nick Mathewson2012-04-261-0/+235
* Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-1/+0
* Split out time-related evutil functions into a new evutil_time.cNick Mathewson2012-04-201-0/+134