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 |
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 |
Jacek Caban
|
96c0c6c5d9
|
wininet: Store WININETAPPINFOW pointer in WININETFTPSESSIONW.
|
2006-10-30 11:35:09 +01:00 |
Hans Leidekker
|
cd2c458588
|
wininet: Win64 printf format warning fixes.
|
2006-10-05 17:45:14 +02:00 |
Jan Zerebecki
|
91bbec013b
|
wininet: Fix fd leak on failure case.
|
2006-09-07 16:11:15 +02:00 |
Paul Vriens
|
5a086a5210
|
wininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.
|
2006-07-20 12:11:34 +02:00 |
Paul Vriens
|
5ede40ab5d
|
wininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.
|
2006-07-19 18:16:02 +02:00 |
Paul Vriens
|
3a831bab51
|
wininet: Use correct way of determining the password for anonymous ftp.
|
2006-07-07 16:57:34 +02:00 |
Paul Vriens
|
7687e0477c
|
wininet: Return NULL handle if no connection is established.
|
2006-07-06 16:07:38 +02:00 |
James Hawkins
|
8e96015ebb
|
wininet: Use a blank password if none is provided in FTP_Connect.
|
2006-07-06 12:04:35 +02:00 |
Phil Lodwick
|
3575918411
|
wininet: ftp: Fix crash if input buffer is larger than MAX_PATH.
|
2006-06-08 10:17:41 +02:00 |
Phil Lodwick
|
5ea41cc5fb
|
wininet: ftp: 125 is an acceptable response code for the STORE command.
|
2006-06-08 10:17:27 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
8dcb4479f3
|
wininet: Make sure hIC is valid before trying to use it. (Coverity)
|
2006-05-16 20:21:28 +02:00 |
Mike McCormack
|
35f0965c43
|
wininet: Check for null parameters in FtpSetCurrentDirectoryW.
|
2006-05-15 11:04:32 +02:00 |
Robert Shearman
|
067f09604a
|
wininet: global function/data cleanup
Make some functions and a structure static since they are only used in
one file.
|
2005-12-03 18:03:08 +01:00 |
Francois Gouget
|
6d442aeb34
|
Assorted spelling fixes.
|
2005-11-23 20:14:43 +01:00 |
Robert Shearman
|
e6157dde9d
|
We shouldn't pass the struct hostent returned from gethostbyname as
it's not thread-safe and isn't needed anyway.
|
2005-11-15 18:16:55 +00:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Mike McCormack
|
9b95bb526d
|
Fix some warnings.
|
2005-06-13 19:05:42 +00:00 |
Alexandre Julliard
|
b965457c4a
|
Get rid of the remaining calls to strncpyW, and remove that function
from wine/unicode.h.
|
2005-04-21 17:18:50 +00:00 |
Francois Gouget
|
3ef8c51c8a
|
Tweak the API documentation to silence winapi_check warnings.
|
2005-04-20 15:18:42 +00:00 |
Peter Berg Larsen
|
e732fc023d
|
Janitorial: Get rid of strncpy/strncpyW.
|
2005-03-28 14:17:51 +00:00 |
Hans Leidekker
|
6a367dbf8d
|
- Stub implementations for FtpGetFileSize, FtpCommand{A,W},
HttpSendRequestExW, InternetGetLastResponseInfoW,
InternetConfirmZoneCrossing{A,W}, InternetDial{A,W},
InternetGoOnline{A,W}, InternetHangUp, CreateMD5SSOHash,
InternetClearAllPerSiteCookieDecisions,
InternetEnumPerSiteCookieDecision{A,W}, InternetGetCookieEx{A,W},
InternetGetPerSiteCookieDecision{A,W},
InternetSetPerSiteCookieDecision{A,W}, InternetSetCookieEx{A,W},
ResumeSuspendedDownload, RetrieveUrlCacheEntryFileW,
UnlockUrlCacheEntryFileW, {Create,Delete}UrlCacheEntryW,
CommitUrlCacheEntryW, RetrieveUrlCacheEntryStreamW,
FindCloseUrlCache, FindFirstUrlCacheEntryEx{A,W},
FindFirstUrlCacheGroup, FindNextUrlCacheEntry{,Ex}{A,W},
FindNextUrlCacheGroup, SetUrlCacheEntryGroup{A,W},
{Get,Set}UrlCacheGroupAttribute{A,W}, SetUrlCacheConfigInfo{A,W}.
- Spec file stubs for new undocumented functions
ForceNexusLookup{,ExW}, Ftp{Get,Put}FileEx, HttpCheckDavCompliance,
InternetAlgIdToString{A,W}, InternetFortezzaCommand,
InternetGetCertByURLA, InternetQueryFortezzaStatus,
InternetSecurityProtocolToString{A,W}, InternetSetDialState{A,W},
InternetShowSecurityInfoByURL{A,W}, IsUrlCacheEntryExpired{A,W},
Privacy{Get,Set}ZonePreferenceW, RegisterUrlCacheNotification,
UrlZonesDetach.
- Use memcpy instead of strncpy in InternetGetLastResponseInfoA.
- Add and improve some traces.
- Fix my own coding style in InternetTimeToSystemTimeW.
- Fix a couple of signedness warnings.
|
2005-02-01 18:50:53 +00:00 |
Michael Stefaniuc
|
15a308a9d7
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2005-01-03 14:56:42 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Michael Stefaniuc
|
7cb43c9dbe
|
Do not check for non NULL pointer before HeepFree'ing it. It's
redundant.
|
2004-12-21 14:42:35 +00:00 |
Robert Shearman
|
ed517f3a8b
|
InternetSetStatusCallback can be used on any handle and callbacks are
inherited by derived handles.
|
2004-09-20 19:10:31 +00:00 |
Krzysztof Foltman
|
479ee52fda
|
- Reversed the assertion causing InternetConnect to always fail.
- FTP_ConvertFileProp: WIN32_FIND_DATA contains proper modification
and creation time.
|
2004-09-06 20:24:38 +00:00 |
Steven Edwards
|
c91ae456b8
|
Use Windows sockets when building Wininet on Mingw.
|
2004-09-03 18:57:19 +00:00 |