[ros-diffs] [pschweitzer] 75348: [SHELL32] Avoid double-free and use-after-free in case the FSD fails to register the change directory notification CORE-13549

2017-07-15 Thread pschweitzer
Author: pschweitzer Date: Sat Jul 15 07:45:28 2017 New Revision: 75348 URL: http://svn.reactos.org/svn/reactos?rev=75348&view=rev Log: [SHELL32] Avoid double-free and use-after-free in case the FSD fails to register the change directory notification CORE-13549 Modified: trunk/reactos/dll/wi

[ros-diffs] [pschweitzer] 75349: [SHELL32] In case a FSD doesn't support directory changes notifications, don't try to requeue a notification each time it returns 0 data. Just quit instead. CORE-13549

2017-07-15 Thread pschweitzer
Author: pschweitzer Date: Sat Jul 15 07:48:47 2017 New Revision: 75349 URL: http://svn.reactos.org/svn/reactos?rev=75349&view=rev Log: [SHELL32] In case a FSD doesn't support directory changes notifications, don't try to requeue a notification each time it returns 0 data. Just quit instead. CORE

[ros-diffs] [gadamopoulos] 75350: [SHELL32] - CDesktopFolder: Create the enumerators of the internal fs folders and add their items in its own list instead of calling CreateFolderEnumList which enumer

2017-07-15 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 15 09:18:06 2017 New Revision: 75350 URL: http://svn.reactos.org/svn/reactos?rev=75350&view=rev Log: [SHELL32] - CDesktopFolder: Create the enumerators of the internal fs folders and add their items in its own list instead of calling CreateFolderEnumList which

[ros-diffs] [mjansen] 75351: [USBPORT] Fix incorrect transfer direction for URBs. Patch by Vadim Galyant. CORE-13546

2017-07-15 Thread mjansen
Author: mjansen Date: Sat Jul 15 09:24:30 2017 New Revision: 75351 URL: http://svn.reactos.org/svn/reactos?rev=75351&view=rev Log: [USBPORT] Fix incorrect transfer direction for URBs. Patch by Vadim Galyant. CORE-13546 Modified: trunk/reactos/drivers/usb/usbport/urb.c trunk/reactos/sdk/i

[ros-diffs] [gadamopoulos] 75352: [SHELL32] -Move CFSExtractIcon_CreateInstance to CFSFolder.cpp

2017-07-15 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 15 09:38:45 2017 New Revision: 75352 URL: http://svn.reactos.org/svn/reactos?rev=75352&view=rev Log: [SHELL32] -Move CFSExtractIcon_CreateInstance to CFSFolder.cpp Modified: trunk/reactos/dll/win32/shell32/folders.cpp trunk/reactos/dll/win32/shell32/fold

[ros-diffs] [pschweitzer] 75353: [RDBSS] Implement RxNotifyChangeDirectory(), RxLowIoNotifyChangeDirectoryCompletion(), RxCancelNotifyChangeDirectoryRequestsForVNetRoot() This means the first parts of

2017-07-15 Thread pschweitzer
Author: pschweitzer Date: Sat Jul 15 10:05:32 2017 New Revision: 75353 URL: http://svn.reactos.org/svn/reactos?rev=75353&view=rev Log: [RDBSS] Implement RxNotifyChangeDirectory(), RxLowIoNotifyChangeDirectoryCompletion(), RxCancelNotifyChangeDirectoryRequestsForVNetRoot() This means the first pa

[ros-diffs] [pschweitzer] 75354: [RDBSS] Complementary to r75353: implement RxCancelNotifyChangeDirectoryRequestsForFobx() CORE-11327

2017-07-15 Thread pschweitzer
Author: pschweitzer Date: Sat Jul 15 11:41:24 2017 New Revision: 75354 URL: http://svn.reactos.org/svn/reactos?rev=75354&view=rev Log: [RDBSS] Complementary to r75353: implement RxCancelNotifyChangeDirectoryRequestsForFobx() CORE-11327 Modified: trunk/reactos/sdk/lib/drivers/rdbsslib/rdbss.