1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
Andy Green ab4478587a logs: avoid monotonic time
lws_now_usecs() uses monotonic time now.  It's not sync'd with
wallclock time and the two can't be mixed.  Switch to
gettimeofday which is nonmonotonic and use also for fractional
time to avoid fractional secs in logs being unrelated to integer
seconds boundary.
2019-10-10 16:34:37 +01:00
..
alloc.c freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00
buflist.c client: use block parse and buflist 2019-09-22 03:08:36 -07:00
context.c lws_retry: udp support 2019-10-10 16:34:37 +01:00
libwebsockets.c cmdline: introduce builtin switches 2019-10-10 16:34:37 +01:00
logs.c logs: avoid monotonic time 2019-10-10 16:34:37 +01:00
lws_dll.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws_dll2.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
private-lib-core.h lws_retry: udp support 2019-10-10 16:34:37 +01:00
vfs.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00