summaryrefslogtreecommitdiff
path: root/random
Commit message (Expand)AuthorAgeFilesLines
* Removed tabs; fixed braces indent; added ASF header.fuankg2013-05-231-9/+25
* * random/unix/sha2.c (apr__SHA256_Final): Avoid C pointer aliasingjorton2012-12-111-1/+8
* * random/unix/: Remove unused SHA-384/SHA-512 implementations.jorton2012-12-112-508/+2
* Clean up references to rng struct when pool is destroyedsf2011-11-071-0/+18
* Clarify what happens to the proc structure used by apr_fork(). sctemme2011-11-071-0/+5
* Fix issue found by PVS-Studio static analyzer:sf2011-09-191-6/+6
* Document and add extern "C" linkage declaration to the apr_random.h header.davi2007-07-211-1/+4
* * random/unix/sha2.c: Fix array declarations for C89, whichjorton2007-02-161-5/+5
* Fix the typo.jorton2006-08-033-3/+3
* Update license header.jorton2006-08-033-18/+18
* These working sizes are never negative, always mem mapping sized.wrowe2006-01-131-2/+2
* * random/unix/sha2.h, random/unix/sha2.c: Fix more global symbols.jorton2005-12-092-19/+19
* Prefix non-static symbols with 'apr__' to avoid namespace conflicts.fitz2005-12-073-45/+45
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-043-3/+6
* Clean up 4 extranious emits. Because of the modulo operator, thesewrowe2005-01-051-4/+8
* Remove .cvsignore files.jorton2004-11-181-4/+0
* * random/unix/apr_random.c (apr_random_init): Zero-initialize H andjorton2004-10-061-2/+2
* Relicense.jorton2004-02-283-147/+30
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-18/+0
* Correct signedness of abs values.wrowe2003-11-171-6/+6
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-163-75/+81
* fix an odd portability issue:trawick2003-11-061-2/+2
* Get rid of tabs.ben2003-11-063-798/+798
* Ignore generated source.jorton2003-11-051-0/+4
* * apr_random.c: Fix comment.jorton2003-11-051-1/+1
* Endianness and APR types for random.ben2003-11-052-208/+52
* SHA-2 code has been licensed to the ASF.ben2003-11-052-46/+98
* 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-035-0/+1607