summaryrefslogtreecommitdiff
path: root/support/ab.c
Commit message (Expand)AuthorAgeFilesLines
* simplify some code in output_results() just a bit to avoid aJeff Trawick2001-08-221-3/+5
* Now that it's apr'ized, ab is most definately in a 2.0 revision cycle,William A. Rowe Jr2001-08-161-6/+5
* If we've spent the effort of getting some connections, when we die with anDavid Reid2001-07-201-7/+11
* A smart answer to users attempting the -s arg to ab.William A. Rowe Jr2001-07-191-3/+6
* fix the type of parms to apr_send() and apr_recv()Jeff Trawick2001-07-191-4/+4
* Truncate the working set in ab by introducing a connection pool.William A. Rowe Jr2001-07-191-21/+28
* Hmmm... editing with tabs != 8, eeuh. Just cleaning and fixing casts.William A. Rowe Jr2001-07-181-34/+35
* Fix some castingWilliam A. Rowe Jr2001-07-181-11/+13
* Changes to back out inherit flag from apr_os_sock_make()William A. Rowe Jr2001-07-181-3/+3
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-3/+3
* Fix spelling mistake.Cliff Woolley2001-06-261-3/+3
* The patch fixes 2 things.Jeff Trawick2001-06-181-9/+4
* Make ab work again by changing its native types to apr types and formats.Roy T. Fielding2001-04-121-66/+78
* Uhh, we really need the prototypes for standard string functions.Jeff Trawick2001-04-031-2/+4
* Make live simpler - as we are using strchr alreadyDirk-Willem van Gulik2001-04-031-5/+3
* Doing last minute alphabettically sorting things to look nice is not always a...Dirk-Willem van Gulik2001-04-031-8/+8
* make sure we have the prototype for index() (fixes a Solaris warning)Jeff Trawick2001-04-031-5/+4
* consistent types; avoid warning on AIX for mismatch between printfJeff Trawick2001-04-021-3/+3
* "void *res = signal(blah)" isn't cool 'cause void * is not compatible withJeff Trawick2001-04-021-6/+3
* keep ab from dividing by zero when heartbeatres is zeroJeff Trawick2001-04-021-3/+3
* Cleanup all the warnings introduced in AB yesterday.Ryan Bloom2001-04-021-71/+48
* Commit early and often. This should merge all changes intoDirk-Willem van Gulik2001-04-021-54/+480
* Either MacOS-X is much more sensitive for border conditions - or I am just beingDirk-Willem van Gulik2001-04-021-54/+58
* First stab at encapsulating the apr_send() to make it aDirk-Willem van Gulik2001-04-021-12/+55
* Prevent cobbering of lenght for subsequent sends. Still not quiteDirk-Willem van Gulik2001-04-021-572/+590
* Use "Basic" authentication instead of "basic" in ab, as the spec says weRyan Bloom2001-02-221-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-181-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