Commit Graph

3149 Commits (2c10bf7415234d7ae5c4cfb897697b2634260acb)

Author SHA1 Message Date
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
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