wininet: Fix reference count on internet handle for asynchronous InternetReadFileEx...
[wine] / dlls / wininet / ftp.c
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.
2004-03-30  Mike McCormackConvert the wininet HTTP functions to Unicode.
2004-03-25  Mike McCormackConvert WININETAPPINFOA structure to unicode.
2004-02-16  Lionel UlmerStore pointers in the internal structures and not handles.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Lionel UlmerReport real handles to the application, not Wine intern...
2004-02-07  Mike McCormackImplement proper HINTERNET handles.
2003-09-25  Mike McCormackUse unions instead of defines in async work requests.
2003-09-23  Mike McCormackFix more unicode/memory allocation errors.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-21  Lionel Ulmer- fix multiple consecutive downloads (by flushing when...
2003-07-21  Lionel Ulmer- use SIZE command to retrieve the file size (as the...
2003-07-15  Lionel Ulmer- fix spec file for FTPFindFirstFileA/W functions
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-10-28  Jaco Greeff- Implementation of [Internet|Ftp]*W functions to exten...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
next