projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mshtml: Update the German translation.
[wine]
/
dlls
/
wininet
/
2008-03-25
Hans Leidekker
wininet: Avoid a crash with traces on.
tree
|
commitdiff
2008-03-25
Hans Leidekker
wininet: Correct spec file entry for InternetCanonicali...
tree
|
commitdiff
2008-03-25
Hans Leidekker
wininet: Don't strip Accept-Encoding headers from versi...
tree
|
commitdiff
2008-03-24
Kai Blin
janitorial: Use poll() instead of select().
tree
|
commitdiff
2008-03-24
Andrew Talbot
wininet: Assign to structs instead of using memcpy.
tree
|
commitdiff
2008-03-17
Rob Shearman
wininet: The lpszLocalFileName parameter to CommitUrlCa...
tree
|
commitdiff
2008-03-17
Jacek Caban
wininet: Don't use query and hash part of URL to genera...
tree
|
commitdiff
2008-03-15
Marcus Meissner
wininet: Split out NULL ptr and function ptr check.
tree
|
commitdiff
2008-03-15
Rob Shearman
wininet: If we receive an error from InitializeSecurity...
tree
|
commitdiff
2008-03-15
Rob Shearman
wininet: Assume that if we're connected to an HTTP...
tree
|
commitdiff
2008-03-13
Joris Huizer
wininet: Fixed typos in two out-of-memory checks.
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Fix local variable shadowing in URLCacheContai...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Support the lpszFileExtension "reserved" param...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: The URL in CommitUrlCacheEntryInternal shouldn...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Fix URLCache_LocalFileNameToPathA to return...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Make some pointers const in URL cache functions.
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Use LIST_FOR_EACH_ENTRY in URLCacheContainers_...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Add tests for Find{First,Next}UrlCacheEntryA...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Move URL cache hash entry validation to a...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Implement FindFirstUrlCacheEntry{A, W}, FindNe...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Add tests for some URL cache functions.
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Only clear authentication header if the connec...
tree
|
commitdiff
2008-03-12
Rob Shearman
wininet: Fix proxy authentication by using the data...
tree
|
commitdiff
2008-03-12
Jacek Caban
wininet: Move InternetQueryOption(INTERNET_OPTION_SECUR...
tree
|
commitdiff
2008-03-12
Jacek Caban
wininet: Move InternetQueryOption(INTERNET_OPTION_DATAF...
tree
|
commitdiff
2008-03-12
Jacek Caban
wininet: Move InternetQueryOption(INTERNET_OPTION_URL...
tree
|
commitdiff
2008-03-12
Jacek Caban
wininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
tree
|
commitdiff
2008-03-10
Rob Shearman
wininet: Retrieve the maximum token length from the...
tree
|
commitdiff
2008-03-10
Rob Shearman
wininet: Allow HTTP_DoAuthorization to accept a NULL...
tree
|
commitdiff
2008-03-10
Rob Shearman
wininet: Don't call DeleteSecurityContext and FreeCrede...
tree
|
commitdiff
2008-03-10
Rob Shearman
wininet: Make the reference count of WININETHANDLEHEADE...
tree
|
commitdiff
2008-03-04
Rob Shearman
makefiles: Simplify the use of the IMPORTLIB variable...
tree
|
commitdiff
2008-03-04
Rob Shearman
wininet: Fix compile with MinGW.
tree
|
commitdiff
2008-03-03
Jacek Caban
wininet: Moved InternetReadFileExA to vtbl.
tree
|
commitdiff
2008-03-03
Francois Gouget
wininet/tests: FtpCommandA() is not available on Win9x...
tree
|
commitdiff
2008-03-03
Jacek Caban
wininet: Don't use INTERNET_ReadFile in HTTP_DrainContent.
tree
|
commitdiff
2008-03-03
Jacek Caban
wininet: Move FTP structs and functions declarations...
tree
|
commitdiff
2008-03-03
Jacek Caban
wininet: Move InternetReadFile to vtbl.
tree
|
commitdiff
2008-03-03
Jacek Caban
wininet: Move INTERNET_STATUS_REQUEST_COMPLETE call...
tree
|
commitdiff
2008-03-03
Jacek Caban
wininet: Fixed some tests.
tree
|
commitdiff
2008-02-29
Jacek Caban
wininet: Move InternetQueryDataAvailable to vtbl.
tree
|
commitdiff
2008-02-28
Jacek Caban
wininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
tree
|
commitdiff
2008-02-28
Jacek Caban
wininet: Moved InternetFindNextFileW implementation...
tree
|
commitdiff
2008-02-27
Jacek Caban
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
tree
|
commitdiff
2008-02-27
Jacek Caban
wininet: Use vtbl in InternetWriteFile implementation.
tree
|
commitdiff
2008-02-27
Jacek Caban
wininet: Moved close_connection to vtbl.
tree
|
commitdiff
2008-02-27
Jacek Caban
wininet: Moved handle destructor to vtbl.
tree
|
commitdiff
2008-02-27
Jacek Caban
wininet: Fixed version returned by INTERNET_OPTION_VERSION.
tree
|
commitdiff
2008-02-27
Maarten Lankhorst
wininet: Fix retrieving raw headers.
tree
|
commitdiff
2008-02-26
Maarten Lankhorst
wininet: Add stub for INTERNET_OPTION_PER_CONNECTION.
tree
|
commitdiff
2008-02-19
Francois Gouget
wininet/tests: Don't include the trailing '\0' in dwHea...
tree
|
commitdiff
2008-02-19
Francois Gouget
wininet: Document HttpAddRequestHeadersW()'s handling...
tree
|
commitdiff
2008-02-19
Rob Shearman
wininet: Fix potential buffer overrun in HttpQueryInfoA.
tree
|
commitdiff
2008-02-18
Hans Leidekker
wininet: Rename a function to better match what it...
tree
|
commitdiff
2008-02-18
Hans Leidekker
wininet: Handle the "100 Continue" response by ignoring it.
tree
|
commitdiff
2008-02-18
Hans Leidekker
wininet: Honour the version override in HttpOpenRequest.
tree
|
commitdiff
2008-02-16
Rob Shearman
wininet: Fix the return value check of SHGetSpecialFold...
tree
|
commitdiff
2008-02-16
Rob Shearman
wininet: Fix an off-by-one error in the boundary checks...
tree
|
commitdiff
2008-02-15
Jacek Caban
wininet: Code clean up.
tree
|
commitdiff
2008-02-15
Jacek Caban
wininet: Added cache test.
tree
|
commitdiff
2008-02-15
Jacek Caban
wininet: Added correct InternetQueryOption(INTERNET_OPT...
tree
|
commitdiff
2008-02-15
Jacek Caban
wininet: Added beginning support for HTTP cache files.
tree
|
commitdiff
2008-02-05
Andrew Talbot
wininet: Remove unneeded casts.
tree
|
commitdiff
2008-02-04
Hans Leidekker
wininet: Add zero value content length header to POST...
tree
|
commitdiff
2008-02-04
Hans Leidekker
wininet: Send HTTP/1.1 requests by default.
tree
|
commitdiff
2008-02-04
Hans Leidekker
wininet: Make sure not to overwrite any caller supplied...
tree
|
commitdiff
2008-02-04
Rob Shearman
wininet: HTTP_Connect should fail if a NULL or empty...
tree
|
commitdiff
2008-01-25
Rob Shearman
wininet: Pass the server name into InitializeSecurityCo...
tree
|
commitdiff
2008-01-24
Marcus Meissner
wininet: Check if buffer has overflowed potentially.
tree
|
commitdiff
2008-01-23
Andrey Esin
wininet: One addition to Russian translation.
tree
|
commitdiff
2008-01-16
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2008-01-14
Gerald Pfeifer
wininet: Fix type of a loop variable in HTTP_BuildHeade...
tree
|
commitdiff
2008-01-07
Austin English
Spelling fixes.
tree
|
commitdiff
2008-01-07
Hans Leidekker
wininet: Fix handling of host and referrer headers...
tree
|
commitdiff
2008-01-03
Marcus Meissner
wininet: Check return value of InternetCrackUrl when...
tree
|
commitdiff
2007-12-31
Michael Stefaniuc
wininet: Fix typo in comparison with NULL. Found by...
tree
|
commitdiff
2007-12-23
Johannes Stezenbach
wininet: Fix error return code in FindFirstUrlCacheEntr...
tree
|
commitdiff
2007-12-23
Johannes Stezenbach
wininet: Implement support for INTERNET_OPTION_VERSION...
tree
|
commitdiff
2007-12-10
Hans Leidekker
wininet: Make FtpGetCurrentDirectoryA pass all todo_win...
tree
|
commitdiff
2007-12-07
Francois Gouget
wininet/tests: Remove trailing spaces in ok() calls.
tree
|
commitdiff
2007-12-05
Roy Shea
wininet: Added check of dwStructSize required by Window...
tree
|
commitdiff
2007-12-05
Roy Shea
wininet: Removed inline from copy_compsA and zero_comps...
tree
|
commitdiff
2007-12-03
Zac Brown
wininet: Add test for FtpGetCurrentDirectoryA in winine...
tree
|
commitdiff
2007-12-03
Zac Brown
wininet: Fix FtpGetCurrentDirectoryW to handle bad...
tree
|
commitdiff
2007-11-27
Rob Shearman
wininet: Don't clear the auth data for Basic authentica...
tree
|
commitdiff
2007-11-27
Michael Stefaniuc
wininet/tests: Do not compare the return value of socke...
tree
|
commitdiff
2007-11-19
Hans Leidekker
wininet: Initialize path buffer in InternetSetCookie.
tree
|
commitdiff
2007-11-15
Hans Leidekker
wininet: Fix a number of problems with InternetGetCookie.
tree
|
commitdiff
2007-11-15
Hans Leidekker
wininet: Fix a number of problems with InternetSetCookie.
tree
|
commitdiff
2007-11-12
Hans Leidekker
wininet: Fix two handle leaks in the test.
tree
|
commitdiff
2007-11-09
Lei Zhang
wininet: Skip strcmp() in a test if the returned value...
tree
|
commitdiff
2007-11-09
Juan Lang
wininet: Initialize length of values that aren't being...
tree
|
commitdiff
2007-11-08
Juan Lang
wininet: Don't use HEAP_ZERO_MEMORY on memory that...
tree
|
commitdiff
2007-11-08
Juan Lang
wininet: Fix another typo.
tree
|
commitdiff
2007-11-08
Juan Lang
wininet: Fix typo.
tree
|
commitdiff
2007-11-08
Lei Zhang
wininet: Initialize ftp sockets.
tree
|
commitdiff
2007-11-07
EA Durbin
wininet: Return true for case INTERNET_OPTION_SECURITY_...
tree
|
commitdiff
2007-11-05
Nigel Liang
wininet: Release object in HttpSendRequestExW before...
tree
|
commitdiff
2007-11-01
Hans Leidekker
wininet: Implement and test FtpCommand{A, W}.
tree
|
commitdiff
2007-11-01
Hans Leidekker
wininet: Correct several ftp server response to error...
tree
|
commitdiff
next