Commit Graph

2889 Commits (64cab4e0633fab5e4e444d3e7c01a2061298bd67)

Author SHA1 Message Date
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
David Hall 79b0342a7d Fixed bug in SafeAnysizeStructBase that couldn't process string arrays. Root cause of #315. 2022-09-16 18:34:22 -06:00
David Hall 7870e9741e Fixed Kernel32.MapViewOfFileEx parameter #316 2022-09-16 16:24:37 -06:00
David Hall ac6ae1137f Updated project info 2022-09-16 15:04:32 -06:00
David Hall 036932c354 Updated solution config 2022-09-16 11:02:19 -06:00
David Hall 1e24865e5a Added new Vanara.Net assembly with support for DNS services and DHCP clients. 2022-09-16 10:49:26 -06:00
David Hall ad564035e7 Improved WriteValues 2022-09-16 10:48:34 -06:00
David Hall 9c29afedad Fixed Xml docs 2022-09-16 10:48:19 -06:00
David Hall 148e52d8d6 Added helper properties and fixed parameters in DnsApi 2022-09-16 10:47:52 -06:00
David Hall fa6d6fb4b3 Updated Dhcp tests 2022-09-16 10:43:14 -06:00
David Hall 38b4bf7e0a Added missing enums to Dhcp project 2022-09-16 10:42:14 -06:00
David Hall 073d59b34c Updated project files 2022-09-06 11:28:22 -06:00
David Hall 77f8ca176e Updated BackgroundCopyManager.Version code based on suggestion from @OwnageIsMagic (#311) 2022-09-05 18:08:33 -06:00
David Hall fdddceaf2d Fixed BackgroundCopyManager.Version 2022-09-05 13:31:12 -06:00
David Hall 4d4999c5b3 Cleaned BITS unit tests 2022-09-05 13:31:02 -06:00
David Hall d8c787f158 Added Computer.Sessions property and supporting classes to discover active sessions. 2022-09-05 10:22:41 -06:00
David Hall d1f3e04dbe Added WTSApi32 missing constants and correlated types 2022-09-05 10:21:02 -06:00
David Hall 7b82996f93 Updated version 2022-09-04 10:07:08 -06:00
David Hall 80d3dbf0e5 Fixed, I think, #311 by handling Wow64 lookup 2022-09-04 10:06:35 -06:00
David Hall ca46bdd021 Fixed #312 by implementing BackgroundCopyFileCollection.CopyTo and Contains 2022-09-04 09:56:41 -06:00
David Hall 8750953a48 Fixed #310 2022-09-04 08:34:45 -06:00
David Hall 3118bec2ee Updated readme 2022-09-03 10:56:47 -06:00
David Hall e2f453b2c6 Updated project files 2022-09-03 10:28:08 -06:00
David Hall 912bc9a3cc Included RdcStreamReader implementation of IRdcFileReader in base assembly since it is very reusable. 2022-09-03 10:01:03 -06:00
David Hall 232b0e88cd Added Vanara.PInvoke.MsRdc for the Remote Differential Compression (RDC) API 2022-09-03 09:54:10 -06:00
David Hall 2099517c90 Added SafeNativeArrayBase.GetPointers method 2022-09-02 16:33:46 -06:00
David Hall 0e84510a8b Updated NuGet packages 2022-09-01 17:48:45 -06:00
dahall 42ffa566d0 Updated project files 2022-09-01 16:35:22 -06:00
dahall 2c67c1bf37 Updated main readme 2022-09-01 14:43:17 -06:00
dahall 7c032ba708 Renamed all project report files to 'readme.md' so they show in GitHub 2022-09-01 14:43:04 -06:00
dahall a638b11876 Updated unit test organization and shared classes 2022-09-01 13:36:37 -06:00
dahall 7aff9b2f20 Fixed IDODownload.SetProperty to handle VARIANT param 2022-09-01 13:33:52 -06:00
dahall d65d950db7 Updated optional params for CoSetProxyBlanket 2022-09-01 13:29:57 -06:00