- 30 Aug, 2007 1 commit
-
-
Francois Gouget authored
-
- 23 Aug, 2007 3 commits
-
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
- 22 Aug, 2007 2 commits
-
-
Misha Koshelev authored
-
Misha Koshelev authored
wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING when closing handle opened with InternetOpen for HTTP connection.
-
- 17 Aug, 2007 1 commit
-
-
Paul Vriens authored
-
- 16 Aug, 2007 3 commits
-
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
- 13 Aug, 2007 3 commits
-
-
Misha Koshelev authored
wininet/tests: Test that for an open HTTP connection InternetQueryDataAvailable succeeds or returns ERROR_IO_PENDING.
-
Misha Koshelev authored
wininet: InternetQueryDataAvailable does not return ERROR_NO_MORE_FILES when no more HTTP data is available.
-
Misha Koshelev authored
-
- 10 Aug, 2007 4 commits
-
-
Hans Leidekker authored
wininet: Process caller supplied headers after inserting connection and authorization headers, not before.
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
- 09 Aug, 2007 2 commits
-
-
Francois Gouget authored
wininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*(). Remove SetUrlCacheConfigInfo*() from wininet.h, it's supposed to be declared in winineti.h. Update win32.api to fix the winapi_check warnings.
-
Francois Gouget authored
-
- 07 Aug, 2007 1 commit
-
-
Huw Davies authored
-
- 27 Jul, 2007 1 commit
-
-
Aric Stewart authored
-
- 19 Jul, 2007 3 commits
-
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
wininet: Certain options of InternetQueryOption can take a NULL handle, so don't do the NULL handle check at the beginning.
-
- 16 Jul, 2007 3 commits
-
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
- 02 Jul, 2007 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 27 Jun, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 07 Jun, 2007 1 commit
-
-
Hans Leidekker authored
-
- 06 Jun, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 01 Jun, 2007 1 commit
-
-
Jeremy White authored
-
- 29 May, 2007 6 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
Use it to implement the behaviour where InternetReadFileExA does a synchronous request if the data is available and asynchronous otherwise.
-
Rob Shearman authored
wininet: Don't close the connection if the caller passes in zero for the number of bytes to be read. Only close the connection when the bytes read equals the content length. Fixup HTTP_DrainContent, which relied on the previous incorrect behaviour to instead close connections with no content length manually.
-
Rob Shearman authored
-
Rob Shearman authored
wininet: Fix basic authentication by putting Basic directing into the scheme field, as the pszAuthValue can have an optional realm string appended.
-
Andrew Talbot authored
-