aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/ipc_local.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of webipc.h and DJBUNIX_FLAG_*Laurent Bercot2020-12-091-1/+2
| | | | | | | | | | | | | | Decent semantic header separation is hard. It's always an ongoing process. Here socket.h always included webipc.h for listen(), and webipc.h always included djbunix.h for socket_internal() and socketpair_internal(). That's ugh. Just move all the socket stuff into one socket header. Of course, djbunix.h is still needed most of the time for fd_close() and other operations on fds, but those are generic anyway. Also, O_CLOEXEC exists everywhere now, so we can use it as well as O_NONBLOCK instead of redefining the flags in djbunix.h.
* Types change: big pass on libstddjb and libunixonacidLaurent Bercot2017-02-211-3/+4
| | | | libdatastruct still missing, library still not functional
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+23