| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Huge incompatible changes. | Laurent Bercot | 2021-07-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Get rid of webipc.h and DJBUNIX_FLAG_* | Laurent Bercot | 2020-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | More superflous headers cleanup and tiny fixes | Laurent Bercot | 2017-03-13 | 1 | -2/+1 |
| | | |||||
| * | More types changes | Laurent Bercot | 2017-02-17 | 1 | -4/+5 |
| | | | | | | | | | | New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet | ||||
| * | Actually call ipc_timed_recv ipc_timed_recv | Laurent Bercot | 2016-07-20 | 1 | -1/+1 |
| | | |||||
| * | Add ipc_timed_recv | Laurent Bercot | 2016-07-20 | 1 | -0/+30 |
