aboutsummaryrefslogtreecommitdiff
path: root/libnet/dns.c
AgeCommit message (Collapse)Author
2021-02-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
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-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-20Fixed some network race conditionsMarvin Borner
2020-11-18Added browser and many networking thingsMarvin Borner
2020-11-18Started libnetMarvin Borner