wininet: Moved WORKREQ_FTPGETCURRENTDIRECTORYW out of WORKREQUEST.
[wine] / dlls / wininet / http.c
2011-03-04  Juan Langwininet: Support the Cache-Control max-age directive...
2011-03-04  Juan Langwininet: Default to 10 minutes expiration for cache...
2011-03-04  Juan Langwininet: Default to 10 minutes expiration for cache...
2011-03-04  Juan Langwininet: Store entries in url cache with valid expirati...
2011-03-03  Juan Langwininet: Use correct scheme for cache entries.
2011-03-02  Juan Langwininet: De-Hungarian HTTP request member names.
2011-03-02  Juan Langwininet: De-Hungarian session member names.
2011-03-02  Juan Langwininet: De-Hungarian appinfo member names.
2011-03-02  Juan Langwininet: De-Hungarian auth cache member names.
2011-03-02  Juan Langwininet: Rename variables for readability.
2011-02-04  Jacek Cabanwininet: Moved freeing object to WININET_Release.
2011-02-03  Jacek Cabanwininet: Moved creation of an object and allocating...
2011-02-03  Jacek Cabanwininet: Handles handling clean up.
2011-01-12  Jacek Cabanwininet: Make sure to initialize the whole z_stream...
2010-11-25  Austin Englishwininet: Add a stub for InternetShowSecurityInfoByURL.
2010-10-01  Juan Langwininet: Secure flag is set in the request, not in...
2010-10-01  Juan Langwininet: Set cipher strength bits when querying INTERNE...
2010-10-01  Juan Langwininet: Support querying the cipher strength of an...
2010-10-01  Juan Langwininet: Returned certificate strings are always ASCII.
2010-09-30  Juan Langwininet: More completely implement querying INTERNET_OP...
2010-09-30  Juan Langwininet: Store security flags in WININET_NETCONNECTION.
2010-08-27  Hans Leidekkerwininet: Handle HTTP_STATUS_REDIRECT_METHOD.
2010-07-26  Piotr Cabanwininet: Commit URL cache entry when cache file is...
2010-07-20  Piotr Cabanwininet: Allow HTTPREQ_ReadFileEx read more then one...
2010-07-20  Piotr Cabanwininet: Don't report error in read_gzip_data when...
2010-07-19  Piotr Cabanwininet: Cache non basic authorization data.
2010-07-19  Piotr Cabanwininet: Delete authorization data on unsucessful login.
2010-07-19  Piotr Cabanwininet: Fix reporting errors in callbacks.
2010-07-01  Piotr Cabanwininet: Remove get_avail_data check from HTTPREQ_ReadF...
2010-06-29  Piotr Cabanwininet: Reconnect if persistent connection was closed...
2010-05-25  Hans Leidekkerwininet: Pass the object header pointer to INET_QueryOp...
2010-05-20  Piotr Cabanwininet: Fix variables values after redirection in...
2010-05-20  Michael Stefaniucwininet: Remove redundant "not NULL/0" checks (coccicheck).
2010-05-19  Piotr Cabanwininet: Combine certificate errors in HTTP_OpenConnection.
2010-05-19  Piotr Cabanwininet: Fix callbacks sent on connection error.
2010-03-15  Juan Langwininet: Handle proxy entries of the form <proto>=...
2010-02-23  Hans Leidekkerwininet: Fix a memory leak.
2010-02-22  Hans Leidekkerwininet: Fix handling of a response without headers.
2010-01-05  Hans Leidekkerwininet: Fix a memory leak.
2009-12-21  Jacek Cabanwininet: Return error directly from HTTP_Connect.
2009-12-21  Jacek Cabanwininet: Don't use INTERNET_SetLastError in HttpSendReq...
2009-12-21  Hans Leidekkerwininet: Always set last error in HttpSendRequest{...
2009-12-17  Jacek Cabanwininet: Make sure to not read over chunk end in read_g...
2009-12-14  Jacek Cabanwininet: Directly return error status from HTTP_HttpQue...
2009-12-09  Jacek Cabanwininet: Correctly handle dwContentRead for gzip encode...
2009-12-09  Juan Langwininet: Fix an apparent typo.
2009-12-09  Juan Langwininet: Trace more parameters to HTTP_GetCustomHeaderI...
2009-12-07  Hans Leidekkerwininet: Cleanup any existing cache file before creatin...
2009-12-04  Juan Langwininet: Correct length of data passed to callback...
2009-12-03  Jacek Cabanwininet: Directly return error status from HTTP_HandleR...
2009-12-03  Jacek Cabanwininet: Directly return error status fro HTTP_HttpEndR...
2009-12-03  Jacek Cabanwininet: Directly return error from HTTP_HttpSendRequest.
2009-12-01  Jacek Cabanwininet: Make HTTP_HttpSendRequestW static and avoid...
2009-12-01  Jacek Cabanwininet: Directly return error status from HTTP_HttpAdd...
2009-12-01  Jacek Cabanwininet: Directly return error status from HTTP_HttpOpe...
2009-12-01  Jacek Cabanwininet: Make HTTP_HttpOpenRequestW static and avoid...
2009-12-01  Jacek Cabanwininet: Directly return error status from NETCON_init.
2009-12-01  Jacek Cabanwininet: Directly return error status from refill_buffer.
2009-12-01  Jacek Cabanwininet: Directly return error status from NETCON_recv.
2009-11-30  Jacek Cabanwininet: Don't use INTERNET_SetLastError in HttpSendReq...
2009-11-30  Jacek Cabanwininet: Directly return error status from HTTP_OpenCon...
2009-11-30  Jacek Cabanwininet: Directly return error status from WriteFile...
2009-11-30  Jacek Cabanwininet: Dorectly return error status from NETCON_secur...
2009-11-30  Jacek Cabanwininet: Directly return error status from NETCON_connect.
2009-11-30  Jacek Cabanwininet: Directly return error status from NETCON_create.
2009-11-17  Hans Leidekkerwininet: Avoid a crash on NULL lpcszHeader in HttpSendR...
2009-10-27  Hans Leidekkerwininet: Avoid accessing uninitialized memory in HttpSe...
2009-10-13  Aric Stewartwininet: Cache basic authentication values based on...
2009-09-30  Erik Inge Bolsøwininet: Add test for response without headers, avoid...
2009-09-02  Hans Leidekkerwininet: Destroy authorization info on failure in HTTP_...
2009-08-24  Jacek Cabanwininet: Don't free gzip_stream in HTTPREQ_CloseConnection.
2009-08-11  Juan Langwininet: Partially implement InternetQueryOption for...
2009-08-03  Jacek Cabanwininet: Explicity delete Content-Length header for...
2009-07-22  Hans Leidekkerwininet: Correct handling of redirected HEAD requests.
2009-07-17  Jacek Cabanwininet: Code clean up by using heap_strdup* functions.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdupW to standard heap_strdupW.
2009-07-13  Jacek Cabanwininet: Rename WININETAPPINFOW to appinfo_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPREQW to http_request_t.
2009-07-13  Jacek Cabanwininet: Rename WININETHTTPSESSIONW to http_session_t.
2009-07-10  Juan Langwininet: Support IPv6 addresses in HTTP_ResolveName...
2009-07-10  Juan Langwininet: Convert WININETSESSIONW's socketAddress to...
2009-07-10  Juan Langwininet: Use address length returned by GetAddress...
2009-07-10  Juan Langwininet: Change type of GetAddress from struct sockaddr...
2009-07-08  Jacek Cabanwininet: Rename WININETHANDLEHEADER to object_header_t.
2009-06-25  Eric van Beurdenwininet: Add a terminating empty line to the headers...
2009-06-23  Aric Stewartwininet: Semi-stub for quering Http INTERNET_OPTION_SEC...
2009-06-23  Aric Stewartwininet: Improve HTTP status 100 handling.
2009-06-23  Hans Leidekkerwininet: Don't delete the cache file when closing a...
2009-06-16  Hans Leidekkerwininet: Implement InternetQueryOption(INTERNET_OPTION_...
2009-06-16  Mike Kaplinskiywininet: Make \r and \n valid header separators.
2009-06-16  Hans Leidekkerwininet: Always create a URL cache entry.
2009-06-08  Jacek Cabanwininet: Fixed gzip decoding on chunked stream.
2009-06-05  Alexandre Julliardwininet: Always use a full URL for redirects, even...
2009-06-05  Eric van Beurdenwininet: Rearrange invalid header checks.
2009-06-05  Eric van Beurdenwininet: Check for bad allocation in HeapReAlloc.
2009-06-01  Jacek Cabanwininet: Added support for decompressing gzip encoded...
2009-06-01  Jacek Cabanwininet: Change read_buf type to BYTE.
2009-06-01  Jacek Cabanwininet: Always set path in HttpOpenRequest.
2009-06-01  Jacek Cabanwininet: Move strings to avoid duplications.
2009-05-28  Alexandre Julliardwininet: Add a critical section to protect the read...
next