client chunked transfer encoding
[platform/upstream/libwebsockets.git] / lib / client.c
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...
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-25 Andy Greeninternal SHA1 users all use libwebsockets_SHA1
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-04-27 vpeter4Conditionally declare variable
2014-04-27 vpeter4Compile with older OpenSSL library (missing symbol...
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-08 Andy Greenmove SNI temp var back one
2014-04-06 Andy Greenrefactor use unified ssl read write functions
2014-04-03 Andy Greenrefactor ssl related code into ssl.c
2014-04-03 Andy Greenrefactor handshake client and server handling into...
2014-04-03 Andy Greenrefactor migrate client and server specific context...
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-03-30 Patrick GanstererIntroduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP
2014-03-30 Andy GreenMerge branch 'tid' of https://github.com/paroga/libwebs...
2014-03-29 Patrick GanstererRemove websock-w32.h
2014-03-28 Andy Greencyassl skip setting SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
2014-03-23 erauhuttrac 58 ssl enable SNI per vhost certs
2014-03-23 Andy Greenssl add SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER to server...
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Patrick GanstererCleanup include statements
2014-02-28 Patrick GanstererAdd explicit cast to setsockopt() calls
2013-12-21 Andy Greenunify all pollfd lock management
2013-12-18 Andy Greenadd locking callback for fds
2013-11-24 JontiSubject: [PATCH] Fixed the logging of OpenSSL errors...
2013-10-26 Markus Elfringmake header protection unique remove __prefix
2013-10-25 shyscover-proxy-read-EAGAIN.patch
2013-10-25 shysSubject: [PATCH] On iOS with nonblocking sockets I...
2013-10-25 u0u0fix origin
2013-10-24 shyswait ssl connect completion on client proxy path
2013-09-20 Andy Greentrac 40 client connection properly nonblocking
2013-09-18 Fujii Bunichirohforce failed header parse to act
2013-06-29 Joachim BauchRequest "send" not to trigger SIGPIPE on errors.
2013-04-25 Bob Robertscygwin compatibility
2013-03-23 Andy GreenSOL_SNDBUF set to protocol rx size
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-09 Andy GreenPOLLOUT during wait for server response not an error
2013-02-22 Joakim SoderbergPrint SSL error codes as well as the string.
2013-02-19 Andy Greenupdate missed extpoll calls to use correct args for ssl
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-18 Andy Greenmigrate client hs and c_port into ah
2013-02-12 Andy Greeneliminate snprintf
next