summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removing obsolete files that aren't being used.fielding2001-02-185-148/+0
* Moved to ../build/fielding2001-02-1814-4822/+0
* Enable use of the new build directory.fielding2001-02-186-21/+31
* Moved from apr/helpers to apr/build (without changes).fielding2001-02-182-0/+115
* Fix some old comments. Why is this file here? It should be a make target.fielding2001-02-181-7/+7
* Moved from apr/helpers to apr/build (without changes).fielding2001-02-1810-0/+2370
* Stop warning about apr_signal() being undeclared.bjh2001-02-181-0/+1
* Just to belabor the point.fielding2001-02-182-0/+10
* Add support for OS/2 emx [originally from Brian Havard].fielding2001-02-182-7/+48
* Add support for OS/390 to APR's config.sub and config.guess. TPF and VM/CMSfielding2001-02-182-2/+26
* Import of platform guessing scripts from GNU libtool 1.3.5.fielding2001-02-182-0/+2451
* "Bring it on, Fly Boy!"gstein2001-02-181-1/+6
* remove bogus dependenciesgstein2001-02-171-1/+1
* Make exports.lo rebuild when it should.ben2001-02-171-1/+1
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into thefielding2001-02-173-1256/+0
* Moved hints.m4, apr_common.m4, and helpers/apr-conf.m4 into thefielding2001-02-177-4/+1286
* Get apr_sendfile() working on HP-UX. This gets APR to build ontrawick2001-02-162-59/+96
* include <string.h> for the strerror() prototype on HP-UX 11trawick2001-02-161-0/+3
* use the correct type for the len parameter to apr_recv(); this fixestrawick2001-02-161-1/+1
* Use symbols to reduce hard-coded pathnames.fielding2001-02-163-18/+15
* Force FreeBSD to compile without threads by default. To enablerbb2001-02-162-0/+5
* Update copyright to 2001fielding2001-02-16184-184/+184
* Add an apr_short_interval_time. This allows us to use an apr_interval_timerbb2001-02-161-1/+2
* doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...dougm2001-02-1311-28/+28
* Again, BeOS doesn't really have the notion of groups and users at the moment,dreid2001-02-131-0/+3
* tweak APR_TRY_COMPILE_NO_WARNING so that stderr from the compiler istrawick2001-02-131-1/+1
* Define APR_PATH_MAX to solve a minor portability aggravation. Win32trawick2001-02-135-10/+32
* Don't assume apr_pstrndup will return n bytes of storage. It was recentlybjh2001-02-131-4/+6
* Including the right header file(s) for ntohl et al is a little bittrawick2001-02-131-0/+20
* OS/390 has _POSIX_PATH_MAX but not PATH_MAX (did I hear a little birdtrawick2001-02-121-0/+4
* standardize the include path in the OS/390 dso directory to get rid of antrawick2001-02-122-2/+4
* get prototype for apr_psprintf()trawick2001-02-121-0/+1
* Fix a bad rename: apr_file_read_file should be apr_file_read_fullgstein2001-02-122-8/+9
* *) rename apr_memdup() to apr_pmemdup()gstein2001-02-122-9/+9
* Finally, protect from pure bogositywrowe2001-02-111-4/+6
* Still wasn't right. Always return the (partial/complete) passwordwrowe2001-02-111-5/+3
* Make that even simpler.wrowe2001-02-111-4/+1
* result(?) What result? Stop mauling the size_t arg and overwrite thewrowe2001-02-113-4/+8
* Fix the broken support utilities (htdigest/htpasswd) on Win32. Won'twrowe2001-02-111-1/+1
* Change a call from setpgrp to setpgid(0, 0). According to man these arerbb2001-02-111-1/+1
* ap_pstrndup could have caused out-of-bounds memory accesses (this is aben2001-02-111-2/+7
* Add memdup function.ben2001-02-112-2/+23
* Fix a simple typo.rbb2001-02-111-1/+1
* We need to close the brace, or 'make docs' won't workrbb2001-02-111-0/+4
* add new signal init/query functionsgstein2001-02-111-0/+7
* *) add missing APR_HAVE_CORKABLE_TCPgstein2001-02-111-12/+10
* *) include "apr_signal.h" when neededgstein2001-02-111-0/+1
* *) add apr_signal_get_description() to that platforms (which have signals)gstein2001-02-117-138/+324
* AYCB on win32.wrowe2001-02-111-0/+1
* Moved the prototypes for apr_snprintf and apr_vsnprintf to therbb2001-02-116-42/+49