1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core
Andy Green 62e566b9de client: move staged connect pieces into core-net
They have been in lib/roles/http for historical reasons, and all
ended up in client-handshake.c that doesn't describe what they
actually do any more.  Separate out the staged client connect
related stage functions into

  lib/core-net/client/client2.c: lws_client_connect_2_dnsreq()
  lib/core-net/client/client3.c: lws_client_connect_3_connect()
  lib/core-net/client/client4.c: lws_client_connect_4_established()

Move a couple of other functions from there that don't belong out to
tls-client.c and client-http.c, which is related to http and remains
in the http role dir.
2020-09-21 12:47:11 +01:00
..
alloc.c lws_netdev: use lws_settings 2020-07-07 15:23:19 +01:00
buflist.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
CMakeLists.txt deprecation: remove lws_dll1 2020-06-02 08:37:10 +01:00
context.c client: move staged connect pieces into core-net 2020-09-21 12:47:11 +01:00
libwebsockets.c smp: lws_mutex_refcount: add assert held helper 2020-08-31 16:51:37 +01:00
logs.c lws_spawn: windows 2020-04-13 19:29:09 +01:00
lws_dll2.c lws_dll2: add helper for typed object name from owner list 2020-07-09 15:30:34 +01:00
private-lib-core.h cmake: disable export visibility when building lws static 2020-09-06 11:46:25 +01:00
vfs.c cleaning 2020-01-05 22:17:58 +00:00