summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* oops; left over from an earlier versionKen Coar2004-06-141-1/+0
* add "-l" option to indicate interval is based on localtime not gmtKen Coar2004-06-111-11/+39
* replaced tabs with spaces and aligned indentation within bracketsJean-Jacques Clar2004-05-181-909/+910
* no longer refuse to process files that contain empty linesAndré Malo2004-04-241-3/+8
* ab mixing mean and median values, also wrong time values for start and connec...Jean-Jacques Clar2004-03-251-37/+38
* logresolve: Allow size of log line buffer to be overridden atJeff Trawick2004-03-211-0/+2
* Using ap_max() to ensure no negative values are stored in data structure.Jean-Jacques Clar2004-03-191-8/+8
* Add Missing parenthesis !Madhusudan Mathihalli2004-03-181-3/+3
* Limit the concurrency to MAX_CONCURRENCY.Madhusudan Mathihalli2004-03-171-2/+8
* Remove the OMIT_DELONCLOSE #ifdef since this should happen automatically with...Bradley Nicholes2004-03-171-39/+2
* Add a terminate function that gets called on atexit() so that NetWare has the...Bradley Nicholes2004-03-171-4/+10
* Replace calls to fprintf() with apr_file_printf()Bradley Nicholes2004-03-171-16/+19
* Replace tabs with spacesBradley Nicholes2004-03-171-45/+45
* Remove the dependance on external cp/copy commandsBradley Nicholes2004-03-171-10/+11
* using build in err function, thanks Jeff for pointing that.Jean-Jacques Clar2004-03-171-4/+3
* Use apr_temp_dir_get() to get the temporary directoryBradley Nicholes2004-03-171-4/+12
* Use the default logger screen for the ab output because it is scrollable.Bradley Nicholes2004-03-161-1/+2
* added check on apr_pollset_create() return value to exit ab it case it fails.Jean-Jacques Clar2004-03-161-3/+7
* htpasswd.c: various cleanups and move to using apr_temp_dir_get()Thom May2004-03-131-24/+17
* Fix use of mod_ssl as a DSO linked against static SSL libraries; alsoJoe Orton2004-03-061-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-0922-24/+24
* fix copyright dates according the first cehck inAndré Malo2004-02-0813-15/+15
* fix copyright date according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-0622-919/+257
* * support/Makefile.in (suexec): Don't link against libapr etc; suexecJoe Orton2004-02-031-3/+1
* Note GNU difference.Ben Laurie2004-01-151-0/+1
* * support/ab.c (write_request): Fix gcc warning at -O2 in USE_SSLJoe Orton2004-01-031-3/+3
* Add forensic logging.Ben Laurie2004-01-011-0/+14
* update license to 2004.André Malo2004-01-0118-20/+20
* Fix ab's SSL support a little:Joe Orton2003-12-101-12/+15
* If we have a comment, place in a ':' not a ';' (has this *ever* worked?)Justin Erenkrantz2003-12-021-3/+10
* * support/logresolve.c (strdup): Remove, APR alreadyJoe Orton2003-11-051-13/+0
* this won't work with 5.003, so bump up the require toJeff Trawick2003-09-191-1/+1
* Simplify includes - we always (in HTTPD 2.1 forward) are lookingWilliam A. Rowe Jr2003-09-081-2/+2
* Still in 2003Martin Kraemer2003-09-081-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-13/+13
* TypoMartin Kraemer2003-08-111-1/+1
* distinguish between these two states:Jeff Trawick2003-08-011-10/+39