Commit graph

326 commits

Author SHA1 Message Date
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
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
c310d54535 Use Global debugger
For some unknown reasons, NetworkStack debugger is not working
2021-01-20 10:41:34 +01:00
valentinbreiz
cf8d41686e Make Enable public 2021-01-19 18:07:45 +01:00
valentinbreiz
96b5ff34bf Add Aura files 2021-01-09 13:18:53 +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
KM198912
8a8ddac525
Fix Typo 2020-11-18 15:38:23 +01:00
KM198912
3bd29971d9
Add Bitmap V5 header
This should resolve most issues of incorrect header , BITMAPV5INFO inherits the V4. need to add tests still.
2020-11-18 15:35:05 +01:00
Quajak
c4c1d10a7c Reverted more unwanted changes 2020-11-14 19:15:55 +01:00
Quajak
0f728acd9a Fixed incorrect replaces 2020-11-14 19:07:21 +01:00
Quajak
ed3cd4ff51 Undid unit test approach and now use DebugFactory to allow using cosmos debug when running unit tests 2020-11-14 18:48:23 +01:00
Quajak
ee34c631c5 Changed again how clearing happens. Reverted to use Fat Table correctly 2020-11-07 21:58:44 +01:00
Quajak
5b08ba79b6 Added unittest build configuration, which allows you to use loggers(COSMOSDEBUG) when using unit tests 2020-11-07 20:05:31 +01:00
Quajak
0d268eebef Added unittests for the VFSManager
Changed how the cluster is cleared again
Also added method to find unused cluster to use, rather than incorrectly using GetFatEntry to find cluster
2020-11-07 19:58:49 +01:00
Charles Betros
bbcde4ce16
Merge branch 'master' into fix/alloc_directory 2020-11-04 12:07:04 -06:00
Quajak
09744a47e7 Changed where 2020-11-04 18:48:06 +01:00
valentinbreiz
e08f9977b4 Add more notes 2020-11-02 15:45:11 +01:00
Quajak
ca1aacfbb1 New approach to correctly initialise directory 2020-10-31 21:25:31 +01:00
Quajak
f97f641bb4 Only clear the next entry
Fix incorrect amount written
2020-10-29 21:36:13 +01:00
Quajak
c9dfec1740 Fixed fat file system bug when creating a new directory which gets allocated a cluster with data still in it
Also added more debug output
2020-10-29 11:26:55 +01:00
Quajak
85f95013b5 Fix incorrect size of array when setting metadata of long file names 2020-10-27 21:52:51 +01:00
Quajak
cabc72bb9e
Allow users to handle Ctrl+Alt+Delete 2020-10-22 18:53:47 +02:00
KM198912
7cf12663e4
Update Canvas.cs
Make Requested Changes
2020-10-20 16:33:07 +02:00
KM198912
101340a6ed
Implement Bitmap Scaling
Implement Bitmap Scaling by Desired Height and Width
2020-10-20 15:54:01 +02:00
Quajak
e1bda335ab Fix deleting of directories with small offset (most commonly subdirectories) 2020-09-19 21:48:32 +02:00
Quajak
b649eabb16
Added the ctors without the ColorOrder parameter 2020-08-21 21:49:53 +02:00
Quajak
1b02aa4bac
Undo commenting of debug messages 2020-08-20 22:42:50 +02:00
Quajak
9d8f4ba515
Create ColorOrder.cs 2020-08-20 22:40:06 +02:00
Quajak
fca8ca9080
Added support for different color orders 2020-08-20 22:37:07 +02:00
valentinbreiz
c056f8042d forgot that 2020-07-16 22:50:37 +02:00
valentinbreiz
3c2125c0cd build fix + fct rename 2020-07-16 22:42:11 +02:00