summaryrefslogtreecommitdiff
path: root/lib/client-handshake.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-12client: avoid possible NULL deref on error pathupstream/1.7.9upstream_210817Andy Green1-1/+4
2016-11-15client: protect againt losing ah by lws_client_connect_2Andy Green1-0/+5
2016-05-03client fix reaction to tls failureAndy Green1-0/+3
2016-04-22client account for retriesAndy Green1-0/+3
2016-03-15client perform WSI_CREATE callbackbjqiwei1-1/+2
2016-02-22client connect must init position_in_fds_tableAndrejs Hanins1-0/+1
2016-02-15ah owns rxbufAndy Green1-3/+7
2016-02-14libuv integrationAndy Green1-1/+2
2016-02-02LWS_WARN_DEPRECATED and fixup older test appsAndy Green1-3/+16
2016-01-29clean pre 1.7Andy Green1-6/+4
2016-01-19multithreaded serviceAndy Green1-4/+5
2016-01-16use lws_close not raw closeAndy Green1-1/+1
2016-01-15redirectAndy Green1-0/+50
2016-01-12lws_client_connect_via_infoAndy Green1-20/+27
2016-01-11extension permessage deflateAndy Green1-32/+52
2015-12-25http header malloc pool implement poolAndy Green1-3/+3
2015-12-17clean internal refactorAndy Green1-13/+11
2015-12-16public api remove superfluous context params API BREAKAndy Green1-2/+2
2015-12-15refactor needless context with wsi paramater passingAndy Green1-4/+5
2015-12-14whitespace trailing mass cleanoutAndy Green1-2/+2
2015-12-14lws_get_ctx conversionAndy Green1-0/+1
2015-12-11Revert using AI_V4MAPPED flag to getaddrinfo for AndroidYusuke Ishiguro1-0/+14
2015-12-09Subject: [PATCH] fixed not to use IPv4-mapped address for IPv6 only nodeYusuke Ishiguro1-10/+2
2015-12-08fixed to initialize sockaddr_in6 by zeroYusuke Ishiguro1-4/+6
2015-12-06clean more whitespace 3Andy Green1-61/+45
2015-12-04api rationalization: eliminate all libwebsocket[s]_ prefixesAndy Green1-11/+11
2015-12-04api rationalization eliminate oldstyle internal api namesAndy Green1-1/+1
2015-12-04api rationalization use new names internallyAndy Green1-15/+15
2015-11-18proxy auth fixAndy Green1-1/+1
2015-11-14win use platform invalid socket api elsewhere tooAndy Green1-4/+4
2015-11-14win client use platform invalid socketAndy Green1-2/+2
2015-11-08proxy authAndy Green1-4/+11
2015-10-30Implemented fixes allowing libwebsockets to be built under Windows using MinG...Stephan Eberle1-1/+1
2015-10-18correct error handling path in client handshakeAndy Green1-1/+6
2015-10-15improve callback close checkingAndy Green1-1/+2
2015-10-12Fixing occasional failure of connect() on WindowsFrugality1-2/+8
2015-04-22Fix broken libev support in client modePokrovskiy1-0/+2
2015-04-11client getaddrinfo valgrind fixDanomi Czaski1-3/+7
2015-01-28gethostbyname removal from lws get peer addressesAndy Green1-6/+22
2014-12-05Subject: [PATCH] Use custom allocatorAlejandro Mery1-6/+5
2014-08-07no protocol usage inprove docsAndy Green1-1/+2
2014-07-06dont free externally allocated user_space when closing connectionAndy Green1-1/+3
2014-04-15Windows: Use gai_strerrorW() instead of gai_strerror()Patrick Gansterer1-0/+4
2014-04-03refactor ssl related code into ssl.cAndy Green1-7/+5
2014-04-02refactor out most NO_EXTENSIONSAndy Green1-27/+4
2014-04-02refactor out WIN32 tests from codeAndy Green1-2/+3
2014-03-30Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUPPatrick Gansterer1-2/+2
2014-03-29Remove websock-w32.hPatrick Gansterer1-1/+1
2014-03-28Fix IPv6 on non-Linux platformsPatrick Gansterer1-3/+4
2014-03-28Fix nonblocking connect on WindowsPatrick Gansterer1-1/+2