Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-25 | Create socket on first sendto if family agnostic udp() was used | Natanael Copa | 1 | -0/+21 | |
Create socket and set family on first sendto() if udp() was created without address family. Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | |||||
2016-12-25 | rename unix.tcp to unix.stream, unix.udp to unix.dgram | enginix | 11 | -129/+129 | |
2016-11-08 | allow DESTDIR to be set from the environment | Mike Usenko | 1 | -1/+1 | |
2016-07-22 | add getsockname api for unix {udp,tcp} socket | enginix | 2 | -0/+36 | |
2016-07-04 | fix unixudp object checking issue | enginix | 1 | -2/+2 | |
2016-06-30 | unix socket: compat lua 5.1 | enginix | 3 | -2/+5 | |
2016-06-24 | support datagram unix domain sockets | enginix | 10 | -316/+803 | |