summaryrefslogtreecommitdiff
path: root/misc/unix
Commit message (Expand)AuthorAgeFilesLines
* Spelling corrections in docs;wrowe2018-08-301-1/+1
* rand: follow up to r1814240: still honor --with-devrandom if specified.ylavic2018-06-011-4/+5
* fix ifdef for arc4randomcovener2018-01-101-1/+1
* rand: follow up to r1814239, r1814240 and r1814326.ylavic2017-11-051-63/+69
* rand: follow up to r1814240 and r1814326.ylavic2017-11-041-1/+3
* rand: follow up to r1814240.ylavic2017-11-041-2/+21
* rand: add support for getrandom() on Linux as an entropy source.ylavic2017-11-041-1/+21
* rand: add support for the arc4random API as an entropy source.ylavic2017-11-031-1/+5
* Add a few error code strings that got lost/awal in the apr-util migration.dirkx2017-01-191-0/+11
* Add some missing error messages to apr_error_stringsf2014-05-091-2/+9
* fix typo in commenttrawick2014-01-181-1/+1
* fix low-hanging gcc warnings, mostly for Windowstrawick2011-03-191-50/+50
* OS/2: Add OS/2 specific handling in apr_proc_other_child_refresh().bjh2010-04-071-0/+28
* apr_strerror() on OS/2: Fix problem with calculating buffer size.trawick2009-04-221-1/+1
* Remove simple ipc because of -1mturk2009-02-241-1/+0
* Remove ipc init from apr_initialize.mturk2009-02-231-3/+0
* Add simple parent/child data exchange for APR processesmturk2009-02-211-0/+4
* Fix the otherchild API docs to reflect the actual implementation ofjorton2009-01-121-14/+0
* This message no verb.martin2007-09-041-1/+1
* * misc/unix/rand.c (apr_generate_random_bytes): Handle EINTR fromjorton2007-07-041-1/+4
* Explicitly call out FormatMessageA in the general case (we only return char* ...wrowe2007-06-011-2/+22
* nl_langinfo() may be transient, pstrdup it.wrowe2007-04-171-1/+1
* fix build failure on platforms without setenv()trawick2007-03-091-1/+2
* Axe lines of unnecessary code.wrowe2006-11-071-11/+1
* Fix the typo.jorton2006-08-038-8/+8
* Update license header.jorton2006-08-038-48/+48
* One more evolution of the uuid header detection code.wrowe2006-03-101-2/+2
* Fix a typo caught by maxbwrowe2006-03-021-1/+1
* The second half of the last commit. Follow the only API we foundwrowe2006-03-021-1/+5
* Address bug 37999 and other exceptions to the existing uuid detection code;wrowe2006-03-021-1/+7
* Only include uuid/uuid.h if we havne't already included uuid.h, since includi...rooneg2005-12-101-3/+2
* Update remaining 2004 copyright notices.jorton2005-06-141-1/+2
* * configure.in: Simplify uuid checks.jorton2005-05-051-4/+4
* Use AC_CHECK_HEADERS to find the uuid header files.pquerna2005-05-051-2/+2
* - Add support for uuid_generate on OS X 10.4. This required some extra footpquerna2005-05-031-5/+7
* Allow Apache on NetWare to build using either the standard socket libraries o...bnicholes2005-04-141-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-047-7/+14
* Fix style and remove casts for the new apr_os_uuid_get() interfaces.pquerna2004-11-221-2/+2
* Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interfacepquerna2004-11-221-0/+31
* Remove .cvsignore files.jorton2004-11-181-4/+0
* As per 0.9 branch:jorton2004-09-091-1/+7
* Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...martin2004-06-291-1/+1
* Reorganise the OS/2 random byte generation code to work with the new build sc...bjh2004-03-142-1/+123
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-137-343/+70
* The APR_EGENERAL error is used inside Apache for returning internalmartin2004-02-051-0/+2
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-16/+0
* Drop deprecated apr_proc_{...} functions with detailed CHANGES notes.wrowe2003-11-201-25/+0
* provide an error string for APR_EPATHWILDtrawick2003-11-121-0/+2
* * misc/unix/rand.c, include/apr_general.h (apr_generate_random_bytes):jorton2003-09-291-4/+0
* * misc/unix/start.cstriker2003-09-271-3/+6