Sweden-Number/dlls/winhttp
Hans Leidekker b22ace7f7b winhttp: Keep the session open in the request object.
Cookies have session scope in winhttp and they are not saved, so we
need to keep the session open to ensure that cookies are passed along
with subsequent requests.
2015-06-16 16:48:35 +09:00
..
tests winhttp: Improve parsing of cookie values. 2015-06-16 16:48:30 +09:00
Makefile.in winhttp: Add support for retrieving the proxy automatic configuration URL on Mac OS X. 2014-05-15 19:04:45 +02:00
cookie.c winhttp: Improve parsing of cookie values. 2015-06-16 16:48:30 +09:00
handle.c
main.c winhttp: Release typeinfos and typelib on dll unload. 2015-01-14 13:18:59 +01:00
net.c winhttp: Don't report data pending in the socket. 2014-12-09 13:16:43 +01:00
request.c winhttp: Keep the session open in the request object. 2015-06-16 16:48:35 +09:00
rsrc.rc
session.c winhttp: Store credentials set with WinHttpSetCredentials separately from username and password set through options. 2015-06-15 14:45:51 +09:00
url.c winhttp: Only set the scheme if we have a valid URL. 2014-05-24 11:00:39 +09:00
winhttp.spec
winhttp_private.h winhttp: Store credentials set with WinHttpSetCredentials separately from username and password set through options. 2015-06-15 14:45:51 +09:00
winhttp_tlb.idl