| Commit message (Expand) | Author | Age | Files | Lines |
* | Add devino, refactor openwrite(v)nclose | Laurent Bercot | 2023-06-09 | 28 | -206/+336 |
* | Still declare hiercopy_tmp | Laurent Bercot | 2023-06-02 | 1 | -0/+1 |
* | Refactor to add hiercopy_loose (for s6-l-i) | Laurent Bercot | 2023-06-01 | 7 | -84/+114 |
* | Grab as many signals as possible in sig_table | Laurent Bercot | 2023-05-25 | 2 | -1/+3 |
* | More more avltree macro fixes | Laurent Bercot | 2023-05-18 | 1 | -1/+1 |
* | More avltree macro fixes | Laurent Bercot | 2023-05-18 | 1 | -2/+2 |
* | Add slurpn, refactor slurp, fix avltree/cdbmake bugs, add strerr_warnf | Laurent Bercot | 2023-05-18 | 10 | -36/+119 |
* | doc typo fix | Laurent Bercot | 2023-04-21 | 1 | -1/+1 |
* | Add selfpipe_fd(), refactor selfpipe | Laurent Bercot | 2023-04-07 | 16 | -308/+218 |
* | version: 2.13.1.1 v2.13.1.1 | Laurent Bercot | 2023-04-02 | 1 | -3/+8 |
* | Prepare for 2.13.1.1 | Laurent Bercot | 2023-03-23 | 5 | -3/+15 |
* | bugfix: typo in unix-timed.h | Laurent Bercot | 2023-03-23 | 1 | -1/+1 |
* | version: 2.13.1.0 v2.13.1.0 | Laurent Bercot | 2023-02-17 | 1 | -1/+1 |
* | Tables should be const | Laurent Bercot | 2023-02-12 | 3 | -4/+5 |
* | Add sals, several refactors | Laurent Bercot | 2023-02-09 | 9 | -94/+89 |
* | Prepare for 2.13.1.0 | Laurent Bercot | 2023-01-31 | 5 | -4/+18 |
* | Define SKALIBS_PATH_MAX | Laurent Bercot | 2023-01-31 | 1 | -0/+6 |
* | QoL: subgetopt should return ? on --long | Laurent Bercot | 2023-01-21 | 1 | -10/+9 |
* | Add bytestr.h doc | Laurent Bercot | 2023-01-18 | 1 | -1/+236 |
* | Fix main dl link | Laurent Bercot | 2023-01-15 | 1 | -1/+1 |
* | version: 2.13.0.0 v2.13.0.0 | Laurent Bercot | 2023-01-14 | 1 | -1/+1 |
* | Remove stdarg functions from strerr, everything is __VA_ARGS__ now | Laurent Bercot | 2023-01-13 | 7 | -101/+3 |
* | Add siovec doc, fix siovec_trunc, credit Ermine | Laurent Bercot | 2023-01-04 | 3 | -6/+120 |
* | More strerr.h fixes | Laurent Bercot | 2022-12-18 | 1 | -4/+4 |
* | strerr.h fixes | Laurent Bercot | 2022-12-18 | 1 | -13/+13 |
* | bugfix: uint16_pack and uint16_pack for big-endian | Laurent Bercot | 2022-12-05 | 2 | -2/+2 |
* | Credit DuClare | Laurent Bercot | 2022-11-30 | 1 | -0/+1 |
* | Much better strerr revamp, with __VA_ARGS__ | Laurent Bercot | 2022-11-30 | 57 | -879/+241 |
* | Fix strerr_warn7x definition | Laurent Bercot | 2022-11-29 | 1 | -3/+3 |
* | Prepare for 2.13.0.0, revamp strerr | Laurent Bercot | 2022-11-29 | 83 | -519/+1089 |
* | bits-template: fix typos | Laurent Bercot | 2022-11-21 | 2 | -2/+3 |
* | Prepare for 2.12.1.0; add buffer_timed_put(s) | Laurent Bercot | 2022-10-28 | 10 | -9/+43 |
* | Prepare for 2.12.0.2 | Laurent Bercot | 2022-10-14 | 5 | -3/+15 |
* | Doc fixes: remove _t from skalibs types | Laurent Bercot | 2022-09-27 | 7 | -94/+94 |
* | Better NSIG detection and fix | Laurent Bercot | 2022-09-05 | 4 | -17/+16 |
* | Include mitigation for BSD disease in sigaction wrapper | Laurent Bercot | 2022-09-03 | 1 | -1/+15 |
* | Don't use arc4random() for early random on Linux | Laurent Bercot | 2022-07-23 | 1 | -1/+1 |
* | Fix allread errno management | Laurent Bercot | 2022-07-18 | 6 | -9/+17 |
* | version: 2.12.0.1 v2.12.0.1 | Laurent Bercot | 2022-06-23 | 1 | -0/+1 |
* | Prepare for 2.12.0.1 | Laurent Bercot | 2022-06-23 | 4 | -2/+14 |
* | Add runtime fallback for GRND_INSECURE | Laurent Bercot | 2022-06-23 | 1 | -3/+13 |
* | version: 2.12.0.0 v2.12.0.0 | Laurent Bercot | 2022-06-14 | 1 | -1/+0 |
* | Export random_devurandom, fix APIs | Laurent Bercot | 2022-06-08 | 6 | -17/+9 |
* | Clean up / homogenize openreadnclose() family | Laurent Bercot | 2022-06-08 | 9 | -42/+40 |
* | Remove unused variable in generic selfpipe_trap | Laurent Bercot | 2022-06-04 | 1 | -1/+0 |
* | Add blake2s implementation to stdcrypto | Laurent Bercot | 2022-06-01 | 8 | -1/+181 |
* | Rework endianness conversion primitives | Laurent Bercot | 2022-06-01 | 53 | -108/+174 |
* | Add openc_*at functions | Laurent Bercot | 2022-05-30 | 19 | -18/+130 |
* | Add waitn_posix() and waitn_reap_posix() | Laurent Bercot | 2022-04-15 | 9 | -21/+70 |
* | Doc fix | Laurent Bercot | 2022-04-11 | 1 | -1/+1 |