aboutsummaryrefslogtreecommitdiff
path: root/lib/roles/h1
AgeCommit message (Expand)Author
2018-12-01role: raw-proxyAndy Green
2018-11-23clean: general whitespace cleanupAndy Green
2018-10-14lws_time_in_microseconds: exportAndy Green
2018-10-13codacy: minor fixesAndy Green
2018-09-12http proxy: client: unix socket supportAndy Green
2018-09-11threadpoolAndy Green
2018-09-11http: enlarge headers buffers since they may meet large headers from vhost co...Andy Green
2018-09-11clean: solve type conversion warnings for appveyorAndy Green
2018-09-02http: compression methodsAndy Green
2018-08-20partial: replace ad-hoc code with a wsi buflist_outAndy Green
2018-08-18client: bind and drop protocol like serverAndy Green
2018-06-20http: defer transaction completed if partial pendingAndy Green
2018-06-02fix memleak when role h1 failed to upgrade to websocketAlfred Sawaya
2018-05-24dummy: add transaction completed processing for POSTAndy Green
2018-05-11refactor: split out adoption and client apis to coreAndy Green
2018-05-11lws_read_h1: handle LRS_RETURNED_CLOSEAndy Green
2018-05-04LRS_DOING_TRANSACTIONAndy Green
2018-05-03refactor: core code in lib/core and private-libwebsockets.h to core/private.hAndy Green
2018-05-02refactor: also migrate tls to the ops struct and private.h patternAndy Green
2018-05-02minimal-raw-netcatAndy Green
2018-04-30refactor: change event lib minimal examples to serve as the test appsAndy Green
2018-04-29refactor: apply ops structs to event loop handlersAndy Green
2018-04-27refactor: most preparation for -DLWS_ROLE_H1=0Andy Green
2018-04-27refactor: move all ah and http specific vars to http private and conditional ...Andy Green
2018-04-27fix minimal-server-tlsAndy Green
2018-04-26travis: h2spec integrationAndy Green
2018-04-25cmake: allow setting LWS_ROLE_WSAndy Green
2018-04-22autobahn fixesAndy Green
2018-04-20refactor: split out private role header contentAndy Green
2018-04-20refactor: absorb other caches into buflistAndy Green
2018-04-19rxflow buflist: handle forced serviceAndy Green
2018-04-19lws_buflistAndy Green
2018-04-19alpn: assemble defaults from roles and allow overrideAndy Green
2018-04-11refactor role opsAndy Green