client: always set port even if sockfd already created
[platform/upstream/libwebsockets.git] / lib / client-handshake.c
2017-07-21 Andy Greenclient: always set port even if sockfd already created
2017-07-21 Andy Greenclient: fix redirect ssl to ssl
2017-06-28 Andy Greenah: require parsing complete before detach
2017-06-26 Andy Greenclient: add libuv support to lws_client_reset
2017-06-20 Andy Greenclient: getaddrinfo refactor
2017-06-14 Andy GreenHTTP_PROXY: make usable
2017-06-14 Andy Greenclient: add iface in connection info, dont use vhost...
2017-05-31 Leonardo Maccari... Subject: Support to IPv6 on Windows
2017-05-16 Andy Ningclient: added socks5 proxy support
2017-03-31 Andy Greenesp32: separate factory setup
2017-03-21 Aditya TirumalaSubject: Libevent: Initial Support
2017-03-01 Andy Greenadoption: make union for socket and file fds
2017-02-21 Andy Greenclient: move redirects and c_port out of union
2017-02-21 Andy Greenclient connect: oom4 clean up timeout list
2017-02-21 Andy Greenclient redirect: choose correct error path after resett...
2017-02-18 Andy Greenclient: allow http[s] to select targeted protocol name...
2017-02-10 Andy Greenclient redirect: make sure there is a leading / on...
2017-02-09 Andy Greenclient: fix redirects and allow ssl / non-ssl redirects
2017-02-05 andSpaceLWS_FALLBACK_GETHOSTBYNAME
2017-02-03 Andy Greenremove dump getaddrinfo result
2017-02-03 Andy Greenclient: decruft extensions
2017-01-16 Andy Greenplat-optee and boringssl adaptations
2016-12-20 Andy Greenclient: avoid possible NULL deref on error path
2016-12-16 Andy Greenclient: protect againt losing ah by lws_client_connect_2
2016-09-14 Andy Greenlws_snprintf
2016-08-28 Andy Greencoverity 169269 - dont issue NULL cce
2016-08-10 Andy Greenclient fixups after esp8266
2016-07-14 Andy GreenCLIENT_CONNECTION_ERROR add strings
2016-07-14 Andy Piperwindows detect client connection error
2016-07-14 Andy Greendocumentation convert to doxygen
2016-06-04 Denis Osvaldfixup! ipv6 move disable to vhost option
2016-05-08 Andy Greenclient fix for operation with libuv
2016-05-02 Andy Greenclient fix reaction to tls failure
2016-04-23 Andy Greencoverity 160163 LWS_WARN_UNUSED_RESULT needed on header...
2016-04-22 Andy Greenclient account for retries
2016-04-14 Andy Greenunix sockets make vhost option
2016-03-28 Andy Greenintroduce vhosts
2016-03-21 Andy Greencgi env
2016-03-20 Andy Greenproxy rewrite
2016-03-15 bjqiweiclient perform WSI_CREATE callback
2016-03-13 Andy Greensocket interface bind generalize to lws_socket_bind
2016-03-02 Andy Greenadd explicit parent child wsi relationships
2016-02-29 Andy Greenclient support http without ws
2016-02-29 Andy Greenclient accept connection request even if no free ah
2016-02-29 Andy Greenadopt readbuf do service
2016-02-25 Andrejs Haninsclient connect must init position_in_fds_table
2016-02-15 Andy Greenah owns rxbuf
2016-02-14 Andy Greenlibuv integration
2016-02-02 Andy GreenLWS_WARN_DEPRECATED and fixup older test apps
2016-01-29 Andy Greenclean pre 1.7
2016-01-19 Andy Greenmultithreaded service
2016-01-16 Andy Greenuse lws_close not raw close
2016-01-15 Andy Greenredirect
2016-01-12 Andy Greenlws_client_connect_via_info
2016-01-11 Andy Greenextension permessage deflate
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-11 Yusuke IshiguroRevert using AI_V4MAPPED flag to getaddrinfo for Android
2015-12-09 Yusuke IshiguroSubject: [PATCH] fixed not to use IPv4-mapped address...
2015-12-08 Yusuke Ishigurofixed to initialize sockaddr_in6 by zero
2015-12-06 Andy Greenclean more whitespace 3
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-11-18 Andy Greenproxy auth fix
2015-11-14 Andy Greenwin use platform invalid socket api elsewhere too
2015-11-13 Andy Greenwin client use platform invalid socket
2015-11-08 Andy Greenproxy auth
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-10-18 Andy Greencorrect error handling path in client handshake
2015-10-14 Andy Greenimprove callback close checking
2015-10-11 FrugalityFixing occasional failure of connect() on Windows
2015-04-21 PokrovskiyFix broken libev support in client mode
2015-04-10 Danomi Czaskiclient getaddrinfo valgrind fix
2015-01-28 Andy Greengethostbyname removal from lws get peer addresses
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-08-07 Andy Greenno protocol usage inprove docs
2014-07-06 Andy Greendont free externally allocated user_space when closing...
2014-04-15 Patrick GanstererWindows: Use gai_strerrorW() instead of gai_strerror()
2014-04-03 Andy Greenrefactor ssl related code into ssl.c
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-04-02 Andy Greenrefactor out WIN32 tests from code
2014-03-30 Patrick GanstererIntroduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP
2014-03-30 Andy GreenMerge branch 'tid' of https://github.com/paroga/libwebs...
2014-03-29 Patrick GanstererRemove websock-w32.h
2014-03-28 Patrick GanstererFix IPv6 on non-Linux platforms
2014-03-28 Patrick GanstererFix nonblocking connect on Windows
2014-03-25 Andy Greenipv6 client fix
2014-03-24 Andy Greenipv6 integration fixes
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
next