summaryrefslogtreecommitdiff
path: root/support/ab.c
Commit message (Expand)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-121-8/+8
* Revert 395235, the major copyright fubar by me. Colm MacCarthaigh2006-04-241-1/+1
* Update the last year of Copyright for the 2.0.x branch.Colm MacCarthaigh2006-04-191-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Fix crash, when out of memory.André Malo2004-08-281-3/+7
* bp of r1.143: fixed mean and median calculations, changed where time values f...Jean-Jacques Clar2004-08-121-39/+40
* Limit the concurrency to MAX_CONCURRENCY.Madhusudan Mathihalli2004-03-271-2/+8
* added check on apr_pollset_create() return value. backport from 1.139.Jean-Jacques Clar2004-03-171-3/+6
* fix name of The Apache Software FoundationAndré Malo2004-02-091-3/+3
* apply Apache License, Version 2.0André Malo2004-02-081-55/+12
* update license to 2004.André Malo2004-01-011-3/+3
* merge some ab fixes from 2.1-devJeff Trawick2003-12-141-11/+40
* merge this fix from 2.1-dev:Jeff Trawick2003-09-151-3/+3
* reject overlong credentials from command lineAndré Malo2003-07-311-2/+8
* Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTPAndré Malo2003-07-121-4/+10
* update license to 2003.André Malo2003-02-031-3/+3
* %qd is not portable; use APR_INT64_FMT_T for apr_time_tJeff Trawick2002-10-161-3/+3
* Eliminated some fixed-size buffers that didn't have proper overflow checksBrian Pane2002-09-011-25/+19
* Keep track of the recent changes for the new pollset API, since theyAaron Bannert2002-09-011-2/+7
* Switched ab to the new abstract pollset API (this willBrian Pane2002-09-011-23/+54
* Leon Brocard writes:Martin Kraemer2002-08-301-5/+2
* Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs moreWilliam A. Rowe Jr2002-08-031-3/+3
* Support rsaref compilationWilliam A. Rowe Jr2002-08-031-6/+22
* fix a spelling problemJeff Trawick2002-07-301-3/+3
* And fix the version numberMartin Kraemer2002-07-161-3/+3
* Fix the long-standing bug that "ab -t10" would loop for 10000 secondsMartin Kraemer2002-07-161-4/+5
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-4/+4
* We where mixing #if USE_SSL en #ifdef USE_SSL. Since there whereDirk-Willem van Gulik2002-07-111-5/+5
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-3/+4
* If you want floating math, use float literals.William A. Rowe Jr2002-07-081-3/+3
* fix for compilers that don't support long long datatypeBrian Pane2002-07-071-5/+5
* use the time conversion macros rather than dividing by APR_USEC_PER_SECBrian Pane2002-07-041-9/+11
* A few more unused/unnecessary variables and surpress an uninitializedWilliam A. Rowe Jr2002-05-311-5/+3
* Enable SSL negotation in ab.c. It is that, or remove all the entirelyWilliam A. Rowe Jr2002-05-311-24/+356
* Well, know that I'm aware that the ssl stuff was entirely premature, it'sWilliam A. Rowe Jr2002-05-311-6/+15
* Locks are good, provide locks. ab -s -c >1 is [was?] dying on Win32William A. Rowe Jr2002-05-311-2/+76
* There's really no reason for a -dev here.Cliff Woolley2002-05-181-4/+4
* Fix some minor formatting issues with ab. Part of this isPaul J. Reder2002-05-011-6/+6
* Remove APR_WANT_SIGNAL from apr_want.h because code must includeRoy T. Fielding2002-04-301-11/+5
* During the 1.3->2.0 migragrion; ab its #defined VERSION own string was replacedDirk-Willem van Gulik2002-04-251-6/+22
* Document the recent AB changes since they have the potential to changeAaron Bannert2002-04-241-2/+10
* Major improvement in concurrent processing for AB:Aaron Bannert2002-04-241-7/+16
* fixed a typoBrian Pane2002-04-141-3/+3
* Correct const'ness of argv in all support apps, and use the newWilliam A. Rowe Jr2002-04-131-4/+4
* Made AB's use of the Host: header rfc2616 compliant asDirk-Willem van Gulik2002-04-011-8/+21
* Removed email address on request - as obviscation was slammed down on the lis...Dirk-Willem van Gulik2002-03-291-3/+3
* What is "zop"? :)Cliff Woolley2002-03-191-3/+3
* Carriage returns??Cliff Woolley2002-03-181-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-5/+5
* simplify the way we find the family of an apr_sockaddr_tJeff Trawick2002-03-121-3/+3