aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.asm (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysnet: fix truncated TCP field offsets corrupting multi-segment recvuser1-4/+10
4 daysnet: unbreak ping against hosts that intermittently drop ICMPuser1-3/+54
4 daysnet: pump the network from the console wait (answer pings at the prompt)user1-10/+78
4 daysnet: DHCP client - lease the IP at boot instead of hardcoding ituser1-29/+68
5 daysnet: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCPuser1-8/+678
5 daysnet: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user1-21/+321
5 daysnet: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-0/+754