Jacek Caban
47778f95fa
wininet: Moved inet_ntop call to GetAddress.
2015-02-16 19:19:10 +09:00
Jacek Caban
100bd11ae5
wininet: Use GetAddrInfoW in GetAddress.
2015-02-16 19:19:06 +09:00
Jacek Caban
11d09f1fe7
wininet: Don't strip port part from server name in GetAddress.
...
Callers take care of that already.
2015-02-16 19:19:00 +09:00
Jacek Caban
5436fef807
wininet: Always use winsock sockets.
2015-02-13 21:47:13 +09:00
Frédéric Delanoy
57d7f74d34
Assorted spelling fixes.
2013-11-21 19:44:46 +01:00
Jacek Caban
3098e3c355
wininet: Address string should never be converted to UNICODE in status notifications.
2013-02-18 17:02:14 +01:00
Jacek Caban
195ea90f3b
wininet: Moved WORKREQ_SENDCALLBACK out of WORKREQUEST.
2013-01-29 17:50:17 +01:00
Jacek Caban
63e6a4b2e1
wininet: Moved WORKREQUEST allocation to INTERNET_AsyncCall callers.
2013-01-28 14:05:46 +01:00
Jacek Caban
23440d918b
wininet: Added better traces for status info in INTERNET_SendCallback.
2012-05-24 20:08:47 +02:00
Alexandre Julliard
2329f91998
wininet: Don't free name before the IPv6 lookup.
2012-01-11 20:11:39 +01:00
Hans Leidekker
9acd1ef15f
wininet: Consistently use the allocation macros.
2011-06-01 15:16:53 +02:00
Jacek Caban
354a74e004
wininet: Use wrappers for HeapAlloc calls.
2011-04-21 16:53:42 +02:00
Piotr Caban
a298415bbe
wininet: Fix dwStatusInfoLength value in INTERNET_SendCallback.
2010-05-17 13:20:08 +02:00
Jacek Caban
5d6f01b76b
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
2009-07-17 11:16:55 +02:00
Jacek Caban
e09dfcfa99
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in its implementation.
2009-07-17 11:16:50 +02:00
Jacek Caban
f598709212
wininet: Rename WININET_strdupW to standard heap_strdupW.
2009-07-17 11:16:42 +02:00
Juan Lang
cd0c18be6c
wininet: Support IPv6 in GetAddress.
2009-07-10 12:25:46 +02:00
Juan Lang
f0dde6b673
wininet: Simplify GetAddress when using getaddrinfo.
2009-07-10 12:24:42 +02:00
Juan Lang
44bf025767
wininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *.
2009-07-10 12:24:35 +02:00
Jacek Caban
44d633a902
wininet: Rename WININETHANDLEHEADER to object_header_t.
...
wininet struct names are very unreadable and I hope that patches
renaming them will be accepted.
2009-07-08 20:13:00 +02:00
Alexandre Julliard
82280618db
wininet: Include ws2tcpip.h before anything else for the Windows build.
2008-12-09 11:33:25 +01:00
Hans Leidekker
daa2fdfccb
wininet: Use getaddrinfo for thread-safe resolving if available.
2008-08-04 13:04:12 +02:00
Hans Leidekker
2f99450c49
wininet: Make resolving hostnames thread-safe.
2008-06-02 13:44:31 +02:00
Vitaliy Margolen
9f82e4730b
wininet: Properly initialize struct.
2008-04-11 12:11:33 +02:00
Andrew Talbot
45481db078
wininet: Remove unneeded casts.
2008-02-05 12:19:37 +01:00
Francois Gouget
d4337f2b5e
wininet: Fix many wininet prototypes: the context is a DWORD_PTR now.
2007-08-30 17:02:49 +02:00
Andrew Talbot
8ee390f6f5
wininet: Exclude unused headers.
2007-05-29 12:10:17 +02:00
Rob Shearman
07daeff8f4
wininet: Always make copies of strings passed to INTERNET_SendCallback.
...
This ensures that applications that change the strings received in
status callbacks don't affect the data needed to successfully connect to
the correct server.
2007-03-05 16:43:26 +01:00
Jeff Latimer
d7697bd55e
wininet: Ensure null check before dereference.
2007-01-05 20:26:30 +01:00
Jacek Caban
49f5ee746c
wininet: Get rid of ASYNC_FUNC enum.
2006-12-26 12:50:19 +01:00
Jacek Caban
e30037f0d5
wininet: Use proc instead of enum in SENDCALLBACK request.
2006-12-26 12:47:57 +01:00
Jacek Caban
ae430f9323
wininet: Store handle in WININETHANDLEHEADER and use it in SendCallback.
2006-10-30 11:36:09 +01:00
Hans Leidekker
cd2c458588
wininet: Win64 printf format warning fixes.
2006-10-05 17:45:14 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Jacek Caban
ad02317248
wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
...
INTERNET_STATUS_CONNECTING_TO_SERVER and
INTERNET_STATUS_CONNECTED_TO_SERVER should be strings, not
sockaddr_in.
2006-01-05 14:37:06 +01:00
Robert Shearman
756f197945
Rename SendAsyncCallback to INTERNET_SendCallback.
2005-11-22 11:59:07 +00: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
Alexandre Julliard
c6b005ac69
Fixed some more traces to use the right printf format and avoid
...
typecasts.
2005-09-12 14:12:46 +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
Peter Berg Larsen
6e3bcb5a54
Replace strncpy with memcpy or lstrcpyn.
2005-04-18 10:30:55 +00:00
Lionel Ulmer
58b1e2a4e9
Fix 'SendAsyncCallback' when it's really asynchronous.
2005-01-04 20:38:53 +00:00
Lionel Ulmer
d792a6af7b
Added/improved TRACEing.
2004-12-23 11:18:29 +00:00
Eric Pouech
c164e069a8
Fixed array index overflow.
2004-12-13 12:01:58 +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
Alexandre Julliard
754e7aa788
Added configure check for socklen_t.
2004-09-03 18:30:28 +00:00
Mike McCormack
13b6ce6da8
Fix warnings generated with -Wsign-compare.
2004-08-09 18:54:23 +00:00
Mike McCormack
3a1391b8dd
Use pointers internally and refcount all objects.
2004-07-19 21:49:39 +00:00
Mike McCormack
afcf01ff92
Fixed ASCII redirect callbacks.
2004-06-14 16:56:10 +00:00
Kevin Koltzau
1d2d2d6bf1
Move all FTP functions to unicode.
...
Improve FTP LIST parsing.
2004-05-25 04:02:05 +00:00
Mike McCormack
a4e902cbe1
Convert the wininet HTTP functions to Unicode.
2004-03-30 04:36:09 +00:00