aboutsummaryrefslogtreecommitdiff
path: root/lib/core-net/close.c
AgeCommit message (Expand)Author
2021-08-31validity: take context and pt lock before closeAndy Green
2021-07-04fi: wsi: fault to fake peer hangup after a delay rangeAndy Green
2021-07-01logs: log contextsAndy Green
2021-07-01logs: introduce log_cxAndy Green
2021-06-26sspc: close: differentiate between ss and sspc at final wsi closeAndy Green
2021-06-26sul: improve debuggingAndy Green
2021-06-22vhost: allow multiple listen socketsAndy Green
2021-06-22http: redo redirects to follow close flowAndy Green
2021-06-20threadpool: disassociate wsi on closeAndy Green
2021-05-26ss: do not restrict close handling to WITH_SERVERJed Lu
2021-04-05smp: more lock assertionsAndy Green
2021-04-05Fault injectionAndy Green
2021-03-17lws_conmon: connection monitoring and stats generationAndy Green
2021-03-08lws_metricsAndy Green
2021-02-20fault injectionAndy Green
2021-01-19evlib: count extant evlib handles instead of wsiAndy Green
2021-01-05type comparisons: fixesAndy Green
2021-01-04sspc: cleanup bridged wsiAndy Green
2021-01-04ss: enforce balanced CONNECT vs DISCONNECTAndy Green
2021-01-04lws_lifecycleAndy Green
2020-12-24ss: mark client wsi bound to ss using flagAndy Green
2020-11-28ss-srv: destroy accepted clients on ws closeAndy Green
2020-11-28context: refactor destroy flowAndy Green
2020-11-28roles: compress role ops structsAndy Green
2020-11-28client: rfc6724 dns results sortingAndy Green
2020-10-19docs: switch to use mainAndy Green
2020-10-09close: ensure any pending sul_connect_timeout cancelledAndy Green
2020-09-16client: awaiting header is only a CCE for wsAndy Green
2020-09-13ss: server: make sure failures after adopt invalidate ss copy of wsiAndy Green
2020-08-31smp: lws_mutex_refcount: add assert held helperAndy Green
2020-08-31smp: additional vhost locksAndy Green
2020-07-20fakewsi: replace with smaller substructureAndy Green
2020-07-20cgi: add spawn reap callbackAndy Green
2020-07-20lws_wsi_close: add helperAndy Green
2020-07-15sul: LWS_WITH_SUL_DEBUGGINGAndy Green
2020-06-30client: suppress CONNECTION_ERROR if still in client_connect_via_infoAndy Green
2020-06-03clean: use lws_intptr_t where neededAndy Green
2020-05-27client: reset: detach wsi from buflist pending owner on resetAndy Green
2020-05-11CTest: migrate and deprecate existing selftest scriptsAndy Green
2020-05-05fds: add sanity checksAndy Green
2020-04-19ctest: fixes-and-changesAndy Green
2020-03-04client: secure streamsAndy Green
2020-03-04client: MQTTSakthi Kannan
2020-03-04rtos diet: make raw_file role optionalAndy Green
2020-02-21lws_spawn_piped: break out from cgiAndy Green
2020-02-21event-lib-glibAndy Green
2020-02-04event lib: update http client multi to work with it and clean destroy flowAndy Green
2019-12-29mux children: generalize helpers out of h2 implementationAndy Green
2019-12-14close.c: close reason length wrongJerry Jacobs
2019-11-20cgi: minimal exampleAndy Green