summaryrefslogtreecommitdiff
path: root/include/apr.hw
Commit message (Expand)AuthorAgeFilesLines
* sync with apr.h.in re: APR_HAVE_SA_STORAGEtrawick2011-04-131-0/+1
* miscommitted file reverted from r880643wrowe2009-11-161-143/+143
* The native line ending on win32 -is- \r\n (just as OS2/Netware)wrowe2009-11-161-143/+143
* Complete corrections to r649208; there was no cause to expose tlhelp32.hwrowe2009-06-021-1/+0
* always include ws2 headers before attempting to pick upwrowe2008-11-221-1/+1
* This should not be necessary, but SDK 6.1 headerswrowe2008-06-121-2/+2
* This is included earlier in the file, no need to duplicatewrowe2008-06-121-1/+0
* Revert 1.3.0 change which mis-organized the ws2tcpipwrowe2008-06-111-4/+2
* Refactor and update apr.hw to apr.h.in contents.wrowe2008-05-291-109/+147
* Add APR_DSOPATH for walking library path locationswrowe2008-05-211-0/+2
* Leverage the new apr_uintptr_t type for our ULONG_PTR members.wrowe2008-05-021-0/+7
* mplement apr_proc_wait_all_procs for windowsmturk2008-04-171-0/+1
* Perhaps smaller than long, perhaps larger than long,wrowe2007-10-241-0/+2
* Define apr_ino_t in such a way that it doesn't change definitionwrowe2007-10-241-0/+1
* With the tests committed, introduce Win32 APR_FOPEN_SPARSE handlingwrowe2007-10-141-2/+2
* Backport revision 560480 from the eventset branch:davi2007-08-061-0/+11
* Introduce macro definitions of the min/max characteristics of the apr integerdavi2007-07-091-2/+56
* Mingw specific defines:wrowe2007-05-311-1/+7
* Stop undefining __attribute__ for GNUC (only 2.7 and prior might be interesti...wrowe2007-05-311-1/+1
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Define struct iovec for mingw.jerenkrantz2006-07-121-4/+1
* Eliminate second occurance, and move the disable of warning 4996 to the popwrowe2006-04-101-7/+0
* Identified by Michael Jerris - work around projects where this waswrowe2006-04-101-0/+2
* Fix various MS VC 14 (Studio 2005) 'bugs', e.g. MS's choicewrowe2005-12-191-0/+16
* Update remaining 2004 copyright notices.jorton2005-06-141-1/+2
* Remove setting FD_SETSIZE from apr.hw tomturk2005-04-221-2/+0
* Set FD_SETSIZE to 1024 like POSIX does.mturk2005-04-211-0/+2
* Win32 support for Multicastpquerna2005-01-181-0/+1
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+2
* Begin explicit __cdecl protection against including the apr headers from anywrowe2005-01-051-3/+3
* WIN64: update pools code for 64 bit compilesake2004-10-071-2/+0
* clarify APR_DWORD_MAXake2004-10-011-1/+1
* replaced define for DWORD_MAX with APR_DWORD_MAXclar2004-09-281-1/+1
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesake2004-09-221-1/+3
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-041-10/+0
* enable IPv6 for Windows XP and 2003. In addition this thisake2004-03-011-1/+2
* Relicense.jorton2004-02-281-49/+10
* NO_USE_SIGACTION was only declared by Win32, and not tested withinwrowe2003-11-211-2/+0
* Puzzle for the day, how does sha2.c compile already on Win32 or Netware.wrowe2003-11-171-1/+5
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-161-0/+1
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+1
* * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw:jorton2003-10-011-3/+0
* * configure.in, build/apr_network.m4: Remove APR_INADDR_NONEjorton2003-10-011-5/+0
* Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hwake2003-04-151-0/+8
* implement APR_UINT64_T_HEX_FMTtrawick2003-04-151-0/+2
* Fix for multiple fixes to __attribute__ which conflicts for 3rd partywrowe2003-03-231-0/+2
* Define a printf format and format length for apr_uint64_t.brane2003-03-181-0/+3
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-75/+107
* fix a typo in a commenttrawick2003-02-271-1/+1