aboutsummaryrefslogtreecommitdiff
path: root/lib/net.c
AgeCommit message (Expand)Author
2021-01-26Fix bug pointed out by asm89 and add test.Rob Landley
2019-07-13net.c: add missing static.Elliott Hughes
2019-07-11bind/connect cleanup.Elliott Hughes
2019-02-23Bumper typo cleanup.Elliott Hughes
2019-02-20Make xgetaddrinfo() return a wildcard address for NULL host, and xconnbind()Rob Landley
2019-02-13Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib.Rob Landley
2019-01-18Teach xpoll() to measure time if interrupted, and wait for what's left.Rob Landley
2019-01-16Move xsendto() to lib/net.c.Rob Landley
2019-01-12Merge xconnect/xbind.Rob Landley
2018-12-10nc: add IPv6 support.Josh Gao
2018-07-19Tweak/add some comments.Rob Landley
2018-01-30Basic ping support.Rob Landley
2017-07-17Split out xgetaddrinfo() from xconnect()Rob Landley
2017-01-04Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied,Rob Landley
2016-10-11Make netcat work with nommu and factor out poll() loop into net/net.c.Rob Landley
2016-01-28Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill.Rob Landley
2016-01-16Move create_uuid() to lib and xpoll() to lib/net.c.Rob Landley
2015-08-05Switch nbd_client to xconnect() and make xconnect() try all returned addressesRob Landley
2015-08-05Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.Rob Landley
2015-08-03Factor out xconnect(), plus some other small cleanups to telnet.c.Rob Landley
2015-04-27Some infrastructure hexedit needs. (Poor man's curses.)Rob Landley
2013-11-02Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...Rob Landley
2013-04-26Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c an...Rob Landley