summaryrefslogtreecommitdiffstats
path: root/src/haveged.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Synchronize haveged instances during switching rootOtto Hollmann2022-11-141-0/+28
* Round bits up and target full pool sizeJason A. Donenfeld2022-04-041-2/+2
* Bumnped version to 1.9.18Jirka Hladky2022-01-141-2/+2
* Added new verbose modeJirka Hladky2022-01-061-2/+14
* Fixed exist status when using --once option. Updated man pageJirka Hladky2022-01-021-1/+3
* Updated Copyright message (year). Added log messagesJirka Hladky2021-12-311-7/+9
* New parameter --once to refill entropy once and quit immediatellyJirka Hladky2021-12-311-1/+9
* Removed debug messageJirka Hladky2021-12-301-4/+3
* Add entropy unconditionally at start and then every 60 secondsJirka Hladky2021-12-291-1/+24
* Fix: haveged cannot be run as an application if also running as a daemonJirka Hladky2021-11-031-1/+1
* Fix for https://github.com/jirka-h/haveged/issues/62Jirka Hladky2021-09-301-4/+4
* Fixed issue #60Jirka Hladky2021-08-301-1/+3
* Check for sys/auxv.h before using it.Peter Seiderer2021-03-211-0/+4
* Updated year to 2021Jirka Hladky2021-01-011-1/+1
* Preparing version 1.9.14Jirka Hladky2021-01-011-1/+1
* Fix error handling as well as add new commandWerner Fink2020-11-251-26/+56
* don't fail completely if we can't set write wakeup watermarkDan Streetman2020-09-081-0/+3
* Fixed Wsign-compare compiler warningsJirka Hladky2020-07-011-2/+2
* Add fallthrough comment to switch casesChocobo12020-06-301-0/+5
* Avoid using gnu printf specifierChocobo12020-06-301-1/+1
* Use proper printf specifier for unsigned integer typeChocobo12020-06-301-1/+1
* Fixed spellingv1.9.13Jirka Hladky2020-06-281-3/+3
* Added support for --verionJirka Hladky2020-06-281-0/+16
* Fixed https://github.com/jirka-h/haveged/issues/29Jirka Hladky2020-05-111-17/+32
* haveged: fix crash on shutdown in threaded modeSergei Trofimovich2020-05-011-1/+3
* Added test for /dev/random symlinkJirka Hladky2019-08-201-0/+7
* Fixed built issue on CygwinJirka Hladky2019-08-191-1/+1
* Fix type mismatch in get_poolsizeAndreas Schwab2019-07-251-1/+2
* Avoid misleading message if cmd socket is in useWerner Fink2018-08-101-1/+6
* Implement a command mode and use it for chrootWerner Fink2018-07-261-10/+188
* Initial commit based on haveged-1.9.2.tar.gz from http://www.issihosts.com/ha...1.9.2Jirka Hladky2018-07-181-0/+746