projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Protect sys/stat.h inclusion.
[wine]
/
dlls
/
wininet
/
2006-02-06
Dmitry Timoshkov
wininet: Fix InternetQueryOption test to pass under...
tree
|
commitdiff
2006-02-06
Vijay Kiran Kamuju
wininet: Add tests for InternetQueryOption.
tree
|
commitdiff
2006-02-06
Eric Pouech
Fixes for missing prototypes warnings.
tree
|
commitdiff
2006-02-06
Fatih Aşıcı
wininet: Turkish translation.
tree
|
commitdiff
2006-01-20
Aric Stewart
wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT...
tree
|
commitdiff
2006-01-13
Aric Stewart
wininet: Handle NULL lpBuffersIn in HttpSendRequestExW.
tree
|
commitdiff
2006-01-05
Jacek Caban
wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
tree
|
commitdiff
2005-12-31
Robert Shearman
wininet: Handle the cache being full better in CommitUr...
tree
|
commitdiff
2005-12-31
Robert Shearman
wininet: Create new hash tables for URL cache on demand.
tree
|
commitdiff
2005-12-31
Robert Shearman
wininet: Move URL cache hash table creation to a separa...
tree
|
commitdiff
2005-12-13
Aric Stewart
wininet: HTTP headers reworking.
tree
|
commitdiff
2005-12-13
Marcus Meissner
wininet: Reinitialise NETCON on redirect.
tree
|
commitdiff
2005-12-08
Aric Stewart
wininet: Handle HTTP_QUERY_CUSTOM.
tree
|
commitdiff
2005-12-08
Aric Stewart
wininet: A->W bugfix.
tree
|
commitdiff
2005-12-05
Patrick Ammann
wininet: compilation fix
tree
|
commitdiff
2005-12-03
Robert Shearman
wininet: Correctly set the last error when a called...
tree
|
commitdiff
2005-12-03
Robert Shearman
wininet: global function/data cleanup
tree
|
commitdiff
2005-12-01
Robert Shearman
Cleanup SSL connections properly, do a few security...
tree
|
commitdiff
2005-11-30
Robert Shearman
Test the behaviour of HttpSendRequestEx when putting...
tree
|
commitdiff
2005-11-30
Robert Shearman
Remove duplicated code by modifying HTTP_HttpSendReques...
tree
|
commitdiff
2005-11-30
Robert Shearman
Remove call to StrCatW by passing in NULL for lpszExtra...
tree
|
commitdiff
2005-11-29
Robert Shearman
HttpSendRequestExA/W doesn't touch lpBuffersIn->Next...
tree
|
commitdiff
2005-11-29
Robert Shearman
More lpszServerName -> lpszHostName fixes.
tree
|
commitdiff
2005-11-29
Robert Shearman
Fix redirects from secure to non-secure and vice versa.
tree
|
commitdiff
2005-11-29
Robert Shearman
Change all SendAsyncCallback calls into the synchronous
tree
|
commitdiff
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
tree
|
commitdiff
2005-11-28
Aric Stewart
Allow HttpEndRequest to process 302 and 301 redirects...
tree
|
commitdiff
2005-11-28
Robert Shearman
Add support for using secure (SSL/TLS) connections...
tree
|
commitdiff
2005-11-28
Robert Shearman
Move the initiation of the SSL connection into a separa...
tree
|
commitdiff
2005-11-28
Robert Shearman
Add a host port field that preserves the requested...
tree
|
commitdiff
2005-11-28
Robert Shearman
Fix "http://" prefix detection on the proxy URL.
tree
|
commitdiff
2005-11-28
Robert Shearman
Replace some useless checks in HTTP_AddProxyInfo with...
tree
|
commitdiff
2005-11-28
Robert Shearman
Simplify and fix Set-Cookie handling.
tree
|
commitdiff
2005-11-28
Robert Shearman
Simplify HTTP_InsertProxyAuthorization.
tree
|
commitdiff
2005-11-28
Robert Shearman
Change some SendAsyncCallback calls to INTERNET_SendCal...
tree
|
commitdiff
2005-11-28
Robert Shearman
Add parsing of the Content-ID and Proxy-Connection...
tree
|
commitdiff
2005-11-28
Robert Shearman
Add a new field "lpszHostName" to the session to track...
tree
|
commitdiff
2005-11-26
Alexandre Julliard
Renamed all .cvsignore files to .gitignore.
tree
|
commitdiff
2005-11-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-11-23
Francois Gouget
Documentation tweaks to make winapi_check happy.
tree
|
commitdiff
2005-11-22
Aric Stewart
HttpEndRequest does not actually send an extra NULL...
tree
|
commitdiff
2005-11-22
Aric Stewart
Fix some logic to allow HTTP_ADDREQ_FLAG_ADD to replace...
tree
|
commitdiff
2005-11-22
Robert Shearman
Test the sizes of some of the parameters passed into...
tree
|
commitdiff
2005-11-22
Robert Shearman
Rename SendAsyncCallback to INTERNET_SendCallback.
tree
|
commitdiff
2005-11-22
Robert Shearman
Fix an incorrect entry in the HTTP header field table...
tree
|
commitdiff
2005-11-21
Aric Stewart
Implement HttpSendRequestEx and HttpEndRequest. Restruc...
tree
|
commitdiff
2005-11-21
Aric Stewart
Implement the use of NETCON_send for HTTP connections...
tree
|
commitdiff
2005-11-16
Robert Shearman
- Improve callback to give context sensitive informatio...
tree
|
commitdiff
2005-11-15
Robert Shearman
We shouldn't pass the struct hostent returned from...
tree
|
commitdiff
2005-11-15
Robert Shearman
Correct the size of a callback parameter.
tree
|
commitdiff
2005-11-15
Alexandre Julliard
Fixed Unicode buffer size bug in CreateUrlCacheEntryW.
tree
|
commitdiff
2005-11-15
Robert Shearman
INTERNET_STATUS_HANDLE_CREATED notifications just send...
tree
|
commitdiff
2005-11-15
Robert Shearman
SSL doesn't need to use a different socket to unsecure...
tree
|
commitdiff
2005-11-14
Saulius Krasuckas
Fix a test for InternetCreateUrlA as no Windows platfor...
tree
|
commitdiff
2005-11-12
Robert Shearman
Implement InternetReadFileExA (based on a patch by...
tree
|
commitdiff
2005-11-11
YunSong Hwang
Add Korean translations.
tree
|
commitdiff
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
tree
|
commitdiff
2005-11-10
Mike Hearn
Update wininet version info.
tree
|
commitdiff
2005-11-08
Vincent Béron
Unicodify InternetCheckConnection.
tree
|
commitdiff
2005-11-01
Alexandre Julliard
Authors: Marcus Meissner <marcus@jet.franken.de>, Walte...
tree
|
commitdiff
2005-10-31
James Hawkins
Implement InternetCreateUrlW and test cases.
tree
|
commitdiff
2005-10-28
James Hawkins
Correct parameter names for InternetSetFilePointer.
tree
|
commitdiff
2005-10-27
Vijay Kiran Kamuju
Add default implementation for max_conn_pre_*_server...
tree
|
commitdiff
2005-10-26
Jacek Caban
Make functions static.
tree
|
commitdiff
2005-10-20
Aric Stewart
Move the peek_msg buffers for SSL connections into the
tree
|
commitdiff
2005-10-19
Mike McCormack
Set the http port before figuring out whether we're...
tree
|
commitdiff
2005-10-19
Aric Stewart
Use debugstr_a to prevent a buffer overflow when debugging.
tree
|
commitdiff
2005-09-29
Denis Lukianov
Use ICU_BROWSER_MODE in InternetCanonicalizeUrl.
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-29
Vincent Béron
Cast the result of strlen() to DWORD and print it via...
tree
|
commitdiff
2005-09-26
Alexander N. Sørnes
Added Norwegian translations.
tree
|
commitdiff
2005-09-25
Kimmo Myllyvirta
Update Finnish resources.
tree
|
commitdiff
2005-09-19
Milko Krachounov
Bulgarian resources for mpr, msi, user, commdlg, oleaut...
tree
|
commitdiff
2005-09-13
Alexandre Julliard
Remove the 'L' suffix on a number of constants to avoid...
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed some more traces to use the right printf format...
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Specify 64-bit integers as double instead of long long...
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
tree
|
commitdiff
2005-09-07
<orin@pinhead.cc>
Wrong flags were being tested for INTERNET_FLAG_NO_AUTO...
tree
|
commitdiff
2005-08-27
Alexandre Julliard
Explicitly import kernel32 in tests that use it.
tree
|
commitdiff
2005-08-24
James Hawkins
Avoid heap corruption by not accessing old HeapReAlloc...
tree
|
commitdiff
2005-08-17
Saulius Krasuckas
Correct failing test and transform it into a bunch...
tree
|
commitdiff
2005-08-16
Saulius Krasuckas
Move repetitive code to two helper functions.
tree
|
commitdiff
2005-08-12
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-08-08
Alexandre Julliard
Don't prefix the functions DllInstall and DllGetVersion...
tree
|
commitdiff
2005-08-03
Robert Shearman
As per MSDN, INTERNET_OPTION_CONNECTED_STATE should...
tree
|
commitdiff
2005-07-15
Robert Shearman
Fix return value of InternetQueryDataAvailable.
tree
|
commitdiff
2005-07-13
Mike McCormack
Interlocked LONG* gcc warning fixes.
tree
|
commitdiff
2005-07-07
Mike McCormack
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
tree
|
commitdiff
2005-07-03
Mike McCormack
Avoid warnings in generated tests by casting sizeof...
tree
|
commitdiff
2005-06-30
Alexandre Julliard
Added missing LGPL header.
tree
|
commitdiff
2005-06-30
Robert Shearman
Add stubs for some InternetSetOption options.
tree
|
commitdiff
2005-06-22
Alexandre Julliard
Sort entry points alphabetically.
tree
|
commitdiff
2005-06-21
Maarten Lankhorst
Changed setting default port number from HTTP_Connect to
tree
|
commitdiff
2005-06-21
Maarten Lankhorst
- Added new INTERNET_OPTION* defines.
tree
|
commitdiff
2005-06-13
Mike McCormack
Fix some warnings.
tree
|
commitdiff
2005-06-05
Mike Hearn
- Don't return NULL for proxy details if there is no...
tree
|
commitdiff
2005-05-24
Uwe Bonnes
Handle more Escape situations.
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-05-04
Troy Rollo
Create URL Cache if it does not already exist.
tree
|
commitdiff
next