projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
wininet: Convert string table resources to po files.
[wine]
/
dlls
/
wininet
/
utility.c
2010-05-17
Piotr Caban
wininet: Fix dwStatusInfoLength value in INTERNET_SendC...
blob
|
commitdiff
|
raw
2009-07-17
Jacek Caban
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Jacek Caban
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Jacek Caban
wininet: Rename WININET_strdupW to standard heap_strdupW.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Juan Lang
wininet: Support IPv6 in GetAddress.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Juan Lang
wininet: Simplify GetAddress when using getaddrinfo.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Juan Lang
wininet: Change type of GetAddress from struct sockaddr...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-08
Jacek Caban
wininet: Rename WININETHANDLEHEADER to object_header_t.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Alexandre Julliard
wininet: Include ws2tcpip.h before anything else for...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-04
Hans Leidekker
wininet: Use getaddrinfo for thread-safe resolving...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-02
Hans Leidekker
wininet: Make resolving hostnames thread-safe.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-11
Vitaliy Margolen
wininet: Properly initialize struct.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Andrew Talbot
wininet: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-30
Francois Gouget
wininet: Fix many wininet prototypes: the context is...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-29
Andrew Talbot
wininet: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-05
Rob Shearman
wininet: Always make copies of strings passed to INTERN...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-05
Jeff Latimer
wininet: Ensure null check before dereference.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-26
Jacek Caban
wininet: Get rid of ASYNC_FUNC enum.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-26
Jacek Caban
wininet: Use proc instead of enum in SENDCALLBACK request.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Jacek Caban
wininet: Store handle in WININETHANDLEHEADER and use...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Hans Leidekker
wininet: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-05
Jacek Caban
wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Robert Shearman
Rename SendAsyncCallback to INTERNET_SendCallback.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-15
Robert Shearman
We shouldn't pass the struct hostent returned from...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Fixed some more traces to use the right printf format...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Alexandre Julliard
Get rid of the remaining calls to strncpyW, and remove...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-18
Peter Berg Larsen
Replace strncpy with memcpy or lstrcpyn.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-04
Lionel Ulmer
Fix 'SendAsyncCallback' when it's really asynchronous.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Lionel Ulmer
Added/improved TRACEing.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-13
Eric Pouech
Fixed array index overflow.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-20
Robert Shearman
InternetSetStatusCallback can be used on any handle...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-03
Alexandre Julliard
Added configure check for socklen_t.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-09
Mike McCormack
Fix warnings generated with -Wsign-compare.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-19
Mike McCormack
Use pointers internally and refcount all objects.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-14
Mike McCormack
Fixed ASCII redirect callbacks.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-25
Kevin Koltzau
Move all FTP functions to unicode.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-30
Mike McCormack
Convert the wininet HTTP functions to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-25
Mike McCormack
Convert WININETAPPINFOA structure to unicode.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-09
Lionel Ulmer
Better TRACEing in some functions.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-25
Mike McCormack
Use unions instead of defines in async work requests.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-18
Mike McCormack
Only call wininet callbacks if dwContext is non-zero.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-21
Aric Stewart
Reworking of http and asyncronous calls to get IE6...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-04
Nikolas Zimmermann
Skip port number before calling gethostbyname.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-19
Andreas Mohr
Rename "SystemTime" to "t" (this is *not* SYSTEMTIME...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Francois Gouget
Made independent from winsock.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-30
Patrik Stridvall
Don't include windows.h internally.
blob
|
commitdiff
|
raw
|
diff to current
2000-11-26
Hidenori Takeshima
Added checking for netdb.h.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-11
Ulrich Czekalla
HTTP protocol now supported, InternetCrackUrl fixed...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-11
Alexandre Julliard
Merged urlmon.dll and wininet.dll from the Corel tree...
blob
|
commitdiff
|
raw
|
diff to current