Commit Graph

41 Commits

Author SHA1 Message Date
Sebastian Lackner
57dde8e88f Rebase against aaddf1365a3371263827206eedf1464a83562c00.
[msi-Fix_Stack_Alignment]
Removed patch to fix stack alignment in CUSTOMPROC_wrapper function (accepted
upstream).

[ntdll-FSCTL_PIPE_LISTEN]
Removed patch to avoid updating iosb.Status after FSCTL_PIPE_LISTEN call
(accepted upstream).

[user32-FlashWindowEx]
Removed patch to avoid dereferencing NULL pointer in a trace (accepted
upstream).

[windowscodecs-PNG_Fixes]
Removed patch to fix a copy/paste mistake (accepted upstream).

[winex11-Desktop_Resolution]
Removed patch to allow 320x240 as supported resolution in desktop mode
(accepted upstream).
2016-04-08 02:46:33 +02:00
Sebastian Lackner
43ea36154f Added patch to avoid updating iosb.Status after FSCTL_PIPE_LISTEN call. 2016-03-13 21:01:30 +01:00
Sebastian Lackner
7c264ae20f kernel32-Named_Pipe: Removed patch to fix ConnectNamedPort return value in overlapped mode.
This patch should not make a difference because wineserver already returns
STATUS_PIPE_CONNECTED instead of STATUS_SUCCESS.
2016-03-13 20:23:37 +01:00
Sebastian Lackner
7b40b6922a Added patch to ensure no async operations can be queued for broken pipes. 2016-02-25 22:33:33 +01:00
Sebastian Lackner
66cad5b6ae Rebase against 215e2d7fed58ccd7c5e55ad536fb311608b51d26. 2016-02-25 22:13:42 +01:00
Sebastian Lackner
750454d6f1 Rebase against b21a3240705fdaf9f70a0eb1d2ff4736efcd35c9. 2016-02-05 19:58:05 +01:00
Sebastian Lackner
f6e35db051 Rebase against f55db7882db25019e1af1a497bd7723d10541989. 2016-02-05 18:35:11 +01:00
Sebastian Lackner
d55612ab9c Rebase against 37503be65497b97fe5197c2c5c28486e3ff73e59. 2016-02-03 14:13:14 +01:00
Sebastian Lackner
fe47c7cf07 Rebase against 8676f7bae099f0ca20c26a29dfa4bebd828b39b9. 2016-01-22 02:52:59 +01:00
Sebastian Lackner
695cdd6899 Rebase against 0806b06f2ba7a690661d6ae417270bdbc7370953. 2016-01-16 05:48:20 +01:00
Sebastian Lackner
6fb052e890 Rebase against 7350682aa6ec7702f26f76ccbaa7d2f11a85c93d. 2016-01-16 05:23:16 +01:00
Sebastian Lackner
6e91988232 Rebase against 3198fb0c1c3779882944659d52a676319ffcc68d. 2016-01-15 21:13:24 +01:00
Sebastian Lackner
27ea029694 Rebase against f2ceadc6e6e6b7906400b6df84ac385d263cf394.
[quartz-NULL_TargetFormat]
Removed patch to handle NULL target format in FilterGraph::ConvertTimeFormat
(accepted upstream).
2016-01-12 21:28:32 +01:00
Sebastian Lackner
78db8b7950 Added patch to fix possible leak of explorer.exe processes and implement proper desktop refcounting. 2015-12-04 20:06:24 +01:00
Sebastian Lackner
be3e802c6f Rebase against a2c6a2beb68cae239d72e012aa8d4af113b8aaa7. 2015-11-23 18:22:33 +01:00
Sebastian Lackner
0696c2c351 kernel32-Named_Pipe: Only allow one test result. 2015-11-09 18:16:06 +01:00
Sebastian Lackner
31bd06cb42 Added patch to fix wineserver crash when pipe server object is destroyed before client (fixes Wine Staging Bug #393). 2015-06-17 13:52:46 +02:00
Sebastian Lackner
16d40cf5d5 Added patch to initialize System\CurrentControlSet\Control\TimeZoneInformation registry keys. 2015-06-06 03:52:12 +02:00
Sebastian Lackner
9149fde0ff Added patches to fix error code for ReadFile/WriteFile on closed pipe (fixes Wine Staging Bug #348). 2015-06-06 02:15:34 +02:00
Sebastian Lackner
9acb14c728 Added patch to set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe in NtQueryInformationFile. 2015-06-04 00:07:19 +02:00
Sebastian Lackner
fd6ff0999c Added patch to restore original error code in rpcrt4 when ReadFile fails with ERROR_MORE_DATA. 2015-06-03 22:31:02 +02:00
Sebastian Lackner
ca8ffcd619 Rebase against 9586d3b2567e6b4a2270caeacf39796c168351c0. 2015-05-21 18:47:14 +02:00
Sebastian Lackner
1c29f7db86 Update category information for all patchsets. 2015-05-16 18:48:49 +02:00
Sebastian Lackner
d6a8a1d8a1 Added patch to fix error handling in OpenSCManagerW (fixes testfailure in advapi32/service tests when named pipe messagemode is available). 2015-05-08 21:57:09 +02:00
Sebastian Lackner
04b7095098 Added patch to improve ReadDataAvailable handling in FilePipeLocalInformation class. 2015-05-06 15:00:29 +02:00
Sebastian Lackner
17a3d8c2ea Rebase against upstream changes. 2015-03-16 17:13:28 +01:00
Sebastian Lackner
4a8df258cd Removed multiple patches (accepted upstream). 2015-03-04 17:56:00 +01:00
Sebastian Lackner
db827ac766 kernel32-Named_Pipe: Remove two todo_wine's - somehow magically fixed by the recent changes to wine APC handling. 2015-03-03 18:37:29 +01:00
Sebastian Lackner
4d3a96536e Removed various patches (accepted upstream), disabled patchset for TransmitFile (rewrite in progress). 2015-03-03 18:18:58 +01:00
Sebastian Lackner
e86c1653d8 Removed patches to use interlocked functions for library refcounts (accepted upstream). 2015-03-02 16:17:41 +01:00
Sebastian Lackner
c85677af86 kernel32-Named_Pipe: Fix warnings in tests on x86_64. 2015-01-24 08:49:33 +01:00
Sebastian Lackner
daf84945cb kernel32-Named_Pipe: When running on an older kernel, make sure that ntdll doesn't try to use message mode features. 2015-01-10 18:13:05 +01:00
Sebastian Lackner
ca871ef7fd kernel32-Named_Pipe: Fix compilation issue on FreeBSD. 2014-12-29 18:48:39 +01:00
Sebastian Lackner
913f7f2af2 Add note that named pipe message mode support is only fully implemented on Linux. 2014-12-27 18:25:51 +01:00
Sebastian Lackner
9c6e895b0b Added patch to add support for named pipe message mode. 2014-12-27 17:33:55 +01:00
Sebastian Lackner
7a419c031a Make definition files optional, move revision numbers to corresponding .patch files. 2014-11-15 10:33:43 +01:00
Sebastian Lackner
3029f615d2 Remove patches for SetNamedPipeHandleState implementation (accepted upstream). 2014-08-21 23:08:37 +02:00
Sebastian Lackner
2ae83d8d8e kernel32-Named_Pipe: Remove patches 2-4 (accepted upstream). 2014-08-20 22:07:05 +02:00
Sebastian Lackner
13f3004ee7 Replace SetNamedPipeHandleState patch with proper implementation. 2014-08-18 23:18:59 +02:00
Erich E. Hoover
d703791841 Added patch to fix ConnectNamedPort return value in overlapped mode. 2014-07-26 14:22:36 -06:00
Erich E. Hoover
1e0e9de2b0 Move 05-Named_Pipe to kernel32-Named_Pipe. 2014-07-25 18:36:21 -06:00