aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+12
* 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-805/+210
* Fix strerr_warn7x definitionLaurent Bercot2022-11-291-3/+3
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-2976-458/+1007
* 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-1687/+1065
* Don't use dirfd as an identifierLaurent Bercot2021-07-241-2/+2
* Hide cdb_find_state in the common caseLaurent Bercot2021-07-243-52/+62
* Add cdb_init_at and cdb_init_fromfd, rename cdb_readerLaurent Bercot2021-07-246-31/+54
* New 2.11.0.0 branch with several modificationsLaurent Bercot2021-07-2349-736/+240
* Save errno when freeing a cdbLaurent Bercot2021-07-211-1/+8
* bugfix: offset in cdb mmapLaurent Bercot2021-06-302-3/+3