aboutsummaryrefslogtreecommitdiff
path: root/libnet/inc/net.h
AgeCommit message (Collapse)Author
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-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