add locking callback for fds
[platform/upstream/libwebsockets.git] / lib / client.c
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