po: Update French translation.
[wine] / dlls / wininet / internet.h
2012-05-14  Piotr Cabanwininet: Store connect timeout in all layers.
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-16  Hans Leidekkerwininet: Add support for setting and retrieving the...
2012-01-16  Hans Leidekkerwininet: Implement the connect timeout.
2011-05-26  Marcus Meissnerwininet: Mark internal symbols with hidden visibility.
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-10  Jacek Cabanwininet: Added support for persistent HTTP connections.
2011-04-28  Jacek Cabanwininet: Rename WININET_NETCONNECTION to netconn_t.
2011-04-26  Marcus Meissnerwininet: Mark internal symbols as hidden visibility.
2011-04-21  Jacek Cabanwininet: Use wrappers for HeapAlloc calls.
2011-04-04  Jacek Cabanwininet: Abstract different transfer and content encodi...
2011-03-07  Juan Langwininet: Store entries in url cache with valid last...
2011-03-04  Juan Langwininet: Store entries in url cache with valid expirati...
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-02-03  Jacek Cabanwininet: Moved creation of an object and allocating...
2011-02-03  Jacek Cabanwininet: Keep handles invalid but reserved in InternetC...
2011-02-03  Jacek Cabanwininet: Handles handling clean up.
2010-12-20  David Hedbergwininet: Make module handle scope global.
2010-10-01  Juan Langwininet: Support querying the cipher strength of an...
2010-09-30  Juan Langwininet: Store security flags in WININET_NETCONNECTION.
2010-07-20  Piotr Cabanwininet: Allow HTTPREQ_ReadFileEx read more then one...
2010-07-19  Piotr Cabanwininet: Cache non basic authorization data.
2010-05-25  Hans Leidekkerwininet: Pass the object header pointer to INET_QueryOp...
2010-05-19  Piotr Cabanwininet: Added INTERNET_OPTION_ERROR_MASK flag handling...
2010-03-15  Juan Langwininet: Handle proxy entries of the form <proto>=...
2009-12-21  Jacek Cabanwininet: Return error directly from HTTP_Connect.
2009-12-21  Jacek Cabanwininet: Return error directly from INTERNET_AsyncCall.
2009-12-14  Juan Langwininet: Store hostname for secure connection in its...
2009-12-01  Jacek Cabanwininet: Make HTTP_HttpSendRequestW static and avoid...
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 NETCON_recv.
2009-11-30  Jacek Cabanwininet: Directly return error status from NETCON_close.
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-10-02  Juan Langwininet: Unload OpenSSL when unloading wininet.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_AtoW to heap_strdupAtoW...
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: 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-01  Jacek Cabanwininet: Added support for decompressing gzip encoded...
2009-06-01  Jacek Cabanwininet: Change read_buf type to BYTE.
2009-05-28  Alexandre Julliardwininet: Add a critical section to protect the read...
2009-05-14  Alexandre Julliardwininet: Get rid of the SSL-specific read-ahead buffer.
2009-05-14  Alexandre Julliardwininet: Add a read-ahead buffer to allow InternetQuery...
2009-05-14  Alexandre Julliardwininet: Centralize detection of chunked mode and add...
2009-04-08  Hans Leidekkerwininet: Support asynchronous HttpEndRequest.
2009-04-08  Hans Leidekkerwininet: Keep track of the number of bytes written.
2009-02-02  Andrew Talbotwininet: Declare some functions static.
2009-01-16  Hans Leidekkerwininet: Implement InternetReadFileExW.
2008-12-12  Francois Gougetwininet & winhttp: Remove the MSG_WAITALL definition...
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-07-21  Jacek Cabanwininet: Moved more InternetQueryOption implementation...
2008-06-02  Alexandre Julliardwininet: Include openssl/ssl.h before Windows headers.
2008-03-12  Jacek Cabanwininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
2008-03-10  Rob Shearmanwininet: Make the reference count of WININETHANDLEHEADE...
2008-03-04  Rob Shearmanwininet: Fix compile with MinGW.
2008-03-03  Jacek Cabanwininet: Moved InternetReadFileExA to vtbl.
2008-03-03  Jacek Cabanwininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
2008-03-03  Jacek Cabanwininet: Move FTP structs and functions declarations...
2008-03-03  Jacek Cabanwininet: Move InternetReadFile to vtbl.
2008-03-03  Jacek Cabanwininet: Move INTERNET_STATUS_REQUEST_COMPLETE call...
2008-02-29  Jacek Cabanwininet: Move InternetQueryDataAvailable to vtbl.
2008-02-28  Jacek Cabanwininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
2008-02-28  Jacek Cabanwininet: Moved InternetFindNextFileW implementation...
2008-02-27  Jacek Cabanwininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
2008-02-27  Jacek Cabanwininet: Use vtbl in InternetWriteFile implementation.
2008-02-27  Jacek Cabanwininet: Moved close_connection to vtbl.
2008-02-27  Jacek Cabanwininet: Moved handle destructor to vtbl.
2008-02-15  Jacek Cabanwininet: Added beginning support for HTTP cache files.
2007-09-21  Misha Koshelevwininet: Track child handles, free all child handles...
2007-08-30  Francois Gougetwininet: Fix many wininet prototypes: the context is...
2007-08-23  Misha Koshelevwininet: Separate connection closing from object destru...
2007-08-23  Misha Koshelevwininet: Rename WININET_object_destructor to a more...
2007-08-09  Francois Gougetwininet: #undef some macros to avoid a conflict between...
2007-06-06  Rob Shearmanwininet: Implement NTLM support for proxy authentication.
2007-05-29  Rob Shearmanwininet: Add a new NETCON_query_data_available function.
2007-05-21  Rob Shearmanwininet: Add support for SSPI authentication for HTTP.
2007-03-26  Andrew Talbotwininet: Replace inline static with static inline.
2007-02-06  Paul Vrienswininet: Remove unused function.
2007-02-05  Bang Jun-Youngwininet: config.h police.
2007-01-04  Rob Shearmanwininet: Change the HTTP code to not assume that the...
2007-01-04  Rob Shearmanwininet: Use the Content-Length header to work out...
2007-01-04  Rob Shearmanwininet: Remove the custom thread pool implementation...
2006-12-26  Jacek Cabanwininet: Get rid of ASYNC_FUNC enum.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPFINDNEXTW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPRENAMEFILEW...
next