aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* cdb always mmapsLaurent Bercot2021-06-294-43/+29
* gccattributes.h: define gccattr_returns_twiceLaurent Bercot2021-06-141-0/+3
* doc: allreadwrite: document scatter/gatter functionsLaurent Bercot2021-06-141-3/+2
* Cosmetic fixesLaurent Bercot2021-05-143-10/+9
* bugfix: ipc_bind_reuse_lock must ignore umaskLaurent Bercot2021-02-131-1/+2
* Align infinity on 2^61Laurent Bercot2021-01-271-1/+1
* Don't touch /dev/urandom when getrandom() existsLaurent Bercot2021-01-151-9/+8
* bugfix: genqdyn_n() definitionLaurent Bercot2021-01-121-3/+3
* Add chroot sysdep, fix endianness sysdep string in .hLaurent Bercot2020-12-141-0/+20
* Add mkptemp2()Laurent Bercot2020-12-093-15/+26
* Get rid of webipc.h and DJBUNIX_FLAG_*Laurent Bercot2020-12-0929-141/+139
* Some trivial bugfixes and cleanupsLaurent Bercot2020-12-079-8/+14
* Fix iobufferk_init on recent Linux; remove last superfluous coeLaurent Bercot2020-12-043-20/+9
* Add documenting comments to exec.hLaurent Bercot2020-12-041-26/+19
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-2912-191/+74