summaryrefslogtreecommitdiff
path: root/lib/client-handshake.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-12change DATADIR to INSTALL_DATADIR solve mingw conflictAndy Green1-1/+0
2012-04-09style cleaningAndy Green1-8/+12
2011-11-07debug move most spew into debug macroAndy Green1-6/+5
2011-09-26Fixed compiler warnings.David Galeano1-1/+1
2011-09-25Fix compile issue on AppleM K1-0/+8
2011-09-25v08v13 add support v13 defaultAndy Green1-0/+2
2011-05-24x google mux implement child closeAndy Green1-0/+2
2011-05-23introduce x google mux very draft indeedAndy Green1-89/+169
2011-04-24carry over 06 stuff to 07Andy Green1-0/+1
2011-04-16Revert Pavel's patch looping in recvAndy Green1-7/+0
2011-04-15recv() may not return all dataPavel Borzenkov1-0/+7
2011-04-15Use IPPROTO_TCP instead of SOL_TCPPavel Borzenkov1-1/+1
2011-03-08disable nagle algorithmAndy Green1-0/+4
2011-03-05introduce struct libwebsocket_extensionAndy Green1-0/+1
2011-03-02introduce win32 build capabilityPeter Hinz1-13/+17
2011-03-01introduce 76 00 client supportAndy Green1-0/+2
2011-02-26carry over 05 specific stuff to 06Andy Green1-0/+1
2011-02-26change default client version to 06Andy Green1-1/+1
2011-02-26make origin optional on clientAndy Green1-5/+9
2011-02-14break client connect into states and apply timeoutAndy Green1-368/+70
2011-02-14introduce timeout systemAndy Green1-0/+1
2011-02-14Apple / iOS build compatability patchDarin Willits1-0/+2
2011-02-14introduce this param in callback fix server close on client socketAndy Green1-2/+2
2011-02-14unify server and client closeAndy Green1-71/+1
2011-02-12introduce-external-poll-callbacks.patchAndy Green1-0/+6
2011-02-12decouple-service-from-fd-array-index.patchAndy Green1-4/+2
2011-02-10optimize-random-device-open.patchAndy Green1-10/+1
2011-02-10introduce-new-05-socket-closure-rules.patchAndy Green1-0/+13
2011-02-09introduce-ietf-05-framing-and-commandline-options.patchAndy Green1-3/+35
2011-02-09change-client-mode-to-enum.patchAndy Green1-1/+1
2011-02-06fix-hostname-to-be-server-name--allow-switches-in-any-order.patchAndy Green1-0/+1
2011-02-01fix-error-path-on-server-headers-wrong.patchAndy Green1-1/+3
2011-01-30fix-context-close.patchAndy Green1-0/+3
2011-01-30fix-client-close.patchAndy Green1-0/+1
2011-01-30add-user-allocation-for-client-connects.patchAndy Green1-0/+13
2011-01-28cleanup-proxy-code--add-timeout.patchAndy Green1-6/+15
2011-01-28correct-proxy-fail-connect-handling.patchAndy Green1-3/+5
2011-01-27introduce-http_proxy-support-no-auth.patchAndy Green1-10/+62
2011-01-27introduce-ssl-client-connections--flow-control.patchAndy Green1-16/+95
2011-01-23clean--fix-sigpipe.patchAndy Green1-9/+9
2011-01-22introduce-client-support.patchAndy Green1-0/+394