mcicda: Compare GetLastError() to kernel error codes, not ntdll ones.
[wine] / dlls / wininet /
2007-01-08  Rob Shearmanwininet: Use Keep-Alive for HTTP requests if specified...
2007-01-08  Rob Shearmanwininet: Fix the handling of Accept types passed into...
2007-01-08  Rob Shearmanwininet: Rename HTTP_Base64 to HTTP_EncodeBase64 to...
2007-01-08  Francois Gougetwininet/tests: Print GetLastError() in decimal with...
2007-01-05  Jeff Latimerwininet: Ensure null check before dereference.
2007-01-04  Rob Shearmanwininet: Fix the releasing of the wrong reference count...
2007-01-04  Rob Shearmanwininet: Change the HTTP code to not assume that the...
2007-01-04  Rob Shearmanwininet: Don't send callbacks in HTTP_CloseConnection...
2007-01-04  Rob Shearmanwininet: Use the Content-Length header to work out...
2007-01-04  Rob Shearmanwininet: Always send a Connection header set to "close...
2007-01-04  Rob Shearmanwininet: Use correct types for socket functions to...
2007-01-04  Rob Shearmanwininet: Fix HTTP redirects by reseting loop_next after...
2007-01-04  Rob Shearmanwininet: Remove the custom thread pool implementation...
2007-01-04  Louis Lenderswininet: Update Dutch resource.
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...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPREMOVEDIRECTORY...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPDELETEFILEW...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPGETFILEW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPOPENFILEW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPGETCURRENTDIREC...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPFINDFIRSTFILEW...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPCREATEDIRECTORY...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPSETCURRENTDIREC...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in FTPUTFILE request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in INTERNETREADFILEEX...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in INTERNETOPENURLW...
2006-12-26  Jacek Cabanwininet: Remove not used HTTPOPENREQUESTW request.
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in HTTPSENDREQUESTW...
2006-12-26  Jacek Cabanwininet: Use proc instead of enum in SENDCALLBACK request.
2006-12-07  Rob Shearmanwininet: Make a function for resolving the server name...
2006-12-07  Rob Shearmanwininet: Make HTTP_HandleRedirect no longer call HTTP_H...
2006-12-06  Paul Vrienswininet/test: Free memory after use.
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-11-28  Francois Gougetwininet: Add a Portuguese translation (contributed...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-22  Andrew Talbotwininet: Cast-qual warnings fix.
2006-11-02  Rob Shearmanwininet: Don't return an error for INTERNET_OPTION_SEND...
2006-11-02  Jacek Cabanwininet: Revert commit 760043c2455a90cd74178d98b7c81bfb...
2006-10-31  Jacek Cabanwininet: Inherit INET_CALLBACKW from parent handler.
2006-10-31  Jacek Cabanwininet: Use handle stored in WININETHANDLEHEADER inste...
2006-10-30  Jacek Cabanwininet: Call SendCallback in destructor instead of...
2006-10-30  Jacek Cabanwininet: Store handle in WININETHANDLEHEADER and use...
2006-10-30  Jacek Cabanwininet: Remove lpwhparent from WININETHANDLERHEADER.
2006-10-30  Jacek Cabanwininet: Store WININETFTPSESSIONW pointer in WININETFTP...
2006-10-30  Jacek Cabanwininet: Store WININETFTPSESSIONW pointer in WININETFTP...
2006-10-30  Jacek Cabanwininet: Move ftp FindNextFile implementation to ftp.c.
2006-10-30  Jacek Cabanwininet: Use lpAppInfo instead of lpwhparent where...
2006-10-30  Jacek Cabanwininet: Store WININETAPPINFOW pointer in WININETFTPSES...
2006-10-30  Jacek Cabanwininet: Use lpHttpSession instead of lpwhcalback where...
2006-10-30  Jacek Cabanwininet: Store pointer to WININETHTTPSESSIONW in WININE...
2006-10-30  Jacek Cabanwininet: Use lpAppInfo instead of lpwhparent where...
2006-10-30  Jacek Cabanwininet: Store WININETAPPINFOW pointer in WININETHTTPSE...
2006-10-30  Jacek Cabanwininet: Fixed declaration of INTERNET_STATUS_CALLBACK.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-23  Jacek Cabanwininet: Use HTTP_ADDHDR_FLAG_REPLACE flag in HTTP_Http...
2006-10-20  Francois Gougetwininet: HttpSendRequestW() returns ERROR_IO_PENDING...
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-14  Hans Leidekkerwininet: Cast-qual warnings fix.
2006-10-06  Andrew Talbotwininet/tests: Cast-qual warning fix.
2006-10-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-10-05  Hans Leidekkerwininet/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-21  Alexandre Julliardwininet/tests: Don't fail the tests if the network...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-07  Jan Zerebeckiwininet: Fix fd leak on failure case.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-11  Andrew Talbotwininet/tests: Write-strings warnings fix.
2006-08-10  Paul Chitescuwininet: MSG_WAITALL support in NETCON_recv with SSL.
2006-08-07  Ulrich Czekallawininet: Add INTERNET_OPTION_SECURITY_FLAGS stub to...
2006-07-29  James Hawkinswininet: Only copy the relative filename into the UrlEn...
2006-07-20  Paul Vrienswininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.
2006-07-19  Paul Vrienswininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.
2006-07-17  James Hawkinswininet: Add more tests for InternetCrackurl.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Paul Vrienswininet: Use correct way of determining the password...
2006-07-06  Paul Vrienswininet: Return NULL handle if no connection is establi...
2006-07-06  James Hawkinswininet: Error out if hInternet is a bad handle.
2006-07-06  James Hawkinswininet: Use a blank password if none is provided in...
2006-06-21  Andrew Talbotwininet/tests: Write-strings warnings fix.
2006-06-19  Mike McCormackwininet: Make sure to null terminate a string before...
2006-06-13  Alexandre Julliardwininet/tests: Use lstrlenA instead of strlen in ok...
2006-06-12  Alexandre Julliardinclude: Make the Dll* entry points hidden.
2006-06-08  Phil Lodwickwininet: ftp: Fix crash if input buffer is larger than...
2006-06-08  Phil Lodwickwininet: ftp: 125 is an acceptable response code for...
2006-06-02  Mike McCormackwininet: Simple tests for InternetGetCookie's parameters.
2006-06-02  Mike McCormackwininet: Fix up and test InternetSetCookie parameter...
2006-06-02  Mike McCormackwininet: Remove some dead code (Coverity).
2006-05-30  Mike McCormackwininet: Don't crash when querying NULL values.
2006-05-30  Mike McCormackwininet: Add a test for basic authentication.
2006-05-25  Andrew Ziemwininet: Constify data.
2006-05-24  Mike McCormackwininet: Fix a possible NULL pointer deference.
next