| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the link-time pragma from r1839494 with APR_DECLARE_LATE_DLL_FUNC | William A. Rowe Jr | 2019-03-19 | 1 | -2/+4 |
* | Spelling corrections in docs; | William A. Rowe Jr | 2018-08-30 | 1 | -1/+1 |
* | Follow-up to r1832203. | Christophe Jaillet | 2018-08-25 | 1 | -1/+1 |
* | Fix a potential usage of an un-init variable. (i.e. 'wch') | Rainer Jung | 2018-08-25 | 1 | -7/+5 |
* | Merge r1832691 from trunk: | Yann Ylavic | 2018-06-21 | 1 | -4/+5 |
* | Merge r1814239, r1814240, r1814326, r1814329, r1814331, r1820755 from trunk: | Yann Ylavic | 2018-04-03 | 1 | -42/+93 |
* | Backport r1593611 from trunk: | Stefan Fritsch | 2014-05-09 | 1 | -2/+9 |
* | Merge r989450 from trunk: | Jeff Trawick | 2013-10-21 | 1 | -1/+4 |
* | revert part of r1084310 (from 892177), which inadvertently enabled | Jeff Trawick | 2011-05-12 | 1 | -1/+0 |
* | Fix VC10 release build running on Windows7/Server 2008 | William A. Rowe Jr | 2011-04-14 | 1 | -21/+26 |
* | grab some Windows/MinGW code tweaks from trunk for quieter gcc builds | Jeff Trawick | 2011-03-22 | 3 | -6/+10 |
* | Fixed issue when compiling serf due to odd defines. | Guenter Knauf | 2011-03-21 | 1 | -3/+0 |
* | merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227 | Jeff Trawick | 2011-03-21 | 1 | -50/+50 |
* | Fixed some NetWare compiler warnings. | Guenter Knauf | 2011-03-10 | 1 | -6/+19 |
* | Added missing prototypes for NetWare. | Guenter Knauf | 2011-03-10 | 1 | -0/+1 |
* | backport r767498 from trunk | Jeff Trawick | 2009-04-22 | 1 | -1/+1 |
* | Improve explanations, reference appropriate RFC's and add some | William A. Rowe Jr | 2008-08-07 | 1 | -27/+32 |
* | Revert function proto change | Mladen Turk | 2008-04-17 | 1 | -1/+1 |
* | Fix compile time warnings by properly casting to 64 or 32 bits | Mladen Turk | 2008-04-17 | 1 | -14/+16 |
* | Initialize the rebind functionality early within the APR library itself to av... | Bradley Nicholes | 2008-04-09 | 1 | -0/+2 |
* | Save the user a step by providing the entry point | William A. Rowe Jr | 2007-10-18 | 1 | -8/+9 |
* | zero bytes is a LEGAL length of an envvar value | William A. Rowe Jr | 2007-10-08 | 1 | -4/+1 |
* | This message no verb. | Martin Kraemer | 2007-09-04 | 1 | -1/+1 |
* | Proposed; | William A. Rowe Jr | 2007-08-26 | 1 | -1/+4 |
* | misc/win32/misc.c depends on _UNICODE not being set and all Windows API calls | Davi Arnaut | 2007-07-22 | 1 | -8/+20 |
* | * misc/unix/rand.c (apr_generate_random_bytes): Handle EINTR from | Joe Orton | 2007-07-04 | 1 | -1/+4 |
* | Something in apr_private.h when preprocessed with the MinGW Windows headers | Davi Arnaut | 2007-06-29 | 1 | -2/+1 |
* | Apparently xcompiles on unix are depending on lower case names, and of | William A. Rowe Jr | 2007-06-01 | 1 | -1/+1 |
* | Explicitly call out FormatMessageA in the general case (we only return char* ... | William A. Rowe Jr | 2007-06-01 | 1 | -2/+22 |
* | apr_app_initialize performs manipulation of environment variables (in particular | William A. Rowe Jr | 2007-06-01 | 1 | -1/+5 |
* | apr_env_get, apr_env_set and apr_env_delete to return APR_ENOTIMPL on Windows... | William A. Rowe Jr | 2007-06-01 | 1 | -2/+13 |
* | WinCE exception to deal with local code page (in unicode, no less) | William A. Rowe Jr | 2007-05-31 | 1 | -2/+14 |
* | nl_langinfo() may be transient, pstrdup it. | William A. Rowe Jr | 2007-04-17 | 1 | -1/+1 |
* | fix build failure on platforms without setenv() | Jeff Trawick | 2007-03-09 | 1 | -1/+2 |
* | Add Windows Vista os version detection | Mladen Turk | 2007-01-08 | 1 | -1/+4 |
* | Backout R434327, R437115, which... | William A. Rowe Jr | 2006-11-22 | 1 | -63/+0 |
* | Axe lines of unnecessary code. | William A. Rowe Jr | 2006-11-07 | 1 | -11/+1 |
* | Correctly retrieve 'empty' environment values with apr_env_get | William A. Rowe Jr | 2006-11-06 | 1 | -2/+17 |
* | Check if the return value from TlsGetValue is | Mladen Turk | 2006-08-26 | 1 | -1/+6 |
* | Implement apr_threadkey_private destructors on WIN32 | Mladen Turk | 2006-08-24 | 1 | -0/+58 |
* | Tab police + Trim trailing spaces. | Mladen Turk | 2006-08-24 | 1 | -10/+10 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 20 | -20/+20 |
* | Update license header. | Joe Orton | 2006-08-03 | 20 | -120/+120 |
* | Link to librpcrt4.a. | Justin Erenkrantz | 2006-07-14 | 1 | -1/+2 |
* | Protect usage of MS VC++ crtdbg.h functionality. | Justin Erenkrantz | 2006-07-12 | 4 | -20/+16 |
* | One more evolution of the uuid header detection code. | William A. Rowe Jr | 2006-03-10 | 1 | -2/+2 |
* | Fix a typo caught by maxb | William A. Rowe Jr | 2006-03-02 | 1 | -1/+1 |
* | The second half of the last commit. Follow the only API we found | William A. Rowe Jr | 2006-03-02 | 1 | -1/+5 |
* | Address bug 37999 and other exceptions to the existing uuid detection code; | William A. Rowe Jr | 2006-03-02 | 1 | -1/+7 |
* | Only include uuid/uuid.h if we havne't already included uuid.h, since includi... | Garrett Rooney | 2005-12-10 | 1 | -3/+2 |