| Commit message (Expand) | Author | Age | Files | Lines |
* | update license header text | Roy T. Fielding | 2006-07-12 | 1 | -8/+8 |
* | Revert 395235, the major copyright fubar by me. | Colm MacCarthaigh | 2006-04-24 | 1 | -1/+1 |
* | Update the last year of Copyright for the 2.0.x branch. | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Fix crash, when out of memory. | André Malo | 2004-08-28 | 1 | -3/+7 |
* | bp of r1.143: fixed mean and median calculations, changed where time values f... | Jean-Jacques Clar | 2004-08-12 | 1 | -39/+40 |
* | Limit the concurrency to MAX_CONCURRENCY. | Madhusudan Mathihalli | 2004-03-27 | 1 | -2/+8 |
* | added check on apr_pollset_create() return value. backport from 1.139. | Jean-Jacques Clar | 2004-03-17 | 1 | -3/+6 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -3/+3 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-08 | 1 | -55/+12 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -3/+3 |
* | merge some ab fixes from 2.1-dev | Jeff Trawick | 2003-12-14 | 1 | -11/+40 |
* | merge this fix from 2.1-dev: | Jeff Trawick | 2003-09-15 | 1 | -3/+3 |
* | reject overlong credentials from command line | André Malo | 2003-07-31 | 1 | -2/+8 |
* | Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP | André Malo | 2003-07-12 | 1 | -4/+10 |
* | update license to 2003. | André Malo | 2003-02-03 | 1 | -3/+3 |
* | %qd is not portable; use APR_INT64_FMT_T for apr_time_t | Jeff Trawick | 2002-10-16 | 1 | -3/+3 |
* | Eliminated some fixed-size buffers that didn't have proper overflow checks | Brian Pane | 2002-09-01 | 1 | -25/+19 |
* | Keep track of the recent changes for the new pollset API, since they | Aaron Bannert | 2002-09-01 | 1 | -2/+7 |
* | Switched ab to the new abstract pollset API (this will | Brian Pane | 2002-09-01 | 1 | -23/+54 |
* | Leon Brocard writes: | Martin Kraemer | 2002-08-30 | 1 | -5/+2 |
* | Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more | William A. Rowe Jr | 2002-08-03 | 1 | -3/+3 |
* | Support rsaref compilation | William A. Rowe Jr | 2002-08-03 | 1 | -6/+22 |
* | fix a spelling problem | Jeff Trawick | 2002-07-30 | 1 | -3/+3 |
* | And fix the version number | Martin Kraemer | 2002-07-16 | 1 | -3/+3 |
* | Fix the long-standing bug that "ab -t10" would loop for 10000 seconds | Martin Kraemer | 2002-07-16 | 1 | -4/+5 |
* | http occurances to update for apr_socket_opt_get/set | William A. Rowe Jr | 2002-07-15 | 1 | -4/+4 |
* | We where mixing #if USE_SSL en #ifdef USE_SSL. Since there where | Dirk-Willem van Gulik | 2002-07-11 | 1 | -5/+5 |
* | Bring Apache in line with APR's new poll implementation. This isn't | Ryan Bloom | 2002-07-11 | 1 | -3/+4 |
* | If you want floating math, use float literals. | William A. Rowe Jr | 2002-07-08 | 1 | -3/+3 |
* | fix for compilers that don't support long long datatype | Brian Pane | 2002-07-07 | 1 | -5/+5 |
* | use the time conversion macros rather than dividing by APR_USEC_PER_SEC | Brian Pane | 2002-07-04 | 1 | -9/+11 |
* | A few more unused/unnecessary variables and surpress an uninitialized | William A. Rowe Jr | 2002-05-31 | 1 | -5/+3 |
* | Enable SSL negotation in ab.c. It is that, or remove all the entirely | William A. Rowe Jr | 2002-05-31 | 1 | -24/+356 |
* | Well, know that I'm aware that the ssl stuff was entirely premature, it's | William A. Rowe Jr | 2002-05-31 | 1 | -6/+15 |
* | Locks are good, provide locks. ab -s -c >1 is [was?] dying on Win32 | William A. Rowe Jr | 2002-05-31 | 1 | -2/+76 |
* | There's really no reason for a -dev here. | Cliff Woolley | 2002-05-18 | 1 | -4/+4 |
* | Fix some minor formatting issues with ab. Part of this is | Paul J. Reder | 2002-05-01 | 1 | -6/+6 |
* | Remove APR_WANT_SIGNAL from apr_want.h because code must include | Roy T. Fielding | 2002-04-30 | 1 | -11/+5 |
* | During the 1.3->2.0 migragrion; ab its #defined VERSION own string was replaced | Dirk-Willem van Gulik | 2002-04-25 | 1 | -6/+22 |
* | Document the recent AB changes since they have the potential to change | Aaron Bannert | 2002-04-24 | 1 | -2/+10 |
* | Major improvement in concurrent processing for AB: | Aaron Bannert | 2002-04-24 | 1 | -7/+16 |
* | fixed a typo | Brian Pane | 2002-04-14 | 1 | -3/+3 |
* | Correct const'ness of argv in all support apps, and use the new | William A. Rowe Jr | 2002-04-13 | 1 | -4/+4 |
* | Made AB's use of the Host: header rfc2616 compliant as | Dirk-Willem van Gulik | 2002-04-01 | 1 | -8/+21 |
* | Removed email address on request - as obviscation was slammed down on the lis... | Dirk-Willem van Gulik | 2002-03-29 | 1 | -3/+3 |
* | What is "zop"? :) | Cliff Woolley | 2002-03-19 | 1 | -3/+3 |
* | Carriage returns?? | Cliff Woolley | 2002-03-18 | 1 | -3/+3 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -5/+5 |
* | simplify the way we find the family of an apr_sockaddr_t | Jeff Trawick | 2002-03-12 | 1 | -3/+3 |