| Commit message (Expand) | Author | Age | Files | Lines |
* | sync with apr.h.in re: APR_HAVE_SA_STORAGE | trawick | 2011-04-13 | 1 | -0/+1 |
* | miscommitted file reverted from r880643 | wrowe | 2009-11-16 | 1 | -143/+143 |
* | The native line ending on win32 -is- \r\n (just as OS2/Netware) | wrowe | 2009-11-16 | 1 | -143/+143 |
* | Complete corrections to r649208; there was no cause to expose tlhelp32.h | wrowe | 2009-06-02 | 1 | -1/+0 |
* | always include ws2 headers before attempting to pick up | wrowe | 2008-11-22 | 1 | -1/+1 |
* | This should not be necessary, but SDK 6.1 headers | wrowe | 2008-06-12 | 1 | -2/+2 |
* | This is included earlier in the file, no need to duplicate | wrowe | 2008-06-12 | 1 | -1/+0 |
* | Revert 1.3.0 change which mis-organized the ws2tcpip | wrowe | 2008-06-11 | 1 | -4/+2 |
* | Refactor and update apr.hw to apr.h.in contents. | wrowe | 2008-05-29 | 1 | -109/+147 |
* | Add APR_DSOPATH for walking library path locations | wrowe | 2008-05-21 | 1 | -0/+2 |
* | Leverage the new apr_uintptr_t type for our ULONG_PTR members. | wrowe | 2008-05-02 | 1 | -0/+7 |
* | mplement apr_proc_wait_all_procs for windows | mturk | 2008-04-17 | 1 | -0/+1 |
* | Perhaps smaller than long, perhaps larger than long, | wrowe | 2007-10-24 | 1 | -0/+2 |
* | Define apr_ino_t in such a way that it doesn't change definition | wrowe | 2007-10-24 | 1 | -0/+1 |
* | With the tests committed, introduce Win32 APR_FOPEN_SPARSE handling | wrowe | 2007-10-14 | 1 | -2/+2 |
* | Backport revision 560480 from the eventset branch: | davi | 2007-08-06 | 1 | -0/+11 |
* | Introduce macro definitions of the min/max characteristics of the apr integer | davi | 2007-07-09 | 1 | -2/+56 |
* | Mingw specific defines: | wrowe | 2007-05-31 | 1 | -1/+7 |
* | Stop undefining __attribute__ for GNUC (only 2.7 and prior might be interesti... | wrowe | 2007-05-31 | 1 | -1/+1 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | 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 |