Commit graph

8673 commits

Author SHA1 Message Date
valentinbreiz
864dd8dd1c
Merge branch 'master' into feature/three_byte_struct_tests 2021-01-27 23:13:51 +01:00
valentinbreiz
112a7f554d
Merge pull request #1651 from CosmosOS/networking
Network work
2021-01-22 19:00:31 +01:00
valentinbreiz
a9a3f6401b
Update Network.md 2021-01-22 14:49:53 +01:00
valentinbreiz
b5876d6665
Merge branch 'master' into networking 2021-01-22 14:32:29 +01:00
valentinbreiz
0ee21466cd Return time value for Discover packet 2021-01-22 14:31:15 +01:00
valentinbreiz
f98690cb74 Make UDPClient global variables internal or private + code clean 2021-01-22 14:25:25 +01:00
valentinbreiz
53b0fad4bc
Merge pull request #1649 from CosmosOS/valentinbreiz-patch-2
Remove DHCP release from article
2021-01-22 13:10:50 +01:00
valentinbreiz
210a5cc3e6
Update Network.md 2021-01-22 12:41:17 +01:00
valentinbreiz
46228944c9
Merge pull request #1633 from CosmosOS/networking
Network changes
2021-01-22 12:32:38 +01:00
valentinbreiz
a3cb52e35c Merge branch 'networking' of https://github.com/CosmosOS/Cosmos into networking 2021-01-22 10:55:52 +01:00
valentinbreiz
eaa5470e26 Client creation tests 2021-01-22 10:55:32 +01:00
valentinbreiz
70e5e8c480
Merge branch 'master' into networking 2021-01-21 18:56:43 +01:00
valentinbreiz
ba9a02c870 Merge branch 'networking' of https://github.com/CosmosOS/Cosmos into networking 2021-01-21 18:50:50 +01:00
valentinbreiz
85dd420fb6 ICMPPacket clean + remove useless initfields methods 2021-01-21 18:50:03 +01:00
valentinbreiz
2d67dd81e2
using in article 2021-01-21 18:36:44 +01:00
valentinbreiz
f6bf35209e
using in article 2021-01-21 18:36:37 +01:00
valentinbreiz
c01d4b9f6a Inhereit DHCPClient from UDPClient + remove static Client + Add more tests 2021-01-21 18:31:10 +01:00
valentinbreiz
854264457e Change typo + throw exeption 2021-01-21 17:34:04 +01:00
valentinbreiz
cd6ac52639 Add IDisposable for UDP, ICMP and DNS client 2021-01-21 17:29:45 +01:00
valentinbreiz
a2ba53d610 Change name 2021-01-21 16:49:48 +01:00
valentinbreiz
eaf05f4c57 Rename Client to GetClient + some code clean + Add rewrite 2021-01-21 16:37:33 +01:00
valentinbreiz
6e6aefb3db
Merge pull request #1647 from CosmosOS/quajak-patch-2
Update issue templates
2021-01-21 16:24:02 +01:00
valentinbreiz
584568bceb Change Remove function
use for instead foreach and Equals instead string compar
2021-01-21 15:54:33 +01:00
Quajak
a0a2d3af99 Update issue templates
Removed duplicate issue template and remove template for questions since they should be asked in discussions and not issues.
2021-01-21 09:50:01 +01:00
valentinbreiz
aa728c4835 Instance typo fix 2021-01-20 22:47:31 +01:00
valentinbreiz
325366fc84 ConfigEmpty rewrite + Capitalize initFields
InvalidOperationException
2021-01-20 22:45:40 +01:00
valentinbreiz
cf8a8519b2 Remove VMTInclude + Separate DHCP paquets by class 2021-01-20 22:37:30 +01:00
valentinbreiz
da4d55ec1a TempDictionarry removed 2021-01-20 22:23:20 +01:00
valentinbreiz
d199707fe1 Make NetworkInit public 2021-01-20 21:13:36 +01:00
valentinbreiz
fa31327b46 Make EndPoint, FindNetwork and DNSConfig public 2021-01-20 21:02:22 +01:00
valentinbreiz
c6397760af Make receiveData internal 2021-01-20 20:26:53 +01:00
valentinbreiz
3b242b4f0d Merge branch 'networking' of https://github.com/CosmosOS/Cosmos into networking 2021-01-20 20:12:44 +01:00
valentinbreiz
b7b69f1de7 Make DHCP and DNS Client public 2021-01-20 20:12:34 +01:00
valentinbreiz
dd2e1fcfcf
Correct typos 2021-01-20 19:43:25 +01:00
valentinbreiz
660def90c4
Correct typos 2021-01-20 19:43:10 +01:00
valentinbreiz
46ca973d3f Change sln 2021-01-20 19:38:06 +01:00
valentinbreiz
1a3c05aae9 Change test 2021-01-20 19:36:53 +01:00
valentinbreiz
e0c754a5b1
Update Network.md 2021-01-20 18:48:39 +01:00
valentinbreiz
b24c006bef Begin article. 2021-01-20 15:28:43 +01:00
valentinbreiz
4872875f5b Add NetworkTest 2021-01-20 15:15:37 +01:00
valentinbreiz
89c4fc2da3 Remove useless debug 2021-01-20 14:52:03 +01:00
valentinbreiz
3c18c68c8e Fix IRQ 2021-01-20 14:49:31 +01:00
valentinbreiz
c310d54535 Use Global debugger
For some unknown reasons, NetworkStack debugger is not working
2021-01-20 10:41:34 +01:00
valentinbreiz
a5789fcd0e
Merge branch 'master' into networking 2021-01-19 19:08:09 +01:00
valentinbreiz
cf8d41686e Make Enable public 2021-01-19 18:07:45 +01:00
Quajak
5457d05134
Merge pull request #1641 from MishaTY/master
Add Interlocked plugs
2021-01-16 22:58:37 +01:00
MishaTY
d2bdb19aa1
Merge branch 'master' into master 2021-01-16 16:18:12 -05:00
MishaTY
9225e210c2 Update InterlockedImpl.cs 2021-01-16 15:44:56 -05:00
Quajak
af1bf68d41
Merge pull request #1635 from CosmosOS/revert-1607-vbe-multiboot-non-lfb
Revert "Implement non linear framebuffer detection for VBE multiboot"
2021-01-13 11:15:55 +01:00
Quajak
ee9e7fe15e
Revert "Implement non linear framebuffer detection for VBE multiboot" 2021-01-13 10:36:22 +01:00