about summary refs log tree commit diff
path: root/src/librandom
Commit message (Expand)AuthorAgeFilesLines
* Actually add autosurf_name; fix cspawn leak in error pathLaurent Bercot2023-12-181-0/+9
* Add autosurf_nameLaurent Bercot2023-12-151-1/+0
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-291-1/+1
* Don't use arc4random() for early random on LinuxLaurent Bercot2022-07-231-1/+1
* Fix allread errno managementLaurent Bercot2022-07-181-0/+4
* Add runtime fallback for GRND_INSECURELaurent Bercot2022-06-231-3/+13
* Export random_devurandom, fix APIsLaurent Bercot2022-06-083-12/+2
* Prepare for 2.12.0.0. librandom revamp.Laurent Bercot2022-04-0918-306/+216
* Don't write to /dev/urandom. (It's useless or even harmful.)Laurent Bercot2022-03-272-7/+1
* Don't return voidLaurent Bercot2021-10-301-1/+1
* Huge incompatible changes.Laurent Bercot2021-07-283-7/+9
* Don't touch /dev/urandom when getrandom() existsLaurent Bercot2021-01-151-9/+8
* Fix iobufferk_init on recent Linux; remove last superfluous coeLaurent Bercot2020-12-041-13/+5
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-201-9/+2
* Really add mkfootemp and autosurf, I guess ?Laurent Bercot2018-12-083-0/+34
* Add mk?temp and autosurfLaurent Bercot2018-12-072-2/+3
* Comment fix (writing to /dev/urandom doesn't speed it up)Laurent Bercot2017-09-271-2/+2
* Add egidingroups sysdeps, change fd_close() to void and saving errno, propag...Laurent Bercot2017-07-161-2/+0
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-135-9/+1
* Types change: big pass on libstddjb and libunixonacidLaurent Bercot2017-02-216-14/+14
* add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot2017-02-151-0/+2
* Types fix: librandom, libstdcryptoLaurent Bercot2017-01-217-22/+27
* Also fix actual random_string compilation with musl and getrandom()...Laurent Bercot2016-12-051-0/+1
* random_init: do not fail if we can't write to /dev/urandomLaurent Bercot2016-11-031-4/+3
* This one escaped the previous commit: random_init changesLaurent Bercot2016-10-241-10/+14
* Better random_uint32 uniformity algorithmLaurent Bercot2016-10-191-30/+9
* Fix headers in random_init.c; add a workaround for (pathological) getrandom(...Laurent Bercot2016-10-161-0/+6
* More typo fixingLaurent Bercot2016-10-141-1/+1
* Add a cast to arc4random_addrandom invocation to make clang happyLaurent Bercot2016-10-141-1/+1
* Include skalibs/nonposix.h so BSDs can find arc4randomLaurent Bercot2016-10-143-0/+4
* Clean up and modernize librandom.Laurent Bercot2016-10-1447-759/+283
* - Add siovec_truncLaurent Bercot2015-02-051-1/+2
* Lots of cosmetic fixes.Laurent Bercot2014-12-2015-16/+17
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-1843-0/+900