summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* * support/htdbm.c (main): Fix (valid) variable "may be usedJoe Orton2005-06-141-1/+1
* Update remaining 2004 copyright notices.Joe Orton2005-06-142-2/+4
* - Bring htcacheclean into sync with mod_disk_cache. It now has a very basic ...Paul Querna2005-06-141-18/+68
* * Makefile.in (install-build): Install mkdir.sh since it's used by theJoe Orton2005-06-101-1/+1
* - Use the correct newline in htpasswd, instead of always using \n.Paul Querna2005-06-031-40/+42
* * support/ab.c: Rewrite SSL support so that it works reliably, andJoe Orton2005-05-171-292/+244
* One issue I repeatedly have with 3rd party module builds is thatWilliam A. Rowe Jr2005-05-161-2/+4
* Did not belong in r170253; evalute this patch seperately fromWilliam A. Rowe Jr2005-05-161-4/+2
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-1510-11/+13
* Link to the correct socket library depending on which one is selectedBradley Nicholes2005-04-181-1/+6
* * support/ab.c (open_postfile): Use apr_file_read_full, tidy up errorJoe Orton2005-04-151-18/+9
* * support/ab.c (test): Treat POST data as a binary blob not a CJoe Orton2005-04-151-1/+1
* Fix and prevent some segfaults in ab:Joe Orton2005-04-151-5/+10
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-151-2/+2
* Merged the simple-conf branch changes r159781:160695 into the trunk.Joshua Slive2005-04-091-2/+4
* httpd and Apache are both anticipated now.William A. Rowe Jr2005-03-311-2/+3
* * support/htdigest.c (main): Fix permissions of created files.Joe Orton2005-02-281-2/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0421-22/+42
* * support/check_forensic: Fix script on platforms that do not have eitherJustin Erenkrantz2005-01-231-3/+33
* * support/suexec.c (safe_env_lst): Declare array as static const.Joe Orton2005-01-201-1/+1
* support/check_forensic: Fix temp file usageThom May2005-01-181-5/+11
* Update copyright notice to new format to show what needsRoy T. Fielding2005-01-031-5/+6
* Relative paths were wrong, for the recent ap_release.h patch.William A. Rowe Jr2005-01-021-4/+4
* avoid vim autoindent :)Jim Jagielski2004-12-101-2/+2
* Dangerous assumption, especially if apr_dir_read uses readdir_r.Jim Jagielski2004-12-101-5/+3
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-12-021-2/+2
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-307-275/+275
* Add htcacheclean to the NetWare build.Bradley Nicholes2004-11-272-0/+253
* Eliminate awk autogeneration of the ApacheMonitor's .rc resourceWilliam A. Rowe Jr2004-11-232-48/+44
* * support/: Remove generated files which seem to have been resurrectedJoe Orton2004-11-195-845/+0
* Remove the .cvsignore files.Joe Orton2004-11-192-50/+0
* use a smarter way to specify the limitAndré Malo2004-11-061-16/+33
* more native newlinesAndré Malo2004-11-061-12/+13
* better readability, native newlines, less spamAndré Malo2004-11-061-37/+41
* another warning.André Malo2004-11-061-1/+5
* avoid compiler warningAndré Malo2004-11-061-0/+1
* just styleAndré Malo2004-11-061-344/+336
* Add htcacheclean to function as cleanup utility (daemonizable) forJustin Erenkrantz2004-11-063-1/+1018
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-4/+4
* * support/apxs.in: Ensure that only a .la target filename is passed onJoe Orton2004-09-281-1/+2
* * support/apxs.in: Reset $opt so that -I, -D and -Wc,* options are notJoe Orton2004-09-281-5/+2
* suexec: Pass the SERVER_SIGNATURE envvar through to CGIs.Jeff Trawick2004-08-181-0/+1
* apachectl: Fix a problem finding envvars if sbindir != bindir.Jeff Trawick2004-08-181-2/+2
* filepath_info wasn't set by the httpd for over 7 yearsAndré Malo2004-08-151-1/+0
* * configure.in, acinclude.m4: Substitute AP[RU]_CONFIG with locationJoe Orton2004-08-131-11/+4
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-1/+1
* Teach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-configJustin Erenkrantz2004-08-021-9/+15
* Small fix on ab's use of sprintf().Paul Querna2004-07-101-5/+11
* Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch...Martin Kraemer2004-06-294-7/+7
* make the check for GMT offset occur each time through the loop,Ken Coar2004-06-161-6/+11