index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
ab.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "Basic" authentication instead of "basic" in ab, as the spec says we
Ryan Bloom
2001-02-23
1
-4
/
+4
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-5
/
+5
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-33
/
+33
*
close the post file after reading it
Jeff Trawick
2001-01-25
1
-2
/
+3
*
The changes required for the APR_FINFO_wanted argument to
William A. Rowe Jr
2001-01-20
1
-3
/
+3
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-7
/
+7
*
When is a void fn(void) not a void fn(void)? It's a win32'ism, since
William A. Rowe Jr
2001-01-19
1
-3
/
+8
*
fix a warning on platforms where apr_size_t isn't int
Jeff Trawick
2001-01-15
1
-3
/
+4
*
Fix an endless loop in ab which occurred when ab was posting
Jeff Trawick
2001-01-15
1
-7
/
+14
*
open_postfile():
Jeff Trawick
2001-01-12
1
-10
/
+20
*
get rid of a non-portable use of errno
Jeff Trawick
2001-01-09
1
-3
/
+3
*
Cleanups so that the support programs build cleanly. The Win32 values
Ryan Bloom
2000-12-22
1
-2
/
+5
*
All the supports now build on APR (+APRUTIL), no reliance on httpd.
William A. Rowe Jr
2000-12-21
1
-6
/
+6
*
This program should run entirely without ap_config support from
William A. Rowe Jr
2000-12-21
1
-3
/
+2
*
ab: use apr_parse_addr_port() in parse_url().
Jeff Trawick
2000-12-07
1
-44
/
+23
*
Fix some leftover dirtyness from the conversion. All is building
William A. Rowe Jr
2000-12-05
1
-3
/
+3
*
Make ApacheBench compile cleanly again
Ryan Bloom
2000-12-05
1
-2
/
+4
*
use APR_SIZE_T_FMT to avoid a warning on AIX
Jeff Trawick
2000-12-01
1
-3
/
+3
*
Use "const char * const *" for process->argv (which is the correct
Greg Stein
2000-11-29
1
-3
/
+3
*
Get ab to compile cleanly after the apr_initopt() change.
Jeff Trawick
2000-11-29
1
-4
/
+4
*
*) Compensate for recent changes in the APR headers. Specifically, some
Greg Stein
2000-11-26
1
-3
/
+10
*
Don't use APR_INET6 unless APR_HAVE_INET6 is defined.
Jeff Trawick
2000-11-21
1
-3
/
+8
*
Update ab to accept URLs with IPv6 literal address strings (in the
Jeff Trawick
2000-11-21
1
-5
/
+31
*
Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated).
Jeff Trawick
2000-11-19
1
-5
/
+10
*
APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.
Jeff Trawick
2000-11-17
1
-6
/
+8
*
Fix a lot of the fallback from the apr_ssize_t to apr_size_t change
Ryan Bloom
2000-11-10
1
-7
/
+7
*
Get ab to build again by changing apr_set_remote_port() to apr_set_port().
Jeff Trawick
2000-11-08
1
-3
/
+3
*
Get rid of some warnings on Solaris 8 by using APR's ctype macros:
Jeff Trawick
2000-11-02
1
-4
/
+4
*
Some fixes and a general tidy up of ab. With these changes ab can now
David Reid
2000-10-15
1
-19
/
+33
*
The lots of little ones... APR_IS_STATUS_condition(rv) conditional macros
William A. Rowe Jr
2000-10-05
1
-5
/
+5
*
Fix the types of the variables passed as the len parm to bucket->read()
Jeff Trawick
2000-09-14
1
-3
/
+3
*
Tweak apr_getopt() and its use in ab to avoid compiler warnings.
Jeff Trawick
2000-08-10
1
-7
/
+7
*
Fix ApacheBench for the apr_initopt/apr_getopt change. This illustrates
William A. Rowe Jr
2000-08-09
1
-26
/
+27
*
A few more (last?) ap_xlate->apr_xlate changes covering stuff not completely
Jeff Trawick
2000-08-07
1
-6
/
+6
*
Fix some problems with the apr conversion so that APACHE_XLATE builds work
Jeff Trawick
2000-08-07
1
-6
/
+6
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
William A. Rowe Jr
2000-08-06
1
-26
/
+26
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
1
-69
/
+69
*
Don't use perror() to report the failure of an APR function.
Jeff Trawick
2000-07-31
1
-19
/
+28
*
ab would start up more connections than needed, then quit when the
Roy T. Fielding
2000-07-16
1
-3
/
+8
*
Protect system header files with the appropriate macros.
Ryan Bloom
2000-06-13
1
-2
/
+10
*
PR:
William A. Rowe Jr
2000-05-28
1
-5
/
+5
*
Remove a warning about ap_base64encode not being defined anywhere.
Ryan Bloom
2000-05-20
1
-2
/
+3
*
ab: Fix a command-line processing bug; track bad headers in
Jeff Trawick
2000-05-19
1
-5
/
+9
*
APR-ize the CHARSET_EBCDIC support in ap_base64encode() and
Jeff Trawick
2000-05-16
1
-3
/
+7
*
Fix some bugs (mostly lost 1.3 code) in ab's command-line processing.
Jeff Trawick
2000-05-16
1
-6
/
+29
*
add missing ';' in non-ASCII path
Jeff Trawick
2000-05-01
1
-3
/
+3
*
Win32:
Jeff Trawick
2000-04-28
1
-5
/
+3
*
Build ab on Win32.
Jeff Trawick
2000-04-28
1
-7
/
+8
*
Repair ap_poll() on UNIX systems where APR's poll flags
Jeff Trawick
2000-04-27
1
-11
/
+14
*
I have merged the two ab files together, the one from src/support and
Ryan Bloom
2000-04-27
1
-696
/
+638
[next]