summaryrefslogtreecommitdiff
path: root/include/apr.h.in
Commit message (Expand)AuthorAgeFilesLines
* Catch my branch up to the latest 1.3.x branch.gstein-pocoregstein2011-05-091-7/+39
* Respect the cardinal rule that non-apr stuff needs to bewrowe2008-05-291-9/+14
* Add APR_DSOPATH to allow us to inspect the current working dso path varwrowe2008-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
* Set up apr.h and apr_private.h so that mingw can compile.jerenkrantz2006-07-121-0/+10
* Remove use of @example as the resultant output isn't examplesdreid2006-06-251-12/+20
* doxygen fixesianh2006-04-191-0/+1
* Update remaining 2004 copyright notices.jorton2005-06-141-1/+2
* Use AC_CHECK_HEADERS to find the uuid header files.pquerna2005-05-051-2/+0
* - Add support for uuid_generate on OS X 10.4. This required some extra footpquerna2005-05-031-0/+2
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-161-0/+2
* * include/apr.h.in: Define __STDC_CONSTANT_MACROS for C++ so thatjorton2004-12-011-0/+6
* Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interfacepquerna2004-11-221-1/+1
* * configure.in, include/arch/unix/apr_arch_proc_mutex.h,jorton2004-06-051-1/+0
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-041-4/+0
* Add LFS support:jorton2004-03-271-1/+1
* Relicense.jorton2004-02-281-49/+10
* Clean up configure logic for enabling "nonportable" atomics: don'tjorton2004-01-061-3/+0
* Completely remove apr_socket_from_file which is deprecated on the 0.9jorton2003-12-091-3/+1
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-161-0/+1
* Endianness and APR types for random.ben2003-11-051-0/+3
* need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS))trawick2003-10-151-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
* For platforms which have "struct sockaddr_stroage", allowjorton2003-09-291-0/+1
* remove an incorrect commenttrawick2003-05-121-3/+1
* implement APR_UINT64_T_HEX_FMTtrawick2003-04-151-0/+4
* Fix for multiple fixes to __attribute__ which conflicts for 3rd partywrowe2003-03-231-1/+3
* Define a printf format and format length for apr_uint64_t.brane2003-03-181-0/+4
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-58/+96
* Several problems here; licenses were missing, and generally consistifywrowe2003-02-161-1/+71
* Only include sys/syslimits.h if we don't have limits.hthommay2003-01-221-2/+3
* add configure-time detection of issues related to SCTP protocoltrawick2002-10-221-0/+3
* Determine sizeof(void *) during configuration (we'll need this in orderbrianp2002-10-191-0/+2
* Out of time and at the end of my config-foo. This should get us thewrowe2002-08-031-1/+4
* Added apr_strtoll() and apr_atoll() to strings lib.wsanchez2002-07-241-0/+1
* Remove all iconv detection from APR.striker2002-07-191-1/+0