valentinbreiz
|
e25394e01d
|
TCP work
|
2021-02-19 21:50:20 +01:00 |
|
valentinbreiz
|
f3c3aeb1d3
|
Send ACK response after connection
|
2021-02-19 21:11:06 +01:00 |
|
valentinbreiz
|
ab61bebb00
|
Checksum calculation + Random sequence number
|
2021-02-19 15:08:14 +01:00 |
|
valentinbreiz
|
b668abee6c
|
TCP Header changes
|
2021-02-19 11:33:34 +01:00 |
|
valentinbreiz
|
f4b6d796ae
|
Add checksum calculation
|
2021-02-18 21:26:53 +01:00 |
|
valentinbreiz
|
004f910db0
|
Forgot to update network stack
|
2021-02-18 19:01:08 +01:00 |
|
valentinbreiz
|
ea9a5492db
|
Do not hardcore values
|
2021-02-18 18:49:21 +01:00 |
|
valentinbreiz
|
3875bccf78
|
Merge branch 'feature/tcp' of https://github.com/CosmosOS/Cosmos into feature/tcp
|
2021-02-18 18:45:57 +01:00 |
|
valentinbreiz
|
92cbe7f9ce
|
TCP Work
|
2021-02-18 18:45:54 +01:00 |
|
valentinbreiz
|
1e2071e018
|
Merge branch 'master' into feature/tcp
|
2021-02-05 17:09:24 +01:00 |
|
valentinbreiz
|
cb2f803600
|
Add TCP to IP handler
|
2021-02-05 13:55:09 +01:00 |
|
valentinbreiz
|
3e732dbaa3
|
Add TCP Client + basic TCP packet
|
2021-02-05 13:46:28 +01:00 |
|
valentinbreiz
|
dbe694c1c5
|
Rename back
|
2021-02-05 13:35:29 +01:00 |
|
valentinbreiz
|
bfa982104c
|
Raname IPv4 folder Temp
|
2021-02-05 13:34:56 +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
|
85dd420fb6
|
ICMPPacket clean + remove useless initfields methods
|
2021-01-21 18:50:03 +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
|
584568bceb
|
Change Remove function
use for instead foreach and Equals instead string compar
|
2021-01-21 15:54:33 +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
|
b7b69f1de7
|
Make DHCP and DNS Client public
|
2021-01-20 20:12:34 +01:00 |
|
valentinbreiz
|
1a3c05aae9
|
Change test
|
2021-01-20 19:36:53 +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 |
|
MishaTY
|
9225e210c2
|
Update InterlockedImpl.cs
|
2021-01-16 15:44:56 -05:00 |
|
valentinbreiz
|
96b5ff34bf
|
Add Aura files
|
2021-01-09 13:18:53 +01:00 |
|
MishaTY
|
97eb09659d
|
Small change
removed comma on last package
|
2021-01-05 11:26:19 -05:00 |
|
MishaTY
|
4af1b27e11
|
Show message on what exactly is missing
Show message on what exactly is missing
|
2021-01-05 11:21:29 -05:00 |
|
MishaTY
|
3f3d6ab5ef
|
Disable auto-install of workloads
Disable auto-install of workloads
|
2021-01-03 12:07:41 -05:00 |
|
valentinbreiz
|
ec1e46553a
|
Merge branch 'master' into feature/ulong_tostring
|
2020-12-19 00:48:42 +01:00 |
|
Alexy DA CRUZ (GeomTech)
|
705b5d9d03
|
Add GetDevice with bus, slot, function informations.
|
2020-12-14 22:59:42 +01:00 |
|
valentinbreiz
|
cf56bb9eec
|
Programatically get ApplicationData path
Inno Setup {userappdata} always points to C:\
|
2020-12-10 18:58:20 +01:00 |
|
KM198912
|
7fb6ff9d80
|
Update CPU.cs
add .Trim() to the returned string because otherwise it is shifted to the right using Console.WriteLine
|
2020-11-30 13:15:20 +01:00 |
|
MishaTY
|
04396b75cd
|
Update InterlockedImpl.cs
|
2020-11-19 12:28:41 -05:00 |
|
Quajak
|
a14aae5f0a
|
Dont launch Kernel.sln in VS after building devkit
|
2020-11-19 00:16:34 +01:00 |
|
KM198912
|
f45e837422
|
i hate git...
|
2020-11-18 16:48:54 +01:00 |
|
KM198912
|
7955f265b2
|
Revert "Patch 1"
|
2020-11-18 16:27:36 +01:00 |
|