fix onopen browser context patch
[profile/ivi/libwebsockets.git] / lib / libwebsockets.c
2012-04-09 Andy Greenfix onopen browser context patch
2012-04-08 Yonathan Yusimallow message processing from onopen browser context
2012-04-05 Tobias Maieruse ssize_t instead of size_t for return values of...
2012-04-05 Nick Dowellclose connection if socket recv() fails.
2012-02-19 Artem EgorkineDon't care for the human-readable part of "HTTP/1.1...
2011-11-07 Andy Greendebug move most spew into debug macro
2011-11-07 Alex BlighAdd libwebsockets_ensure_user_space
2011-10-04 David GaleanoAdded support for Windows XP.
2011-09-26 David GaleanoFixed compiler warnings.
2011-06-26 Andy Greenmy compiler version didn't find it, but there is an...
2011-05-28 Andy Greenextensions fix deflate stream vs mux and veto it on...
2011-05-25 Andy Greenextensions introduce pre close veto
2011-05-25 Andy Greenextensions ensure per conn allocation starts zeroed
2011-05-24 Andy Greenx google mux implement child close
2011-05-24 Andy Greendump active protocols and extensions at context create
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-04-16 Andy Greenfix frgmented server reply
2011-04-16 Andy GreenRevert Pavel's patch looping in recv
2011-04-15 Pavel Borzenkovrecv() may not return all data
2011-04-15 Pavel BorzenkovUse IPPROTO_TCP instead of SOL_TCP
2011-04-12 Pavel BorzenkovHTTP headers may be case-sensitive
2011-03-22 Andy Greenpass ext pointer in ext callback
2011-03-10 Peter HinzRe: Windows port of your libwebsocket
2011-03-09 Andy Greentry to cover AF_LOCAL in libwebsockets_get_peer_addresses
2011-03-09 Andy Greenuse unsigned peer dotted quad
2011-03-09 Patrick McManuslibwebsockets - gcc warnings
2011-03-08 Andy Greendisable nagle algorithm
2011-03-07 Andy Greenintroduce libwebsocket_is_final_fragment
2011-03-07 Andy Greenexpose SHA1 api
2011-03-07 Andy Greenadd separate server writeable and change naming to...
2011-03-07 Andy Greenremove bogus bytes on first line of websockets.c
2011-03-07 Andy Greenflush extensions when closing
2011-03-07 Andy Greenadd extra state for waiting on close ack with timeout
2011-03-06 Andy Greenintroduce deflate compression extension
2011-03-06 Andy Greeninstantiate extensions server accepted
2011-03-06 Andy Greendynamically create client extensions offer from extensi...
2011-03-06 Andy Greencallback each active extension on packet tx pre send
2011-03-06 Andy Greencallback each active extension on packet rx pre parse
2011-03-06 Andy Greenintroduce lws_send_pipe_choked
2011-03-06 Andy Greendeallocate extension contexts on connection close
2011-03-06 Andy Greencreate server extension response dynamically
2011-03-05 Andy Greenintroduce struct libwebsocket_extension
2011-03-05 Andy Greenfix openssl breakage from win32
2011-03-02 Peter Hinzintroduce win32 build capability
2011-03-01 Andy Greenintroduce LWS_CALLBACK_CLIENT_APPEND_HANDSHAKE_HEADER
2011-03-01 Andy Greenintroduce 76 00 client support
2011-02-28 Andy Greenfix null protocol dereference when closing session
2011-02-26 Andy Greenonly have nonce requirement and processing for exactly 04
2011-02-26 Andy Greenremove duplicated poll handling in hangup on client
2011-02-26 Andy Greenrequire close reason argument on close and free session
2011-02-26 Andy Greenmake origin optional on client
2011-02-21 Andy Greenadd callback for OpenSSL client cert verification action
2011-02-20 Andy Greenadd callback to allow additional server verification...
2011-02-19 Andy Greenadd callback to allow additional client verification...
2011-02-19 Andy Greenintroduce listen on specific interface
2011-02-14 Andy Greenfix ssl support and confirm builds clean when not confi...
2011-02-14 Andy Greenbreak client connect into states and apply timeout
2011-02-14 Andy Greenintroduce timeout system
2011-02-14 Timothy J FontaineFix refactor damage from missed debug-only print arg
2011-02-14 Darin WillitsApple / iOS build compatability patch
2011-02-14 Andy Greenintroduce this param in callback fix server close on...
2011-02-14 Andy Greenunify server and client close
2011-02-13 Andy Greenclean-out-poll-array-when-hanging-up-on-client.patch
2011-02-13 Andy Greenuse-new-peer-name-api-in-ping.patch
2011-02-13 Andy Greenintroduce-libwebsockets_hangup_on_client.patch
2011-02-13 Andy Greenintroduce-network-connect-filter-callback.patch
2011-02-12 Andy Greenintroduce-external-poll-callbacks.patch
2011-02-12 Andy Greenexport-libwebsocket_service_fd-api.patch
2011-02-12 Andy Greendecouple-service-from-fd-array-index.patch
2011-02-10 Andy Greenoptimize-random-device-open.patch
2011-02-10 Andy Greenintroduce-new-05-socket-closure-rules.patch
2011-02-09 Andy Greenintroduce-ietf-05-framing-and-commandline-options.patch
2011-02-09 Andy Greenchange-client-mode-to-enum.patch
2011-02-06 Andy Greenfix-hostname-to-be-server-name--allow-switches-in-any...
2011-01-30 Andy Greenintroduce-k-switch-defeat-masking.patch
2011-01-30 Andy Greenfix-context-close.patch
2011-01-30 Andy Greenclean-style.patch
2011-01-28 Andy Greenfix-host-header-contents--introduce-canonical-hostname...
2011-01-27 Andy Greenintroduce-http_proxy-support-no-auth.patch
2011-01-27 Andy Greenintroduce-test-ping-app.patch
2011-01-27 Andy Greenintroduce-ssl-client-connections--flow-control.patch
2011-01-23 Andy Greenclean--fix-sigpipe.patch
2011-01-22 Andy Greenintroduce-client-support.patch
2011-01-20 Andy Greenadd-enable-nofork-config-option.patch
2011-01-19 Andy Greenexpose-event-loop.patch
2011-01-18 Andy Greenintroduce-new-04-handshake.patch
2011-01-18 Andy Greenadd-base64-encode-decode.patch
2010-12-19 Andy Greenclean-whitespace.patch
2010-12-19 Andy Greenclean-and-add-pedantic-remove-long-long.patch
2010-12-18 Andy Greenfork-sever-process-and-introduce-broadcast-api.patch
2010-11-15 Andy Greenfix-md5-problem.patch
2010-11-13 Andy Greencoding-style-cleanups.patch
2010-11-12 Andy Greenfix-revents-inherited-from-old-socket-bug.patch
2010-11-12 Andy Greenfix-user-pointer-bug.patch
2010-11-12 Andy Greenremove-last-fork.patch
2010-11-12 Andy Greenmove-to-automatic-protocol-list-scheme.patch
2010-11-11 Andy Greenadd-Sec-WebSocket-Draft-and-protocol-autodetect.patch
2010-11-08 Andy Greenstyle-cleanups.patch
2010-11-08 Andy Greenbreak-out-lib-sources.patch
2010-11-08 Andy Greenadd-COPYING-lgpl-2.1.patch
next