summary refs log tree commit diff
path: root/src/librandom
Commit message (Expand)AuthorAgeFilesLines
* 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