- 20 Jan, 2006 1 commit
-
-
Aric Stewart authored
Beginning of framework to implement handling of InternetQueryOption for INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT.
-
- 13 Jan, 2006 1 commit
-
-
Aric Stewart authored
-
- 05 Jan, 2006 1 commit
-
-
Jacek Caban authored
INTERNET_STATUS_CONNECTING_TO_SERVER and INTERNET_STATUS_CONNECTED_TO_SERVER should be strings, not sockaddr_in.
-
- 31 Dec, 2005 3 commits
-
-
Robert Shearman authored
Move the freeing of allocation blocks for an entry into URLCache_DeleteEntry. Call URLCache_DeleteEntry to rollback from failure in CommitUrlCacheEntryInternal.
-
Robert Shearman authored
-
Robert Shearman authored
-
- 13 Dec, 2005 2 commits
-
-
Aric Stewart authored
Redo how headers are handled, eliminating the concept of Standard Headers and allow all headers to be added multiple times. Allow querying of headers with an index to get the multiple headers. Respect response vs request headers in HttpQueryInfo. Add a number of tests to extensively test header adding and replacing.
-
Marcus Meissner authored
-
- 08 Dec, 2005 2 commits
-
-
Aric Stewart authored
In HttpQueryInfo if dwInfoLevel includes HTTP_QUERY_CUSTOM then lpBuffer is In/Out because the header we are querying is there. Additionally standard headers can be queried in this manner as well (such as Set-Cookie).
-
Aric Stewart authored
When converting SendRequestExA -> W we need to set the lpcszHeader parameter to NULL if the original one is NULL.
-
- 05 Dec, 2005 1 commit
-
-
Patrick Ammann authored
- make netconnection.c compile when HAVE_OPENSSL_SSL_H or HAVE_OPENSSL_ERR_H are not defined.
-
- 03 Dec, 2005 2 commits
-
-
Robert Shearman authored
function fails.
-
Robert Shearman authored
Make some functions and a structure static since they are only used in one file.
-
- 01 Dec, 2005 1 commit
-
-
Robert Shearman authored
NETCON_secure_connect and display errors from SSL on failure. Don't use SSL_set_bio as SSL_set_fd is cleaner for us.
-
- 30 Nov, 2005 3 commits
-
-
Robert Shearman authored
lpvBuffer.
-
Robert Shearman authored
can be used by both HttpSendRequest and HttpSendRequestEx. Also allow HttpSendRequestEx to be used asynchronously.
-
Robert Shearman authored
the call to InternetCrackUrl, which concatenates the params onto the path. Some other minor cleanups.
-
- 29 Nov, 2005 4 commits
-
-
Robert Shearman authored
code a bit. Modify test case to demonstrate this.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
INTERNET_SendCallback where INTERNET_FLAG_ASYNC is already handled properly.
-
- 28 Nov, 2005 12 commits
-
-
Ge van Geldorp authored
-
Aric Stewart authored
port if non standard on the redirect host header and make sure to append the extra information (parameters) and such to the location if present. Additionally check to see if we are redirecting to https and if so set the appropriate port.
-
Robert Shearman authored
server.
-
Robert Shearman authored
-
Robert Shearman authored
destination URL.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
tests show that the callbacks happen either synchronously or within an alternative asynchronous call. Remove a check for a NULL lpfnStatusCB that is already performed by INTERNET_SendCallback and add a comment about a difference to native.
-
Robert Shearman authored
Sort the table of header to option number mappings correctly. Change a FIXME to a WARN because there are "X-..." headers that we aren't supposed to parse.
-
Robert Shearman authored
of the HTTP server, as opposed to the server that we will connect to that could be a proxy server. Fixes the "Host:" header that we send to servers.
-
- 26 Nov, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 23 Nov, 2005 2 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
Also specify the documented spec file entry.
-
- 22 Nov, 2005 4 commits
-
-
Aric Stewart authored
the request. Help from Rob Shearman on this one.
-
Aric Stewart authored
headers. Also adding a test for some header adding flags.
-
Robert Shearman authored
-
Robert Shearman authored
-