add ipv6 support
[platform/upstream/libwebsockets.git] / lib / client-handshake.c
2014-03-24 James Devineadd ipv6 support
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-19 Mattias LundbergAdd support to binding client to interface.
2013-12-21 Andy Greenunify all pollfd lock management
2013-10-26 Markus Elfringmake header protection unique remove __prefix
2013-10-25 shysSubject: [PATCH] Additional check for EISONN. On iOS...
2013-10-25 Andy Greendefer changing to proxy uri until connected
2013-10-24 Andy Greenadd EISCONN handling to client connect attempt
2013-09-20 Andy Greentrac 40 client connection properly nonblocking
2013-06-29 Joachim BauchRequest "send" not to trigger SIGPIPE on errors.
2013-03-30 Peter PentchevHide private library symbols
2013-03-14 Tobias Maierreplaced last remaining close on wsi->sock with compati...
2013-02-18 Andy Greenfix no extensions build
2013-02-18 Andy Greenmigrate client hs and c_port into ah
2013-02-18 Andy Greenremove header name buffer
2013-02-11 Andy Greenfix ssl reject path for freeing header allocation
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-11 Andy Greenremove extension cruft from struct lws
2013-02-10 Andy Greenthrow out lws_websocket_related cruft
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 clent_c...
2013-02-09 Andy Greenintroduce keepalive option and make common socket optio...
2013-02-09 Andy Greenremove receiving timeout for client
2013-02-07 Andy Greenunionize header token array
2013-02-06 Joakim SoderbergFixed compilation on NetBSD.
2013-01-28 Matthieu RiviereFreeBSD compatibility
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-20 Andy Greenintroduce without extensions
2013-01-17 Andy Greenreplace hashtable polltable management
2013-01-15 Andy Greendeal with SSL_ERROR_WANT_ in client connect action
2013-01-15 Andy Greenreplace ifdefs around close socket with compatible_close
2013-01-12 Andy Greenaudit and make all malloc check for OOM
2013-01-10 Andy Greenintroduce logging api and convert all library output...
2013-01-10 Aaron Zinmancompile in xcode, privatize debug macro
2013-01-09 David GaleanoAdded private macro AWAITING_TIMEOUT instead of harcode...
2013-01-09 David GaleanoReturn NULL if the handshake failed to complete,
2012-07-20 Andy Greenrestore accept error as closure signal
2012-05-30 Tobias Maiersockets were left open if connection could not be
2012-04-20 David Brooksintroduce libwebsocket_client_connect_extended
2012-04-20 David Brooksset connection callback before connection completed...
2012-04-12 Andy Greenremove duplicated netdb include from client handshake
2012-04-12 Andy Greenchange DATADIR to INSTALL_DATADIR solve mingw conflict
2012-04-09 Andy Greenstyle cleaning
2011-11-07 Andy Greendebug move most spew into debug macro
2011-09-26 David GaleanoFixed compiler warnings.
2011-09-25 M KFix compile issue on Apple
2011-09-25 Andy Greenv08v13 add support v13 default
2011-05-24 Andy Greenx google mux implement child close
2011-05-23 Andy Greenintroduce x google mux very draft indeed
2011-04-24 Andy Greencarry over 06 stuff to 07
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-03-08 Andy Greendisable nagle algorithm
2011-03-05 Andy Greenintroduce struct libwebsocket_extension
2011-03-02 Peter Hinzintroduce win32 build capability
2011-03-01 Andy Greenintroduce 76 00 client support
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 Greenmake origin optional on client
2011-02-14 Andy Greenbreak client connect into states and apply timeout
2011-02-14 Andy Greenintroduce timeout system
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-12 Andy Greenintroduce-external-poll-callbacks.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-02-01 Andy Greenfix-error-path-on-server-headers-wrong.patch
2011-01-30 Andy Greenfix-context-close.patch
2011-01-30 Andy Greenfix-client-close.patch
2011-01-30 Andy Greenadd-user-allocation-for-client-connects.patch
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-ssl-client-connections--flow-control.patch
2011-01-23 Andy Greenclean--fix-sigpipe.patch
2011-01-22 Andy Greenintroduce-client-support.patch