Lauri Kenttä
93b5779b30
wininet: Update Finnish translation.
2010-09-24 18:21:16 +02:00
Henri Verbeet
6e46e9048f
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().
...
Apparently it's possible to receive URLs with e.g. slashes in the query
string. I was under the impression those were reserved in the query string,
but e.g. Firefox will happily accept them as well.
2010-09-23 12:06:49 +02:00
Henri Verbeet
7782e81887
wininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().
...
It would be unfortunate if a long file name would cause us to open a file
based on mostly uninitialized data and write the contents of some random
webpage into it.
2010-09-23 12:06:38 +02:00
Luca Bennati
43af162c45
wininet: Update Italian translation.
2010-09-21 17:53:54 +02:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Alexandre Julliard
90fcda14bb
wininet: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Hans Leidekker
94deb85d12
wininet: Handle HTTP_STATUS_REDIRECT_METHOD.
2010-08-27 12:08:41 +02:00
Anders Jonsson
94d7111e8a
wininet: Update Swedish translation.
2010-08-16 12:59:14 +02:00
Uwe Bonnes
53391a3445
wininet: Add const qualifier after openssl version check.
2010-08-02 17:39:20 +02:00
Piotr Caban
75481bde85
wininet: Commit URL cache entry when cache file is closed.
2010-07-26 09:58:21 +02:00
Piotr Caban
54bdf622a0
wininet: Fixed CreateUrlCacheEntryA implementation.
2010-07-26 09:58:21 +02:00
Michael Stefaniuc
276f8eaf59
wininet: Remove the ignored common resource attributes.
2010-07-22 11:41:36 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Piotr Caban
21ced8ddc8
wininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.
2010-07-20 14:40:32 +02:00
Piotr Caban
0736ca71e7
wininet: Don't report error in read_gzip_data when to much data was cached.
2010-07-20 14:40:32 +02:00
Piotr Caban
c398e6fc77
wininet: Cache non basic authorization data.
2010-07-19 14:38:16 +02:00
Piotr Caban
98fb747aa9
wininet: Delete authorization data on unsucessful login.
2010-07-19 14:38:15 +02:00
Piotr Caban
3cfc7132be
wininet: Fix reporting errors in callbacks.
2010-07-19 14:38:15 +02:00
Igor Paliychuk
deb41e5d5e
wininet: Ukrainian translation update.
2010-07-12 11:36:04 +02:00
Gustavo Henrique Milaré
01a9ed1ad8
wininet: Update Portuguese (Brazilian) translation.
2010-07-02 12:18:18 +02:00
Austin English
eff0aeccef
wininet: Avoid size_t in ERR().
2010-07-02 12:17:03 +02:00
Piotr Caban
898531de80
wininet: Remove get_avail_data check from HTTPREQ_ReadFileExA.
2010-07-01 13:44:02 +02:00
Piotr Caban
ee68473fe5
wininet: Reconnect if persistent connection was closed by server.
2010-06-29 15:20:56 +02:00
Kovács András
1aec8e4f8a
wininet: Update Hungarian translation.
2010-06-29 10:54:00 +02:00
Hwang YunSong
784716946e
wininet: Update Korean resource.
2010-06-21 11:48:20 +02:00
Marcus Meissner
3d5a3a32ce
wininet: Fixed buffer lengths in InternetCrackUrlW tests.
2010-06-10 17:17:57 +02:00
Akihiro Sagawa
089de46366
wininet: Update Japanese translation.
2010-06-07 13:41:09 +02:00
Łukasz Wojniłowicz
947d18ace7
wininet: Update the Polish translation.
2010-06-07 12:54:30 +02:00
Jose Rostagno
2a52bb82f2
wininet: Update Spanish translation.
2010-06-02 10:53:50 +02:00
Paul Vriens
e7eb917531
wininet: Update the Danish translation and convert to UTF-8.
...
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-02 10:52:31 +02:00
Marcus Meissner
b7f3aa61f4
wininet: Check for NULL lpwhh (Coverity).
2010-05-27 15:22:12 +02:00
Hans Leidekker
02abc3b216
wininet: Add tests for setting and retrieving the context value.
2010-05-25 13:30:37 +02:00
Hans Leidekker
67b1eecaf2
wininet: Implement InternetQueryOption(INTERNET_OPTION_CONTEXT_VALUE).
2010-05-25 13:30:25 +02:00
Hans Leidekker
80dd367846
wininet: Pass the object header pointer to INET_QueryOption.
2010-05-25 13:30:18 +02:00
Hans Leidekker
ae1f553d2b
wininet: Implement InternetSetOption(INTERNET_OPTION_CONTEXT_VALUE).
2010-05-25 13:30:07 +02:00
Piotr Caban
224af0d0e7
wininet: Fix variables values after redirection in HTTP_HttpSendRequestW.
...
Moved dwContentLength reset after HTTP_DrainContent (this function
disconnects when dwContentLength is set to ~0u).
2010-05-20 16:48:37 +02:00
Michael Stefaniuc
2c07791c5b
wininet: Remove redundant "not NULL/0" checks (coccicheck).
2010-05-20 13:47:52 +02:00
Piotr Caban
8dde5c5168
wininet: Combine certificate errors in HTTP_OpenConnection.
2010-05-19 15:01:00 +02:00
Piotr Caban
ee72094ca8
wininet: Added INTERNET_OPTION_ERROR_MASK flag handling to InternetSetOptionW.
2010-05-19 15:00:55 +02:00
Piotr Caban
4ba60d265a
wininet: Fix callbacks sent on connection error.
2010-05-19 15:00:43 +02:00
Matej Špindler
4ed5079b67
wininet: Update Slovenian translation.
2010-05-18 08:50:10 +02:00
Piotr Caban
c6097cafdd
wininet: Deal with reading over the end in NETCON_recv.
2010-05-17 13:20:22 +02:00
Piotr Caban
a298415bbe
wininet: Fix dwStatusInfoLength value in INTERNET_SendCallback.
2010-05-17 13:20:08 +02:00
Piotr Caban
c0890590ab
wininet: Fix trace messages.
2010-05-08 18:14:53 +02:00
Gerald Pfeifer
dec98a5997
wininet: Remove variable len which is not really used from CommitUrlCacheEntryInternal.
2010-04-21 15:35:00 +02:00
Alexandre Julliard
d982262302
wininet: Fix some pointer conversion warnings on 64-bit.
2010-04-09 13:43:23 +02:00
Alexandre Julliard
a8e86e35dd
winapi: Generate the 64-bit variant of structure size/alignment tests.
2010-04-07 18:03:00 +02:00
Mikhail Maroukhine
25306d8be3
wininet: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:18:06 +02:00
Mikhail Maroukhine
6e5dfd1fb8
wininet: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:11:17 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00