summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_11(no author)2001-02-135-1733/+0
* 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
* Fix the configure scripts, so that we don't try to substitute intorbb2001-02-101-1/+3
* Separate CFLAGS and CPPFLAGS.wsanchez2001-02-091-4/+5
* Change the macro name to APR_COMPILE_NO_WARNING and make itfielding2001-02-092-22/+28
* Stop hardcoding the math library. APR autodetects the need for -lm fortrawick2001-02-091-12/+3
* Add APR_TRY_GCC_WARNING macro to dynamically test the iconv prototypefielding2001-02-092-4/+35
* look in -lm for modf()trawick2001-02-081-0/+1
* Add Darwin/Mac OS.wsanchez2001-02-084-2/+8
* add iconv hints for AIX and Solaris (tested on AIX 4.3 and Solaris 8)trawick2001-02-081-0/+2
* s/pupt/put/g typodougm2001-02-086-9/+9
* renaming various functions for consistency sakedougm2001-02-08120-1408/+1408
* Handle the second parameter to iconv() differently, respecting thattrawick2001-02-083-3/+45
* fix a typo??trawick2001-02-071-1/+1
* Check for glibtoolize as well as libtoolize.wsanchez2001-02-071-3/+3
* Fix a problem in configure with the getaddrinfo check. We need to includerbb2001-02-072-0/+7
* some whitespace.gstein2001-02-051-0/+8
* for portability: use apr_uint32_t rather than u_long. the latter is a BSDismgstein2001-02-051-2/+2
* apr_mmap_t is defined as a void*.gstein2001-02-051-5/+5
* sun. lots. good.gstein2001-02-041-1/+5
* A binary file is a file that cannot be parsed in ascii and must not bewrowe2001-02-034-1325/+1325
* Clean up someone's cruft in the repository and back out this changewrowe2001-02-034-1325/+1325
* fix a typotrawick2001-02-021-1/+1
* Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is astoddard2001-02-022-3/+23