Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-09 | Add sals, several refactors | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-18 | Add bytestr.h doc | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-04 | Add siovec doc, fix siovec_trunc, credit Ermine | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-11-30 | Much better strerr revamp, with __VA_ARGS__ | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-11-29 | Prepare for 2.13.0.0, revamp strerr | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-09-27 | Doc fixes: remove _t from skalibs types | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-07-18 | Fix allread errno management | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-06-08 | Clean up / homogenize openreadnclose() family | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-04-15 | Add waitn_posix() and waitn_reap_posix() | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-04-11 | Doc fix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-03-20 | Doc fix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-03-16 | Doc fixes | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-29 | Doc fixes | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-26 | Fix fd_cat/n doc | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-25 | Axe iobuffer | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-07-23 | New 2.11.0.0 branch with several modifications | Laurent Bercot | |
- libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-06-14 | doc: allreadwrite: document scatter/gatter functions | Laurent Bercot | |
Signed-off-by: Jesse Young <jlyo@jlyo.org> | |||
2021-06-14 | doc: reconcile openwrite{,v}nclose_suffix{,_devino}{,_sync} with djbunix.h | Laurent Bercot | |
Signed-off-by: Jesse Young <jlyo@jlyo.org> | |||
2021-01-19 | version: 2.10.0.1v2.10.0.1 | Laurent Bercot | |
2021-01-14 | Undocument pathexec functions (replaced with exec.h stuff) | Laurent Bercot | |
2020-12-09 | Reflect changes in doc | Laurent Bercot | |
2020-11-29 | Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0 | Laurent Bercot | |
flock() doesn't have a way to test for a lock without taking it. lockf() doesn't have shared locks. The only way to have both is fcntl(). So I rewrote all the locking stuff around fcntl(), and used the opportunity to change the interface. The point of changing the interface is to stop having to bother with the old one, so to hell with compatibility, let's just do a major bump. | |||
2020-11-20 | Add fd_shutdown() | Laurent Bercot | |
2020-10-26 | Change new function names to openc_*; update deps.mak | Laurent Bercot | |
2020-10-26 | Prepare for 2.9.4.0; add open*coe() functions. | Laurent Bercot | |
2020-10-04 | doc: fix URLs | Laurent Bercot | |
2020-04-29 | Correct alloc.h documentation | Laurent Bercot | |
2020-03-30 | skalibs: fix html errors | Colin Booth | |
Signed-off-by: Colin Booth <colin@heliocat.net> | |||
2019-10-09 | Add path_canonicalize, prepare for 2.9.1.0 | Laurent Bercot | |
2019-09-07 | Update doc | Laurent Bercot | |
2019-09-03 | Big wallclock/stopwatch refactor. It was long overdue. | Laurent Bercot | |
* --enable-clock and --enable-monotonic are gone * tain_sysclock() has been renamed tain_wallclock_read() * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday()) * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]() and now accept a monotonic clock name as an extra argument * tain_now() points to the system (wall) clock by default * tain_now_set_[stopwatch|wallclock]() can be used to switch Now to make a pass on all skarnet.org programs and add a tain_now_set_stopwatch() call everywhere needed... >.> | |||
2019-06-21 | Doc fix | Laurent Bercot | |
2019-03-08 | bugfix: leap second table. Also add leapsec reporting in localtm. | Laurent Bercot | |
2018-08-01 | Remove prot | Laurent Bercot | |
2018-07-15 | Doc typo fix | Laurent Bercot | |
2018-03-01 | Add byte_zzero, openb_read | Laurent Bercot | |
2018-02-14 | Add execvep_loose, prepare for 2.6.4.0 | Laurent Bercot | |
2018-01-06 | Doc typo fix | Laurent Bercot | |
2017-10-30 | Add lock_unx() | Laurent Bercot | |
2017-08-10 | Doc typo fix | Laurent Bercot | |
2017-05-24 | More schemeless URLs | Laurent Bercot | |
2017-05-23 | Switch doc to schemeless URLs | Laurent Bercot | |
2017-05-18 | Add xpathexec_* functions, prepare for 2.5.1.0 | Laurent Bercot | |
2017-05-16 | Add stub documentation files to avoid 404 | Laurent Bercot | |
2017-03-13 | Cleanups - mostly removing superfluous includes in headers | Laurent Bercot | |
2017-03-08 | Update documentation for the types change, with some extra fixes | Laurent Bercot | |
Also remove --enable-replace-libc from configure | |||
2016-12-03 | version: 2.4.0.2v2.4.0.2 | Laurent Bercot | |
2016-10-24 | Add the alarm library, first draft. | Laurent Bercot | |
2016-10-19 | child_spawn2 documentation | Laurent Bercot | |
2016-02-25 | Doc fix | Laurent Bercot | |