summaryrefslogtreecommitdiffstats
path: root/support/ab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use "Basic" authentication instead of "basic" in ab, as the spec says weRyan Bloom2001-02-231-4/+4
* Update copyright to 2001Roy T. Fielding2001-02-161-5/+5
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-33/+33
* close the post file after reading itJeff Trawick2001-01-251-2/+3
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-3/+3
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-7/+7
* When is a void fn(void) not a void fn(void)? It's a win32'ism, sinceWilliam A. Rowe Jr2001-01-191-3/+8
* fix a warning on platforms where apr_size_t isn't intJeff Trawick2001-01-151-3/+4
* Fix an endless loop in ab which occurred when ab was postingJeff Trawick2001-01-151-7/+14
* open_postfile():Jeff Trawick2001-01-121-10/+20
* get rid of a non-portable use of errnoJeff Trawick2001-01-091-3/+3
* Cleanups so that the support programs build cleanly. The Win32 valuesRyan Bloom2000-12-221-2/+5
* All the supports now build on APR (+APRUTIL), no reliance on httpd.William A. Rowe Jr2000-12-211-6/+6
* This program should run entirely without ap_config support fromWilliam A. Rowe Jr2000-12-211-3/+2
* ab: use apr_parse_addr_port() in parse_url().Jeff Trawick2000-12-071-44/+23
* Fix some leftover dirtyness from the conversion. All is buildingWilliam A. Rowe Jr2000-12-051-3/+3
* Make ApacheBench compile cleanly againRyan Bloom2000-12-051-2/+4
* use APR_SIZE_T_FMT to avoid a warning on AIXJeff Trawick2000-12-011-3/+3
* Use "const char * const *" for process->argv (which is the correctGreg Stein2000-11-291-3/+3
* Get ab to compile cleanly after the apr_initopt() change.Jeff Trawick2000-11-291-4/+4
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-3/+10
* Don't use APR_INET6 unless APR_HAVE_INET6 is defined.Jeff Trawick2000-11-211-3/+8
* Update ab to accept URLs with IPv6 literal address strings (in theJeff Trawick2000-11-211-5/+31
* Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated).Jeff Trawick2000-11-191-5/+10
* APR: Change apr_connect() to take apr_sockaddr_t instead of hostname.Jeff Trawick2000-11-171-6/+8
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changeRyan Bloom2000-11-101-7/+7
* Get ab to build again by changing apr_set_remote_port() to apr_set_port().Jeff Trawick2000-11-081-3/+3
* Get rid of some warnings on Solaris 8 by using APR's ctype macros:Jeff Trawick2000-11-021-4/+4
* Some fixes and a general tidy up of ab. With these changes ab can nowDavid Reid2000-10-151-19/+33
* The lots of little ones... APR_IS_STATUS_condition(rv) conditional macrosWilliam A. Rowe Jr2000-10-051-5/+5
* Fix the types of the variables passed as the len parm to bucket->read()Jeff Trawick2000-09-141-3/+3
* Tweak apr_getopt() and its use in ab to avoid compiler warnings.Jeff Trawick2000-08-101-7/+7
* Fix ApacheBench for the apr_initopt/apr_getopt change. This illustratesWilliam A. Rowe Jr2000-08-091-26/+27
* A few more (last?) ap_xlate->apr_xlate changes covering stuff not completelyJeff Trawick2000-08-071-6/+6
* Fix some problems with the apr conversion so that APACHE_XLATE builds workJeff Trawick2000-08-071-6/+6
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-26/+26
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-69/+69
* Don't use perror() to report the failure of an APR function.Jeff Trawick2000-07-311-19/+28
* ab would start up more connections than needed, then quit when theRoy T. Fielding2000-07-161-3/+8
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-2/+10
* PR:William A. Rowe Jr2000-05-281-5/+5
* Remove a warning about ap_base64encode not being defined anywhere.Ryan Bloom2000-05-201-2/+3
* ab: Fix a command-line processing bug; track bad headers inJeff Trawick2000-05-191-5/+9
* APR-ize the CHARSET_EBCDIC support in ap_base64encode() andJeff Trawick2000-05-161-3/+7
* Fix some bugs (mostly lost 1.3 code) in ab's command-line processing.Jeff Trawick2000-05-161-6/+29
* add missing ';' in non-ASCII pathJeff Trawick2000-05-011-3/+3
* Win32:Jeff Trawick2000-04-281-5/+3
* Build ab on Win32.Jeff Trawick2000-04-281-7/+8
* Repair ap_poll() on UNIX systems where APR's poll flagsJeff Trawick2000-04-271-11/+14
* I have merged the two ab files together, the one from src/support andRyan Bloom2000-04-271-696/+638