about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add selfpipe_fd(), refactor selfpipeLaurent Bercot2023-04-0710-299/+188
* bugfix: typo in unix-timed.hLaurent Bercot2023-03-231-1/+1
* Tables should be constLaurent Bercot2023-02-123-4/+5
* Add sals, several refactorsLaurent Bercot2023-02-096-93/+75
* Define SKALIBS_PATH_MAXLaurent Bercot2023-01-311-0/+6
* QoL: subgetopt should return ? on --longLaurent Bercot2023-01-211-10/+9
* Remove stdarg functions from strerr, everything is __VA_ARGS__ nowLaurent Bercot2023-01-135-96/+0
* Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot2023-01-041-5/+5
* More strerr.h fixesLaurent Bercot2022-12-181-4/+4
* strerr.h fixesLaurent Bercot2022-12-181-13/+13
* bugfix: uint16_pack and uint16_pack for big-endianLaurent Bercot2022-12-052-2/+2
* Much better strerr revamp, with __VA_ARGS__Laurent Bercot2022-11-3053-826/+231
* Fix strerr_warn7x definitionLaurent Bercot2022-11-291-3/+3
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-2976-464/+1013
* bits-template: fix typosLaurent Bercot2022-11-211-2/+2
* Prepare for 2.12.1.0; add buffer_timed_put(s)Laurent Bercot2022-10-284-1/+32
* 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-185-8/+16
* Add runtime fallback for GRND_INSECURELaurent Bercot2022-06-231-3/+13
* Export random_devurandom, fix APIsLaurent Bercot2022-06-085-15/+7
* Clean up / homogenize openreadnclose() familyLaurent Bercot2022-06-086-38/+32
* Remove unused variable in generic selfpipe_trapLaurent Bercot2022-06-041-1/+0
* Add blake2s implementation to stdcryptoLaurent Bercot2022-06-017-0/+180
* Rework endianness conversion primitivesLaurent Bercot2022-06-0150-99/+156
* Add openc_*at functionsLaurent Bercot2022-05-3017-16/+118
* Add waitn_posix() and waitn_reap_posix()Laurent Bercot2022-04-155-21/+52
* Remove uint32_func definitionLaurent Bercot2022-04-091-3/+0
* Prepare for 2.12.0.0. librandom revamp.Laurent Bercot2022-04-0921-318/+242
* Add sysdep for GRND_INSECURELaurent Bercot2022-03-271-0/+16
* Don't write to /dev/urandom. (It's useless or even harmful.)Laurent Bercot2022-03-272-7/+1
* Fix envdir_noclampLaurent Bercot2022-02-271-3/+3
* Bloat envdir with a noclamp optionLaurent Bercot2022-02-255-77/+206
* Don't autoshrink after slurpingLaurent Bercot2022-02-251-12/+7
* Full errno paranoia in selfpipe signal handlerLaurent Bercot2022-02-171-0/+3
* Add gccattr_nonstring, modernize gccattributes.hLaurent Bercot2021-12-191-12/+14
* Add opendir_at, prepare for 2.11.1.0Laurent Bercot2021-12-043-2/+19
* Don't return voidLaurent Bercot2021-10-301-1/+1
* Axe iobufferLaurent Bercot2021-09-2520-641/+27
* Don't forget child_spawn eitherLaurent Bercot2021-09-025-22/+22
* Don't forget textclient_commandvLaurent Bercot2021-09-021-1/+1
* Make textclient_command work with errno > 127Laurent Bercot2021-09-021-1/+1
* Infinite recursion my ass cheeksLaurent Bercot2021-09-021-1/+1
* fix selfpipe_tophalf typeLaurent Bercot2021-08-261-1/+1
* Add ipc_bind_reuse_permsLaurent Bercot2021-08-223-3/+22
* Add tain_infiniteLaurent Bercot2021-08-182-0/+6
* Add some ip46 macrosLaurent Bercot2021-08-182-0/+26
* Add sig_altignore() 2.11.0.0Laurent Bercot2021-07-292-0/+16
* Huge incompatible changes.Laurent Bercot2021-07-28364-1690/+1068