aboutsummaryrefslogtreecommitdiff
path: root/libnet
AgeCommit message (Collapse)Author
2021-02-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2021-02-25Added *many* static keywordsMarvin Borner
2021-02-25Updated makefilesMarvin Borner
2020-12-09Fixed null socket loopMarvin Borner
2020-12-03Quite important network stuffMarvin Borner
2020-11-24Fixed timer counting with yield()Marvin 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-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-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-21Added magic DNS algorithmMarvin Borner
Coffein helped me write this lol. It's actually pretty dumb but WTH - it works!
2020-11-21Added browser IP address supportMarvin Borner
2020-11-20Fixed some network race conditionsMarvin Borner
2020-11-18HTTP and browser stuffMarvin Borner
2020-11-18Added browser and many networking thingsMarvin Borner
2020-11-18Started libnetMarvin Borner