summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge r989450 from trunk:trawick2013-10-211-1/+4
* revert part of r1084310 (from 892177), which inadvertently enabledtrawick2011-05-121-1/+0
* Fix VC10 release build running on Windows7/Server 2008 wrowe2011-04-141-21/+26
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildstrawick2011-03-223-6/+10
* Fixed issue when compiling serf due to odd defines.fuankg2011-03-211-3/+0
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-211-50/+50
* Fixed some NetWare compiler warnings.fuankg2011-03-101-6/+19
* Added missing prototypes for NetWare.fuankg2011-03-101-0/+1
* backport r767498 from trunktrawick2009-04-221-1/+1
* Improve explanations, reference appropriate RFC's and add somewrowe2008-08-071-27/+32
* Revert function proto changemturk2008-04-171-1/+1
* Fix compile time warnings by properly casting to 64 or 32 bitsmturk2008-04-171-14/+16
* Initialize the rebind functionality early within the APR library itself to av...bnicholes2008-04-091-0/+2
* Save the user a step by providing the entry pointwrowe2007-10-181-8/+9
* zero bytes is a LEGAL length of an envvar valuewrowe2007-10-081-4/+1
* This message no verb.martin2007-09-041-1/+1
* Proposed;wrowe2007-08-261-1/+4
* misc/win32/misc.c depends on _UNICODE not being set and all Windows API callsdavi2007-07-221-8/+20
* * misc/unix/rand.c (apr_generate_random_bytes): Handle EINTR fromjorton2007-07-041-1/+4
* Something in apr_private.h when preprocessed with the MinGW Windows headersdavi2007-06-291-2/+1
* Apparently xcompiles on unix are depending on lower case names, and ofwrowe2007-06-011-1/+1
* Explicitly call out FormatMessageA in the general case (we only return char* ...wrowe2007-06-011-2/+22
* apr_app_initialize performs manipulation of environment variables (in particularwrowe2007-06-011-1/+5
* apr_env_get, apr_env_set and apr_env_delete to return APR_ENOTIMPL on Windows...wrowe2007-06-011-2/+13
* WinCE exception to deal with local code page (in unicode, no less)wrowe2007-05-311-2/+14
* nl_langinfo() may be transient, pstrdup it.wrowe2007-04-171-1/+1
* fix build failure on platforms without setenv()trawick2007-03-091-1/+2
* Add Windows Vista os version detectionmturk2007-01-081-1/+4
* Backout R434327, R437115, which...wrowe2006-11-221-63/+0
* Axe lines of unnecessary code.wrowe2006-11-071-11/+1
* Correctly retrieve 'empty' environment values with apr_env_getwrowe2006-11-061-2/+17
* Check if the return value from TlsGetValue ismturk2006-08-261-1/+6
* Implement apr_threadkey_private destructors on WIN32mturk2006-08-241-0/+58
* Tab police + Trim trailing spaces.mturk2006-08-241-10/+10
* Fix the typo.jorton2006-08-0320-20/+20
* Update license header.jorton2006-08-0320-120/+120
* Link to librpcrt4.a.jerenkrantz2006-07-141-1/+2
* Protect usage of MS VC++ crtdbg.h functionality.jerenkrantz2006-07-124-20/+16
* 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
* Presume when we grab random data, 2^31 bytes is quite alot.wrowe2005-05-161-1/+5
* Hardcode a hack around WriteFile to the apr_dbg_log internal feature.wrowe2005-05-161-2/+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
* Disable some default LibC debugging code when compiling optimizedbnicholes2005-04-291-5/+5