]> granicus.if.org Git - apache/history - support/ab.c
Remove the old version of the error docs.
[apache] / support / ab.c
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 ...
2001-04-02 Jeff Trawickkeep ab from dividing by zero when heartbeatres is...
2001-04-02 Ryan BloomCleanup all the warnings introduced in AB yesterday.
2001-04-02 Dirk-Willem van... Commit early and often. This should merge all changes...
2001-04-02 Dirk-Willem van... Either MacOS-X is much more sensitive for border condit...
2001-04-02 Dirk-Willem van... First stab at encapsulating the apr_send() to make...
2001-04-02 Dirk-Willem van... Prevent cobbering of lenght for subsequent sends. Still...
2001-02-22 Ryan BloomUse "Basic" authentication instead of "basic" in ab...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-25 Jeff Trawickclose the post file after reading it
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 William A. Rowe Jr When is a void fn(void) not a void fn(void)? It...
2001-01-15 Jeff Trawickfix a warning on platforms where apr_size_t isn't int
2001-01-15 Jeff TrawickFix an endless loop in ab which occurred when ab was...
2001-01-12 Jeff Trawickopen_postfile():
2001-01-09 Jeff Trawickget rid of a non-portable use of errno
2000-12-22 Ryan BloomCleanups so that the support programs build cleanly...
2000-12-21 William A. Rowe Jr All the supports now build on APR (+APRUTIL), no...
2000-12-21 William A. Rowe Jr This program should run entirely without ap_config...
2000-12-07 Jeff Trawickab: use apr_parse_addr_port() in parse_url().
2000-12-05 William A. Rowe Jr Fix some leftover dirtyness from the conversion....
2000-12-05 Ryan BloomMake ApacheBench compile cleanly again
2000-12-01 Jeff Trawickuse APR_SIZE_T_FMT to avoid a warning on AIX
2000-11-29 Greg SteinUse "const char * const *" for process->argv (which...
2000-11-29 Jeff TrawickGet ab to compile cleanly after the apr_initopt() change.
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-21 Jeff TrawickDon't use APR_INET6 unless APR_HAVE_INET6 is defined.
2000-11-21 Jeff TrawickUpdate ab to accept URLs with IPv6 literal address...
2000-11-19 Jeff TrawickCall apr_create_socket() instead of apr_create_tcp_sock...
2000-11-17 Jeff TrawickAPR: Change apr_connect() to take apr_sockaddr_t instea...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-11-08 Jeff TrawickGet ab to build again by changing apr_set_remote_port...
2000-11-02 Jeff TrawickGet rid of some warnings on Solaris 8 by using APR...
2000-10-15 David ReidSome fixes and a general tidy up of ab. With these...
2000-10-05 William A. Rowe Jr The lots of little ones... APR_IS_STATUS_condition...
2000-09-14 Jeff TrawickFix the types of the variables passed as the len parm...
2000-08-10 Jeff TrawickTweak apr_getopt() and its use in ab to avoid compiler...
2000-08-09 William A. Rowe Jr Fix ApacheBench for the apr_initopt/apr_getopt change...
2000-08-07 Jeff TrawickA few more (last?) ap_xlate->apr_xlate changes covering...
2000-08-07 Jeff TrawickFix some problems with the apr conversion so that APACH...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-31 Jeff TrawickDon't use perror() to report the failure of an APR...
2000-07-16 Roy T. Fieldingab would start up more connections than needed, then...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-05-27 William A. Rowe JrPR:
2000-05-19 Ryan BloomRemove a warning about ap_base64encode not being define...
2000-05-19 Jeff Trawickab: Fix a command-line processing bug; track bad headers in
2000-05-16 Jeff TrawickAPR-ize the CHARSET_EBCDIC support in ap_base64encode...
2000-05-16 Jeff TrawickFix some bugs (mostly lost 1.3 code) in ab's command...
2000-05-01 Jeff Trawickadd missing ';' in non-ASCII path
2000-04-28 Jeff TrawickWin32:
2000-04-28 Jeff TrawickBuild ab on Win32.
2000-04-27 Jeff TrawickRepair ap_poll() on UNIX systems where APR's poll flags
2000-04-27 Ryan BloomI have merged the two ab files together, the one from...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-10-27 Martin KraemerAdd CVS Revision number to ab.c to allow for detecting...
1999-10-11 David ReidThese changes allow the support programs to compile...
1999-10-07 Martin KraemerRe-sync to most up-to-date ab.c version 1.3b
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.