Commit Graph

2871 Commits (d1d0ff51ca959a1e0f60c34382260d8d353b5f6a)

Author SHA1 Message Date
David Hall 23f455efaa Updated `DistributedRoutingTable` and supporting classes 2022-10-11 11:54:05 -06:00
David Hall 66c6e8324e Updated for nullability warnings 2022-10-11 10:29:33 -06:00
David Hall df1702b414 Added `WindowsFirewall` and supporting classes to `Vanara.SystemServices`. 2022-10-11 09:43:29 -06:00
David Hall ba6791b91c Added `DebuggerDisplayAttribute` to `IndirectString` 2022-10-11 09:42:01 -06:00
David Hall 680892bf5c Added `TestHelper.IsElevated` property 2022-10-11 09:41:22 -06:00
David Hall 5ef5280cb7 Updated docs 2022-10-11 09:41:04 -06:00
David Hall d88ce8c99f Fixed problem with `IndirectResource` and nullable string values 2022-10-10 14:48:30 -06:00
David Hall f3a42c72f9 Added nullable support to `IndirectResource` and `IndirectString` 2022-10-10 10:34:02 -06:00
David Hall 8f039f6250 Added `SHLoadIndirectString` stub to `IndirectString` to avoid referencing full library. 2022-10-10 10:07:14 -06:00
David Hall 0afb23e24e Moved classes `IndirectResource` and `IndirectString` to `Vanara.PInvoke.Shared` library since they capture a pattern across Win32. 2022-10-10 10:01:29 -06:00
David Hall 907f828a1e Cleaned 2022-10-10 09:49:01 -06:00
David Hall 0876214699 Cleaned 2022-10-10 09:29:24 -06:00
David Hall c369b9d8f9 Cleaned ResourceId and added equality operators 2022-10-10 09:27:03 -06:00
David Hall 27541f526a Minor updates to PR #328 2022-10-08 20:58:57 -06:00
rmeshksar a378790373
Adding NMTBCUSTOMDRAW struct (#328)
Co-authored-by: Reza Meshksar <reza.meshksar@avanande.com>
2022-10-08 20:51:55 -06:00
David Hall 73b36972da Fixed packing issue with TBBUTTONINFO (#327) 2022-10-08 20:39:55 -06:00
David Hall 55bab3873e Fixed TBBUTTONINFO.fsStyle set failure #326 2022-10-08 20:38:18 -06:00
David Hall bdf07f10f5 Added DRT unit test and more DRT work 2022-10-04 14:18:34 -06:00
David Hall 48b09fd666 Working DistributedRoutingTable 2022-10-04 09:30:13 -06:00
David Hall 76087b0ab5 Corrected build warnings related to RequiresUnreferencedCodeAttribute 2022-10-04 09:06:09 -06:00
David Hall 46aca17c9f Updated version to 3.4.10 2022-10-04 09:05:21 -06:00
David Hall 7d786bd572 Updated project files 2022-10-03 13:09:25 -06:00
David Hall caf0952403 WIP - DistributedRoutingTable supporting classes 2022-10-03 10:06:19 -06:00
David Hall 043078036c Added `SafeHDRT` smart handle. 2022-10-03 10:01:45 -06:00
David Hall 2c860ccf1e Added more WinSock2 struct conversion methods 2022-10-03 10:01:00 -06:00
David Hall e5bca53d63 Fixed #324 better with testing 2022-09-29 13:23:48 -06:00
David Hall b99e42b53a Fixed problem with definition of SYMBOL_INFO not working when passed by ref (#324) 2022-09-29 10:01:55 -06:00
David Hall 3a55f1bb9e Push to fix build. No real update. 2022-09-27 21:57:22 -06:00
David Hall 349f3b8d17 Fixed problem with SendMessage overload that used a ref struct as final param (#322) 2022-09-27 20:02:10 -06:00
David Hall a915eda503 Tested #275 output 2022-09-26 10:08:49 -06:00
David Hall 5f394168c7 More work on #317 (hopefully last) 2022-09-26 09:57:49 -06:00
David Hall 2c95eb502f Added AF_UNSPEC handler for implicit conversion from SOCKADDR to SOCKADDR_IN (#321) 2022-09-24 12:22:49 -06:00
David Hall 3abff799ae Work on Command Line Notification per #314 2022-09-23 10:41:59 -06:00
David Hall d31af032cd Fix build problem 2022-09-22 16:30:18 -06:00
David Hall e35e70e2c7 More on #314 2022-09-22 16:30:06 -06:00
David Hall e9d57433b4 More work on #314 and #311 2022-09-22 15:44:39 -06:00
David Hall b18d7d3eca This is prerelease (ignore) 2022-09-22 15:28:13 -06:00
David Hall 5cf6ee8a42 Updated BackgroundCopyJob to force all errors related to event subscription due to permissions into the event add process and (BREAKING CHANGE) removed calls to Complete and Cancel within Dispose method to prevent unintended consquences. 2022-09-22 14:57:46 -06:00
David Hall 9921fe013a Forcefully dispose WindowsIdentity as suggested by @OwnageIsMagic 2022-09-22 13:12:15 -06:00
dahall e7bb9c00cb BREAKING CHANGE: Fixed marshaling problem with HTTP_DATA_CHUNK (#320) 2022-09-22 11:10:32 -06:00
dahall d5cbaabf5f Removed implicit operators with SafeLPXSTR classes to prevent compiler confusion 2022-09-22 11:09:42 -06:00
David Hall a376a4531f Fixed problem with VirtualDisk async methods not showing progress correctly (#317). Due to threading issue. 2022-09-20 19:29:19 -06:00
David Hall ca2f1369f0 Fixed #318 and added simple test for HttpApi 2022-09-20 13:37:25 -06:00
David Hall d4c9fe3972 Merge branch 'master' of https://github.com/dahall/Vanara 2022-09-20 11:27:45 -06:00
David Hall 16fc9cfd9d Minor code simplification in BackgroundCopyManager 2022-09-20 11:27:37 -06:00
David Hall 0fd87e6870 Added BackgroundCopyJobCollection indexer for a job's display name. 2022-09-20 11:26:33 -06:00
David Hall 74bbe0f933 Refactored BackgroundCopyJob events so that use the system resources more efficiently and don't allocate resources until subscribed. This doesn't fix #314, but does provide accurate exceptions to the dev when subscribing. 2022-09-20 11:25:54 -06:00
David Hall fec46a0a7b Minor updates to BITS tests 2022-09-20 11:23:39 -06:00
David Hall bb9e527984
Update bug_report.md
Added request for steps to reproduce
2022-09-17 07:42:12 -06:00
David Hall 22fb7c7827 Updated version to 3.4.9 2022-09-16 18:35:40 -06:00