Commit Graph

1382 Commits

Author SHA1 Message Date
Sebastian Lackner
95496eedab ntdll-Heap_Delay_Free: Disable patchset, it causes failures for other apps.
Will be re-added after the release when the patch has been improved.
2015-05-16 03:50:29 +02:00
Sebastian Lackner
13effc62f8 wininet-Cleanup: Added various additional fixes for wininet header handling. 2015-05-16 03:45:42 +02:00
Sebastian Lackner
975564c566 wininet-Cleanup: Added next couple of patches and merge with wininet-Memory_Leak. 2015-05-16 03:45:42 +02:00
Sebastian Lackner
8e4c7f1017 Added patch to add HTTP Host header in HttpSendRequest instead of HttpOpenRequest. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
e2d58b98e4 Updated patch to emulate \Device\Null using /dev/null, use a proper device driver. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
26e06cc151 Added patches for additional tests of wininet cookie/header/authentication handling, in preparation of various cleanup patches. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
90bf076dfc Added patch to fix memory leak in wininet.HTTP_InsertCookies. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
dcfee86e79 Added patch with tests for imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}. 2015-05-15 02:48:15 +02:00
Sebastian Lackner
a3ca9927db Added patch to implement kernel32.GetSystemTimePreciseAsFileTime. 2015-05-14 03:14:44 +02:00
Sebastian Lackner
d114a05de3 Added patch to allocate fake hWnd for wineconsole curses backend. 2015-05-13 19:32:09 +02:00
Sebastian Lackner
fb7bff38de Added patch to create stub files for system32/drivers/etc/{services,hosts,networks,protocol}. 2015-05-13 07:11:50 +02:00
Sebastian Lackner
2a8300034c Added patch with IEnumString stub interface for ACLShellSource. 2015-05-13 04:58:51 +02:00
Sebastian Lackner
1b0d071e41 Added patch to avoid creating foreign thread queues for attach_thread_input requests. 2015-05-12 05:46:20 +02:00
Sebastian Lackner
134b99fbb2 Added patch to implement shlwapi.AssocGetPerceivedType. 2015-05-12 03:36:39 +02:00
Sebastian Lackner
c3c9472eb4 Added patch for stub of fltlib.FilterLoad. 2015-05-11 18:19:20 +02:00
Sebastian Lackner
5215a311fe Rebase against 6d323d81b2a604b89c612928a573b290c945df75. 2015-05-11 18:10:47 +02:00
Sebastian Lackner
d3dbcb9165 Added patch to use POSIX implementation to enumerate directory content on FreeBSD. 2015-05-10 02:26:38 +02:00
Sebastian Lackner
53734776f6 ntdll-NtQuerySection: Fix signature also in ntoskrnl.exe specfile. 2015-05-09 21:03:46 +02:00
Sebastian Lackner
54451f955b advapi32-ImpersonateAnonymousToken: Add exports to api-ms-win-security-base-l1-{1,2}-0. 2015-05-09 20:59:43 +02:00
Sebastian Lackner
2fbbd765c6 kernel32-GetFinalPathNameByHandle: Add exports to api-ms-win-core-file-l1-1-0. 2015-05-09 20:57:21 +02:00
Sebastian Lackner
954aed181c Added patch to dirtify vertex shader on transformed update, fixes graphical corruption. 2015-05-09 04:26:56 +02:00
Sebastian Lackner
da0ebd230f ntdll-Vista_Threadpool: Fix compiler warning on x86_64. 2015-05-09 04:20:50 +02:00
Sebastian Lackner
6fb06b865c dsound-EAX: Fix compiler warning on x86_64. 2015-05-09 04:04:15 +02:00
Sebastian Lackner
ffe90cf9f7 kernel32-CopyFileEx: Fix test failures in kernel32/file and add additional tests. 2015-05-09 00:42:45 +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
7fd064ce86 Added patch to implement support for ObjectTypeInformation class support in NtQueryObject. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
20f6d63e2b Added patch to fix leak of async handle in pipe_server_flush. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
bd4c1e3006 patchupdate.py: Ignore categories for disabled patches. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
0a1e04b9f2 Rebase against 3ec3fa5eb7d4eefd3157dfce31dbe561a6cda474. 2015-05-08 19:58:50 +02:00
Sebastian Lackner
977b8b34ad Added patch with stub for winsta.WinStationEnumerateW. 2015-05-07 06:34:45 +02:00
Sebastian Lackner
caf809b1d5 Added patch to return default palette entries from GetSystemPaletteEntries for non-palette-based devices. 2015-05-07 04:20:48 +02:00
Sebastian Lackner
d532c3b5bd patchupdate.py: Wrap debian/changelog at 80 chars. 2015-05-07 02:24:03 +02:00
Sebastian Lackner
952ab53219 Added patch to wait before reusing recently freed memory (fixes Wine Staging Bug #269 and #199). 2015-05-07 02:06:56 +02:00
Sebastian Lackner
e44c30c64e Added patch with stub for atl80.AtlIPersistPropertyBag_Save. 2015-05-06 23:21:06 +02:00
Sebastian Lackner
41f0cda558 patchinstall.sh: Simplify code to enable/disable patchsets. 2015-05-06 22:37:54 +02:00
Sebastian Lackner
552d300345 patchinstall.sh: Some style fixes, use underscore for local variables. 2015-05-06 22:22:46 +02:00
Sebastian Lackner
1143708578 patchupdate.py: Add '--version' command to show staging/wine version. 2015-05-06 22:09:04 +02:00
Sebastian Lackner
aa817e83cf patchupdate.py: When using --force-autoconf, only update files if required. 2015-05-06 20:42:32 +02:00
Sebastian Lackner
1bb34e22a6 patchinstall.sh: Add commandline option '--force-autoconf' to include autogenerated changes in each commit. 2015-05-06 20:41:18 +02:00
Sebastian Lackner
dd18228f7d patchinstall.sh: Only update ./configure and wineserver protocol files if required. 2015-05-06 19:29:17 +02:00
Sebastian Lackner
a78acf275d msvcp90-basic_string_dtor: Fix behaviour for both char and wchar strings. 2015-05-06 17:55:10 +02:00
Sebastian Lackner
8ace9d57c0 Rebase against upstream changes. 2015-05-06 17:34:48 +02:00
Sebastian Lackner
0c248ecda3 Added patch with tests for shlwapi.AssocGetPerceivedType. 2015-05-06 16:57:47 +02:00
Sebastian Lackner
04b7095098 Added patch to improve ReadDataAvailable handling in FilePipeLocalInformation class. 2015-05-06 15:00:29 +02:00
Sebastian Lackner
d97efcbab3 Compiler_Warnings: Removed patch to fix build failure, no longer required. 2015-05-06 00:29:08 +02:00
Sebastian Lackner
52e3343bbb Removed various patches (accepted upstream). 2015-05-05 20:59:51 +02:00
Sebastian Lackner
ab87b19a87 Updated patch to calculate msvcrt exponential math operations with higher precision (fixes Wine Staging Bug #268). 2015-05-05 01:36:50 +02:00
Sebastian Lackner
3426979ddf Disable patchset shell32-Default_Folder_ACLs (fixes Wine Staging Bug #265). 2015-05-04 21:52:33 +02:00
Sebastian Lackner
3f7b4894a7 Compiler_Warnings: Added patch to fix recently introduced build failure with gcc4.9. 2015-05-04 19:34:09 +02:00
Sebastian Lackner
e0390d0bdb Removed various patches (accepted upstream). 2015-05-04 19:02:31 +02:00