summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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
* restore a check for write failures which was lost for non-SSL buildsJeff Trawick2003-08-011-3/+3
* ab: Work over non-loopback on Unix again.Jeff Trawick2003-07-291-3/+3
* reject overlong credentials from the commandlineAndré Malo2003-07-211-2/+8
* Remember an authenticated user during internal redirects if theAndré Malo2003-07-141-0/+1
* Propagate the handler name to the action script viaAndré Malo2003-07-141-0/+1
* Pick up getpid() prototype.Joe Orton2003-07-101-2/+5
* catch out of memory condition (ID 29 of reasoning report)André Malo2003-07-031-3/+7
* Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTPAndré Malo2003-06-291-4/+10
* Absorb our ssl library-foo from the mod_ssl build changes to automaticallyWilliam A. Rowe Jr2003-06-241-15/+24
* Perform run-time query in apxs for apr and apr-util's includes.Justin Erenkrantz2003-05-211-7/+13