]> granicus.if.org Git - apache/history - support/ab.c
Fix compile time warning. AJP protocol method is byte.
[apache] / support / ab.c
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
2002-07-04 Brian Paneuse the time conversion macros rather than dividing...
2002-05-31 William A. Rowe Jr A few more unused/unnecessary variables and surpress...
2002-05-31 William A. Rowe Jr Enable SSL negotation in ab.c. It is that, or remove...
2002-05-31 William A. Rowe Jr Well, know that I'm aware that the ssl stuff was...
2002-05-31 William A. Rowe Jr Locks are good, provide locks. ab -s -c >1 is [was...
2002-05-18 Cliff WoolleyThere's really no reason for a -dev here.
2002-05-01 Paul J. RederFix some minor formatting issues with ab. Part of this is
2002-04-30 Roy T. FieldingRemove APR_WANT_SIGNAL from apr_want.h because code...
2002-04-25 Dirk-Willem van... During the 1.3->2.0 migragrion; ab its #defined VERSION...
2002-04-24 Aaron BannertDocument the recent AB changes since they have the...
2002-04-24 Aaron BannertMajor improvement in concurrent processing for AB:
2002-04-14 Brian Panefixed a typo
2002-04-13 William A. Rowe Jr Correct const'ness of argv in all support apps, and...
2002-04-01 Dirk-Willem van... Made AB's use of the Host: header rfc2616 compliant as
2002-03-29 Dirk-Willem van... Removed email address on request - as obviscation was...
2002-03-19 Cliff WoolleyWhat is "zop"? :)
2002-03-18 Cliff WoolleyCarriage returns??
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-12 Jeff Trawicksimplify the way we find the family of an apr_sockaddr_t
2002-01-27 Brian PaneFixed segfault in "-i" mode of ab
2001-11-29 Jeff Trawick"totalcon / requests" is no longer double either, so...
2001-11-29 William A. Rowe Jr I don't believe it. This actually fixes the rest...
2001-11-12 Jeff Trawickclean up some warnings on AIX
2001-10-17 William A. Rowe Jr Some type correctness fixes for LARGEFILES platforms.
2001-08-22 Jeff Trawicksimplify some code in output_results() just a bit to...
2001-08-16 William A. Rowe Jr Now that it's apr'ized, ab is most definately in...
2001-07-20 David ReidIf we've spent the effort of getting some connections...
2001-07-19 William A. Rowe Jr A smart answer to users attempting the -s arg to ab.
2001-07-19 Jeff Trawickfix the type of parms to apr_send() and apr_recv()
2001-07-19 William A. Rowe Jr Truncate the working set in ab by introducing a conne...
2001-07-18 William A. Rowe Jr Hmmm... editing with tabs != 8, eeuh. Just cleaning...
2001-07-18 William A. Rowe Jr Fix some casting
2001-07-18 William A. Rowe Jr Changes to back out inherit flag from apr_os_sock_make()
2001-07-16 Ryan BloomAdded an inherit flag to apr_socket_create and other...
2001-06-26 Cliff WoolleyFix spelling mistake.
2001-06-18 Jeff TrawickThe patch fixes 2 things.
2001-04-12 Roy T. FieldingMake ab work again by changing its native types to...
2001-04-03 Jeff TrawickUhh, we really need the prototypes for standard string...
2001-04-03 Dirk-Willem van... Make live simpler - as we are using strchr already
2001-04-03 Dirk-Willem van... Doing last minute alphabettically sorting things to...
2001-04-03 Jeff Trawickmake sure we have the prototype for index() (fixes...
2001-04-02 Jeff Trawickconsistent types; avoid warning on AIX for mismatch...
2001-04-02 Jeff Trawick"void *res = signal(blah)" isn't cool 'cause void ...
next