summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed issue when compiling serf due to odd defines.Guenter Knauf2011-03-211-3/+0
* fix low-hanging gcc warnings, mostly for WindowsJeff Trawick2011-03-191-50/+50
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-041-3/+0
* Add Windows 7 to the list of detected versionsMladen Turk2010-08-261-1/+4
* Fixed a compiler warning.Guenter Knauf2010-08-031-1/+2
* Fixed some compiler warnings.Guenter Knauf2010-08-031-6/+19
* OS/2: Add OS/2 specific handling in apr_proc_other_child_refresh().Brian Havard2010-04-071-0/+28
* Clean up inclusion of windows sub-headers, following apr.h alwaysWilliam A. Rowe Jr2009-12-211-2/+2
* apparently rpc.h is also required for UUID support on mingw win32 headersWilliam A. Rowe Jr2009-12-191-1/+2
* gcc has this one wrong, it's never necessary to cast toWilliam A. Rowe Jr2009-12-181-1/+1
* Yes, use the lfs64 flag to flag APR_HAS_LARGE_FILESWilliam A. Rowe Jr2009-12-181-5/+8
* apr_strerror() on OS/2: Fix problem with calculating buffer size.Jeff Trawick2009-04-221-1/+1
* Remove simple ipc because of -1Mladen Turk2009-02-241-1/+0
* Remove ipc init from apr_initialize.Mladen Turk2009-02-232-4/+0
* Add simple parent/child data exchange for APR processesMladen Turk2009-02-212-0/+5
* Fix the otherchild API docs to reflect the actual implementation ofJoe Orton2009-01-121-14/+0
* 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
* The second half of the last commit. Follow the only API we foundWilliam A. Rowe Jr2006-03-021-1/+5
* Address bug 37999 and other exceptions to the existing uuid detection code;William A. Rowe Jr2006-03-021-1/+7
* Only include uuid/uuid.h if we havne't already included uuid.h, since includi...Garrett Rooney2005-12-101-3/+2