]> granicus.if.org Git - apache/history - support/ab.c
hide some unused code on Win32 and NetWare
[apache] / support / ab.c
2011-03-17 Joe Orton* support/ab.c (test): Catch more calloc failures.
2010-10-06 Guenter KnaufRenamed optarg -> opt_arg to avoid name clashes with...
2010-09-19 Jeff Trawicksimplify walking through array of returned apr_pollfd_t
2010-09-19 Jeff Trawickfix one error message, eliminate another that will...
2010-08-18 Stefan FritschFix usage output.
2010-06-06 Stefan Fritschab: Fix memory leak with -v2 and SSL.
2010-05-03 Daniel Earl Poirierab was sending wrong number of requests when keepalive...
2010-01-24 Stefan Fritschab: Fix number of requests per second in HTML output...
2009-12-29 Takashi SatoAdd parentheses to min max macro functions to avoid...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-11-06 Jeff Trawickupdate pollset to reflect changed connection state...
2009-10-18 Stefan Fritschab: Fix segfault in case the argument for -n is a very...
2009-09-28 Jeff Trawickwhen a request body is sent, just display "Total body...
2009-09-28 Joe Orton* support/ab.c (output_results): Fix gcc warning on...
2009-09-27 Jeff Trawickrefactor the representation of HTTP method and whether...
2009-09-27 Guenter Knauffixed compatibility to Openssl < 0.9.7g;
2009-09-27 Jeff Trawicksmall code cleanups for POST/PUT, especially to combine...
2009-09-23 Daniel Earl PoirierFix a segfault in ab when run in verbose mode using...
2009-09-06 Graham LeggettAdd support for HTTP PUT to ab.
2009-07-29 Jeff Trawickab: Fix broken error messages after resolver or connect...
2009-03-30 Eric Covener *) ab: Fix a 100% CPU loop on platforms where a faile...
2009-03-04 Jeff TrawickUse APR_POLLSET_NOCOPY for better performance with...
2009-03-04 Jeff Trawickrepeat apr_pollset_poll() while it returns EINTR
2009-03-03 Jeff Trawickremove unreachable code
2009-03-03 Ruediger Pluem* Remove unused variable.
2009-03-02 Sander TemmeClean up more compiler emits. Add CHANGES entry, credi...
2009-03-02 Jeff Trawickaxe a fearful comment that was addressed before committ...
2009-03-02 Jeff Trawickab: Fix maintenance of the pollset to resolve EINPROGRE...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2008-12-16 Takashi Sato* Change some "apr_palloc / memcpy" to apr_pstrmemdup
2008-06-12 Jim Jagielskiclear out bogus whitespace
2008-05-17 Ruediger Pluem* Include <limits.h> earlier if available since INT_MAX...
2008-05-14 Ruediger Pluem* Check for failure of apr_file_info_get call
2008-05-12 Roy T. FieldingImprove client performance by clearing connection pool...
2008-05-12 Roy T. FieldingDon't stop sending a request if EAGAIN is returned...
2008-05-11 Roy T. FieldingOverhaul ab.c stats collection and reporting to avoid...
2008-02-02 Ruediger Pluem* Use a 64 bit unsigned int instead of a signed long...
2008-01-17 Ruediger Pluem* Do not try to read non existing response bodies of...
2007-09-05 William A. Rowe JrKill the compiler emit - casting struct * to char ...
2007-05-24 Sander TemmeExplain that POST data should be sent as the correct...
2007-04-09 Sander TemmeCorrect behavior of HTTP request headers sent by ab...
2007-04-08 Sander TemmeThe apr_port_t type is unsigned, but ab was using a...
2007-03-08 Jeff Trawickab: Add -r option to continue after socket receive...
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-13 Colm MacCarthaighA keepalive response need not neccessarily have include...
2006-04-23 Colm MacCarthaighwhen compiling statistics, only interate accross reques...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-17 Colm MacCarthaighUpdate the copyright notice to reflect that changes...
2006-03-31 Colm MacCarthaighCorrect a dumb typo
2006-03-31 Colm MacCarthaigh * Add siege-like behaviour to ApacheBench; output...
2006-03-31 Colm MacCarthaighGive users the ability to set the window size for apach...
2005-11-28 Joe Orton* modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-12 Joe Orton* support/ab.c (test): Increment count of started reque...
2005-05-17 Joe Orton* support/ab.c: Rewrite SSL support so that it works...
2005-04-15 Joe Orton* support/ab.c (open_postfile): Use apr_file_read_full...
2005-04-15 Joe Orton* support/ab.c (test): Treat POST data as a binary...
2005-04-15 Joe OrtonFix and prevent some segfaults in ab:
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-03 Roy T. FieldingUpdate copyright notice to new format to show what...
2004-07-10 Paul QuernaSmall fix on ab's use of sprintf().
2004-06-29 Martin KraemerUse standardized names for ISO-8859-1, see http://www...
2004-05-18 Jean-Jacques Clarreplaced tabs with spaces and aligned indentation withi...
2004-03-25 Jean-Jacques Clarab mixing mean and median values, also wrong time value...
2004-03-19 Jean-Jacques ClarUsing ap_max() to ensure no negative values are stored...
2004-03-17 Madhusudan MathihalliAdd Missing parenthesis !
2004-03-17 Madhusudan MathihalliLimit the concurrency to MAX_CONCURRENCY.
2004-03-17 Jean-Jacques Clarusing build in err function, thanks Jeff for pointing...
2004-03-16 Jean-Jacques Claradded check on apr_pollset_create() return value to...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according the first cehck in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-03 Joe Orton* support/ab.c (write_request): Fix gcc warning at...
2004-01-01 André Maloupdate license to 2004.
2003-12-10 Joe OrtonFix ab's SSL support a little:
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-01 Jeff Trawickdistinguish between these two states:
2003-08-01 Jeff Trawickrestore a check for write failures which was lost for...
2003-07-29 Jeff Trawickab: Work over non-loopback on Unix again.
2003-07-21 André Maloreject overlong credentials from the commandline
2003-07-10 Joe OrtonPick up getpid() prototype.
2003-07-03 André Malocatch out of memory condition (ID 29 of reasoning report)
2003-06-29 André MaloFix NULL-pointer issue in ab when parsing an incomplete...
2003-06-24 William A. Rowe Jr Absorb our ssl library-foo from the mod_ssl build...
2003-02-03 André Malofinished that boring job:
2002-10-16 Jeff Trawick%qd is not portable; use APR_INT64_FMT_T for apr_time_t
2002-09-01 Brian PaneEliminated some fixed-size buffers that didn't have...
2002-09-01 Aaron BannertKeep track of the recent changes for the new pollset...
2002-09-01 Brian PaneSwitched ab to the new abstract pollset API (this...
2002-08-30 Martin KraemerLeon Brocard writes:
2002-08-03 William A. Rowe Jr Revert to CRYPTO_malloc_init for non-rsa [gotta read...
2002-08-03 William A. Rowe Jr Support rsaref compilation
2002-07-30 Jeff Trawickfix a spelling problem
2002-07-16 Martin KraemerAnd fix the version number
2002-07-16 Martin KraemerFix the long-standing bug that "ab -t10" would loop...
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-11 Dirk-Willem van... We where mixing #if USE_SSL en #ifdef USE_SSL. Since...
2002-07-11 Ryan BloomBring Apache in line with APR's new poll implementation...
2002-07-08 William A. Rowe Jr If you want floating math, use float literals.
2002-07-07 Brian Panefix for compilers that don't support long long datatype
next