wininet: Use proc instead of enum in FTPUTFILE request.
[wine] / dlls / wininet /
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.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanwininet: Fix a failing test.
2006-05-16  Mike McCormackwininet: Add a standalone http test.
2006-05-16  Mike McCormackwininet: Make sure hIC is valid before trying to use...
2006-05-16  Mike McCormackwininet: Return correct errors in InternetOpenUrlW.
2006-05-16  Mike McCormackwininet: Return correct errors in InternetConnectW
2006-05-15  Mike McCormackwininet: Remove broken code for HTTP_QUERY_FLAG_COALESC...
2006-05-15  Mike McCormackwininet: Check for null parameters in FtpSetCurrentDire...
2006-05-11  Mike McCormackwininet: Fix a typo (spotted by Coverity).
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Robert Shearmanwininet: Initialise the LPWITHREADERROR structure after...
2006-05-05  Mike McCormackwininet: Fix peeking of http data with a nul byte in it.
2006-04-20  Robert Shearmanwininet: Don't allocate memory for the thread error...
2006-04-11  Antonio Codazziwininet: Added Esperanto language.
2006-04-11  Antonio Codazziwininet: Italian language update.
2006-03-30  Robert Shearmanwininet: Fix some string length calculations.
2006-03-30  Robert Shearmanwininet: Only access the URL in the cache by the provid...
2006-03-30  Mike McCormackwininet: Clean up HTTP_GetCustomHeaderIndex.
2006-03-30  Mike McCormackwininet: Use a lookup table sorted by index so we don...
2006-03-30  Mike McCormackWININET: Clean up HttpQueryInfo.
2006-03-30  Mike McCormackwininet: Make sure to set LastError when returning...
2006-03-21  Francois GougetAssorted spelling fixes.
2006-03-21  Robert Shearmanwininet: Document InternetCrackUrlW.
2006-03-21  Robert Shearmanwininet: InternetCreateUrlW should return the number...
2006-03-20  Robert Shearmanwininet: Copy from the start of the cookie name, not...
next