summaryrefslogtreecommitdiff
path: root/random/unix/apr_random.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up references to rng struct when pool isrjung2011-11-081-0/+18
* Backport r1198860, small fix to apr_proc_fork() to make behavior sctemme2011-11-071-0/+5
* Document and add extern "C" linkage declaration to the apr_random.h header.davi2007-07-211-1/+4
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* These working sizes are never negative, always mem mapping sized.wrowe2006-01-131-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * random/unix/apr_random.c (apr_random_init): Zero-initialize H andjorton2004-10-061-2/+2
* Relicense.jorton2004-02-281-49/+10
* Correct signedness of abs values.wrowe2003-11-171-6/+6
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-161-14/+20
* fix an odd portability issue:trawick2003-11-061-2/+2
* Get rid of tabs.ben2003-11-061-61/+61
* * apr_random.c: Fix comment.jorton2003-11-051-1/+1
* Code style.ben2003-11-051-117/+112
* Make sure randomness is different after a fork.ben2003-11-031-2/+45
* Start of new PRNG.ben2003-11-031-0/+294