summaryrefslogtreecommitdiff
path: root/include/apr.hw
Commit message (Expand)AuthorAgeFilesLines
* Stage 1 in dissmantling _WIN_32_WCE ... cleanup header filesMladen Turk2021-12-021-31/+25
* Revert r1894618.Yann Ylavic2021-10-291-1/+0
* apr_atomic: Use __atomic builtins when available.Yann Ylavic2021-10-291-0/+1
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatGraham Leggett2021-10-251-0/+1
* Clean up _WIN32_WINNTWilliam A. Rowe Jr2020-09-031-18/+14
* Windows platform: Use XmlLite by default in legacy build.Ivan Zhakov2019-05-271-1/+2
* * include/apr.hw: Define _WIN32_WINNT to 0x0601 by default, since Windows 7Ivan Zhakov2019-05-191-1/+1
* Follow up to r1836616: Provide APR_SIZEOF_OFF_T on Windows/Netware too.Yann Ylavic2018-07-251-0/+5
* Nobody should be running pre-IPV6 flavors of Windows OS abandonware anymoreWilliam A. Rowe Jr2016-12-141-1/+1
* Add signed type apr_intptr_t, because intptr_t is C99, and is not Thomas J. Donovan2014-01-131-0/+2
* Set platform macro automatically to make commandline compiles easier.Guenter Knauf2013-06-071-0/+1
* Set platform macro automatically to make commandline compiles easier.Guenter Knauf2013-06-071-0/+13
* Mark apr_dbd_freetds as unsupported and remove it from all buildsNick Kew2013-03-301-1/+0
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXGraham Leggett2012-10-051-0/+1
* Use _WIN64 instead of WIN64 (compiler define vs. SDK define)Jeff Trawick2012-03-011-2/+2
* fix typo in APR_HAVE <ifaddrs.h> symbolJeff Trawick2011-04-131-1/+1
* fix typo in commentJeff Trawick2011-04-111-1/+1
* improve sync between apr.h and apr.hwJeff Trawick2011-04-091-4/+6
* catch up with XML changes, supporting only expat for nowJeff Trawick2011-03-291-0/+3
* Removed tabs and trailing spaces.Guenter Knauf2010-08-081-25/+25
* Reverted r982101 because it doesnt work.Guenter Knauf2010-08-081-4/+0
* Enable to build Win32 target with OpenWatcom.Guenter Knauf2010-08-041-0/+6
* Noted from abts that this is supposedly a 'standard' portability declarationWilliam A. Rowe Jr2009-12-211-0/+12
* Comment to mirror unix commentWilliam A. Rowe Jr2009-12-211-0/+5
* Handle mswsock, ws2tcpip and winsock2 header files correctlyWilliam A. Rowe Jr2009-12-181-0/+9
* Revert; we should base ssize_t on ptrdiff_t (thus, stddef.h on win32)William A. Rowe Jr2009-12-181-1/+6
* MSVC needs __attribute__ fixed, and on second thought, drop it from .h.inWilliam A. Rowe Jr2009-12-181-0/+3
* further win32 synchronizationWilliam A. Rowe Jr2009-12-181-39/+29
* sync for stddef.hWilliam A. Rowe Jr2009-12-181-5/+0
* Further synchronization, hide internalsWilliam A. Rowe Jr2009-12-181-78/+52
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixWilliam A. Rowe Jr2009-12-181-60/+87
* The end of individual apu.h flavors, these public declarations live in apr.hWilliam A. Rowe Jr2009-12-181-0/+39
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAWilliam A. Rowe Jr2009-12-171-0/+21
* Complete corrections to r649208; there was no cause to expose tlhelp32.hWilliam A. Rowe Jr2009-06-021-1/+0
* Fix old reference to AP_MODULE_DECLARE_DATA.Jeff Trawick2009-04-231-1/+1
* Enable unix domain (AF_UNIX) sockets if supported by the OSMladen Turk2009-02-191-0/+1
* always include ws2 headers before attempting to pick upWilliam A. Rowe Jr2008-11-221-1/+1
* This should not be necessary, but SDK 6.1 headersWilliam A. Rowe Jr2008-06-121-2/+2
* This is included earlier in the file, no need to duplicateWilliam A. Rowe Jr2008-06-121-1/+0
* Revert 1.3.0 change which mis-organized the ws2tcpipWilliam A. Rowe Jr2008-06-111-4/+2
* Refactor and update apr.hw to apr.h.in contents.William A. Rowe Jr2008-05-291-109/+147
* Add APR_DSOPATH for walking library path locationsWilliam A. Rowe Jr2008-05-211-0/+2
* Leverage the new apr_uintptr_t type for our ULONG_PTR members.William A. Rowe Jr2008-05-021-0/+7
* mplement apr_proc_wait_all_procs for windowsMladen Turk2008-04-171-0/+1
* Perhaps smaller than long, perhaps larger than long,William A. Rowe Jr2007-10-241-0/+2
* Define apr_ino_t in such a way that it doesn't change definitionWilliam A. Rowe Jr2007-10-241-0/+1
* With the tests committed, introduce Win32 APR_FOPEN_SPARSE handlingWilliam A. Rowe Jr2007-10-141-2/+2
* Backport revision 560480 from the eventset branch:Davi Arnaut2007-08-061-0/+11
* Introduce macro definitions of the min/max characteristics of the apr integerDavi Arnaut2007-07-091-2/+56
* Mingw specific defines:William A. Rowe Jr2007-05-311-1/+7