aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-08Kinda working VFS implementationMarvin Borner
2021-01-07New read parametersMarvin Borner
2021-01-07Working VFS path resolvingMarvin Borner
2021-01-07Started conversion to VFSMarvin Borner
2021-01-07Several thingsMarvin Borner
Sorry :D
2021-01-07WhoopsMarvin Borner
2021-01-07Added non-NULL assertionMarvin Borner
2021-01-04Some vfs fixesMarvin Borner
2020-12-11Some FS stuffMarvin Borner
2020-12-10Started VFSMarvin Borner
I have plans to remove the whole event system and make everything a file - just like Unix does. It's way easier that way actually.
2020-12-09Fixed null socket loopMarvin Borner
2020-12-06Some things that annoyed meMarvin Borner
2020-12-06Added killing comboMarvin Borner
Isn't that dangerous though
2020-12-06Woops, missed a fileMarvin Borner
2020-12-06Fixed workflowMarvin Borner
2020-12-06Removed submodule loadingMarvin Borner
2020-12-06Removed the necessity for ext2util completelyMarvin Borner
This is needed for a flexible bootloader and IDE driver. Future commits will remove the boot/load.c file.
2020-12-06File-based booting instead of fixed inode (WIP)Marvin Borner
2020-12-05Some casual network fixesMarvin Borner
2020-12-03Quite important network stuffMarvin Borner
2020-12-02More window resizing..Marvin Borner
Almost kinda works now
2020-11-29Big steps towards working window resizingMarvin Borner
Found some other bugs too
2020-11-29Fixed some thingsMarvin Borner
I'm currently working on a huge commit, but it doesn't work.. WAIT AND SEE!
2020-11-28Fixed redrawing of all previous elementsMarvin Borner
2020-11-28Fixed process wake up without data receivingMarvin Borner
2020-11-28Fixed closed self closing tagsMarvin Borner
2020-11-28Merged HTML rendererMarvin Borner
2020-11-28Kinda-working rendererMarvin Borner
2020-11-28Fixed tag case normalizingMarvin Borner
2020-11-28Made relative window registring localMarvin Borner
2020-11-28Started window resize supportMarvin Borner
2020-11-28Added userspace heapMarvin Borner
2020-11-28Fixed file managerMarvin Borner
Idk how I could miss that...
2020-11-28Made relative window registring localMarvin Borner
2020-11-27Started window resize supportMarvin Borner
2020-11-26Added userspace heapMarvin Borner
2020-11-26Some changesMarvin Borner
2020-11-25More HTML rendering...Marvin Borner
2020-11-25Fixed file managerMarvin Borner
Idk how I could miss that...
2020-11-24Started HTML renderingMarvin Borner
2020-11-24Fixed timer counting with yield()Marvin Borner
2020-11-24Added port support in URLsMarvin Borner
2020-11-24Added userspace-based network timeoutMarvin Borner
The network in my whole city is down right now, so I've done some error catching using timeouts etc without the kernel blocking everything. Not having internet is exhausting though :(
2020-11-23Fixed some XML/HTML parsing bugsMarvin Borner
2020-11-23Fixed many things in XML indentingMarvin Borner
2020-11-23Ported sxml libraryMarvin Borner
2020-11-22Added file-based HTTP serverMarvin Borner
And fixed/added some other things
2020-11-22Added HTTP response thingsMarvin Borner
Very specific.
2020-11-22Fixed DNS with one partMarvin Borner
2020-11-22Added percentage-based GUI systemMarvin Borner
2020-11-21Fixed wrong DNS indexMarvin Borner
You can forget the previous commit. It was probably still better to clear the whole input field instead. (security/privacy)
2020-11-21Well, that's a strange fixMarvin Borner
This GUI bug actually caused DNS issues - LOL!
2020-11-21Added magic DNS algorithmMarvin Borner
Coffein helped me write this lol. It's actually pretty dumb but WTH - it works!
2020-11-21Fixed TCP/HTTP servingMarvin Borner
2020-11-21Added TCP RST supportMarvin Borner
2020-11-21Added browser IP address supportMarvin Borner
2020-11-21Added net_installed checkMarvin Borner
2020-11-21Removed useless disk creationMarvin Borner
This gets executed automatically
2020-11-21Updated instructionsMarvin Borner
2020-11-20Fixed testing instructionsMarvin Borner
2020-11-20Added disk creationMarvin Borner
2020-11-20Added stat syscallMarvin Borner
This currently only returns the file size, other stats will follow soon!
2020-11-20Ported upng libraryMarvin Borner
This results in a faster boot and smaller files.
2020-11-20Some fixes here and thereMarvin Borner
Ya, professional commit messages as always
2020-11-20Fixed some network race conditionsMarvin Borner
2020-11-19Updated screenshotMarvin Borner
2020-11-19Added some colorMarvin Borner
2020-11-19Reimplemented basic webserverMarvin Borner
2020-11-19Less magic, thx LarsMarvin Borner
2020-11-18Updated readme instructionsMarvin Borner
2020-11-18Fixed artifact uploadingMarvin Borner
I've uploaded the testing version before...
2020-11-18Added artifact uploadingMarvin Borner
2020-11-18HTTP and browser stuffMarvin Borner
2020-11-18Added browser and many networking thingsMarvin Borner
2020-11-18Started libnetMarvin Borner
2020-11-18Fixed unrecognized special keysMarvin Borner
2020-11-17I think this fixes quite many bugs!Marvin Borner
For real though! First tests show no weird bugs anymore.
2020-11-15Added DNS errorsMarvin Borner
2020-11-14Some fixesMarvin Borner
I WAS BUG-SEARCHING FOR SEVERAL HOURS WHYYYY, WHEEERE, AAAAAH
2020-11-14Added ugly dns implementationMarvin Borner
2020-11-14Added udp socketsMarvin Borner
2020-11-13Many small network improvementsMarvin Borner
2020-11-13Improved random generatorMarvin Borner
2020-11-13Removed some useless codeMarvin Borner
I spent several hours tracing the bug that followed me since months, but I haven't found it yet :( Where are you, HEISENBUG?!
2020-11-12Traced some issues; disabled malloc alignmentMarvin Borner
2020-11-10Added backspace supportMarvin Borner
2020-11-10FixesMarvin Borner
yup
2020-11-10Oops, I'm dumbMarvin Borner
I believe I was wrong in my previous commit message. Let's see...
2020-11-10Removed testingMarvin Borner
Apparently the github action framework somehow disallows networking in QEMU or something. Maybe I'll investigate it in the future, but testing isn't that important anyway :P
2020-11-10Tmate debuggingMarvin Borner
2020-11-09Removed non-net support and fixed some bugsMarvin Borner
2020-11-09Added subnet mask etcMarvin Borner
This doesn't work right now due to the strange alignment, memory, whatever bugs I have somewhere. I'm gonna fix them next! I guess..
2020-11-08Added sockets, requests and net wrappersMarvin Borner
2020-11-08Started socket implementationMarvin Borner
2020-11-08Added screenshotMarvin Borner
2020-11-08Probably fixed packet droppingMarvin Borner
2020-11-07Fixed TCP handling, basic HTTP serverMarvin Borner
2020-11-05TCP..Marvin Borner
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-11-04Further TCP workMarvin Borner
Can now send ACKs with correct checksum