throw out lws_websocket_related cruft
[profile/ivi/libwebsockets.git] / lib / client-handshake.c
2013-03-07 Andy Greenthrow out lws_websocket_related cruft 50/3050/1
2013-03-07 Andy Greenuse context service buffer instead of stack for clent_c... 48/3048/1
2013-03-07 Andy Greenuse context service buffer instead of stack for clent_c... 47/3047/1
2013-03-07 Andy Greenintroduce keepalive option and make common socket optio... 38/3038/1
2013-03-07 Andy Greenremove receiving timeout for client 37/3037/1
2013-03-07 Andy Greenunionize header token array 20/3020/1
2013-03-07 Joakim SoderbergFixed compilation on NetBSD. 10/3010/1
2013-03-07 Matthieu RiviereFreeBSD compatibility 75/2975/1
2013-03-07 Andy Greenunionize mutually exclusive wsi members 59/2959/1
2013-03-07 Andy Greenremove all support for pre v13 protocols 56/2956/1
2013-03-07 Andy Greenintroduce without extensions 50/2950/1
2013-03-07 Andy Greenreplace hashtable polltable management 27/2927/1
2013-03-07 Andy Greendeal with SSL_ERROR_WANT_ in client connect action 93/2893/1
2013-03-07 Andy Greenreplace ifdefs around close socket with compatible_close 90/2890/1
2013-03-07 Andy Greenaudit and make all malloc check for OOM 83/2883/1
2013-03-07 Andy Greenintroduce logging api and convert all library output... 78/2878/1
2013-03-07 Aaron Zinmancompile in xcode, privatize debug macro 77/2877/1
2013-03-07 David GaleanoAdded private macro AWAITING_TIMEOUT instead of harcode... 43/2843/1
2013-03-07 David GaleanoReturn NULL if the handshake failed to complete, 40/2840/1
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