Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS
[platform/upstream/libwebsockets.git] / lib / client.c
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
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenfix string escape runon
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenclient convert to new headers scheme eliminating mallocs
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-10 Andy Greenuse context service buffer instead of stack for clent_c...
2013-02-10 Andy Greenuse context service buffer instead of stack for lws_cli...
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-07 Andy Greenunionize header token array
2013-02-07 Andy Greenheaders deleted after websocket established
2013-02-07 Andy Greenact on fatal parse problems
2013-02-06 Joakim SoderbergAdded support for CyaSSL replacement of OpenSSL.
2013-01-30 Andy Greenroubustness handle problems in read loop better
2013-01-30 Andy Greeninstrument latency
2013-01-29 Andy Greenevict all broadcast support
2013-01-28 Andy Greenforce client ssl bio nonblocking
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenkey_b64 doesnt need to be in wsi
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-20 Andy Greenintroduce without extensions
2013-01-17 Andy Greenadd lexical parser for headers
2013-01-16 Andy Greenclient allow remote server to accept with no protocol set
2013-01-16 Andy Greenroubustness only return 0 from fd service if handled
2013-01-16 Andy Greenrefactor migrate client stuff to client.c