platform/upstream/libwebsockets.git
2014-11-20 Andy Greenssl fix client and server passphrase handling
2014-11-18 Andy Greenandroid64 make bzero def conditional
2014-11-18 Andy Greentest-echo: enable for ssl cert serving and verification
2014-11-18 Andy Greenssl: improve client error message on server cert probs
2014-11-17 Andy Greenssl also allow passphrase management for server
2014-11-13 Andy Greenreturn_http_staus fix http2 defeating body addition
2014-11-09 Andy Greenreadme tag key
2014-11-08 Andy Greenlws_union_transition
2014-11-08 Andrew CanadayBe sure to invoke *lws_free_header_table*:
2014-11-07 Andrew CanadayDon't free wsi->u.hdr.ah except through lws_free_header...
2014-11-07 Andrew CanadayAdding header table free function to make sure we free...
2014-11-06 Emerson Clarkeplat win add ibterface to sa
2014-11-05 Andy Greenssl CYASSL doesnt have new api
2014-11-05 Andy Greenclean http2 passphrase code
2014-11-01 Andy Greenhttp2 window update
2014-11-01 Andy Greenclean remove debug spew outside http2
2014-10-31 kulwikSubject: [PATCH] ssl fix self-singed certificate accept...
2014-10-29 Rene JagerSubject: [PATCH] fixes for handling multiple protocols...
2014-10-27 Andy Greenhttp2 padding and ping to autopong
2014-10-27 Andy Greenopenssl update deprecated remove_state api
2014-10-23 Drew NoakesSubject: [PATCH] Fix minor typos in code documentation
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-22 Marek KochanowiczSubject: [PATCH] Initialize openssl during client initi...
2014-10-18 Andy Greenhttp2 dont use incoming END_STREAM when sending headers
2014-10-18 Andy Greenadd newline on libwebsockets.c for ancient compilers
2014-10-18 Andy Greenhttp2 working nghttp fetch multi files completely
2014-10-18 Andy Greenhttp2 track content length add END_STREAM
2014-10-17 Andy Greenhttp2 handle flags
2014-10-17 Andy Greenssl clean recent external CTX patch so doesnt break...
2014-10-16 joseph.urciuolissl allow externally managed SSL_CTX
2014-10-16 Andy Greentrac 89 add flag on fatal send fail to use simple close
2014-10-12 Andy Greenhttp2 able to send test.html to nghttp2
2014-10-12 Andy Greenhttp2 hpack basic decode ok including huff
2014-10-09 Andy Greenhttp2 add hpack decode support
2014-10-09 Andy Greenfix return_http_status adaptation for http2
2014-10-09 Christian Schüldtssl renew timeout while post keeps coming
2014-10-09 Christian Schüldtssl fix service problem in MORE_SERVICE case
2014-10-09 Andy Greenssl optimize poll when buffered ssl read data
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenssl fix pending reads stuck in ssl layer
2014-10-08 Andy Greenhttp2 fix build when http2 disabled
2014-10-08 Andy Greenhttp2 headers huffman decoder
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-30 Andy Greenbase64 add back decoder now we need it.patc
2014-09-30 Andy Greenparser default to name parsing if unknown
2014-09-30 Andy Greenhttp2 add h2c upgrade and http2 connmode
2014-09-30 Andy Greenadd http2 settings token
2014-09-30 Andy Greentest server correct header naming order
2014-09-30 Andy Greenconfirm upgrade actually for websocket
2014-09-25 Andy Greeninternal SHA1 users all use libwebsockets_SHA1
2014-09-25 Dnyanesh Gateandroid fix syslog path
2014-09-25 Duncan TebbsPass user_sapce to callback for LWS_CALLBACK_CLIENT_CON...
2014-09-22 Hiroaki Sakonfix required CMake version
2014-09-16 emironovfix byte order for qnx
2014-09-08 Stefan Schuermansalso callback closed if flushing
2014-08-27 Andy Greenfix build for NO_SERVER
2014-08-24 Andy Greendefer PONG send until no partial send buffer
2014-08-24 Andrew Canadayserver.c: test **truncated_send_len** for partial
2014-08-22 Andy Greenaccept fail char means we are done
2014-08-19 Andy Greenfix bad cmake args example in README.build
2014-08-19 Andy Greencleanup style in parser
2014-08-19 Andy Greenfix build without ssl support
2014-08-18 Andy Greensoname 5.0.0
2014-08-18 Andy Greenintroduce lws_partial_buffered
2014-08-18 Andy Greendeprecate no_buffer_all_partials
2014-08-16 Carl Stehlehttp keepalive needs to reinit some header union state
2014-08-16 Andy Greenadd lws_is_ssl api
2014-08-14 Karl Palssoncyassl: correct include path for 3.1.x
2014-08-11 Michael Haberlerapi: add feature test macro LWS_FEATURE_PROTOCOLS_HAS_...
2014-08-11 Andy Greenprotocol struct add user controlled id member
2014-08-11 Andy Greenfix spinning on NULL protocol name
2014-08-10 Andy Greenssl fix excessive crash workaround
2014-08-07 Andy Greenno protocol usage inprove docs
2014-08-07 Andrew CanadayReset hdr_parsing_completed for WSI_STATE_HTTP:
2014-07-31 Andy Greentrac82 consistently use CONTEXT_PORT_NO_LISTEN
2014-07-29 Olehssl allow passing cert passphrase
2014-07-29 Andy Greenavoid crash if we dont have new wsi
2014-07-29 Aurelian PopFix TCP keepalive use in UNIX systems
2014-07-18 Andrew CanadayKeep-alive: disable timeout and let TCP ka kill.
2014-07-18 Andrew CanadayMake sure headers are parsed before proceeding.
2014-07-18 Andrew CanadayOnly check for '?' URI args during URI path parse
2014-07-18 Andy Greenhandle client protocol lists properly
2014-07-14 Andrew CanadayDon't need 'content_remain' in libwebsocket_read
2014-07-14 Andrew CanadayHTTP Version, Keep-alive support, No-copy POST
2014-07-07 Andrew Canadaylibwebsockets_read: update 'len' after lws_handshake_se...
2014-07-06 Andy Greenupdate changelog for 1.3
2014-07-06 Andy Greentest server dumb increment fix once per second duplicate
2014-07-06 AndyMcGTrac 75: fix uxexpected ssl connection close
2014-07-06 Andy Greenadd runtime context flag to enforce defeat of OS CA...
2014-07-06 Cong Mafix confusion ull in latency reporting
2014-07-06 kolispartial send handling
2014-07-06 Andy Greendont free externally allocated user_space when closing...
2014-07-06 geqfix build on OpenBSD
2014-07-06 Andrew CanadayAdded HTTP OPTIONS support:
2014-07-06 Andrew CanadayReducing CPU cycles spent calculating per-header length...
2014-07-06 Andrew CanadayAdded docs for token limits.
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-07-06 Andrew CanadayAdded HTTP_STATUS_NO_CONTENT == 204
2014-06-30 Andrew CanadayAdded comma after if-none-match...
2014-06-29 Andrew CanadayAdded new HTTP headers and WSI tokens:
next