summaryrefslogtreecommitdiff
path: root/misc/win32/rand.c
Commit message (Expand)AuthorAgeFilesLines
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildsJeff Trawick2011-03-221-0/+1
* Something in apr_private.h when preprocessed with the MinGW Windows headersDavi Arnaut2007-06-291-2/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Link to librpcrt4.a.Justin Erenkrantz2006-07-141-1/+2
* Presume when we grab random data, 2^31 bytes is quite alot.William A. Rowe Jr2005-05-161-1/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Time to turn on the protocol member for APR 1.0.William A. Rowe Jr2003-10-151-4/+0
* While this is a 'proper' change, it breaks 64 bit platforms.William A. Rowe Jr2003-01-131-0/+4
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Update the definition apr_generate_random_bytes to match jorton's prototypeBranko Čibej2002-12-161-1/+1
* Outch. The most important part, stop dragging in troublesome includes.William A. Rowe Jr2002-07-171-3/+1
* Skip the entire CoAPI garbage and go right for UuidCreate(), which onWilliam A. Rowe Jr2002-07-171-2/+5
* Move UUID. Not the simplest thing in the world. Note that almostWilliam A. Rowe Jr2002-07-171-1/+22
* Fix apr_generate_random_bytes() for Win32 on Win NT or 9x byWilliam A. Rowe Jr2002-05-291-2/+6
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Seems this symbol is simply too new, use it's hardcode value.William A. Rowe Jr2001-12-301-1/+3
* Tickle the Win32 rand generator so it works on W2KWilliam A. Rowe Jr2001-12-291-2/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-1/+2
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-2/+2
* Thanks Jeff.William A. Rowe Jr2000-09-201-3/+3
* Clean up a potential leak.William A. Rowe Jr2000-09-201-1/+3
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-1/+1
* Win32: Return error codes on ap_generate_random()Bill Stoddard2000-07-311-10/+2
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-1/+1
* Win32: Get mod_auth_digest compiling and added to the WindowsBill Stoddard2000-04-211-0/+2
* Here's my first stab at getting mod_auth_digest working under 2.0Bill Stoddard2000-04-151-0/+76