1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/unix
Andy Green 498a4e2bd7 sul: all timed objects use a single pt sul list
wsi timeout, wsi hrtimer, sequencer timeout and vh-protocol timer
all now participate on a single sorted us list.

The whole idea of polling wakes is thrown out, poll waits ignore the
timeout field and always use infinite timeouts.

Introduce a public api that can schedule its own callback from the event
loop with us resolution (usually ms is all the platform can do).

Upgrade timeouts and sequencer timeouts to also be able to use us resolution.

Introduce a prepared fakewsi in the pt, so we don't have to allocate
one on the heap when we need it.

Directly handle vh-protocol timer if LWS_MAX_SMP == 1
2019-08-09 10:12:09 +01:00
..
private.h android: build fixes 2019-08-02 15:57:57 +01:00
unix-caps.c permissions: adapt drop permissions plat function to do uid and gid lookup separately 2019-05-02 09:28:25 +01:00
unix-fds.c lws_lookup: fix wsi table when unrelated_to_ulimit 2019-08-01 18:31:11 +01:00
unix-file.c coverity: cleanup 2018-08-14 08:00:30 +08:00
unix-init.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
unix-misc.c fulltext search 2018-10-26 13:53:28 +08:00
unix-pipe.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
unix-plugins.c plugins: remove requirement for libuv on unix 2019-05-02 09:28:16 +01:00
unix-service.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
unix-sockets.c pmd: split ebufs to track in and out 2019-05-06 07:31:32 +01:00