kernel32/tests: Get the test to run on Windows 95.
[wine] / dlls / wininet /
2007-12-07  Francois Gougetwininet/tests: Remove trailing spaces in ok() calls.
2007-12-05  Roy Sheawininet: Added check of dwStructSize required by Window...
2007-12-05  Roy Sheawininet: Removed inline from copy_compsA and zero_comps...
2007-12-03  Zac Brownwininet: Add test for FtpGetCurrentDirectoryA in winine...
2007-12-03  Zac Brownwininet: Fix FtpGetCurrentDirectoryW to handle bad...
2007-11-27  Rob Shearmanwininet: Don't clear the auth data for Basic authentica...
2007-11-27  Michael Stefaniucwininet/tests: Do not compare the return value of socke...
2007-11-19  Hans Leidekkerwininet: Initialize path buffer in InternetSetCookie.
2007-11-15  Hans Leidekkerwininet: Fix a number of problems with InternetGetCookie.
2007-11-15  Hans Leidekkerwininet: Fix a number of problems with InternetSetCookie.
2007-11-12  Hans Leidekkerwininet: Fix two handle leaks in the test.
2007-11-09  Lei Zhangwininet: Skip strcmp() in a test if the returned value...
2007-11-09  Juan Langwininet: Initialize length of values that aren't being...
2007-11-08  Juan Langwininet: Don't use HEAP_ZERO_MEMORY on memory that...
2007-11-08  Juan Langwininet: Fix another typo.
2007-11-08  Juan Langwininet: Fix typo.
2007-11-08  Lei Zhangwininet: Initialize ftp sockets.
2007-11-07  EA Durbinwininet: Return true for case INTERNET_OPTION_SECURITY_...
2007-11-05  Nigel Liangwininet: Release object in HttpSendRequestExW before...
2007-11-01  Hans Leidekkerwininet: Implement and test FtpCommand{A, W}.
2007-11-01  Hans Leidekkerwininet: Correct several ftp server response to error...
2007-10-30  Hans Leidekkerwininet: Don't release the parent object in FTP_Connect...
2007-10-30  Hans Leidekkerwininet: Use a single connection for all ftp tests.
2007-10-29  Hans Leidekkerwininet: Always send a content length header, even...
2007-10-29  Hans Leidekkerwininet: Always close the data connection before receiv...
2007-10-29  Hans Leidekkerwininet: Always return an error when a transfer is...
2007-10-25  Hwang YunSong(황윤성)wininet: Updated Korean resource.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  Juan Langwininet: Don't assume lpBuffersIn is not NULL.
2007-10-23  Juan Langwininet: Pass hash entry directly to URLCache_DeleteEnt...
2007-10-23  Juan Langwininet: Implement RetrieveUrlCacheEntryFileW.
2007-10-23  Juan Langwininet: Implement UnlockUrlCacheEntryFileW.
2007-10-23  Juan Langwininet: Pass hash entry directly to URLCache_HashEntry...
2007-10-23  Juan Langwininet: Introduce a URLCache_FindHashW, and use it...
2007-10-23  Juan Langwininet: Use URLCache_FindHash rather than URLCache_Fin...
2007-10-22  Hans Leidekkerwininet: Use passive mode for the ftp tests.
2007-10-22  Hans Leidekkerwininet: Fix some failing ftp tests on Windows and...
2007-10-22  Hans Leidekkerwininet: Properly clean up ftp sessions.
2007-10-22  Hans Leidekkerwininet: Separate ftp session destruction from closing...
2007-10-22  Juan Langwininet: Implement DeleteUrlCacheEntryW.
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredW.
2007-10-22  Juan Langwininet: Add a URLCache_FindEntryInHashW helper, and...
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredA.
2007-10-22  Juan Langwininet: Update comments to match function parameters.
2007-10-18  Nigel Liangwininet: Release object in HttpEndRequestW after use.
2007-10-16  Detlef Riekenbergwininet/tests: Test NULL pointer for InternetCanonicali...
2007-10-16  Detlef Riekenbergwininet: Fix flags and SetLastError for InternetCanonic...
2007-10-16  Daniel Nylanderwininet: Add Swedish translation.
2007-10-12  Andrew Talbotwininet: Fix a memory leak.
2007-10-11  Detlef Riekenbergwininet/tests: Initial tests for InternetCanonicalizeUrlA.
2007-09-25  Misha Koshelevwininet: When sending INTERNET_STATUS_HANDLE_CLOSING...
2007-09-21  Misha Koshelevwininet/tests: Add test to show that InternetCloseHandl...
2007-09-21  Misha Koshelevwininet: Track child handles, free all child handles...
2007-09-18  Juan Langwininet: Create a TCP connection if FLAG_ICC_FORCE_CONN...
2007-09-17  Alexandre Julliardwininet/ftp: There's no need to query the file size...
2007-09-14  Alexandre Julliardwininet/tests: Anonymous FTP can succeed without a...
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-08-30  Francois Gougetwininet: Fix many wininet prototypes: the context is...
2007-08-23  Misha Koshelevwininet: Send INTERNET_STATUS_HANDLE_CLOSING when objec...
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-22  Misha Koshelevwininet: Fix reference count on internet handle for...
2007-08-22  Misha Koshelevwininet: Don't send INTERNET_STATUS_HANDLE_CLOSING...
2007-08-17  Paul Vrienswininet/tests: Fix test failures for wininet.dll that...
2007-08-16  Mikołaj Zalewskiwininet: A small test for HttpQueryInfoA.
2007-08-16  Mikołaj Zalewskiwininet: Make HttpQueryInfo[AW] work for lpBuffer ...
2007-08-16  Mikołaj Zalewskiwininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_...
2007-08-13  Misha Koshelevwininet/tests: Test that for an open HTTP connection...
2007-08-13  Misha Koshelevwininet: InternetQueryDataAvailable does not return...
2007-08-13  Misha Koshelevwininet: Don't peek data in InternetQueryDataAvailable...
2007-08-10  Hans Leidekkerwininet: Process caller supplied headers after insertin...
2007-08-10  Hans Leidekkerwininet: Implement INTERNET_OPTION_CALLBACK in Internet...
2007-08-10  Hans Leidekkerwininet: Also set last error on NULL first parameter...
2007-08-10  Hans Leidekkerwininet: Don't crash on NULL first or last parameter...
2007-08-09  Francois Gougetwininet: Add a skeleton winineti.h header with fixed...
2007-08-09  Francois Gougetwininet: #undef some macros to avoid a conflict between...
2007-08-07  Huw Davieswininet: Fix the case when Proxy or ProxyBypass is...
2007-07-27  Aric Stewartwininet: Strip Accept-Encoding from http/1.0 requests.
2007-07-19  Huw Davieswininet: Stub for InternetQueryFortezzaStatus().
2007-07-19  Huw Davieswininet: Stubs for IsUrlCacheEntryExpired[AW].
2007-07-19  Huw Davieswininet: Certain options of InternetQueryOption can...
2007-07-16  Misha Koshelevwininet: Fix behavior of InternetQueryDataAvailable...
2007-07-16  Misha Koshelevwininet/tests: Add testing framework and tests for...
2007-07-16  Misha Koshelevwininet/tests: Properly handle ERROR_IO_PENDING from...
2007-07-02  Alexandre Julliardconfigure: Make the libssl soname check depend on the...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-27  Michael Stefaniucwininet: Remove superfluous casts of void pointers...
2007-06-07  Hans Leidekkerwininet: More lenient parsing of the passive mode serve...
2007-06-06  Rob Shearmanwininet: Implement NTLM support for proxy authentication.
2007-06-06  Rob Shearmanwininet: Send the correct callbacks during InternetRead...
2007-06-01  Jeremy Whitewininet: Mark Proxy Authorization header as a request...
2007-05-29  Alexandre Julliardwininet: Fixed compilation without SSL.
2007-05-29  Rob Shearmanwininet: Add a new NETCON_query_data_available function.
2007-05-29  Rob Shearmanwininet: Don't close the connection if the caller passe...
2007-05-29  Rob Shearmanwininet: Cope with non-nul-terminated header strings...
2007-05-29  Rob Shearmanwininet: Fix basic authentication by putting Basic...
2007-05-29  Andrew Talbotwininet: Exclude unused headers.
2007-05-29  Rob Shearmanwininet: Pass context to InitializeSecurityContext...
2007-05-22  Alexandre JulliardFix a couple of overflowing heap allocations revealed...
2007-05-21  Rob Shearmanwininet: Implement basic non-proxy authentication.
next