[ros-diffs] 04/04: [BTRFSTOOLS] Added python scripts for inspecting BTRFS filesystem internals

2018-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d0847939e4a0fddd1be253265be3e09c18adcf28 commit d0847939e4a0fddd1be253265be3e09c18adcf28 Author: Victor Perevertkin AuthorDate: Tue Aug 14 17:51:03 2018 +0300 Commit: Pierre Schweitzer CommitDate: Mon Aug 20 08:26:56 2018 +0200

[ros-diffs] 03/04: [BTRFS] Applied upstream pull-requests before they are merged

2018-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0e61b570e78c7490d36ae2dc573e6af9c1b226d2 commit 0e61b570e78c7490d36ae2dc573e6af9c1b226d2 Author: Victor Perevertkin AuthorDate: Sun Aug 12 19:31:15 2018 +0300 Commit: Pierre Schweitzer CommitDate: Mon Aug 20 08:26:56 2018 +0200

[ros-diffs] 02/04: [FREELDR][BTRFS] Implemented BTRFS support in Free Loader. Now it supports case-insensitive path lookup, symlink folowing and reading uncompressed files. Volume boot record is also

2018-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3b69eee7a65fc7b768b5a92cbf5955f1e6f79068 commit 3b69eee7a65fc7b768b5a92cbf5955f1e6f79068 Author: Victor Perevertkin AuthorDate: Tue Jun 19 04:00:52 2018 +0300 Commit: Pierre Schweitzer CommitDate: Mon Aug 20 08:26:56 2018 +0200

[ros-diffs] 01/04: [USETUP][SETUPLIB] Added support for formatting partition in BTRFS and installing ReactOS on it. Removed code related to EXT2 boot sector for now. CORE-13769

2018-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=07bc92f740a5e4f70a82c5835a5e9266c9967462 commit 07bc92f740a5e4f70a82c5835a5e9266c9967462 Author: Victor Perevertkin AuthorDate: Thu Jun 14 02:30:06 2018 +0300 Commit: Pierre Schweitzer CommitDate: Mon Aug 20 08:26:56 2018 +0200

[ros-diffs] 01/01: [ASM] Fixed ".double" macro in asm.inc. GAS uses ".double" symbol for declaring floating-point constants and ".quad" symbol for declaring 64-bit numbers. This is not compatible with

2018-07-15 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2ae1675208bb05e43c91b5762a10d1292298f420 commit 2ae1675208bb05e43c91b5762a10d1292298f420 Author: Victor Perevertkin AuthorDate: Sun Jul 15 18:49:49 2018 +0300 Commit: Hermès BÉLUSCA - MAÏTO CommitDate: Sun Jul 15 23:25:23 2018 +0200

[ros-diffs] 01/01: [CRT] Fixed _tstat64 which wrongly set executable bits on files. CORE-10904 Replaced some string functions with their tchar.h analogs

2018-03-26 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=65eabed2e1c07c3b1c8a8beb2a42676a45783897 commit 65eabed2e1c07c3b1c8a8beb2a42676a45783897 Author: Victor Perevertkin <vic...@perevertkin.ru> AuthorDate: Sun Mar 25 00:33:57 2018 +0300 Commit: Thomas Faber <thomas.fa...@re

[ros-diffs] [reactos] 01/01: [USBHID] Do not assert if the device was unplugged during an operation.

2019-04-08 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5f4cf8a716ab50d47fc4686b5667165db39c6b56 commit 5f4cf8a716ab50d47fc4686b5667165db39c6b56 Author: Victor Perevertkin AuthorDate: Mon Apr 1 04:00:52 2019 +0300 Commit: Victor Perevertkin CommitDate: Mon Apr 8 12:05:17 2019 +0300

[ros-diffs] [reactos] 06/06: [E1000] Finished an implementation of the driver. Added PIDs for whole Intel 8254x family. Note: this driver uses legacy interfaces for either receive and transmit descrip

2019-02-07 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d9c4d28e59de351a59a29a9bf450755627138a7c commit d9c4d28e59de351a59a29a9bf450755627138a7c Author: Victor Perevertkin AuthorDate: Tue Jan 22 00:44:25 2019 +0300 Commit: Mark Jansen CommitDate: Thu Feb 7 19:48:54 2019 +0100 [E1000

[ros-diffs] [reactos] 01/01: [CONFIGURE] Do not create another "reactos" directory in build directory. This makes configure.sh consistent with configure.cmd

2019-02-11 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=53ce7d4370d2dbcce0217b12d8a93d556a36a55b commit 53ce7d4370d2dbcce0217b12d8a93d556a36a55b Author: Victor Perevertkin AuthorDate: Sun Sep 16 15:07:46 2018 +0300 Commit: Pierre Schweitzer CommitDate: Mon Feb 11 09:55:17 2019 +0100

[ros-diffs] [reactos] 01/01: [NTFS] Do not print debug message for every function call by default

2019-06-15 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=155243494059037a5cccd3b1c57f0b77ca897c95 commit 155243494059037a5cccd3b1c57f0b77ca897c95 Author: Victor Perevertkin AuthorDate: Sat Jun 15 19:24:27 2019 +0300 Commit: Victor Perevertkin CommitDate: Sat Jun 15 19:24:27 2019 +0300

[ros-diffs] [reactos] 01/17: [FORMATTING][USBSTOR] Remove Captain Obvious and line-wasting comments. Now the driver conforms with our current Coding Style. No functional changes

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d17d15ab6c2048f0ac3fa6f427f82fc2d243f528 commit d17d15ab6c2048f0ac3fa6f427f82fc2d243f528 Author: Victor Perevertkin AuthorDate: Sun Mar 24 23:01:43 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 02/17: [USBSTOR] Do not attempt additional processing of SCSI requests. Now the driver sends all requests transparently. Inspired by Vadim Galyant's patches to usbstor

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b4c03399ba19cfc141dad9582a82ecf88549b760 commit b4c03399ba19cfc141dad9582a82ecf88549b760 Author: Victor Perevertkin AuthorDate: Tue Mar 26 14:26:06 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 11/17: [USBSTOR] Refactor device reset and pipe reset code. Return correct status codes from completion routines. Reject requests while the device is being reset

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7bb93db3728d721556f17f350d8813f97fd7cea7 commit 7bb93db3728d721556f17f350d8813f97fd7cea7 Author: Victor Perevertkin AuthorDate: Sat Apr 13 15:48:14 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 12/17: [USBSTOR] Weaken the type checks of a device. This adds usb-cdrom support to usbstor.sys

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b7de5870e6e6a845b4b452d0c6fb105c00392ca5 commit b7de5870e6e6a845b4b452d0c6fb105c00392ca5 Author: Victor Perevertkin AuthorDate: Sat Apr 27 23:29:45 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 10/17: [USBSTOR] Do not try to retry a failed request for all cases except receiving a USBD_STATUS_STALL_PID status. This decision should be made by higher-level driver (and clas

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=aaa90f698680fb51d27dc870fbe214ffd982bcde commit aaa90f698680fb51d27dc870fbe214ffd982bcde Author: Victor Perevertkin AuthorDate: Wed Apr 10 03:22:03 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 17/17: [USBSTOR] Properly handle IRP_MN_QUERY_DEVICE_RELATIONS(BusRelations) for FDO. This fixes Driver Verifier warnings

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da1b08e842c65553cd3576e9396d4f62cd86cb96 commit da1b08e842c65553cd3576e9396d4f62cd86cb96 Author: Victor Perevertkin AuthorDate: Tue Jun 11 02:50:43 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 16/17: [USBSTOR] Register dumb IRP_MJ_SYSTEM_CONTROL handler. This satisfies Driver Verifier

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=04409942d6d787357e7453193f8f93ba4694aac7 commit 04409942d6d787357e7453193f8f93ba4694aac7 Author: Victor Perevertkin AuthorDate: Tue Jun 11 01:42:28 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 13/17: [DISK] Disable IsFloppyDevice check. It wrongly marks USB flash drives as a floppy device

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa530aee92e417e4330c604bbe6ea2e9100709dc commit fa530aee92e417e4330c604bbe6ea2e9100709dc Author: Victor Perevertkin AuthorDate: Sun Apr 28 00:44:55 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 14/17: [USBSTOR] Do not leak fields of DeviceExtensions upon device removal

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=40b25634ffcfd13ce98c338cdc272f1aa1d4bbf2 commit 40b25634ffcfd13ce98c338cdc272f1aa1d4bbf2 Author: Victor Perevertkin AuthorDate: Tue Jun 11 01:31:44 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 15/17: [USBSTOR] Improve handling of IRP_MN_QUERY_DEVICE_TEXT for PDOs CORE-15883

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=126abaf88f58ec3dd3da9d6631d5b6a554a852ae commit 126abaf88f58ec3dd3da9d6631d5b6a554a852ae Author: Victor Perevertkin AuthorDate: Tue Jun 11 01:40:43 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 03/17: [USBSTOR] Do not create a new Irp for USB requests - use the original one from higher-level driver instead. Refactored CSWCompletionRoutine for correct handling different

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ed6724cd7e2d769d7453ff0bd3eb3bc835bf2f04 commit ed6724cd7e2d769d7453ff0bd3eb3bc835bf2f04 Author: Victor Perevertkin AuthorDate: Thu Mar 28 02:45:32 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 04/17: [USBSTOR] Rework the routines for sending internal SCSI requests. Now for each request SenseBuffer is correctly set and 3 attempts are made to be sure the STALL state is c

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f3fd12b9be4143f27f6ce5cbb5f9943b1dedfe20 commit f3fd12b9be4143f27f6ce5cbb5f9943b1dedfe20 Author: Victor Perevertkin AuthorDate: Sun Mar 31 16:52:04 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 06/17: [USBSTOR] Better handle CBW/CSW transfer errors and set SrbStatus correctly.

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=84f78cb0d79ada58965fe936664f4f8245d7e63b commit 84f78cb0d79ada58965fe936664f4f8245d7e63b Author: Victor Perevertkin AuthorDate: Sun Mar 31 23:03:33 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 07/17: [USBSTOR] Refactor request issue code. Pipe handle selection now made more correctly. Simplified an MDL allocation for a request.

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c452f7dab49f815ccd5048d8d261dfbf1843c341 commit c452f7dab49f815ccd5048d8d261dfbf1843c341 Author: Victor Perevertkin AuthorDate: Mon Apr 1 01:07:55 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 09/17: [USBSTOR] Issue a SCSI Request Sense after receiving a CSW with failed status. CORE-15884 Based on Vadim Galyant's patches to usbstor

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c7ed299aaa35d746ac1677144341150d5e79e373 commit c7ed299aaa35d746ac1677144341150d5e79e373 Author: Victor Perevertkin AuthorDate: Mon Apr 1 03:03:40 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 08/17: [USBSTOR] Keep CBW and CSW inside an IRP context. Remove obsolete fields from the IRP context structure.

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5046f1b3faf157f2e84f655331e04ccbc6019f8e commit 5046f1b3faf157f2e84f655331e04ccbc6019f8e Author: Victor Perevertkin AuthorDate: Mon Apr 1 02:33:35 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 05/17: [USBSTOR] Better validate SCSI IRPs. Patch by Vadim Galyant

2019-06-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3faf5efd49586b46b2c19e7b99e7771b59580125 commit 3faf5efd49586b46b2c19e7b99e7771b59580125 Author: Victor Perevertkin AuthorDate: Sun Mar 31 17:20:27 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 11 04:39:43 2019 +0300

[ros-diffs] [reactos] 01/01: [USBOHCI_NEW] Simplify the MapTransferToTD routine and add some docs

2019-06-25 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3fe397818a8f52daad011a237ab85dca81c5c8d0 commit 3fe397818a8f52daad011a237ab85dca81c5c8d0 Author: Victor Perevertkin AuthorDate: Tue Jun 25 13:02:35 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 25 13:02:35 2019 +0300

[ros-diffs] [reactos] 01/02: [USBOHCI_NEW] Zero out the transfer descriptor right after allocation. Cleaned up transfer routines and added some more docs.

2019-06-25 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9004e64b574adc8a575870f2faadd400cac21201 commit 9004e64b574adc8a575870f2faadd400cac21201 Author: Victor Perevertkin AuthorDate: Tue Jun 25 15:03:26 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 25 15:03:26 2019 +0300

[ros-diffs] [reactos] 02/02: [USBOHCI_NEW] Rename counter-intuitive field of Transfer Descriptor

2019-06-25 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=10260f40d934f878ded6c87a941ac53463fe5e2f commit 10260f40d934f878ded6c87a941ac53463fe5e2f Author: Victor Perevertkin AuthorDate: Tue Jun 25 15:14:21 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Jun 25 15:14:21 2019 +0300

[ros-diffs] [reactos] 01/01: [FREELDR] Fix Release build

2019-06-25 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=12542f271dfdccf99dbdb49c25d8b32f83df47ed commit 12542f271dfdccf99dbdb49c25d8b32f83df47ed Author: Victor Perevertkin AuthorDate: Wed Jun 26 00:56:21 2019 +0300 Commit: Victor Perevertkin CommitDate: Wed Jun 26 00:56:21 2019 +0300

[ros-diffs] [reactos] 01/01: [HIVESYS] Add missing UpperFilters for mouse and keyboard classes

2019-05-19 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=63286c6bbc300c55a3b0120d37a637ec25a8fe44 commit 63286c6bbc300c55a3b0120d37a637ec25a8fe44 Author: Victor Perevertkin AuthorDate: Mon May 20 01:28:33 2019 +0300 Commit: Victor Perevertkin CommitDate: Mon May 20 01:28:33 2019 +0300

[ros-diffs] [reactos] 01/01: [IPHLPAPI] Use if_descrlen field for determining the length of if_descr in IFEntry structure. This fixes heap corruption on GCC8. CORE-16088

2019-07-05 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=042646ceaccb13e2bea9b2d9a06fadf284ecc0ab commit 042646ceaccb13e2bea9b2d9a06fadf284ecc0ab Author: Victor Perevertkin AuthorDate: Sun Jun 30 15:34:46 2019 +0300 Commit: Victor Perevertkin CommitDate: Fri Jul 5 22:49:12 2019 +0300

[ros-diffs] [reactos] 01/01: [DOCS] Add myself to CODEOWNERS file

2019-07-13 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6997a7a36fa472afb7ff6e6d871fe666c7cb9572 commit 6997a7a36fa472afb7ff6e6d871fe666c7cb9572 Author: Victor Perevertkin AuthorDate: Sun Jul 14 01:58:53 2019 +0300 Commit: Victor Perevertkin CommitDate: Sun Jul 14 01:58:53 2019 +0300

[ros-diffs] [reactos] 01/01: [USBOHCI_NEW] Fix unused variable

2019-08-16 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=90b86467907e3f899abe595f5263158698b7b47c commit 90b86467907e3f899abe595f5263158698b7b47c Author: Victor Perevertkin AuthorDate: Fri Aug 16 20:37:11 2019 +0300 Commit: Victor Perevertkin CommitDate: Fri Aug 16 20:37:11 2019 +0300

[ros-diffs] [reactos] 01/01: [USBPORT] Fix endless loop, occasionally happened on real hardware

2019-08-19 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fc14c095f58d7d917491367e12af514743753c7f commit fc14c095f58d7d917491367e12af514743753c7f Author: Victor Perevertkin AuthorDate: Thu Aug 1 21:17:44 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 01:30:52 2019 +0300

[ros-diffs] [reactos] 01/01: [USB] Enable *_new usb stack

2019-08-19 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=88cf5b0a3c429437d8dddb2f2759812b99683087 commit 88cf5b0a3c429437d8dddb2f2759812b99683087 Author: Victor Perevertkin AuthorDate: Tue Aug 20 01:34:58 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 01:34:58 2019 +0300

[ros-diffs] [reactos] 05/06: [APITESTS] Ignore GCC8 warnings where we test some crazy stuff

2019-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1c0a2a35e7f40f40d382730d4467cc03dc43a2d6 commit 1c0a2a35e7f40f40d382730d4467cc03dc43a2d6 Author: Victor Perevertkin AuthorDate: Sat Aug 17 23:05:45 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 15:05:47 2019 +0200

[ros-diffs] [reactos] 04/06: [APITESTS] Use StringCbPrintfA instead of sprintf And fix a buffer size in Test_AddFontResourceA

2019-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6b10706205025a03c56da9d2f2997d324ed3c71a commit 6b10706205025a03c56da9d2f2997d324ed3c71a Author: Victor Perevertkin AuthorDate: Sat Aug 17 23:04:41 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 15:05:47 2019 +0200

[ros-diffs] [reactos] 02/06: [CMAKE] Define GCC and CLANG cmake variables

2019-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e90b6bb1e937016c9e7b66db62575caade66e9b4 commit e90b6bb1e937016c9e7b66db62575caade66e9b4 Author: Victor Perevertkin AuthorDate: Tue Aug 20 01:07:45 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 15:05:47 2019 +0200

[ros-diffs] [reactos] 06/06: [PSDK] Fix GCC8 complaining on duplicate and wrong declarations

2019-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bda22774a74ab9fd246201de35ada73477b7d68f commit bda22774a74ab9fd246201de35ada73477b7d68f Author: Victor Perevertkin AuthorDate: Sat Aug 17 23:08:22 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 15:05:47 2019 +0200

[ros-diffs] [reactos] 01/06: [VIDEOPRT] Fix RtlCopyMemory sizeof usage Spotted by GCC8

2019-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=09abc443b1de48b19f786e8eee498547b551ffc7 commit 09abc443b1de48b19f786e8eee498547b551ffc7 Author: Victor Perevertkin AuthorDate: Sat Aug 17 22:15:04 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 15:05:47 2019 +0200

[ros-diffs] [reactos] 03/06: [WINETESTS] Supress GCC8 warnings

2019-08-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f7dc14cca5208a75be5164fcad2906f206fe8c6d commit f7dc14cca5208a75be5164fcad2906f206fe8c6d Author: Victor Perevertkin AuthorDate: Sat Aug 17 22:56:40 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Aug 20 15:05:47 2019 +0200

[ros-diffs] [reactos] 01/01: [USBHUB_NEW] Enable generic USB hubs (USB class 09) They actually work, tested on a couple of real devices

2019-09-03 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6392c5a78c06ad8460deae47e90406fba0412bb5 commit 6392c5a78c06ad8460deae47e90406fba0412bb5 Author: Victor Perevertkin AuthorDate: Wed Sep 4 05:26:02 2019 +0300 Commit: Victor Perevertkin CommitDate: Wed Sep 4 05:26:02 2019 +0300

[ros-diffs] [reactos] 01/01: [TXTSETUP] Revert an accidental change

2019-09-04 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bc44b334d761b15ba8b0d01f76cf15cf838d949e commit bc44b334d761b15ba8b0d01f76cf15cf838d949e Author: Victor Perevertkin AuthorDate: Wed Sep 4 17:54:00 2019 +0300 Commit: Victor Perevertkin CommitDate: Wed Sep 4 17:54:00 2019 +0300

[ros-diffs] [reactos] 01/01: [FREELDR] Verbose error output for FS errors

2019-08-07 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=304e2810995da20d53b5acf8f0b664274d0b895b commit 304e2810995da20d53b5acf8f0b664274d0b895b Author: Victor Perevertkin AuthorDate: Mon Jul 29 23:25:03 2019 +0300 Commit: Victor Perevertkin CommitDate: Thu Aug 8 02:33:10 2019 +0300

[ros-diffs] [reactos] 02/02: [FREELDR] Optimize and refactor the FAT driver. Do not read the whole cluster chain for file on opening. This removes restriction for opening files which span within a lar

2019-09-29 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=220bc820eb888455c8d8d554962c273f5f602188 commit 220bc820eb888455c8d8d554962c273f5f602188 Author: Victor Perevertkin AuthorDate: Fri Jul 19 02:57:11 2019 +0300 Commit: Victor Perevertkin CommitDate: Sun Sep 29 13:24:31 2019 +0300

[ros-diffs] [reactos] 01/02: [FREELDR] Add FAT caching to FAT filesystem driver. This significantly increases the reading speed

2019-09-29 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=195dc3048464db0ff58954d3920d1759230dec3c commit 195dc3048464db0ff58954d3920d1759230dec3c Author: Victor Perevertkin AuthorDate: Tue Jul 9 17:22:28 2019 +0300 Commit: Victor Perevertkin CommitDate: Sun Sep 29 13:24:31 2019 +0300

[ros-diffs] [reactos] 01/02: [ROSDDT] Retire ReactOS Device Detection Tool

2019-11-07 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f7afca09732a9513c56f92a4b10115122d38dc02 commit f7afca09732a9513c56f92a4b10115122d38dc02 Author: Victor Perevertkin AuthorDate: Wed Nov 6 11:53:47 2019 +0300 Commit: Victor Perevertkin CommitDate: Thu Nov 7 22:32:15 2019 +0300

[ros-diffs] [reactos] 02/02: [ROSAPPS] Fix GCC8 warnings

2019-11-07 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=97d937add160da97bca5060f10df4b3f10ce5f2e commit 97d937add160da97bca5060f10df4b3f10ce5f2e Author: Victor Perevertkin AuthorDate: Wed Nov 6 11:54:24 2019 +0300 Commit: Victor Perevertkin CommitDate: Thu Nov 7 22:32:15 2019 +0300

[ros-diffs] [reactos] 01/01: [NTOS:IO] Fix result length for DevicePropertyRemovalPolicy request in IoGetDeviceProperty. Classpnp expects it to be sizeof(DEVICE_REMOVAL_POLICY) see ClasspInitializeHot

2019-11-17 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3d046e0ed2a8aa0a380fe6c008c6bc207d53ec9e commit 3d046e0ed2a8aa0a380fe6c008c6bc207d53ec9e Author: Victor Perevertkin AuthorDate: Sat Nov 16 23:52:03 2019 +0300 Commit: Victor Perevertkin CommitDate: Sun Nov 17 18:36:28 2019 +0300

[ros-diffs] [reactos] 01/01: [MSI_WINETEST] Fix build with CMake 3.9.0 and higher (attempt #2)

2019-12-12 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d495a4fcebf9a32f727f5e266f7696b99cfc4dd3 commit d495a4fcebf9a32f727f5e266f7696b99cfc4dd3 Author: Victor Perevertkin AuthorDate: Fri Dec 13 04:44:31 2019 +0300 Commit: Victor Perevertkin CommitDate: Fri Dec 13 04:44:31 2019 +0300

[ros-diffs] [reactos] 01/01: [MSI_WINETEST] Fix build with CMake 3.9.0 and higher

2019-12-12 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7c474426eb847936e48496c37c03edfa92c2e7ba commit 7c474426eb847936e48496c37c03edfa92c2e7ba Author: Victor Perevertkin AuthorDate: Fri Dec 13 04:15:57 2019 +0300 Commit: Victor Perevertkin CommitDate: Fri Dec 13 04:15:57 2019 +0300

[ros-diffs] [reactos] 01/01: [KS] Use KeQueryTickCount for timeouts instead of KeQuerySystemTime This avoids overflow when system time is changed between calls (for example, via NTP)

2019-12-15 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d9e03b708c53c3a76324cb1aea8f86ccba85b7f commit 1d9e03b708c53c3a76324cb1aea8f86ccba85b7f Author: Victor Perevertkin AuthorDate: Mon Dec 16 02:28:41 2019 +0300 Commit: Victor Perevertkin CommitDate: Mon Dec 16 02:28:41 2019 +0300

[ros-diffs] [reactos] 01/01: [USBOHCI] Use KeQueryTickCount for timeouts instead of KeQuerySystemTime

2019-12-15 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=23147330dd3fb90ef8075ffd25bdb455c809fe63 commit 23147330dd3fb90ef8075ffd25bdb455c809fe63 Author: Victor Perevertkin AuthorDate: Mon Dec 16 03:21:28 2019 +0300 Commit: Victor Perevertkin CommitDate: Mon Dec 16 03:21:28 2019 +0300

[ros-diffs] [reactos] 01/01: [MSVCRT] Export __acrt_iob_func to fix GCC build with latest RosBE 2.2 (#1835)

2019-10-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fdd1d7d60c33b08f4181df8e81c739694762898b commit fdd1d7d60c33b08f4181df8e81c739694762898b Author: Victor Perevertkin AuthorDate: Sun Oct 20 13:44:17 2019 +0300 Commit: Colin Finck CommitDate: Sun Oct 20 12:44:17 2019 +0200

[ros-diffs] [reactos] 01/01: [FREELDR] Fix build by adding a missing header

2020-02-15 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d069269f5ff1dc92715cffde036795fcc033c0a commit 1d069269f5ff1dc92715cffde036795fcc033c0a Author: Victor Perevertkin AuthorDate: Sat Feb 15 18:25:57 2020 +0300 Commit: Victor Perevertkin CommitDate: Sat Feb 15 18:25:57 2020 +0300

[ros-diffs] [reactos] 01/01: [SDK][CRT] Correct stdbool.h and remove an unused one

2020-02-15 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0d6e522c6a856414412081fee3fd7556941e3aa1 commit 0d6e522c6a856414412081fee3fd7556941e3aa1 Author: Victor Perevertkin AuthorDate: Sat Feb 15 18:39:01 2020 +0300 Commit: Victor Perevertkin CommitDate: Sat Feb 15 18:39:01 2020 +0300

[ros-diffs] [reactos] 01/01: [NTOS:KD] Fix wrong debug level checking logic in KdpPrint. Use NtQueryDebugFilterState in that function for consistency. Thanks Hermès Bélusca-Maïto for help

2019-12-29 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b6e33426bf9e1a997f3b708d81d86efe96f507ea commit b6e33426bf9e1a997f3b708d81d86efe96f507ea Author: Victor Perevertkin AuthorDate: Thu Dec 19 21:01:30 2019 +0300 Commit: Victor Perevertkin CommitDate: Mon Dec 30 05:57:49 2019 +0200

[ros-diffs] [reactos] 02/02: [WINHTTP_WINETEST] Restore test_persistent_connection execution This reverts commit a22031d ROSTESTS-295

2019-12-30 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=68490c16133faded90c9bcbe064c2a0e2e72bad1 commit 68490c16133faded90c9bcbe064c2a0e2e72bad1 Author: Victor Perevertkin AuthorDate: Fri Dec 20 02:52:30 2019 +0300 Commit: Victor Perevertkin CommitDate: Mon Dec 30 14:57:58 2019 +0200

[ros-diffs] [reactos] 01/02: [WINHTTP] Initialize winsock upon WinHttpOpen As it was done before syncing with wine-staging 4.18 (5bd6580) ROSTESTS-348

2019-12-30 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4bf76a659eed706164ef62e77d680c806e92e814 commit 4bf76a659eed706164ef62e77d680c806e92e814 Author: Victor Perevertkin AuthorDate: Fri Dec 20 01:43:07 2019 +0300 Commit: Victor Perevertkin CommitDate: Mon Dec 30 14:57:58 2019 +0200

[ros-diffs] [reactos] 01/01: [WINHTTP_WINETEST] Skip several tests from execution in order to prevent testbot hangs. ROSTESTS-350

2020-01-05 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0685e02d9ee69ba5ff4d024d41ec40801d701161 commit 0685e02d9ee69ba5ff4d024d41ec40801d701161 Author: Victor Perevertkin AuthorDate: Mon Jan 6 05:36:39 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon Jan 6 05:36:39 2020 +0300

[ros-diffs] [reactos] 01/02: [REACTOS] Introduce .clang-format file And set up a Travis job for checking formatting on PRs

2019-12-27 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0c64aed86af2f79d95287b899cd8ff10b2ae208b commit 0c64aed86af2f79d95287b899cd8ff10b2ae208b Author: Victor Perevertkin AuthorDate: Tue Dec 24 13:55:30 2019 +0300 Commit: Victor Perevertkin CommitDate: Sat Dec 28 01:23:49 2019 +0200

[ros-diffs] [reactos] 02/02: [REACTOS] Exclude some modules from clang-format

2019-12-27 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e92ab76d0d60314c49207be3930f9e6b9f92aea6 commit e92ab76d0d60314c49207be3930f9e6b9f92aea6 Author: Victor Perevertkin AuthorDate: Fri Dec 27 19:47:07 2019 +0300 Commit: Victor Perevertkin CommitDate: Sat Dec 28 01:23:49 2019 +0200

[ros-diffs] [reactos] 01/01: [ROSAUTOTEST] Change custom auto_array_ptr to std::unique_ptr

2020-04-08 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9ff3adb7d7c6636a1d040d8e53f7203e9d1815a3 commit 9ff3adb7d7c6636a1d040d8e53f7203e9d1815a3 Author: Victor Perevertkin AuthorDate: Thu Apr 9 02:08:10 2020 +0300 Commit: Victor Perevertkin CommitDate: Thu Apr 9 02:08:10 2020 +0300

[ros-diffs] [reactos] 01/01: [CMAKE] Add --gc-sections flag to GCC linker. This returns C++ binaries size to normal (on GCC 8.4). I don't see any noticable effect of this on GCC 4.7.2

2020-04-08 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0d187f7d561ba23054ffaeef9b032695c2a9baec commit 0d187f7d561ba23054ffaeef9b032695c2a9baec Author: Victor Perevertkin AuthorDate: Thu Apr 9 04:02:06 2020 +0300 Commit: Victor Perevertkin CommitDate: Thu Apr 9 04:02:06 2020 +0300

[ros-diffs] [reactos] 01/01: [ROSAUTOTEST] Revert 9ff3adb. This fixes MSVC build.

2020-04-08 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a12d029ec0bb9b33c4e7198a18e43a03d677a0ad commit a12d029ec0bb9b33c4e7198a18e43a03d677a0ad Author: Victor Perevertkin AuthorDate: Thu Apr 9 03:04:44 2020 +0300 Commit: Victor Perevertkin CommitDate: Thu Apr 9 03:04:44 2020 +0300

[ros-diffs] [reactos] 01/01: [CMAKE] Replace custom functions to built-in ones add_target_compile_definitions -> target_compile_definitions add_target_compile_flags -> target_compile_options add_targe

2020-04-16 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e069ccdb2eeb28b420375270409d595efb86b14 commit 7e069ccdb2eeb28b420375270409d595efb86b14 Author: Victor Perevertkin AuthorDate: Thu Apr 16 15:59:38 2020 +0300 Commit: Victor Perevertkin CommitDate: Thu Apr 16 15:59:38 2020 +0300

[ros-diffs] [reactos] 01/01: [BOOTDATA] Add FsType into default unattend.inf template

2020-04-12 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=58bc93f1647dc5e46f3ff609ec32f9e4fccbc4ff commit 58bc93f1647dc5e46f3ff609ec32f9e4fccbc4ff Author: Victor Perevertkin AuthorDate: Sun Apr 12 17:23:17 2020 +0300 Commit: Victor Perevertkin CommitDate: Sun Apr 12 17:23:17 2020 +0300

[ros-diffs] [reactos] 01/01: [CMAKE][CONFIGURE] Enable runtime checks on MSVC by default. Remove RTC switch from configure.cmd, now MSVC runtime checks are supposed to be enabled/disabled via CMake de

2020-04-10 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=92dfec219d8c53a84c68ca069abbc170fc8bdb49 commit 92dfec219d8c53a84c68ca069abbc170fc8bdb49 Author: Victor Perevertkin AuthorDate: Thu Apr 9 04:40:17 2020 +0300 Commit: Victor Perevertkin CommitDate: Sat Apr 11 02:48:12 2020 +0300

[ros-diffs] [reactos] 04/06: [TCPIP] Implement IOCTL_ICMP_ECHO_REQUEST in tcpip.sys Also clean up ICMP handling code in sdk/lib/drivers/ip CORE-10760

2020-04-06 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=740a859e922e1a91a88226b53acfd48f57c1767b commit 740a859e922e1a91a88226b53acfd48f57c1767b Author: Victor Perevertkin AuthorDate: Mon Nov 18 20:55:10 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Apr 7 05:32:40 2020 +0300

[ros-diffs] [reactos] 06/06: [TCPIP] Remove duplicate declarations from ticonsts.h

2020-04-06 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=167fa2c26ab4f1a3b8e51e6e9fa955030fd75a89 commit 167fa2c26ab4f1a3b8e51e6e9fa955030fd75a89 Author: Victor Perevertkin AuthorDate: Sat Dec 21 04:02:47 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Apr 7 05:32:40 2020 +0300

[ros-diffs] [reactos] 03/06: [IPHLPAPI] Make icmp functions use IOCTL_ICMP_ECHO_REQUEST from tcpip.sys This adds missing features like using events and APCs within IcmpSendEcho2 functions and others.

2020-04-06 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dd2ff41dfcf08341182273309205666a1a82c31a commit dd2ff41dfcf08341182273309205666a1a82c31a Author: Victor Perevertkin AuthorDate: Mon Nov 18 20:54:03 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Apr 7 05:32:40 2020 +0300

[ros-diffs] [reactos] 01/06: [TCPIP][FORMATTING] Format TiDispatch function. No functional changes

2020-04-06 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=792b64ea468179886a42126165d59c79bc8e1bbf commit 792b64ea468179886a42126165d59c79bc8e1bbf Author: Victor Perevertkin AuthorDate: Sun Nov 17 02:29:55 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Apr 7 05:32:40 2020 +0300

[ros-diffs] [reactos] 02/06: [SDK][IP] Fix formatting

2020-04-06 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cf3ab9d15a2dc792e0b059892cd3b163ca10cd78 commit cf3ab9d15a2dc792e0b059892cd3b163ca10cd78 Author: Victor Perevertkin AuthorDate: Fri Nov 22 22:04:56 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Apr 7 05:32:40 2020 +0300

[ros-diffs] [reactos] 05/06: [SDK][IP] Pass IP options to ReceiveDatagramHandler

2020-04-06 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d5ad2057d7f9ef52ae3214ce78c6d6bbabaee3b0 commit d5ad2057d7f9ef52ae3214ce78c6d6bbabaee3b0 Author: Victor Perevertkin AuthorDate: Fri Dec 20 23:19:41 2019 +0300 Commit: Victor Perevertkin CommitDate: Tue Apr 7 05:32:40 2020 +0300

[ros-diffs] [reactos] 01/01: [NTOS:MM] Make _X86PAE_ the only define for PAE-enabled kernel

2020-03-28 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=99f9c1666de320517ddd2564c8ec3dbb1f892087 commit 99f9c1666de320517ddd2564c8ec3dbb1f892087 Author: Victor Perevertkin AuthorDate: Sat Mar 28 18:11:42 2020 +0300 Commit: Victor Perevertkin CommitDate: Sat Mar 28 18:11:42 2020 +0300

[ros-diffs] [reactos] 01/01: [CONFIGURE] Simplify version detection for modern Visual Studio

2020-03-31 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d37799ea3e52a74493eae40f861b4a5f6a3b8b8f commit d37799ea3e52a74493eae40f861b4a5f6a3b8b8f Author: Victor Perevertkin AuthorDate: Tue Mar 31 12:29:56 2020 +0300 Commit: Victor Perevertkin CommitDate: Tue Mar 31 12:29:56 2020 +0300

[ros-diffs] [reactos] 01/01: [GITIGNORE] Remove "build" folder, which discards some commited files

2020-04-24 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c42e1246d18dd86943cd4a6c78c93edda029f3b8 commit c42e1246d18dd86943cd4a6c78c93edda029f3b8 Author: Victor Perevertkin AuthorDate: Fri Apr 24 12:44:05 2020 +0300 Commit: Victor Perevertkin CommitDate: Fri Apr 24 12:44:05 2020 +0300

[ros-diffs] [reactos] 01/01: [IEXPLORE] Make duckduckgo our default search engine

2020-04-26 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ba0a3d4032c6d5a28d6039c31124a66c31e8c3b2 commit ba0a3d4032c6d5a28d6039c31124a66c31e8c3b2 Author: Victor Perevertkin AuthorDate: Sun Apr 26 13:36:33 2020 +0300 Commit: Victor Perevertkin CommitDate: Sun Apr 26 13:36:33 2020 +0300

[ros-diffs] [reactos] 01/01: [CODEOWNERS] Add more language groups to translations auto-assignment

2020-04-26 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1ab6b35565ace385680799ef4f496d539413c390 commit 1ab6b35565ace385680799ef4f496d539413c390 Author: Victor Perevertkin AuthorDate: Sun Apr 26 17:58:52 2020 +0300 Commit: Victor Perevertkin CommitDate: Sun Apr 26 17:58:52 2020 +0300

[ros-diffs] [reactos] 01/01: [MEDIA][CMAKE] Create add_driver_inf cmake function *.inf files for drivers can now be placed along with the driver code

2020-04-26 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=019f21ee1d764dff8586acc847a299714e83977a commit 019f21ee1d764dff8586acc847a299714e83977a Author: Victor Perevertkin AuthorDate: Sun Apr 26 19:50:44 2020 +0300 Commit: Victor Perevertkin CommitDate: Sun Apr 26 20:28:04 2020 +0300

[ros-diffs] [reactos] 01/01: [BTRFS] Fix build CORE-16679

2020-04-22 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3ba423996c41f9d8a6284a0aac1a44aa332815a6 commit 3ba423996c41f9d8a6284a0aac1a44aa332815a6 Author: Victor Perevertkin AuthorDate: Thu Apr 23 07:28:34 2020 +0300 Commit: Victor Perevertkin CommitDate: Thu Apr 23 07:29:04 2020 +0300

[ros-diffs] [reactos] 01/01: [BTRFS] Fix amd64 build CORE-16679

2020-04-22 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3c4a68ec46bb5b723e020e3a223853e5ca65c3bb commit 3c4a68ec46bb5b723e020e3a223853e5ca65c3bb Author: Victor Perevertkin AuthorDate: Thu Apr 23 07:49:35 2020 +0300 Commit: Victor Perevertkin CommitDate: Thu Apr 23 07:49:35 2020 +0300

[ros-diffs] [reactos] 01/01: [CMAKE] Fix driver inf files generation for livecd CORE-16975

2020-04-30 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6b48d54c393a7a38730235a609f5cfc0a8987893 commit 6b48d54c393a7a38730235a609f5cfc0a8987893 Author: Victor Perevertkin AuthorDate: Fri May 1 01:23:51 2020 +0300 Commit: Victor Perevertkin CommitDate: Fri May 1 01:23:51 2020 +0300

[ros-diffs] [reactos] 01/01: [CMAKE] Support file lists in add_cd_file for all cases Addendum to 6b48d54

2020-04-30 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f4e37f936347fef84ff2df4599892bc5ad14402d commit f4e37f936347fef84ff2df4599892bc5ad14402d Author: Victor Perevertkin AuthorDate: Fri May 1 02:39:59 2020 +0300 Commit: Victor Perevertkin CommitDate: Fri May 1 02:39:59 2020 +0300

[ros-diffs] [reactos] 01/01: [HTTPAPI] Convert httpapi.dll to a stub-only library Wine's implementation relies on http.sys driver, which we don't have anyway. Function declarations are taken from Wine

2020-05-04 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8bd9450da8167e71a2a3a330983118065624fd5d commit 8bd9450da8167e71a2a3a330983118065624fd5d Author: Victor Perevertkin AuthorDate: Mon May 4 11:33:57 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon May 4 11:37:16 2020 +0300

[ros-diffs] [reactos] 01/01: [GITHUB][TRAVIS][APPVEYOR] Move all CI to GitHub Actions

2020-05-04 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a0283ecea3c10d081320a6fab0821a03cda6b7f8 commit a0283ecea3c10d081320a6fab0821a03cda6b7f8 Author: Victor Perevertkin AuthorDate: Wed Apr 29 12:07:50 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon May 4 19:53:16 2020 +0300

[ros-diffs] [reactos] 01/02: [REACTOS] Raise C standard to gnu99 And remove -Wdeclaration-after-statement

2020-05-04 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=95483b42ea1b45dc11620ce139b8456ee9cdda76 commit 95483b42ea1b45dc11620ce139b8456ee9cdda76 Author: Victor Perevertkin AuthorDate: Sat Apr 25 03:10:27 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon May 4 21:44:55 2020 +0300

[ros-diffs] [reactos] 02/02: [REACTOS] Drop support for Visual Studio below 2015

2020-05-04 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=156b3bd0149a7caee67faebcfb09c77157ac55b3 commit 156b3bd0149a7caee67faebcfb09c77157ac55b3 Author: Victor Perevertkin AuthorDate: Sat Apr 25 03:14:44 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon May 4 21:47:37 2020 +0300

[ros-diffs] [reactos] 01/01: [CMAKE] Fix build with CMake 3.17.1-ReactOS (RosBE 2.2)

2020-04-26 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8639a131b09b97688b5f45e172f8c5fa0ea15e6f commit 8639a131b09b97688b5f45e172f8c5fa0ea15e6f Author: Victor Perevertkin AuthorDate: Mon Apr 27 03:40:48 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon Apr 27 03:40:48 2020 +0300

[ros-diffs] [reactos] 01/01: [GITHUB] Enable ccache for GCC builds on GitHub Actions

2020-05-17 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2d7f71c5b84e16d8fa8ad305946114f342e04722 commit 2d7f71c5b84e16d8fa8ad305946114f342e04722 Author: Victor Perevertkin AuthorDate: Sun May 17 13:32:14 2020 +0300 Commit: Victor Perevertkin CommitDate: Sun May 17 13:32:14 2020 +0300

[ros-diffs] [reactos] 01/01: [SHELL32_APITEST] Disabled DragDrop test due to race condition To be enabled back when the bug is fixed CORE-17057

2020-05-18 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b105ceb56ee94e961958693c813c09bf2f7ab69 commit 7b105ceb56ee94e961958693c813c09bf2f7ab69 Author: Victor Perevertkin AuthorDate: Mon May 18 20:50:07 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon May 18 20:50:07 2020 +0300

[ros-diffs] [reactos] 01/01: [SDK][FREETYPE] Fix GCC8.4 -O2 build

2020-05-20 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5349f49cfec9065d804d2f8be31bda1eb337ad5b commit 5349f49cfec9065d804d2f8be31bda1eb337ad5b Author: Victor Perevertkin AuthorDate: Thu May 21 01:07:26 2020 +0300 Commit: Victor Perevertkin CommitDate: Thu May 21 01:07:26 2020 +0300

[ros-diffs] [reactos] 01/01: [SDK] Add a driverdbg header for helper debug function to put into drivers

2020-08-29 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4ae8a77aad7a6b36ad106f89098dcb32370a6ebf commit 4ae8a77aad7a6b36ad106f89098dcb32370a6ebf Author: Victor Perevertkin AuthorDate: Sat Jun 13 06:30:50 2020 +0300 Commit: Victor Perevertkin CommitDate: Sun Aug 30 03:58:37 2020 +0300

[ros-diffs] [reactos] 01/02: [CLASSPNP] Add the license text along with the driver Addendum to bf1b3cb175524724cc86c52735914c36ac407e14

2020-08-29 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa8ce680d4715731bd70ad60baaf8eff72e3274b commit fa8ce680d4715731bd70ad60baaf8eff72e3274b Author: Victor Perevertkin AuthorDate: Sun Aug 30 03:40:37 2020 +0300 Commit: Victor Perevertkin CommitDate: Sun Aug 30 03:40:37 2020 +0300

[ros-diffs] [reactos] 01/01: [NTOS:IO] Fix IRP stack location check in IoForwardIrpSynchronously We are doing IoCallDriver here, so the valid stack location should be CurrentLocation <= Irp->StackCoun

2020-09-06 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f562f9c5c629cba3f370f078d12c2f13a997c8f2 commit f562f9c5c629cba3f370f078d12c2f13a997c8f2 Author: Victor Perevertkin AuthorDate: Mon Sep 7 04:57:17 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon Sep 7 04:57:17 2020 +0300

[ros-diffs] [reactos] 01/01: [GITHUB] Remove the hack for msvc-amd64 build Do not upload artifacts for msvc-amd64 as they are not bootable anyway

2020-08-30 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f29f725d8811229001759c3089750a8f85109c9 commit 1f29f725d8811229001759c3089750a8f85109c9 Author: Victor Perevertkin AuthorDate: Mon Aug 31 03:53:25 2020 +0300 Commit: Victor Perevertkin CommitDate: Mon Aug 31 03:53:25 2020 +0300

[ros-diffs] [reactos] 01/01: [NTOS:IO] Fix a reference leak in IopSynchronousCall on failure case

2020-09-08 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=32c7c1157d64edd0f2e512644e518abfcc372542 commit 32c7c1157d64edd0f2e512644e518abfcc372542 Author: Victor Perevertkin AuthorDate: Tue Sep 8 14:51:20 2020 +0300 Commit: Victor Perevertkin CommitDate: Tue Sep 8 14:51:20 2020 +0300

[ros-diffs] [reactos] 01/01: [NTOSKRNL_VISTA] Implement/stubplement more Etw, Io, Ke, Po functions CORE-17129

2020-08-28 Thread Victor Perevertkin
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5e242c556646f8905485afbb5b9fd9fc8da6af5a commit 5e242c556646f8905485afbb5b9fd9fc8da6af5a Author: Victor Perevertkin AuthorDate: Fri Aug 28 15:28:45 2020 +0300 Commit: Victor Perevertkin CommitDate: Fri Aug 28 15:28:45 2020 +0300

  1   2   3   4   >