index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
evutil_time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
evutil_time: improve evutil_gettimeofday on Windows
Nick Grifka
2020-04-29
1
-1
/
+19
*
evutil_time: Implements usleep() using wait funtion on Windows
yuangongji
2019-12-31
1
-2
/
+16
*
evutil_time: detect and use _gmtime64_s()/_gmtime64()
yuangongji
2019-09-19
1
-5
/
+15
*
Replace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_USLEEP)
Azat Khuzhin
2018-06-19
1
-1
/
+1
*
Avoid possible SEGVs in select() (in unit tests)
Philip Prindeville
2018-03-30
1
-1
/
+4
*
test: fix util/date_rfc1123 under win32
Azat Khuzhin
2016-12-22
1
-0
/
+1
*
Fix UB in evutil_date_rfc1123()
Azat Khuzhin
2016-12-22
1
-11
/
+13
*
http: do not use local settings for Date header
Vis Virial
2016-12-19
1
-0
/
+28
*
evutil_time: include <unistd.h> when there is only sleep()/usleep()
Azat Khuzhin
2016-12-06
1
-0
/
+7
*
Implement new/free for struct evutil_monotonic_timer and export monotonic tim...
Andrea Shepard
2014-12-04
1
-0
/
+50
*
Check CLOCK_MONOTONIC_* at runtime if needed.
Nick Mathewson
2013-08-19
1
-9
/
+10
*
Add regress_finalize to makefile.nmake
release-2.1.3-alpha
Nick Mathewson
2013-05-01
1
-3
/
+3
*
Avoid unused-var warning on systems with clock_gettime but without CLOCK_MONO...
Nick Mathewson
2012-08-02
1
-0
/
+2
*
Simple unit tests for monotonic timers
Nick Mathewson
2012-04-26
1
-8
/
+20
*
Implement fast/precise monotonic clocks on Windows
Nick Mathewson
2012-04-26
1
-25
/
+130
*
Refactor monotonic timer handling into a new type and set of functions; add a...
Nick Mathewson
2012-04-26
1
-0
/
+235
*
Split out time-related prototypes into time-internal.h
Nick Mathewson
2012-04-20
1
-1
/
+0
*
Split out time-related evutil functions into a new evutil_time.c
Nick Mathewson
2012-04-20
1
-0
/
+134