| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that it's apr'ized, ab is most definately in a 2.0 revision cycle, | William A. Rowe Jr | 2001-08-16 | 1 | -6/+5 |
* | If we've spent the effort of getting some connections, when we die with an | David Reid | 2001-07-20 | 1 | -7/+11 |
* | A smart answer to users attempting the -s arg to ab. | William A. Rowe Jr | 2001-07-19 | 1 | -3/+6 |
* | fix the type of parms to apr_send() and apr_recv() | Jeff Trawick | 2001-07-19 | 1 | -4/+4 |
* | Truncate the working set in ab by introducing a connection pool. | William A. Rowe Jr | 2001-07-19 | 1 | -21/+28 |
* | Hmmm... editing with tabs != 8, eeuh. Just cleaning and fixing casts. | William A. Rowe Jr | 2001-07-18 | 1 | -34/+35 |
* | Fix some casting | William A. Rowe Jr | 2001-07-18 | 1 | -11/+13 |
* | Changes to back out inherit flag from apr_os_sock_make() | William A. Rowe Jr | 2001-07-18 | 1 | -3/+3 |
* | Added an inherit flag to apr_socket_create and other socket creation | Ryan Bloom | 2001-07-16 | 1 | -3/+3 |
* | Fix spelling mistake. | Cliff Woolley | 2001-06-26 | 1 | -3/+3 |
* | The patch fixes 2 things. | Jeff Trawick | 2001-06-18 | 1 | -9/+4 |
* | Make ab work again by changing its native types to apr types and formats. | Roy T. Fielding | 2001-04-12 | 1 | -66/+78 |
* | Uhh, we really need the prototypes for standard string functions. | Jeff Trawick | 2001-04-03 | 1 | -2/+4 |
* | Make live simpler - as we are using strchr already | Dirk-Willem van Gulik | 2001-04-03 | 1 | -5/+3 |
* | Doing last minute alphabettically sorting things to look nice is not always a... | Dirk-Willem van Gulik | 2001-04-03 | 1 | -8/+8 |
* | make sure we have the prototype for index() (fixes a Solaris warning) | Jeff Trawick | 2001-04-03 | 1 | -5/+4 |
* | consistent types; avoid warning on AIX for mismatch between printf | Jeff Trawick | 2001-04-02 | 1 | -3/+3 |
* | "void *res = signal(blah)" isn't cool 'cause void * is not compatible with | Jeff Trawick | 2001-04-02 | 1 | -6/+3 |
* | keep ab from dividing by zero when heartbeatres is zero | Jeff Trawick | 2001-04-02 | 1 | -3/+3 |
* | Cleanup all the warnings introduced in AB yesterday. | Ryan Bloom | 2001-04-02 | 1 | -71/+48 |
* | Commit early and often. This should merge all changes into | Dirk-Willem van Gulik | 2001-04-02 | 1 | -54/+480 |
* | Either MacOS-X is much more sensitive for border conditions - or I am just being | Dirk-Willem van Gulik | 2001-04-02 | 1 | -54/+58 |
* | First stab at encapsulating the apr_send() to make it a | Dirk-Willem van Gulik | 2001-04-02 | 1 | -12/+55 |
* | Prevent cobbering of lenght for subsequent sends. Still not quite | Dirk-Willem van Gulik | 2001-04-02 | 1 | -572/+590 |
* | 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 |