profile/ivi/libwebsockets.git
2011-03-06 Andy Greenintroduce lws_issue_raw
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-05 Andy Greenwin32 build fixup missing includes
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 Greenupdate README with known good OSX configure
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 Greencarry over 05 specific stuff to 06
2011-02-26 Andy Greenchange default client version to 06
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 Greenintroduce 06 close status codes
2011-02-26 Andy Greenonly send sec webscoket nonce on 04
2011-02-26 Andy Greenmake origin optional on server
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-16 Andy GreenREADME update configure advice for apple
2011-02-14 Andy Greenfix ssl support and confirm builds clean when not confi...
2011-02-14 Andy Greenadd include for gettimeofday even without ssl
2011-02-14 Darin WillitsOnly include anything from openssl if configured for it
2011-02-14 Andy Greenmake test client notice if server closed on him
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 Greeneliminate dummy 76 challenge content in 04 plus
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 Greenuplevel-rpm-spec-to-include-new-extpoll-sample.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 Greenadd-example-protocol-handshake-filter-callback.patch
2011-02-13 Andy Greenadd-example-network-filter-callback.patch
2011-02-13 Andy Greenintroduce-network-connect-filter-callback.patch
2011-02-13 Andy Greenintroduce-user-handshake-filter-callback.patch
2011-02-12 Andy Greendocument-external-poll-support.patch
2011-02-12 Andy Greenadd-ext-poll-callbacks-in-extpoll-test.patch
2011-02-12 Andy Greenintroduce-external-poll-callbacks.patch
2011-02-12 Andy Greenintroduce-libwebsockets-test-server-extpoll.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 Greenoptimize-server-for-all-zero-nonce-case.patch
2011-02-10 Andy Greenintroduce-new-05-socket-closure-rules.patch
2011-02-09 Andy Greenparse-and-reject-extensions-header.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-02-01 Andy Greenfix-error-path-on-server-headers-wrong.patch
2011-01-30 Andy Greenadd-k-opt-to-test-client.patch
2011-01-30 Andy Greenintroduce-k-switch-defeat-masking.patch
2011-01-30 Andy Greenfix-context-close.patch
2011-01-30 Andy Greenintroduce-multiple-client-ping.patch
2011-01-30 Andy Greenfix-client-close.patch
2011-01-30 Andy Greenadd-user-allocation-for-client-connects.patch
2011-01-30 Andy Greenintroduce-LWS_WRITE_CLIENT_IGNORE_XOR_MASK.patch
2011-01-30 Andy Greenclean-style.patch
2011-01-28 Andy Greenfix-host-header-contents--introduce-canonical-hostname...
2011-01-28 Andy Greencleanup-proxy-code--add-timeout.patch
2011-01-28 Andy Greencorrect-proxy-fail-connect-handling.patch
2011-01-27 Andy Greenintroduce-http_proxy-support-no-auth.patch
2011-01-27 Andy Greenintroduce-test-ping-app.patch
2011-01-27 Andy Greenadd-test-client-rpm-spec.patch
2011-01-27 Andy Greenworkaround-32bit-size_t.patch
2011-01-27 Andy Greenuplevel-soname-and-spec-0.3.patch
2011-01-27 Andy Greenintroduce-ssl-client-connections--flow-control.patch
2011-01-23 Andy Greendocument-new-config-options.patch
2011-01-23 Andy Greenintroduce-private-md5-sha1.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-19 Andy Greenintroduce-04-control-frames.patch
2011-01-18 Andy Greenintroduce-new-04-frame-unmasking.patch
2011-01-18 Andy Greenintroduce-new-04-masking-key-computation.patch
2011-01-18 Andy Greenintroduce-new-04-handshake.patch
2011-01-18 Andy Greenintroduce-new-04-headers-logic.patch
2011-01-18 Andy Greenadd-base64-encode-decode.patch
2011-01-18 Andy Greenuse-enum-for-demo-protocols.patch
2010-12-20 Andy Greenuse-libcrypto-hash-implementations.patch
2010-12-20 Andy Greenclean--move-v2-support-to-claim-v3.patch
2010-12-19 Andy Greenuplevel-rpm-soname.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-15 Andy Greenfix-script-to-synthesize-websocket-url-entirely-from...
2010-11-15 Andy Greenadd-rpm-spec-file.patch
2010-11-15 Andy Greenmd5-move-to-using-standard-accessor-macros-for-le.patch
2010-11-15 Andy Greenremove-md5-struct.patch
2010-11-13 Andy Greencoding-style-cleanups.patch
next