po: Update French translation.
[wine] / dlls / wininet / http.c
2012-05-24  Alexander Morozovwininet: Add "Content-Disposition" field.
2012-05-23  Jacek Cabanwininet: Moved querying INTERNET_OPTION_REQUEST_FLAGS...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Piotr Cabanwininet: Store connect timeout in all layers.
2012-05-14  Jacek Cabanwininet: Fixed typo in tests and accompanying implement...
2012-05-03  Jacek Cabanwininet: Set status code OK for responses without headers.
2012-05-03  Jacek Cabanwininet: Added special case for HTTP_QUERY_STATUS_CODE...
2012-05-03  Jacek Cabanwininet: Use stored status code in HTTP_HttpEndRequestW.
2012-05-03  Jacek Cabanwininet: Use stored status code in HTTP_HttpSendRequestW.
2012-05-03  Jacek Cabanwininet: Store status code in http_request_t and use...
2012-04-30  Jacek Cabanwininet: Use hostname stored in server_t in NETCON_secu...
2012-03-08  Jacek Cabanwininet: Added default fallback for setting handle...
2012-01-24  Jacek Cabanwininet: Insert custom headers only once in HTTP_HttpSe...
2012-01-24  Jacek Cabanwininet: Correctly detect https connections and custom...
2012-01-16  Hans Leidekkerwininet: Add support for setting and retrieving the...
2012-01-16  Hans Leidekkerwininet: Add support for setting and retrieving the...
2012-01-16  Hans Leidekkerwininet: Implement the connect timeout.
2012-01-03  Pierre Schweitzerwininet: Fix handle leak.
2011-12-08  Jacek Cabanwininet: Properly handle closed connection in HTTP_Http...
2011-11-23  Andy Claytonwininet: Avoid calling HTTP_ReceiveRequestData before...
2011-11-16  Francois Gougetwininet: Give a name to the critical sections, make...
2011-11-01  Juan Langwininet: Implement ShowX509EncodedCertificate.
2011-10-31  André Hentschelwininet: Add a stub for ShowX509EncodedCertificate.
2011-10-25  Juan Langwininet: Fix off by one error parsing RFC 850 dates.
2011-10-24  Juan Langwininet: Accept RFC 850 dates in HTTP headers.
2011-09-27  Hans Leidekkerwininet: Ignore the accept types array in HttpOpenReque...
2011-08-24  André Hentschelwininet: Don't return a relative path when building...
2011-08-24  André Hentschelwininet: Use the constants from the wininet header.
2011-07-28  Jacek Cabanwininet: Fixed realm allocation in cache_basic_authoriz...
2011-06-10  Jacek Cabanwininet: Set content_length when we reach end of data...
2011-06-10  Jacek Cabanwininet: Don't pass handle to INTERNET_REQUEST_COMPLETE...
2011-06-10  Jacek Cabanwininet: Moved INTERNET_STATUS_REQUEST_COMPLETE notific...
2011-06-01  Hans Leidekkerwininet: Consistently use the allocation macros.
2011-06-01  Hans Leidekkerwininet: Don't change the verb if the server response...
2011-05-23  Jacek Cabanwininet: Correctly handle closed socket in HTTP_Receive...
2011-05-19  Jacek Cabanwininet: Use set_cookie directly in HTTP_ProcessCookies.
2011-05-19  Jacek Cabanwininet: Use get_cookie directly in HTTP_InsertCookies.
2011-05-13  Juan Langwininet: Handle invalid HTTP time of "0".
2011-05-13  Jacek Cabanwininet: Fixed handling of 204 No Content response.
2011-05-13  Jacek Cabanwininet: Don't depend on is_end_of_read_data in HTTPREQ...
2011-05-10  Jacek Cabanwininet: Added support for persistent HTTP connections.
2011-05-09  Karsten Elfenbeinwininet: Follow 307 temporary redirect.
2011-05-04  Jacek Cabanwininet: Moved connected check out of NETCON_set_timeout.
2011-05-02  Jacek Cabanwininet: Allocate buffer for host name in HTTP_HttpOpen...
2011-05-02  Jacek Cabanwininet: Get rid of useless read_ret in netconn_read.
2011-04-22  Jacek Cabanwininet: Use wrappers for HeapReAlloc calls.
2011-04-21  Jacek Cabanwininet: Use wrappers for HeapAlloc calls.
2011-04-07  Juan Langwininet: Honor security flags specified when opening...
2011-04-06  Jacek Cabanwininet: Check NETCON_connected in netconn_end_of_data.
2011-04-05  Michael Stefaniucwininet: Move "inline" right after the storage specifier.
2011-04-04  Jacek Cabanwininet: Abstract different transfer and content encodi...
2011-03-28  André Hentschelwininet: Port numbers are unsigned.
2011-03-17  Jacek Cabanwininet: Ensure that we have data to report before...
2011-03-17  Jacek Cabanwininet: Decompress gzip data in refill_buffer to ensur...
2011-03-15  Jacek Cabanwininet: Release gzip_buffer when opening new connection.
2011-03-14  Francois Gougetwininet: Avoid a conflict with the sun macro when compi...
2011-03-09  Juan Langwininet: Store headers in url cache entries.
2011-03-08  Juan Langwininet: Fully initialize time variable (valgrind).
2011-03-07  Juan Langwininet: Fix a comment.
2011-03-07  Juan Langwininet: Remove a no-op trinary expression.
2011-03-07  Juan Langwininet: Store entries in url cache with valid last...
2011-03-04  Juan Langwininet: Move creating cache file to a helper function.
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.
next