summaryrefslogtreecommitdiff
path: root/include/apr.h.in
Commit message (Expand)AuthorAgeFilesLines
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-271-0/+1
* Export APR_HAS_foo_SERIALIZE symbols from APR so apps can tell which locktrawick2001-06-261-0/+5
* Add apr_lock_create_np() (Unix only, for now) which allows the caller totrawick2001-06-261-0/+2
* Updating docs to change around the order of extern andorlikowski2001-06-091-1/+1
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-3/+0
* OK, this basically adds a function that allows us to createdreid2001-06-051-0/+2
* Define APR_HAVE_MEMCHR.brane2001-05-101-0/+1
* Carefully select an appropriate native type for apr_int64_t andfielding2001-04-121-8/+9
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-051-0/+4
* Fix the compile on platforms without accept filters.rbb2001-04-031-0/+1
* Anyone up for writing a bit of proper autoconf magic :-?wrowe2001-04-021-0/+12
* More doxygenation.ben2001-03-111-0/+5
* Add APR_OS_PROC_T_FMT. Hopefully this will be used to get ridtrawick2001-03-011-0/+3
* Line things up to make them easier to readrbb2001-02-261-27/+27
* Get the various Unix flavors (other than Linux) building againtrawick2001-02-261-0/+1
* Get some necessary APR_HAVE_xxx symbols actually defined.trawick2001-02-261-0/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+2
* Don't define the signal thread logic is sigwait isn't defined. Hopefullyrbb2001-02-251-0/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andgstein2001-02-241-3/+4
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itgstein2001-02-241-2/+0
* Define APR_PATH_MAX to solve a minor portability aggravation. Win32trawick2001-02-131-0/+18
* *) add apr_signal_get_description() to that platforms (which have signals)gstein2001-02-111-26/+12
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-0/+6
* This patch sets the server running once again, except in cases wherewrowe2001-01-271-0/+1
* The big change. This is part 3 of the apr-util symbols rename, pleasewrowe2001-01-191-0/+2
* This patch adds support for TCP_NOPUSH to APR. Basically we look fordreid2001-01-041-1/+6
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-0/+1
* Cleanups so that the support programs build cleanly. The Win32 valuesrbb2000-12-221-0/+5
* Allow any support stuff we've authored to rely soley on apr (+aprutil)wrowe2000-12-211-0/+2
* Instead of a private AP_CHARSET_EBCDIC which is only defined ontrawick2000-12-201-0/+4
* Only support IPv6 if getaddrinfo() exists, because that is thetrawick2000-12-121-1/+1
* Is it my imagination, or was this badness?wrowe2000-12-041-1/+1
* Win32 apr.hw back in line with apr.h.in, and reordered for consistencywrowe2000-12-041-4/+2
* Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/trawick2000-12-011-0/+3
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-011-0/+2
* add apr_get_home_directory(), teach mod_userdir to use thattrawick2000-11-131-0/+1
* Not all platforms have INADDR_NONE defined by default. Apache used torbb2000-11-111-0/+5
* Chnage the define for IPv6 to APR_HAVE_IPV6.dreid2000-11-081-1/+1
* This commit adds the start of IPv6 support. Before we all get too excited,dreid2000-11-061-0/+2
* Ok here it is: Win32 utf-8 native unicode filename support.wrowe2000-10-251-0/+1
* Make things a little clearer in reaction to the _snames snafus.wrowe2000-10-171-1/+3
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-7/+0
* I hope this clarifies. Greg is absolutely correct, there is no need forwrowe2000-10-121-3/+31
* Take Greg's criticism very literally. EXPORT (when it's really IMPORT)wrowe2000-10-111-4/+15
* Provide a socklen_t to the user of APR as a portability aid. Sometrawick2000-09-221-0/+6
* This changes the way we check for inet_addr and inet_network. The new testsdreid2000-09-171-2/+2
* We need to test specifically for setrlimit/getrlimit instead ofjim2000-08-231-0/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-4/+4
* first apr_ pass only touched .[ch] filesdougm2000-08-021-12/+12
* Use the correct CR/LF line terminators on OS/2.bjh2000-07-301-1/+1