summaryrefslogtreecommitdiff
path: root/include/apr.h.in
Commit message (Expand)AuthorAgeFilesLines
* Revert r1894618.Yann Ylavic2021-10-291-21/+0
* apr_atomic: Use __atomic builtins when available.Yann Ylavic2021-10-291-0/+21
* 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-16/+12
* stdint.h and inttypes.h may include each other so define __STDC macros first.Yann Ylavic2019-03-221-5/+7
* Define __STDC_FORMAT_MACROS for C++'s inttypes.Yann Ylavic2019-03-221-2/+5
* Don't mangle Darwin's native [U]INT64_C macros.Yann Ylavic2019-03-221-10/+10
* Use stdint/inttypes 64bit types/formats when both available.Yann Ylavic2019-03-221-2/+7
* Support canon pre-defined macro (gcc, cc and clang) for macOS which is now __...Jim Jagielski2019-03-141-0/+7
* Provide APR_SIZEOF_OFF_T.Yann Ylavic2018-07-251-0/+1
* Cryptographic Pseudo Random Number Generator (CPRNG).Yann Ylavic2018-06-111-0/+1
* Windows' proc_mutex doesn't require require an additional thread_mutex toYann Ylavic2016-03-051-0/+4
* Add signed type apr_intptr_t, because intptr_t is C99, and is not Thomas J. Donovan2014-01-131-0/+2
* Don't include windows.h when building for Cygwin.Jeff Trawick2013-10-051-1/+1
* 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
* MinGW/MSYS: Support shared builds of APR, other general improvementsJeff Trawick2011-04-021-0/+16
* Added / moved comments.Guenter Knauf2011-03-291-3/+3
* Fixed process.h detection with configure builds.Guenter Knauf2011-03-261-0/+1
* Expunge naughty tabsNick Kew2011-03-251-6/+6
* Support selection of libxml2 vs expat in autoconf build.Nick Kew2011-03-251-0/+3
* MinGW improvements:Jeff Trawick2011-03-191-4/+4
* revertJim Jagielski2011-01-171-1/+1
* Minor update for DarwinJim Jagielski2011-01-171-7/+1
* (Try to) support Darwin's "universal" builds by allowing forJim Jagielski2010-12-181-4/+82
* restore alphabetic order, no functional change.Greg Ames2010-04-301-1/+1
* explicitly check for ifaddrs.h before using it. Greg Ames2010-04-291-0/+1
* Handle mswsock, ws2tcpip and winsock2 header files correctlyWilliam A. Rowe Jr2009-12-181-0/+9
* MSVC needs __attribute__ fixed, and on second thought, drop it from .h.inWilliam A. Rowe Jr2009-12-181-4/+1
* further win32 synchronizationWilliam A. Rowe Jr2009-12-181-13/+13
* sync for stddef.hWilliam A. Rowe Jr2009-12-181-0/+5
* Further synchronization, hide internalsWilliam A. Rowe Jr2009-12-181-1/+7
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixWilliam A. Rowe Jr2009-12-181-0/+36
* The end of individual apu.h flavors, these public declarations live in apr.hWilliam A. Rowe Jr2009-12-181-0/+27
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAWilliam A. Rowe Jr2009-12-171-0/+21
* PuntJim Jagielski2009-10-131-12/+0
* More Darwin mojo due to 64 and 32 bit multi-arches. TheJim Jagielski2009-10-131-0/+12
* 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
* Respect the cardinal rule that non-apr stuff needs to beWilliam A. Rowe Jr2008-05-291-9/+14
* 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/+6
* Perhaps smaller than long, perhaps larger than long,William A. Rowe Jr2007-10-241-0/+3
* Define apr_ino_t in such a way that it doesn't change definitionWilliam A. Rowe Jr2007-10-241-0/+1
* Backport revision 560480 from the eventset branch:Davi Arnaut2007-08-061-0/+11
* Add comment about platorm specific values of macros and typedefsBojan Smojver2007-07-251-0/+3
* Introduce macro definitions of the min/max characteristics of the apr integerDavi Arnaut2007-07-091-2/+56
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Replicate how apr.hw hacks pid_t, uid_t, and gid_t for mingw32.Paul Querna2006-07-151-0/+7