server: Move socket async activation to sock_poll_event.
[wine] / dlls / wininet / ftp.c
2009-12-21  Jacek Cabanwininet: Return error directly from INTERNET_AsyncCall.
2009-12-04  Hans Leidekkerwininet: Fix some status callbacks to return a string...
2009-12-04  Francois Gougetwininet: Make FTP_FtpOpenFileW() static.
2009-12-04  Juan Langwininet: Correct length of data passed to callback...
2009-12-03  Michael Stefaniucwininet: Free the mem unconditionally to prevent a...
2009-12-02  Hans Leidekkerwininet: Implement InternetQueryOption(INTERNET_OPTION_...
2009-12-02  Hans Leidekkerwininet: Also cache files transferred over ftp.
2009-11-30  Jacek Cabanwininet: Directly return error status from WriteFile...
2009-11-09  Dan Kegelwininet: FTP_FtpOpenFileW: initialize dwInternalFlags.
2009-10-23  Hans Leidekkerwininet: Avoid accessing uninitialized memory.
2009-09-17  Aric Stewartwininet: Be sure to set lpwfs->pasvSocket to -1 when...
2009-09-16  Aric Stewartwininet: Ensure the ftp connections lstnSocket is set...
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
2009-07-17  Jacek Cabanwininet: Rename WININET_strdup_AtoW to heap_strdupAtoW...
2009-07-17  Jacek Cabanwininet: Rename WININET_strdupW to standard heap_strdupW.
2009-07-13  Jacek Cabanwininet: Rename WININETFTPFILEW to ftp_file_t.
2009-07-13  Jacek Cabanwininet: Rename WININETFTPSESSIONW to ftp_session_t.
2009-07-13  Jacek Cabanwininet: Rename WININETAPPINFOW to appinfo_t.
2009-07-10  Juan Langwininet: Fail in FTP if the resolved name is not an...
2009-07-10  Juan Langwininet: Use sizeof(member) rather than sizeof(type...
2009-07-10  Juan Langwininet: Use length reported by GetAddress in FTP_Connect.
2009-07-10  Juan Langwininet: Change type of GetAddress from struct sockaddr...
2009-07-08  Jacek Cabanwininet: Rename WININETHANDLEHEADER to object_header_t.
2009-06-26  Maksim Kuleshovwininet: Fix sockets leak in FTP_Connect.
2009-04-30  Hans Leidekkerwininet: Implement InternetReadFileEx for ftp requests.
2009-03-09  Jacek Cabanwininet: Release session after FTP_ReceiveResponse...
2009-02-11  Jacek Cabanwininet: Don't send INTERNET_STATUS_REQUEST_COMPLETE...
2009-02-11  Jacek Cabanwininet: Make sure that we have some data buffered...
2009-02-11  Jacek Cabanwininet: Added QueryDataAvailable implementation for...
2009-02-11  Jacek Cabanwininet: Fixed handling empty string password.
2009-02-11  Jacek Cabanwininet: Move FtpOpenFile[AW] implementation to avoid...
2009-01-16  Hans Leidekkerwininet: Implement InternetReadFileExW.
2009-01-08  Alexandre Julliardwininet: Fix handle cast warnings on 64-bit.
2008-12-22  Alexandre Julliardwininet: Store file time as a SYSTEMTIME instead of...
2008-12-09  Alexandre Julliardwininet: Include ws2tcpip.h before anything else for...
2008-12-01  Michael Stefaniucwininet: Remove some superfluous casts.
2008-11-25  Francois Gougetwininet: Remove WINAPI on static functions where not...
2008-11-18  Henri Verbeetwininet: Treat an empty username as NULL in FTP_Connect().
2008-07-21  Hans Leidekkerwininet: Delete local file on error in FtpGetFile.
2008-07-21  Jacek Cabanwininet: Moved more InternetQueryOption implementation...
2008-05-05  Andrew Talbotwininet: Remove unused variables.
2008-03-25  Hans Leidekkerwininet: Avoid a crash with traces on.
2008-03-12  Jacek Cabanwininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
2008-03-10  Rob Shearmanwininet: Make the reference count of WININETHANDLEHEADE...
2008-03-03  Jacek Cabanwininet: Moved InternetReadFileExA to vtbl.
2008-03-03  Jacek Cabanwininet: Move FTP structs and functions declarations...
2008-03-03  Jacek Cabanwininet: Move InternetReadFile to vtbl.
2008-02-29  Jacek Cabanwininet: Move InternetQueryDataAvailable to vtbl.
2008-02-28  Jacek Cabanwininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
2008-02-28  Jacek Cabanwininet: Moved InternetFindNextFileW implementation...
2008-02-27  Jacek Cabanwininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
2008-02-27  Jacek Cabanwininet: Use vtbl in InternetWriteFile implementation.
2008-02-27  Jacek Cabanwininet: Moved close_connection to vtbl.
2008-02-27  Jacek Cabanwininet: Moved handle destructor to vtbl.
2008-02-05  Andrew Talbotwininet: Remove unneeded casts.
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.
next