index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net.c
Age
Commit message (
Collapse
)
Author
2017-01-04
Some lib fixes: mark xvfork() noinline, make xsendfile() return bytes copied,
Rob Landley
make xsocket()'s returned fd CLOEXEC.
2016-10-11
Make netcat work with nommu and factor out poll() loop into net/net.c.
Rob Landley
2016-01-28
Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill.
Rob Landley
2016-01-16
Move create_uuid() to lib and xpoll() to lib/net.c.
Rob Landley
2015-08-05
Switch nbd_client to xconnect() and make xconnect() try all returned addresses
Rob Landley
before failing.
2015-08-05
Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.
Rob Landley
Still need a rethink on how to handle socket/bind/connect sequence.
2015-08-03
Factor out xconnect(), plus some other small cleanups to telnet.c.
Rob Landley
2015-04-27
Some infrastructure hexedit needs. (Poor man's curses.)
Rob Landley
2013-11-02
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ↵
Rob Landley
options isn't very interesting anymore.
2013-04-26
Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c ↵
Rob Landley
and move xsocket() to it.