summaryrefslogtreecommitdiff
path: root/random
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-202-9/+9
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-2/+2
* Fix various harmless cases of undefined behaviour, and add a TravisJoe Orton2022-02-141-1/+1
* * random/unix/sha2.c (apr__SHA256_Final, apr__SHA256_End): Fix parameterJoe Orton2021-05-071-2/+2
* Removed tabs; fixed braces indent; added ASF header.Guenter Knauf2013-05-231-9/+25
* * random/unix/sha2.c (apr__SHA256_Final): Avoid C pointer aliasingJoe Orton2012-12-111-1/+8
* * random/unix/: Remove unused SHA-384/SHA-512 implementations.Joe Orton2012-12-112-508/+2
* Clean up references to rng struct when pool is destroyedStefan Fritsch2011-11-071-0/+18
* Clarify what happens to the proc structure used by apr_fork(). Sander Temme2011-11-071-0/+5
* Fix issue found by PVS-Studio static analyzer:Stefan Fritsch2011-09-191-6/+6
* Document and add extern "C" linkage declaration to the apr_random.h header.Davi Arnaut2007-07-211-1/+4
* * random/unix/sha2.c: Fix array declarations for C89, whichJoe Orton2007-02-161-5/+5
* Fix the typo.Joe Orton2006-08-033-3/+3
* Update license header.Joe Orton2006-08-033-18/+18
* These working sizes are never negative, always mem mapping sized.William A. Rowe Jr2006-01-131-2/+2
* * random/unix/sha2.h, random/unix/sha2.c: Fix more global symbols.Joe Orton2005-12-092-19/+19
* Prefix non-static symbols with 'apr__' to avoid namespace conflicts.Brian Fitzpatrick2005-12-073-45/+45
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* Clean up 4 extranious emits. Because of the modulo operator, theseWilliam A. Rowe Jr2005-01-051-4/+8
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* * random/unix/apr_random.c (apr_random_init): Zero-initialize H andJoe Orton2004-10-061-2/+2
* Relicense.Joe Orton2004-02-283-147/+30
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-18/+0
* Correct signedness of abs values.William A. Rowe Jr2003-11-171-6/+6
* With the exception of some intersting(1) output from testall random2,William A. Rowe Jr2003-11-163-75/+81
* fix an odd portability issue:Jeff Trawick2003-11-061-2/+2
* Get rid of tabs.Ben Laurie2003-11-063-798/+798
* Ignore generated source.Joe Orton2003-11-051-0/+4
* * apr_random.c: Fix comment.Joe Orton2003-11-051-1/+1
* Endianness and APR types for random.Ben Laurie2003-11-052-208/+52
* SHA-2 code has been licensed to the ASF.Ben Laurie2003-11-052-46/+98
* Code style.Ben Laurie2003-11-051-117/+112
* Make sure randomness is different after a fork.Ben Laurie2003-11-031-2/+45
* Start of new PRNG.Ben Laurie2003-11-035-0/+1607