Commit graph

21 commits

Author SHA1 Message Date
Colin Finck c2c66aff7d Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
Amine Khaldi 9048599788 [WINHTTP] Sync with Wine Staging 2.16. CORE-13762
d0813b7 winhttp: Avoid returning while holding a lock (Coverity).
5a61913 winhttp: Rename host_t to hostdata_t.
2a99f0e winhttp: Periodically free outdated connections.
5226865 winhttp: Cache and reuse persistent HTTP connections.
e0e8a3f winhttp: Introduce global connected hosts store and keep reference to host in netconn_t.
d1d65c9 winhttp: Merge netconn_create and netconn_connect implementations.
3e60241 winhttp: Store socked address in netconn_t.
e129023 winhttp: Pass socket address as sockaddr_storage to netconn_connect.
c2f464d winhttp: Get rid of no longer needed netconn_init.
8c9df5b winhttp: Use notification flags to explicitly mark notifications that should signal an event.
c502629 winhttp: Allocate netconn_t separately from request_t.
c06104c winhttp: Store security_flags in request_t instead of netconn_t.
f2bb206 winhttp: Reset content length when a redirect creates a new connection.
0923897 winhttp: Only read as much data as advertized when draining content.

svn path=/trunk/; revision=75944
2017-09-24 11:17:43 +00:00
Amine Khaldi 77b7db7a3b [WINHTTP] Sync with Wine Staging 2.9. CORE-13362
2fa86fd winhttp: Always drain content before sending the next request.
6b6ffb3 winhttp: Ignore unknown schemes in WinHttpQueryAuthSchemes.
08603e5 winhttp: Fix a memory leak in insert_header (Valgrind).
be78574 winhttp: Cookie attributes are case-insensitive.
8595cc5 winhttp: Parse cookie attributes.

svn path=/trunk/; revision=74864
2017-06-04 01:48:31 +00:00
Amine Khaldi 1d323c7f36 [WINHTTP] Sync with Wine Staging 2.2. CORE-12823
6053db9 winhttp: Fix handling of Accept headers.
c43dd19 winhttp: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.
5b9beca winhttp: Fix some spec file entries.
542998e winhttp: Accept NULL buffer for size queries in WinHttpCreateUrl.
ec35394 winhttp: Handle EINTR from connect and poll.
613e239 winhttp: Use return value of sprintf() instead of calling strlen() and simplify code.

svn path=/trunk/; revision=74197
2017-03-19 17:04:32 +00:00
Amine Khaldi 6de537bd43 [WINHTTP] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70946
2016-03-05 10:51:52 +00:00
Amine Khaldi 19bc65b1ac [WINHTTP] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70007
2015-11-22 10:13:38 +00:00
Amine Khaldi 4f5f0ecab5 [WINHTTP] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68557
2015-07-22 19:39:23 +00:00
Amine Khaldi c2b421e0a7 [WINHTTP] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67116
2015-04-09 13:29:04 +00:00
Amine Khaldi 2b0d345d20 [WINHTTP]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64273
2014-09-25 15:10:02 +00:00
Timo Kreuzer c7fe9e7521 [PSDK/...]
- Add/improve some definitions in ntdef.h
- fix definition of SUBLANG_SINDHI_PAKISTAN in winnt.h
- enable ARRAYSIZE in winnt.h
- #undef ARRAYSIZE in certain wine code to avoid redefinition
- Use PCCH instead of PCCHAR in ext2lib (PCCHAR is ntdef.h only)
- remove obsolete definitions from smss.h

svn path=/trunk/; revision=64000
2014-08-30 22:26:42 +00:00
Amine Khaldi ab45abcfb2 [WINHTTP]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62990
2014-04-26 17:34:51 +00:00
Amine Khaldi d8c817aa78 [WINHTTP]
* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61478
2014-01-01 21:42:31 +00:00
Amine Khaldi 74ff2a18e0 [WINHTTP]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60426
2013-09-28 15:23:56 +00:00
Amine Khaldi f3e41bd1fc [WINHTTP]
* Sync with Wine 1.5.26.
* Update winhttp_ros.diff.
[PSDK]
* Update winhttp.h.

svn path=/trunk/; revision=59064
2013-05-21 20:06:46 +00:00
Amine Khaldi 2bd930547c * Slap *some* sense into our header inclusions.
* This significantly shrinks the dependency tracking data and the compiled objects size, which speeds up the whole build process (especially the incremental builds) accelerating the daily development as a result.
* No intended code changes, ~27% smaller build. Enjoy ;)

svn path=/trunk/; revision=58214
2013-01-24 23:00:42 +00:00
Thomas Faber ae0056953a [WINHTTP]
- Sync to Wine 1.5.4
- Fïx warnings
See issue #7186 for more details.

svn path=/trunk/; revision=56891
2012-07-14 16:13:51 +00:00
Cameron Gutman d7abc4fbf1 [WINHTTP]
- Sync to wine 1.3.21

svn path=/trunk/; revision=52105
2011-06-05 21:39:34 +00:00
Cameron Gutman 411c11b801 [URLMON]
- Sync to WINE 1.3.4
[WININET]
- Add a forgotten change to the diff
[WINHTTP]
- Sync to WINE 1.3.4
- Sync the inet_ntop.c change from wininet
- Update the diff

svn path=/trunk/; revision=49083
2010-10-09 21:52:25 +00:00
Christoph von Wittich 12c11159c8 sync urlmon and winhttp with wine 1.1.23
svn path=/trunk/; revision=41333
2009-06-07 12:32:05 +00:00
Pierre Schweitzer 714e5fdc39 Fixed a warning
svn path=/trunk/; revision=36019
2008-09-07 08:46:58 +00:00
Pierre Schweitzer 51ee2d9ff9 Synced winhttp.dll with Wine HEAD using stuff and methods from wininet.dll.
It helps Chrome setup starting (but not working yet).

svn path=/trunk/; revision=36016
2008-09-07 08:21:35 +00:00