Hans Leidekker
|
285eeea7ef
|
wininet: Implement InternetReadFileEx for ftp requests.
|
2009-04-30 12:47:35 +02:00 |
Jacek Caban
|
0031b40454
|
wininet: Release session after FTP_ReceiveResponse call in FTPFILE_Destroy.
|
2009-03-09 12:06:02 +01:00 |
Jacek Caban
|
08e4846fca
|
wininet: Don't send INTERNET_STATUS_REQUEST_COMPLETE notification from FTP_Connect.
|
2009-02-11 11:42:13 +01:00 |
Jacek Caban
|
19b01f2fca
|
wininet: Make sure that we have some data buffered before sending INTERNET_STATUS_REQUEST_COMPLETE notification.
|
2009-02-11 11:42:08 +01:00 |
Jacek Caban
|
f8e6fbffc5
|
wininet: Added QueryDataAvailable implementation for FTP files.
|
2009-02-11 11:42:00 +01:00 |
Jacek Caban
|
9b65e5744f
|
wininet: Fixed handling empty string password.
|
2009-02-11 11:41:32 +01:00 |
Jacek Caban
|
a83a817ad0
|
wininet: Move FtpOpenFile[AW] implementation to avoid forward declaration.
|
2009-02-11 11:41:28 +01:00 |
Hans Leidekker
|
b013ad168b
|
wininet: Implement InternetReadFileExW.
|
2009-01-16 12:34:26 +01:00 |
Alexandre Julliard
|
bb8883dda0
|
wininet: Fix handle cast warnings on 64-bit.
|
2009-01-08 17:28:21 +01:00 |
Alexandre Julliard
|
20ed414d24
|
wininet: Store file time as a SYSTEMTIME instead of a Unix struct tm.
|
2008-12-22 11:44:45 +01:00 |
Alexandre Julliard
|
82280618db
|
wininet: Include ws2tcpip.h before anything else for the Windows build.
|
2008-12-09 11:33:25 +01:00 |
Michael Stefaniuc
|
e6bd2881d8
|
wininet: Remove some superfluous casts.
|
2008-12-01 12:57:03 +01:00 |
Francois Gouget
|
523679666d
|
wininet: Remove WINAPI on static functions where not needed.
|
2008-11-25 11:50:08 +01:00 |
Henri Verbeet
|
369da3aeb9
|
wininet: Treat an empty username as NULL in FTP_Connect().
|
2008-11-18 12:46:18 +01:00 |
Hans Leidekker
|
b311cca552
|
wininet: Delete local file on error in FtpGetFile.
|
2008-07-21 12:21:40 +02:00 |
Jacek Caban
|
7426e7e055
|
wininet: Moved more InternetQueryOption implementation to vtbl.
|
2008-07-21 12:18:48 +02:00 |
Andrew Talbot
|
07ae2992b8
|
wininet: Remove unused variables.
|
2008-05-05 12:52:26 +02:00 |
Hans Leidekker
|
26b38dc503
|
wininet: Avoid a crash with traces on.
|
2008-03-25 11:33:41 +01:00 |
Jacek Caban
|
e2933c20d6
|
wininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
|
2008-03-12 11:59:41 +01:00 |
Rob Shearman
|
bdc81d9963
|
wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement.
|
2008-03-10 19:12:54 +01:00 |
Jacek Caban
|
d597fd12fc
|
wininet: Moved InternetReadFileExA to vtbl.
|
2008-03-03 20:45:31 +01:00 |
Jacek Caban
|
352b4212a1
|
wininet: Move FTP structs and functions declarations from internet.h.
|
2008-03-03 12:00:27 +01:00 |
Jacek Caban
|
3b4ca69e18
|
wininet: Move InternetReadFile to vtbl.
|
2008-03-03 12:00:20 +01:00 |
Jacek Caban
|
3314184597
|
wininet: Move InternetQueryDataAvailable to vtbl.
|
2008-02-29 20:07:13 +01:00 |
Jacek Caban
|
66259555ff
|
wininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
|
2008-02-28 10:44:50 +01:00 |
Jacek Caban
|
8c45eecca7
|
wininet: Moved InternetFindNextFileW implementation to vtbl.
|
2008-02-28 10:44:42 +01:00 |
Jacek Caban
|
0e33eee9a2
|
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION_[SEND|RECEIVE]_TIMEOUT) implementation.
|
2008-02-27 14:52:25 +01:00 |
Jacek Caban
|
1ffcfbce85
|
wininet: Use vtbl in InternetWriteFile implementation.
|
2008-02-27 14:52:24 +01:00 |
Jacek Caban
|
7dc9bf677b
|
wininet: Moved close_connection to vtbl.
|
2008-02-27 14:52:24 +01:00 |
Jacek Caban
|
5a535d6b23
|
wininet: Moved handle destructor to vtbl.
|
2008-02-27 14:52:24 +01:00 |
Andrew Talbot
|
45481db078
|
wininet: Remove unneeded casts.
|
2008-02-05 12:19:37 +01:00 |
Austin English
|
0e4adae973
|
Spelling fixes.
|
2008-01-07 13:41:01 +01:00 |
Michael Stefaniuc
|
d152d5ceeb
|
wininet: Fix typo in comparison with NULL. Found by Smatch.
|
2007-12-31 16:45:49 +01:00 |
Hans Leidekker
|
b529b3bb32
|
wininet: Make FtpGetCurrentDirectoryA pass all todo_wine tests.
|
2007-12-10 12:27:08 +01:00 |
Zac Brown
|
b9b900f4b8
|
wininet: Fix FtpGetCurrentDirectoryW to handle bad input.
|
2007-12-03 14:50:47 +01:00 |
Lei Zhang
|
f727e56d6d
|
wininet: Initialize ftp sockets.
|
2007-11-08 12:18:30 +01:00 |
Hans Leidekker
|
9e934ee178
|
wininet: Implement and test FtpCommand{A, W}.
|
2007-11-01 12:37:27 +01:00 |
Hans Leidekker
|
5270b429fa
|
wininet: Correct several ftp server response to error code mappings.
|
2007-11-01 12:37:18 +01:00 |
Hans Leidekker
|
1a8327468c
|
wininet: Don't release the parent object in FTP_Connect, the caller will do that.
|
2007-10-30 14:19:20 +01:00 |
Hans Leidekker
|
e8eaee4f6a
|
wininet: Always close the data connection before receiving a server response.
|
2007-10-29 12:03:15 +01:00 |
Hans Leidekker
|
e55531d694
|
wininet: Always return an error when a transfer is in progress.
|
2007-10-29 12:03:06 +01:00 |
Hans Leidekker
|
cc54dfe1e2
|
wininet: Fix some failing ftp tests on Windows and Wine.
|
2007-10-22 13:51:56 +02:00 |
Hans Leidekker
|
dd5347ee6a
|
wininet: Properly clean up ftp sessions.
|
2007-10-22 13:51:52 +02:00 |
Hans Leidekker
|
c33a51eaf2
|
wininet: Separate ftp session destruction from closing connections.
|
2007-10-22 13:51:47 +02:00 |
Misha Koshelev
|
728e5fa559
|
wininet: Track child handles, free all child handles on WININET_FreeHandle as native.
|
2007-09-21 11:53:04 +02:00 |
Alexandre Julliard
|
23c58d3a21
|
wininet/ftp: There's no need to query the file size before retrieving a file.
|
2007-09-17 12:56:48 +02:00 |
Francois Gouget
|
d4337f2b5e
|
wininet: Fix many wininet prototypes: the context is a DWORD_PTR now.
|
2007-08-30 17:02:49 +02:00 |
Misha Koshelev
|
0f117e568f
|
wininet: Separate connection closing from object destruction.
|
2007-08-23 13:13:24 +02:00 |
Hans Leidekker
|
9a6ba225e2
|
wininet: More lenient parsing of the passive mode server response.
|
2007-06-07 19:24:00 +02:00 |
Michael Stefaniuc
|
5f62da109e
|
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call.
|
2007-04-25 12:26:07 +02:00 |