| Commit message (Expand) | Author | Age | Files | Lines |
* | Update changelog | Laurent Bercot | 2023-07-03 | 2 | -1/+4 |
* | Refactor cdbmake, add cdbmake_addv, cdb_hashv | Laurent Bercot | 2023-07-03 | 13 | -61/+164 |
* | posix_spawn workaround fixes | Laurent Bercot | 2023-06-29 | 2 | -2/+2 |
* | Add workaround for bad QoI posix_spawn() | Laurent Bercot | 2023-06-28 | 10 | -276/+462 |
* | Doc fix | Laurent Bercot | 2023-06-27 | 1 | -3/+3 |
* | Apply fixes suggested by jjk | Laurent Bercot | 2023-06-23 | 4 | -7/+10 |
* | Use less stack with avlnode | Laurent Bercot | 2023-06-23 | 2 | -6/+10 |
* | Fix iter_func type; add tain_earliest | Laurent Bercot | 2023-06-13 | 11 | -7/+38 |
* | Better posixishard.h | Laurent Bercot | 2023-06-09 | 1 | -1/+4 |
* | Add SKALIBS_NAME_MAX | Laurent Bercot | 2023-06-09 | 1 | -0/+6 |
* | Typo fixes | Laurent Bercot | 2023-06-09 | 1 | -3/+3 |
* | 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 |