rse 00/02/05 01:50:57
Modified:src/support ab.c
Log:
Typo
Revision ChangesPath
1.38 +3 -3 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS file: /home/cvs/apache-1.3/src/support/ab.c,v
martin 99/10/27 15:38:56
Modified:src/support ab.c
Log:
Backport of the BEOS additions for the apache 2.0 branch
Revision ChangesPath
1.36 +21 -6 apache-1.3/src/support/ab.c
Index: ab.c
===
martin 99/10/27 15:30:19
Modified:src/support ab.c
Log:
Add CVS Revision number to ab.c to allow for detecting changes
which were not marked by a version number update. Additionally,
display base repository name (apache-1.3)
Revision ChangesPath
1.35 +3 -3
rse 99/10/27 00:12:46
Modified:src CHANGES
src/support ab.c
Log:
Made sure ApacheBench (ab) performs no more requests than
specified on command line (option -n).
Submitted by: Jim Cox <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
PR: 4839
dirkx 99/09/29 14:14:49
Modified:src/support ab.c
Log:
Patch supplied by [EMAIL PROTECTED] to make head+keepalives work
Revision ChangesPath
1.33 +2 -1 apache-1.3/src/support/ab.c
Index: ab.c
=
martin 99/09/28 05:34:58
Modified:src/support ab.c
Log:
New features should result in a new version number
Revision ChangesPath
1.32 +1 -1 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS f
dirkx 99/09/27 13:27:37
Modified:src/support ab.c ab.8
Log:
Adding a fifth, sixth or seventh wheel to this croaking cart... HEAD support.
Revision ChangesPath
1.31 +20 -9 apache-1.3/src/support/ab.c
Index: ab.c
===
dirkx 99/08/25 06:02:04
Modified:src/support ab.c
Log:
Fixed -H header flag for GETs their CR/LF termination.
PR: 4904
Submitted by: Jean-Francois LE CAM <[EMAIL PROTECTED]>
Reviewed by: dirkx
Revision ChangesPath
1.30 +1 -1 apache-1.3/src/support/ab
dirkx 99/08/12 11:06:30
Modified:src/ap ap_base64.c ap_sha1.c
src/include ap.h httpd.h
src/main util.c
src/support ab.c
Log:
Resolution naming problems,
Rename of
*uuXXcode -> base64
rename of the old routines
dirkx 99/08/08 04:47:47
Modified:src/support ab.c
Log:
Hmm, cvs does not always remove files. Sorry.
Modified Files:
ab.c
Revision ChangesPath
1.28 +1 -1 apache-1.3/src/support/ab.c
Index: ab.c
=
dirkx 99/08/08 04:45:20
Modified:src/ap Makefile.tmpl ap_sha1.c
src/include ap.h ap_sha1.h httpd.h
src/main http_protocol.c util.c
src/modules/proxy proxy_ftp.c
src/support ab.c
Log:
Collating various peoples patches on
martin 99/07/19 00:20:08
Modified:src/support ab.c
Log:
Avoid core dumps when no responses were received
Revision ChangesPath
1.26 +32 -28apache-1.3/src/support/ab.c
Index: ab.c
===
RCS fil
martin 99/05/04 03:24:17
Modified:src/support ab.c
Log:
Add missing include for EBCDIC
Revision ChangesPath
1.25 +3 -0 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS file: /export/home/cv
rse 99/04/22 04:06:48
Modified:src CHANGES
src/support ab.c
Log:
Fix number of bytes copied by read_connection() in src/support/ab.c
Submitted by: Jim Cox <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
PR: 4271
Revision ChangesPath
1
rse 99/04/22 04:01:54
Modified:src/support ab.c
Log:
typo
Revision ChangesPath
1.23 +1 -1 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS file: /home/cvs/apache-1.3/src/support/ab.c,v
dirkx 99/04/20 05:03:29
Modified:src/support ab.c
Log:
Following the change in
1.159 +4 -0 apache-1.3/src/main/util.c
UUencode in ab has also been updated. Though I seriously doubt
if ab has ever been tested in an EBCDIC environment :-) Does it
actually work
martin 99/02/16 07:05:41
Modified:src/support ab.c
Log:
Allow running ab with HTML output generation.
Submitted by: David N. Welton <[EMAIL PROTECTED]>
Reviewed by: Martin Kraemer
Revision ChangesPath
1.19 +110 -11 apache-1.3/src/support/ab.c
Index: ab
randy 99/01/03 20:13:14
Modified:src Configure
Log:
Portability fixes for QNX32. This may also apply to QNX, but I cannot
verify that. /bin/sh is pathetic on this platform so configuration
still requires a replacement shell.
Revision ChangesPath
1.319 +1 -0
rse 98/11/15 07:54:41
Modified:src/support ab.c
Log:
Fix a comment while poking around in this source...
Revision ChangesPath
1.16 +1 -1 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS
martin 98/09/04 13:48:45
Modified:src/support ab.c
Log:
Fix default generation of Content-Type: header for POST requests
Revision ChangesPath
1.15 +1 -1 apache-1.3/src/support/ab.c
Index: ab.c
=
rse 98/08/25 02:22:14
Modified:src CHANGES
src/support ab.c
Log:
Make ab.c again pass ``gcc -Wall -Wshadow -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''
without complains after we recently added the PO
dgaudet 98/08/19 21:11:34
Modified:src/support ab.c
Log:
note a few bugs
Revision ChangesPath
1.13 +13 -1 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS file: /export/home/cvs/apache-1.3/sr
dgaudet 98/08/19 21:07:45
Modified:src CHANGES
src/support ab.c
Log:
Add the ability to benchmark POST requests.
Note I tweaked Kurt's submission to fit our style guide... and I corrected
a few comments and crud that have been in ab.c since the zb.c days.
martin 98/07/29 03:14:41
Modified:src/support ab.c
Log:
Added EBCDIC support to ApacheBench
Revision ChangesPath
1.11 +8 -0 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS file: /home/cvs/
marc98/07/15 11:33:13
Modified:src/support ab.c
Log:
Use ap_select instead of select in ab, and replace hardcoded 256 with
FD_SETSIZE. Should really dynamically track the highest descriptor
and use that.
PR: 2625
Submitted by: Richard Lloyd <[EMAIL PROTECTED]>, Marc S
martin 98/06/09 14:02:14
Modified:src/support ab.c
Log:
Fix typos from zb era
Revision ChangesPath
1.8 +4 -4 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS file: /export/home/cvs/apache-
jim 98/04/21 13:14:08
Modified:src/support ab.c htdigest.c htpasswd.c logresolve.c
rotatelogs.c suexec.c
Log:
Adjust ALL *.c files in support to use conf.h
so we get the right header files, etc...
Revision ChangesPath
1.7 +0 -3 apa
jim 98/04/21 12:56:28
Modified:src/support ab.c
Log:
Have ab.c use our ./include/conf.h file to pull
out (hopefully) the right header files
Revision ChangesPath
1.6 +1 -9 apache-1.3/src/support/ab.c
Index: ab.c
=
jim 98/04/20 18:41:57
Modified:src/support ab.c
Log:
PR: 2081
Obtained from: Jens Schleusener <[EMAIL PROTECTED]>
Submitted by: Jim Jagielski
AIX requires sys/select.h
Revision ChangesPath
1.5 +3 -1 apache-1.3/src/support/ab.c
Index: ab.c
=
marc98/03/21 17:31:50
Modified:src/support ab.c
Log:
Only need one break.
Revision ChangesPath
1.3 +0 -1 apache-1.3/src/support/ab.c
Index: ab.c
===
RCS file: /export/home/cvs/apache-1
rse 98/03/19 01:56:45
Modified:src/support ab.c htpasswd.c htdigest.c suexec.c
Log:
Also "static" stuff for the support files to make
`gcc -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations'
also happy for those sources.
Revision ChangesPath
1.2 +11
rse 98/03/17 04:46:42
Modified:.STATUS
src CHANGES
src/support Makefile.tmpl
Added: src/support ab.c ab.1
Log:
Include of the new "ApacheBench" support program:
o base is ZeusBench 1.0 from Adam Twiss, Zeus Technology Ltd.
32 matches
Mail list logo