index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-06
Removed the necessity for ext2util completely
Marvin Borner
2020-12-06
File-based booting instead of fixed inode (WIP)
Marvin Borner
2020-12-05
Some casual network fixes
Marvin Borner
2020-12-03
Quite important network stuff
Marvin Borner
2020-12-02
More window resizing..
Marvin Borner
2020-11-29
Big steps towards working window resizing
Marvin Borner
2020-11-29
Fixed some things
Marvin Borner
2020-11-28
Fixed redrawing of all previous elements
Marvin Borner
2020-11-28
Fixed process wake up without data receiving
Marvin Borner
2020-11-28
Fixed closed self closing tags
Marvin Borner
2020-11-28
Merged HTML renderer
Marvin Borner
2020-11-28
Kinda-working renderer
Marvin Borner
2020-11-28
Fixed tag case normalizing
Marvin Borner
2020-11-28
Made relative window registring local
Marvin Borner
2020-11-28
Started window resize support
Marvin Borner
2020-11-28
Added userspace heap
Marvin Borner
2020-11-28
Fixed file manager
Marvin Borner
2020-11-28
Made relative window registring local
Marvin Borner
2020-11-27
Started window resize support
Marvin Borner
2020-11-26
Added userspace heap
Marvin Borner
2020-11-26
Some changes
Marvin Borner
2020-11-25
More HTML rendering...
Marvin Borner
2020-11-25
Fixed file manager
Marvin Borner
2020-11-24
Started HTML rendering
Marvin Borner
2020-11-24
Fixed timer counting with yield()
Marvin Borner
2020-11-24
Added port support in URLs
Marvin Borner
2020-11-24
Added userspace-based network timeout
Marvin Borner
2020-11-23
Fixed some XML/HTML parsing bugs
Marvin Borner
2020-11-23
Fixed many things in XML indenting
Marvin Borner
2020-11-23
Ported sxml library
Marvin Borner
2020-11-22
Added file-based HTTP server
Marvin Borner
2020-11-22
Added HTTP response things
Marvin Borner
2020-11-22
Fixed DNS with one part
Marvin Borner
2020-11-22
Added percentage-based GUI system
Marvin Borner
2020-11-21
Fixed wrong DNS index
Marvin Borner
2020-11-21
Well, that's a strange fix
Marvin Borner
2020-11-21
Added magic DNS algorithm
Marvin Borner
2020-11-21
Fixed TCP/HTTP serving
Marvin Borner
2020-11-21
Added TCP RST support
Marvin Borner
2020-11-21
Added browser IP address support
Marvin Borner
2020-11-21
Added net_installed check
Marvin Borner
2020-11-21
Removed useless disk creation
Marvin Borner
2020-11-21
Updated instructions
Marvin Borner
2020-11-20
Fixed testing instructions
Marvin Borner
2020-11-20
Added disk creation
Marvin Borner
2020-11-20
Added stat syscall
Marvin Borner
2020-11-20
Ported upng library
Marvin Borner
2020-11-20
Some fixes here and there
Marvin Borner
2020-11-20
Fixed some network race conditions
Marvin Borner
2020-11-19
Updated screenshot
Marvin Borner
2020-11-19
Added some color
Marvin Borner
2020-11-19
Reimplemented basic webserver
Marvin Borner
2020-11-19
Less magic, thx Lars
Marvin Borner
2020-11-18
Updated readme instructions
Marvin Borner
2020-11-18
Fixed artifact uploading
Marvin Borner
2020-11-18
Added artifact uploading
Marvin Borner
2020-11-18
HTTP and browser stuff
Marvin Borner
2020-11-18
Added browser and many networking things
Marvin Borner
2020-11-18
Started libnet
Marvin Borner
2020-11-18
Fixed unrecognized special keys
Marvin Borner
2020-11-17
I think this fixes quite many bugs!
Marvin Borner
2020-11-15
Added DNS errors
Marvin Borner
2020-11-14
Some fixes
Marvin Borner
2020-11-14
Added ugly dns implementation
Marvin Borner
2020-11-14
Added udp sockets
Marvin Borner
2020-11-13
Many small network improvements
Marvin Borner
2020-11-13
Improved random generator
Marvin Borner
2020-11-13
Removed some useless code
Marvin Borner
2020-11-12
Traced some issues; disabled malloc alignment
Marvin Borner
2020-11-10
Added backspace support
Marvin Borner
2020-11-10
Fixes
Marvin Borner
2020-11-10
Oops, I'm dumb
Marvin Borner
2020-11-10
Removed testing
Marvin Borner
2020-11-10
Tmate debugging
Marvin Borner
2020-11-09
Removed non-net support and fixed some bugs
Marvin Borner
2020-11-09
Added subnet mask etc
Marvin Borner
2020-11-08
Added sockets, requests and net wrappers
Marvin Borner
2020-11-08
Started socket implementation
Marvin Borner
2020-11-08
Added screenshot
Marvin Borner
2020-11-08
Probably fixed packet dropping
Marvin Borner
2020-11-07
Fixed TCP handling, basic HTTP server
Marvin Borner
2020-11-05
TCP..
Marvin Borner
2020-11-05
Added warning flags and fixed them :)
Marvin Borner
2020-11-04
Further TCP work
Marvin Borner
2020-11-03
Started TCP implementation
Marvin Borner
2020-11-02
Added gui exec parameter
Marvin Borner
2020-11-02
Ported c4 compiler (kinda working!)
Marvin Borner
2020-11-02
Reverted rtl driver, improvements caused crashing
Marvin Borner
2020-11-02
Better logging
Marvin Borner
2020-11-02
Improved error handling in rtl driver
Marvin Borner
2020-11-01
New (working!) network approach
Marvin Borner
2020-11-01
Added files demo and needed functions
Marvin Borner
2020-11-01
New binary directory structure
Marvin Borner
2020-10-31
Added 'exec' demo program
Marvin Borner
2020-10-31
Some performance improvements
Marvin Borner
2020-10-31
Added label, text input and more events
Marvin Borner
2020-10-31
Fixed space handling in keymap parser
Marvin Borner
2020-10-31
Fixed gui context merge
Marvin Borner
2020-10-28
Fixed relative positioned events
Marvin Borner
2020-10-28
Added container functions
Marvin Borner
[prev]
[next]