aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version: 2.13.0.0v2.13.0.0Laurent Bercot2023-01-141-1/+1
* Remove stdarg functions from strerr, everything is __VA_ARGS__ nowLaurent Bercot2023-01-137-101/+3
* Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot2023-01-043-6/+120
* More strerr.h fixesLaurent Bercot2022-12-181-4/+4
* strerr.h fixesLaurent Bercot2022-12-181-12/+12
* bugfix: uint16_pack and uint16_pack for big-endianLaurent Bercot2022-12-052-2/+2
* Credit DuClareLaurent Bercot2022-11-301-0/+1
* Much better strerr revamp, with __VA_ARGS__Laurent Bercot2022-11-3057-858/+220
* Fix strerr_warn7x definitionLaurent Bercot2022-11-291-3/+3
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-2983-513/+1083
* bits-template: fix typosLaurent Bercot2022-11-212-2/+3
* Prepare for 2.12.1.0; add buffer_timed_put(s)Laurent Bercot2022-10-2810-9/+43
* Prepare for 2.12.0.2Laurent Bercot2022-10-145-3/+15
* Doc fixes: remove _t from skalibs typesLaurent Bercot2022-09-277-94/+94
* Better NSIG detection and fixLaurent Bercot2022-09-054-17/+16
* Include mitigation for BSD disease in sigaction wrapperLaurent Bercot2022-09-031-1/+15
* Don't use arc4random() for early random on LinuxLaurent Bercot2022-07-231-1/+1
* Fix allread errno managementLaurent Bercot2022-07-186-9/+17
* version: 2.12.0.1v2.12.0.1Laurent Bercot2022-06-231-0/+1
* Prepare for 2.12.0.1Laurent Bercot2022-06-234-2/+14
* Add runtime fallback for GRND_INSECURELaurent Bercot2022-06-231-3/+13
* version: 2.12.0.0v2.12.0.0Laurent Bercot2022-06-141-1/+0
* Export random_devurandom, fix APIsLaurent Bercot2022-06-086-17/+9
* Clean up / homogenize openreadnclose() familyLaurent Bercot2022-06-089-42/+40
* Remove unused variable in generic selfpipe_trapLaurent Bercot2022-06-041-1/+0
* Add blake2s implementation to stdcryptoLaurent Bercot2022-06-018-1/+181
* Rework endianness conversion primitivesLaurent Bercot2022-06-0153-108/+174
* Add openc_*at functionsLaurent Bercot2022-05-3019-18/+130
* Add waitn_posix() and waitn_reap_posix()Laurent Bercot2022-04-159-21/+70
* Doc fixLaurent Bercot2022-04-111-1/+1
* Remove uint32_func definitionLaurent Bercot2022-04-091-3/+0
* Prepare for 2.12.0.0. librandom revamp.Laurent Bercot2022-04-0929-338/+279
* Add sysdep for GRND_INSECURELaurent Bercot2022-03-272-0/+17
* Don't write to /dev/urandom. (It's useless or even harmful.)Laurent Bercot2022-03-272-7/+1
* Doc fixLaurent Bercot2022-03-201-1/+1
* Doc fixesLaurent Bercot2022-03-163-5/+5
* version: 2.11.2.0v2.11.2.0Laurent Bercot2022-03-081-1/+0
* Fix envdir_noclampLaurent Bercot2022-02-271-3/+3
* Prepare for 2.11.2.0Laurent Bercot2022-02-254-2/+21
* Bloat envdir with a noclamp optionLaurent Bercot2022-02-256-78/+210
* Don't autoshrink after slurpingLaurent Bercot2022-02-251-12/+7
* Full errno paranoia in selfpipe signal handlerLaurent Bercot2022-02-171-0/+3
* Apply user-provided CPPFLAGS, CFLAGS and LDFLAGS during autodetectionLaurent Bercot2022-01-242-2/+3
* genqdyn doc fix (thanks obarun)Laurent Bercot2022-01-021-9/+1
* version: 2.11.1.0v2.11.1.0Laurent Bercot2021-12-211-0/+1
* Add gccattr_nonstring, modernize gccattributes.hLaurent Bercot2021-12-191-12/+14
* configure: add var control tweakLaurent Bercot2021-12-051-1/+1
* Add opendir_at, prepare for 2.11.1.0Laurent Bercot2021-12-048-5/+46
* Don't return voidLaurent Bercot2021-10-301-1/+1
* Doc fixesLaurent Bercot2021-09-292-23/+122