summaryrefslogtreecommitdiff
path: root/random
Commit message (Expand)AuthorAgeFilesLines
* Fix various harmless cases of undefined behaviour, and add a TravisYann Ylavic2022-06-171-1/+1
* Merge r1889604, r1807975 from trunk:Joe Orton2021-07-021-2/+2
* Removed tabs; fixed braces indent; added ASF header.Guenter Knauf2013-05-231-9/+25
* Merge 1420106,1420109 from trunk:Joe Orton2012-12-112-509/+10
* Clean up references to rng struct when pool isRainer Jung2011-11-081-0/+18
* Clarify what happens to the proc structure used by apr_fork(). Rainer Jung2011-11-081-0/+5
* Backport r1172825: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