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 |
Paul Vriens
|
611acf5201
|
wininet/ftp: Fix potential memory leak.
|
2007-03-21 22:51:45 +01:00 |
Paul Vriens
|
5f9d7745dc
|
wininet/ftp: Remove unneeded check.
|
2007-03-21 22:51:38 +01:00 |
Paul Vriens
|
b6f92f10c6
|
wininet/ftp: Move a definition in FTP_FtpFindFirstFileW (Coverity).
|
2007-03-21 11:54:56 +01:00 |
Paul Vriens
|
9a7fb5f1e7
|
wininet/ftp: Simplify FTP_FtpGetFileW a bit.
|
2007-03-21 11:54:42 +01:00 |
Francois Gouget
|
fa41be3fdb
|
wininet: Fix a couple of reversed checks that could result in leaked socket handles.
|
2007-03-08 22:16:41 +01:00 |
Francois Gouget
|
53e76f8370
|
wininet: Check file handles against INVALID_HANDLE_VALUE, not NULL.
Simplify the file handle handling in FTP_FtpPutFileW().
|
2007-03-08 22:16:36 +01:00 |
Paul Vriens
|
23473ccc9e
|
wininet/ftp: Let CreateFile deal with last error.
|
2007-03-01 12:17:47 +01:00 |
Andrew Talbot
|
46fc9c2e11
|
wininet: Constify some variables.
|
2007-02-26 13:38:37 +01:00 |
Francois Gouget
|
93494f2ac0
|
Assorted spelling fixes.
|
2007-02-20 20:30:51 +01:00 |
Francois Gouget
|
da64fe5d56
|
wininet: Move a bunch of misplaced API documentation.
|
2007-02-20 20:29:38 +01:00 |
Paul Vriens
|
8316b93386
|
wininet/ftp.c: Fix some returned error codes.
|
2007-02-20 11:40:09 +01:00 |
Paul Vriens
|
5b04d3d67d
|
wininet/ftp.c: Fix some returned error codes.
|
2007-02-19 12:04:42 +01:00 |
Paul Vriens
|
f0f3e15ac2
|
wininet/ftp.c: Fix some returned error codes.
|
2007-02-13 11:49:40 +01:00 |
Paul Vriens
|
d20833fc52
|
wininet/ftp.c: Fix some returned error codes.
|
2007-02-12 13:47:11 +01:00 |
Paul Vriens
|
54c80612ac
|
wininet/ftp.c: Fix some returned error codes.
|
2007-02-12 13:47:03 +01:00 |
Paul Vriens
|
6c05048756
|
wininet/ftp.c: Fix some returned error codes.
|
2007-02-12 13:46:52 +01:00 |
Paul Vriens
|
1f5e5a2b75
|
wininet/ftp.c: Fix some returned error codes.
|
2007-02-09 11:50:09 +01:00 |
Paul Vriens
|
70be65b76e
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:53 +01:00 |
Paul Vriens
|
ce8ededf3b
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:44 +01:00 |
Paul Vriens
|
e849f758ba
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:37 +01:00 |
Paul Vriens
|
00ff67ef09
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:30 +01:00 |
Paul Vriens
|
a571476a74
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:23 +01:00 |
Paul Vriens
|
7a1ef2c1ef
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:16 +01:00 |
Paul Vriens
|
7c7271d465
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:07 +01:00 |
Paul Vriens
|
2831cf5d3e
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:41:00 +01:00 |
Paul Vriens
|
0e8ad3019a
|
wininet/ftp: Remove unneeded (double) checks.
|
2007-02-07 21:40:52 +01:00 |
Paul Vriens
|
0cc5a68e2c
|
wininet/ftp.c: Remove unneeded check.
|
2007-02-07 11:03:59 +01:00 |
Francois Gouget
|
e66d1cd5e9
|
wininet: Consistenly use INTERNET_SetLastError().
|
2007-01-10 11:58:47 +01:00 |
Rob Shearman
|
09dbb1b5a0
|
wininet: Use correct types for socket functions to avoid warnings when compiling on BSD-based systems.
|
2007-01-04 21:16:30 +01:00 |
Jacek Caban
|
49f5ee746c
|
wininet: Get rid of ASYNC_FUNC enum.
|
2006-12-26 12:50:19 +01:00 |
Jacek Caban
|
3a08f1f656
|
wininet: Use proc instead of enum in FTPRENAMEFILEW request.
|
2006-12-26 12:50:00 +01:00 |
Jacek Caban
|
97157ccee0
|
wininet: Use proc instead of enum in FTPREMOVEDIRECTORYW request.
|
2006-12-26 12:49:53 +01:00 |
Jacek Caban
|
ee99b3f0c5
|
wininet: Use proc instead of enum in FTPDELETEFILEW request.
|
2006-12-26 12:49:47 +01:00 |
Jacek Caban
|
054108368e
|
wininet: Use proc instead of enum in FTPGETFILEW request.
|
2006-12-26 12:49:41 +01:00 |
Jacek Caban
|
3c90016f2f
|
wininet: Use proc instead of enum in FTPOPENFILEW request.
|
2006-12-26 12:49:32 +01:00 |
Jacek Caban
|
3b77ff24c2
|
wininet: Use proc instead of enum in FTPGETCURRENTDIRECTORYW request.
|
2006-12-26 12:49:27 +01:00 |
Jacek Caban
|
0d464ba8db
|
wininet: Use proc instead of enum in FTPFINDFIRSTFILEW request.
|
2006-12-26 12:49:19 +01:00 |
Jacek Caban
|
c4aa47badd
|
wininet: Use proc instead of enum in FTPCREATEDIRECTORY request.
|
2006-12-26 12:49:08 +01:00 |
Jacek Caban
|
f28b0e3b10
|
wininet: Use proc instead of enum in FTPSETCURRENTDIRECTORY request.
|
2006-12-26 12:49:01 +01:00 |
Jacek Caban
|
4adce67cf6
|
wininet: Use proc instead of enum in FTPUTFILE request.
|
2006-12-26 12:48:53 +01:00 |
Jacek Caban
|
1031c5f9c6
|
wininet: Revert commit 760043c245 .
After more testing I've checked that current code is bad, but my patch
was also wrong and causes regression in WoW.
|
2006-11-02 21:01:05 +01:00 |
Jacek Caban
|
7bd385b714
|
wininet: Use handle stored in WININETHANDLEHEADER instead of WININET_FindHandle.
|
2006-10-31 11:46:47 +01:00 |
Jacek Caban
|
760043c245
|
wininet: Call SendCallback in destructor instead of InternetCloseHandle.
|
2006-10-30 11:36:16 +01:00 |
Jacek Caban
|
957516f8e6
|
wininet: Remove lpwhparent from WININETHANDLERHEADER.
|
2006-10-30 11:36:02 +01:00 |
Jacek Caban
|
550ffef212
|
wininet: Store WININETFTPSESSIONW pointer in WININETFTPFILEW.
|
2006-10-30 11:35:56 +01:00 |
Jacek Caban
|
51ba292716
|
wininet: Store WININETFTPSESSIONW pointer in WININETFTPFINDNEXTW.
|
2006-10-30 11:35:43 +01:00 |
Jacek Caban
|
91312d7d57
|
wininet: Move ftp FindNextFile implementation to ftp.c.
|
2006-10-30 11:35:36 +01:00 |
Jacek Caban
|
2a50d52c04
|
wininet: Use lpAppInfo instead of lpwhparent where possible.
|
2006-10-30 11:35:18 +01:00 |