client: fix hdr stash leak
[platform/upstream/libwebsockets.git] / lib / client.c
2017-07-21 Andy Greenclient: fix hdr stash leak
2017-07-19 Andy Greencoverity 181576: remove dead code to keep coverity...
2017-06-28 Boutoukoatclient: use right state machine
2017-06-28 Andy Greenah: require parsing complete before detach
2017-06-09 WebsocketUserwin32: enable 64-bit file lengths
2017-06-07 Andy Greenlarge files: convert content-length to use lws_filepos_t
2017-05-16 Andy Ningclient: added socks5 proxy support
2017-04-28 Andy Greenesp32: client: SO_SNDBUF not usable
2017-04-10 GeckoSubject: Save copy of ah pointer even with WS client...
2017-04-08 Andy Greenclient: allow 201
2017-03-31 Andy Greenesp32: separate factory setup
2017-03-07 Andy Greenraw: enable server and client raw sockets
2017-03-01 Andy Greenadoption: make union for socket and file fds
2017-02-23 Silas ParkerPrevent SSL downgrade during redirect
2017-02-23 Silas ParkerAdd client support for relative reference redirects
2017-02-21 Andy Greenclient redirect: choose correct error path after resett...
2017-02-18 Joel Winarskeclient: direct _APPEND_HANDSHAKE_HEADER at wsi protocol
2017-02-10 Andy Greenclient redirect: make sure there is a leading / on...
2017-02-09 Andy Greenclient: fix redirects and allow ssl / non-ssl redirects
2017-02-05 Andy Greengcc- format strings: debug and extra plugins
2017-02-05 Martin MilataSubject: gcc format strings: Make GCC check format...
2017-01-23 Andy Greencontext new option LWS_SERVER_OPTION_JUST_USE_RAW_ORIGIN
2017-01-16 Andy Greenplat-optee and boringssl adaptations
2016-12-20 Andy Greenclient: if NULL protocol vhost same linked list entry
2016-12-16 Andy Greenclient: add lws_http_client_http_response api
2016-12-16 Andy Greenclient: treat 304 like 200
2016-08-28 Andy Greencoverity 169268 + 169270- dead code plus repeat NULL...
2016-08-14 Patrick GanstererAdd error handling for SSL_new() of clients
2016-08-10 Andy Greenclient-add-PUSH-http-body-capability
2016-08-10 Andy Greenws ping pong on idle connections
2016-07-14 Andy GreenCLIENT_CONNECTION_ERROR add strings
2016-07-14 Andy Greendocumentation convert to doxygen
2016-06-14 Gadkari Mugdhafix for https connection code
2016-06-07 Andy Greenclient CONNECTION_ERROR also allow in LWSS_CLIENT_UNCON...
2016-05-19 Andy Greenreplace LWS_MAX_SOCKET_IO_BUF with context creation...
2016-05-03 Andy Greenclient provide user_space on LWS_CALLBACK_CLIENT_APPEND...
2016-05-02 Andy Greenclient fix reaction to tls failure
2016-04-18 Andy Greenclient http
2016-04-01 Andy Greentest server align rxbuf with permessage deflate rx...
2016-03-28 Andy Greenssl migrate client pieces to ssl.c
2016-03-28 Andy Greenintroduce vhosts
2016-03-21 Andy Greencgi env
2016-03-20 Andy Greenproxy rewrite
2016-03-19 Andy Greenclient chunked transfer encoding
2016-03-09 Andy Greenclient ext hdr skip if no arg
2016-02-29 Andy Greenclient support http without ws
2016-02-29 Andy Greenadopt readbuf do service
2016-02-16 Peter PentchevFix some typos.
2016-02-15 Andy Greentimeout settable from info
2016-02-15 Andy Greenah owns rxbuf
2016-02-14 Andy Greenlibuv integration
2016-01-30 Andy Greenah http1.1 deal with pipelined headers properly
2016-01-29 Andy Greenclean pre 1.7
2016-01-19 Andy Greenmultithreaded service
2016-01-19 Andy Greenfix broken ext arg parsing
2016-01-18 Andy Greenavoid using deallocated things during context dedtroy
2016-01-15 Andy Greenfix client getting hung up on at negotiation
2016-01-15 Andy Greenredirect
2016-01-14 Andy Greenonly report CLIENT_CONNECTION_ERROR once on some paths
2016-01-13 Andy Greenremove double free attempts from no ACCEPT server respo...
2016-01-12 Andy Greenfuzzer rx overflow mitigate
2016-01-11 Andy Greenextension permessage deflate
2015-12-30 Andy Greenext negotiation tolerate semicolon args
2015-12-28 Andy Greenautobahn add same serverside rxflow cache to client
2015-12-26 Andy Greendeprecate LWS_SEND_BUFFER_POST_PADDING
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-17 Andy Greenclient check cb return during establish
2015-12-17 Andy Greenlws_get_context not _ctx
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenmake protocols const require explicit context API BREAK
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-06 Andy Greenclean more whitespace 5
2015-12-06 Andy Greenclean more whitespace 3
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-11-24 Andy Greenssl treat WANT_READ and WRITE separately
2015-11-14 Andy Greenmbed3 workable plus or minus mbed3 net stack bug
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-14 Fabian Kurzaccept http1.1 from proxy
2015-10-12 Marc AldorasiPass the correct hostname when using a proxy
2015-10-12 ABruinesAllow using CyaSSL in stead of wolfSSL
2015-10-12 Alexander BruinesMove from CyaSSL to wolfSSL
2015-10-11 MGadkariPass HTTP reject error code returned by server to client
2015-04-22 wonder-miceSubject: [PATCH] Fix broken libev support in client...
2015-03-04 Andy Greenclean remove x perm on two sources
2015-01-31 Andy Greenclient avoid double free on error path
2014-12-13 Alejandro Meryclient: fix verification of the accepted protocol
2014-12-04 Alejandro MerySubject: [PATCH] Introduce lws_free2() helper to free...
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-12-01 Andy Greenrevert 187
2014-11-30 Andy Green83674 dereference after NULL check
2014-11-18 Andy Greenssl: improve client error message on server cert probs
2014-11-08 Andy Greenlws_union_transition
2014-10-31 kulwikSubject: [PATCH] ssl fix self-singed certificate accept...
2014-10-29 Rene JagerSubject: [PATCH] fixes for handling multiple protocols...
next