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
Andy Green
d7f0521aeb
private.h: rename to contain dir
...
Having unique private header names is a requirement of a particular
platform build system it's desirable to work with
2019-08-15 10:49:52 +01:00
Andy Green
26319663f7
license: switch LGPLv2.1+SLE parts to MIT
2019-08-14 10:44:38 +01:00
Andy Green
69447d0445
logs: just use a single char for most loglevels
2019-08-12 12:44:36 +01:00
Andy Green
2fc35ef6bd
stats: move to pt and improve presentation
2019-08-12 06:18:04 +01:00
hjfbswb
15ce3d03b9
solve complilation errors on vs2008
...
replace snprintf with lws_snprintf
2019-08-01 18:05:38 +01:00
Andy Green
043700a4b0
optee: remove build system
2019-01-15 06:59:48 +08:00
Andy Green
84a57540ab
LWS_WITH_NETWORK: cmake option for no network code
2019-01-13 07:54:57 +08:00