ntdll: Remove unneeded casts.
[wine] / dlls / wininet / ftp.c
2008-01-07  Austin EnglishSpelling fixes.
2007-12-31  Michael Stefaniucwininet: Fix typo in comparison with NULL. Found by...
2007-12-10  Hans Leidekkerwininet: Make FtpGetCurrentDirectoryA pass all todo_win...
2007-12-03  Zac Brownwininet: Fix FtpGetCurrentDirectoryW to handle bad...
2007-11-08  Lei Zhangwininet: Initialize ftp sockets.
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-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-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-09-21  Misha Koshelevwininet: Track child handles, free all child handles...
2007-09-17  Alexandre Julliardwininet/ftp: There's no need to query the file size...
2007-08-30  Francois Gougetwininet: Fix many wininet prototypes: the context is...
2007-08-23  Misha Koshelevwininet: Separate connection closing from object destru...
2007-06-07  Hans Leidekkerwininet: More lenient parsing of the passive mode serve...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-03-21  Paul Vrienswininet/ftp: Fix potential memory leak.
2007-03-21  Paul Vrienswininet/ftp: Remove unneeded check.
2007-03-21  Paul Vrienswininet/ftp: Move a definition in FTP_FtpFindFirstFileW...
2007-03-21  Paul Vrienswininet/ftp: Simplify FTP_FtpGetFileW a bit.
2007-03-08  Francois Gougetwininet: Fix a couple of reversed checks that could...
2007-03-08  Francois Gougetwininet: Check file handles against INVALID_HANDLE_VALU...
2007-03-01  Paul Vrienswininet/ftp: Let CreateFile deal with last error.
2007-02-26  Andrew Talbotwininet: Constify some variables.
2007-02-20  Francois GougetAssorted spelling fixes.
2007-02-20  Francois Gougetwininet: Move a bunch of misplaced API documentation.
2007-02-20  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-19  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-13  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-12  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-09  Paul Vrienswininet/ftp.c: Fix some returned error codes.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp: Remove unneeded (double) checks.
2007-02-07  Paul Vrienswininet/ftp.c: Remove unneeded check.
2007-01-10  Francois Gougetwininet: Consistenly use INTERNET_SetLastError().
2007-01-04  Rob Shearmanwininet: Use correct types for socket functions to...
2006-12-26  Jacek Cabanwininet: Get rid of ASYNC_FUNC enum.
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-11-02  Jacek Cabanwininet: Revert commit 760043c2455a90cd74178d98b7c81bfb...
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: 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-05  Hans Leidekkerwininet: Win64 printf format warning fixes.
2006-09-07  Jan Zerebeckiwininet: Fix fd leak on failure case.
2006-07-20  Paul Vrienswininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.
2006-07-19  Paul Vrienswininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.
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: Use a blank password if none is provided in...
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Mike McCormackwininet: Make sure hIC is valid before trying to use...
2006-05-15  Mike McCormackwininet: Check for null parameters in FtpSetCurrentDire...
2005-12-03  Robert Shearmanwininet: global function/data cleanup
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-15  Robert ShearmanWe shouldn't pass the struct hostent returned from...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-06-13  Mike McCormackFix some warnings.
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-01  Hans Leidekker- Stub implementations for FtpGetFileSize, FtpCommand...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Michael StefaniucDo not check for non NULL pointer before HeepFree'ing...
2004-09-20  Robert ShearmanInternetSetStatusCallback can be used on any handle...
2004-09-06  Krzysztof Foltman- Reversed the assertion causing InternetConnect to...
2004-09-03  Steven EdwardsUse Windows sockets when building Wininet on Mingw.
2004-08-09  Mike McCormackFix warnings generated with -Wsign-compare.
2004-07-19  Mike McCormackUse pointers internally and refcount all objects.
2004-06-01  Lionel UlmerFix the case where lpszSearchFile is NULL in FtpFindFir...
2004-05-25  Kevin KoltzauMove all FTP functions to unicode.
2004-05-13  Kevin KoltzauPrevent memory leak and superfluous status notifications.
next