summaryrefslogtreecommitdiff
path: root/include/apr.h.in
Commit message (Expand)AuthorAgeFilesLines
* stdint.h and inttypes.h may include each other so define __STDC macros first.ylavic2019-03-221-5/+7
* Define __STDC_FORMAT_MACROS for C++'s inttypes.ylavic2019-03-221-2/+5
* Don't mangle Darwin's native [U]INT64_C macros.ylavic2019-03-221-10/+10
* Use stdint/inttypes 64bit types/formats when both available.ylavic2019-03-221-2/+7
* Support canon pre-defined macro (gcc, cc and clang) for macOS which is now __...jim2019-03-141-0/+7
* Provide APR_SIZEOF_OFF_T.ylavic2018-07-251-0/+1
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-0/+1
* Windows' proc_mutex doesn't require require an additional thread_mutex toylavic2016-03-051-0/+4
* Add signed type apr_intptr_t, because intptr_t is C99, and is not tdonovan2014-01-131-0/+2
* Don't include windows.h when building for Cygwin.trawick2013-10-051-1/+1
* Mark apr_dbd_freetds as unsupported and remove it from all buildsniq2013-03-301-1/+0
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXminfrin2012-10-051-0/+1
* MinGW/MSYS: Support shared builds of APR, other general improvementstrawick2011-04-021-0/+16
* Added / moved comments.fuankg2011-03-291-3/+3
* Fixed process.h detection with configure builds.fuankg2011-03-261-0/+1
* Expunge naughty tabsniq2011-03-251-6/+6
* Support selection of libxml2 vs expat in autoconf build.niq2011-03-251-0/+3
* MinGW improvements:trawick2011-03-191-4/+4
* revertjim2011-01-171-1/+1
* Minor update for Darwinjim2011-01-171-7/+1
* (Try to) support Darwin's "universal" builds by allowing forjim2010-12-181-4/+82
* restore alphabetic order, no functional change.gregames2010-04-301-1/+1
* explicitly check for ifaddrs.h before using it. gregames2010-04-291-0/+1
* Handle mswsock, ws2tcpip and winsock2 header files correctlywrowe2009-12-181-0/+9
* MSVC needs __attribute__ fixed, and on second thought, drop it from .h.inwrowe2009-12-181-4/+1
* further win32 synchronizationwrowe2009-12-181-13/+13
* sync for stddef.hwrowe2009-12-181-0/+5
* Further synchronization, hide internalswrowe2009-12-181-1/+7
* Finish removing apu_config.h[n]w templates, these need synchronization w/unixwrowe2009-12-181-0/+36
* The end of individual apu.h flavors, these public declarations live in apr.hwrowe2009-12-181-0/+27
* Refactoring to drop apr_config.h, renamed APU_MODULE_DECLARE_DATAwrowe2009-12-171-0/+21
* Puntjim2009-10-131-12/+0
* More Darwin mojo due to 64 and 32 bit multi-arches. Thejim2009-10-131-0/+12
* Fix old reference to AP_MODULE_DECLARE_DATA.trawick2009-04-231-1/+1
* Enable unix domain (AF_UNIX) sockets if supported by the OSmturk2009-02-191-0/+1
* Respect the cardinal rule that non-apr stuff needs to bewrowe2008-05-291-9/+14
* 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/+6
* Perhaps smaller than long, perhaps larger than long,wrowe2007-10-241-0/+3
* Define apr_ino_t in such a way that it doesn't change definitionwrowe2007-10-241-0/+1
* Backport revision 560480 from the eventset branch:davi2007-08-061-0/+11
* Add comment about platorm specific values of macros and typedefsbojan2007-07-251-0/+3
* Introduce macro definitions of the min/max characteristics of the apr integerdavi2007-07-091-2/+56
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Replicate how apr.hw hacks pid_t, uid_t, and gid_t for mingw32.pquerna2006-07-151-0/+7
* Add a definition of apr_wait_t to the autoconf based build, when using mingw32.pquerna2006-07-151-0/+2
* Allow APR_HAS_PROC_INVOKED to be overriden for mingw by autoconf.jerenkrantz2006-07-131-1/+1
* Allow mingw to have access to the Win32 'unicode' FS system.jerenkrantz2006-07-121-1/+1
* Define struct iovec for mingw.jerenkrantz2006-07-121-0/+1