summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* On 1.7.x branch: Merge r1902111 from 1.8.x branch:Ivan Zhakov2022-09-121-2/+4
* On 1.7.x branch: Merge r1902110 from 1.8.x branch:Ivan Zhakov2022-09-121-5/+27
* Backport r1861050, r1805309, r1861045, r1861046, r1861049, r1861053, r1861054...Michael Osipov2021-05-261-19/+17
* Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNCWilliam A. Rowe Jr2019-03-191-2/+4
* Spelling corrections in docs;William A. Rowe Jr2018-08-301-1/+1
* Follow-up to r1832203.Christophe Jaillet2018-08-251-1/+1
* Fix a potential usage of an un-init variable. (i.e. 'wch')Rainer Jung2018-08-251-7/+5
* Merge r1832691 from trunk:Yann Ylavic2018-06-211-4/+5
* Merge r1814239, r1814240, r1814326, r1814329, r1814331, r1820755 from trunk:Yann Ylavic2018-04-031-42/+93
* Backport r1593611 from trunk:Stefan Fritsch2014-05-091-2/+9
* Merge r989450 from trunk:Jeff Trawick2013-10-211-1/+4
* revert part of r1084310 (from 892177), which inadvertently enabledJeff Trawick2011-05-121-1/+0
* Fix VC10 release build running on Windows7/Server 2008 William A. Rowe Jr2011-04-141-21/+26
* grab some Windows/MinGW code tweaks from trunk for quieter gcc buildsJeff Trawick2011-03-223-6/+10
* Fixed issue when compiling serf due to odd defines.Guenter Knauf2011-03-211-3/+0
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227Jeff Trawick2011-03-211-50/+50
* Fixed some NetWare compiler warnings.Guenter Knauf2011-03-101-6/+19
* Added missing prototypes for NetWare.Guenter Knauf2011-03-101-0/+1
* backport r767498 from trunkJeff Trawick2009-04-221-1/+1
* Improve explanations, reference appropriate RFC's and add someWilliam A. Rowe Jr2008-08-071-27/+32
* Revert function proto changeMladen Turk2008-04-171-1/+1
* Fix compile time warnings by properly casting to 64 or 32 bitsMladen Turk2008-04-171-14/+16
* Initialize the rebind functionality early within the APR library itself to av...Bradley Nicholes2008-04-091-0/+2
* Save the user a step by providing the entry pointWilliam A. Rowe Jr2007-10-181-8/+9
* zero bytes is a LEGAL length of an envvar valueWilliam A. Rowe Jr2007-10-081-4/+1
* This message no verb.Martin Kraemer2007-09-041-1/+1
* Proposed;William A. Rowe Jr2007-08-261-1/+4
* misc/win32/misc.c depends on _UNICODE not being set and all Windows API callsDavi Arnaut2007-07-221-8/+20
* * misc/unix/rand.c (apr_generate_random_bytes): Handle EINTR fromJoe Orton2007-07-041-1/+4
* Something in apr_private.h when preprocessed with the MinGW Windows headersDavi Arnaut2007-06-291-2/+1
* Apparently xcompiles on unix are depending on lower case names, and ofWilliam A. Rowe Jr2007-06-011-1/+1
* Explicitly call out FormatMessageA in the general case (we only return char* ...William A. Rowe Jr2007-06-011-2/+22
* apr_app_initialize performs manipulation of environment variables (in particularWilliam A. Rowe Jr2007-06-011-1/+5
* apr_env_get, apr_env_set and apr_env_delete to return APR_ENOTIMPL on Windows...William A. Rowe Jr2007-06-011-2/+13
* WinCE exception to deal with local code page (in unicode, no less)William A. Rowe Jr2007-05-311-2/+14
* nl_langinfo() may be transient, pstrdup it.William A. Rowe Jr2007-04-171-1/+1
* fix build failure on platforms without setenv()Jeff Trawick2007-03-091-1/+2
* Add Windows Vista os version detectionMladen Turk2007-01-081-1/+4
* Backout R434327, R437115, which...William A. Rowe Jr2006-11-221-63/+0
* Axe lines of unnecessary code.William A. Rowe Jr2006-11-071-11/+1
* Correctly retrieve 'empty' environment values with apr_env_getWilliam A. Rowe Jr2006-11-061-2/+17
* Check if the return value from TlsGetValue isMladen Turk2006-08-261-1/+6
* Implement apr_threadkey_private destructors on WIN32Mladen Turk2006-08-241-0/+58
* Tab police + Trim trailing spaces.Mladen Turk2006-08-241-10/+10
* Fix the typo.Joe Orton2006-08-0320-20/+20
* Update license header.Joe Orton2006-08-0320-120/+120
* Link to librpcrt4.a.Justin Erenkrantz2006-07-141-1/+2
* Protect usage of MS VC++ crtdbg.h functionality.Justin Erenkrantz2006-07-124-20/+16
* One more evolution of the uuid header detection code.William A. Rowe Jr2006-03-101-2/+2
* Fix a typo caught by maxbWilliam A. Rowe Jr2006-03-021-1/+1