| Commit message (Expand) | Author | Age | Files | Lines |
* | Define struct iovec for mingw. | jerenkrantz | 2006-07-12 | 1 | -4/+1 |
* | Eliminate second occurance, and move the disable of warning 4996 to the pop | wrowe | 2006-04-10 | 1 | -7/+0 |
* | Identified by Michael Jerris - work around projects where this was | wrowe | 2006-04-10 | 1 | -0/+2 |
* | Fix various MS VC 14 (Studio 2005) 'bugs', e.g. MS's choice | wrowe | 2005-12-19 | 1 | -0/+16 |
* | Update remaining 2004 copyright notices. | jorton | 2005-06-14 | 1 | -1/+2 |
* | Remove setting FD_SETSIZE from apr.hw to | mturk | 2005-04-22 | 1 | -2/+0 |
* | Set FD_SETSIZE to 1024 like POSIX does. | mturk | 2005-04-21 | 1 | -0/+2 |
* | Win32 support for Multicast | pquerna | 2005-01-18 | 1 | -0/+1 |
* | Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g... | mturk | 2005-01-16 | 1 | -0/+2 |
* | Begin explicit __cdecl protection against including the apr headers from any | wrowe | 2005-01-05 | 1 | -3/+3 |
* | WIN64: update pools code for 64 bit compiles | ake | 2004-10-07 | 1 | -2/+0 |
* | clarify APR_DWORD_MAX | ake | 2004-10-01 | 1 | -1/+1 |
* | replaced define for DWORD_MAX with APR_DWORD_MAX | clar | 2004-09-28 | 1 | -1/+1 |
* | WIN64: first in a series to get Windows IA64 builds clean, this serves pages | ake | 2004-09-22 | 1 | -1/+3 |
* | Move APR_INT64_STRFN to apr_private.h and remove redundant | jorton | 2004-06-04 | 1 | -10/+0 |
* | enable IPv6 for Windows XP and 2003. In addition this this | ake | 2004-03-01 | 1 | -1/+2 |
* | Relicense. | jorton | 2004-02-28 | 1 | -49/+10 |
* | NO_USE_SIGACTION was only declared by Win32, and not tested within | wrowe | 2003-11-21 | 1 | -2/+0 |
* | Puzzle for the day, how does sha2.c compile already on Win32 or Netware. | wrowe | 2003-11-17 | 1 | -1/+5 |
* | With the exception of some intersting(1) output from testall random2, | wrowe | 2003-11-16 | 1 | -0/+1 |
* | Implement apr_socket_atmark, similar to socket_atmark except 1) it's | wrowe | 2003-10-14 | 1 | -0/+1 |
* | * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw: | jorton | 2003-10-01 | 1 | -3/+0 |
* | * configure.in, build/apr_network.m4: Remove APR_INADDR_NONE | jorton | 2003-10-01 | 1 | -5/+0 |
* | Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hw | ake | 2003-04-15 | 1 | -0/+8 |
* | implement APR_UINT64_T_HEX_FMT | trawick | 2003-04-15 | 1 | -0/+2 |
* | Fix for multiple fixes to __attribute__ which conflicts for 3rd party | wrowe | 2003-03-23 | 1 | -0/+2 |
* | Define a printf format and format length for apr_uint64_t. | brane | 2003-03-18 | 1 | -0/+3 |
* | Rebalance our exposed headers such that everything is nested properly | wrowe | 2003-03-05 | 1 | -75/+107 |
* | fix a typo in a comment | trawick | 2003-02-27 | 1 | -1/+1 |
* | And with the last commit, we aught to have Win32 otherchildren once again | wrowe | 2003-02-24 | 1 | -1/+1 |
* | Several problems here; licenses were missing, and generally consistify | wrowe | 2003-02-16 | 1 | -10/+24 |
* | As documented to the dev@apr list; the Win32 fork of the otherchild | wrowe | 2003-01-28 | 1 | -1/+1 |
* | Brane is 100% on target... I leave this turned on (myself) but it shouldn't | wrowe | 2003-01-14 | 1 | -1/+1 |
* | Catch up on some new apr.h.in flags for consistency. | wrowe | 2003-01-13 | 1 | -1/+14 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Resolve an XXX question about Win64 behavior | wrowe | 2002-12-12 | 1 | -2/+9 |
* | Well MS got around to getting it right, after some fashion. | wrowe | 2002-10-13 | 1 | -5/+3 |
* | Toggling APR_HAVE_IPV6 to 1 simply works now. | wrowe | 2002-10-12 | 1 | -1/+15 |
* | Roll-our-own apr_strtoi64 [based on the bsd, factoring out the div/mod | wrowe | 2002-08-03 | 1 | -2/+2 |
* | Out of time and at the end of my config-foo. This should get us the | wrowe | 2002-08-03 | 1 | -0/+10 |
* | Features, not platforms, correct? | wrowe | 2002-08-02 | 1 | -0/+4 |
* | Changed APR_HAS_XLATE within apr to an APR_HAVE_ICONV feature test. | wrowe | 2002-07-17 | 1 | -1/+1 |
* | Move UUID. Not the simplest thing in the world. Note that almost | wrowe | 2002-07-17 | 1 | -0/+1 |
* | Use apr_ flavor | wrowe | 2002-07-08 | 1 | -2/+2 |
* | apr_lock_t is no more. | stoddard | 2002-05-06 | 1 | -1/+0 |
* | systems where sigsuspend() is used in lieu of sigwait() need | trawick | 2002-04-11 | 1 | -0/+1 |
* | Address several issues. c_is_fnchar must be namespace protected [for | wrowe | 2002-03-22 | 1 | -0/+1 |
* | Back out some over-engineering. We use pid_t throughout - and this | wrowe | 2002-03-16 | 1 | -1/+2 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Per Aaron's consent that there is no more rational way to optimize this | wrowe | 2002-02-22 | 1 | -0/+3 |