summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* optarg is from unistd.h, use opt_arg from apr_getopt().Jean-Frederic Clere2024-03-061-1/+1
* * support/htcacheclean.c (list_urls): Continue rather than stoppingJoe Orton2024-02-011-2/+0
* Add an option to specify a source address.Graham Leggett2023-11-221-1/+15
* ab: apr_pool_clear() closes the socket already.Yann Ylavic2023-07-211-1/+1
* ab: Disable nagle algorithm on sockets, it's not telnet.Yann Ylavic2023-07-211-0/+6
* ab: Follow up to r1910912: No need for the "events" member.Yann Ylavic2023-07-211-7/+5
* ab: Add -D for a watchdog that prints counters on polled connections.Yann Ylavic2023-07-101-18/+89
* ab: Check and handle POLLOUT before POLLIN.Yann Ylavic2023-07-101-62/+47
* ab: Follow up to r1910871: s/bind_num/bind_rr/gYann Ylavic2023-07-081-4/+4
* ab: Allow to bind multiple addresses with -Baddr1,addr2,...Yann Ylavic2023-07-081-15/+45
* ab: Stop worker at end of -t in any case, not only interruption.Yann Ylavic2023-07-081-12/+14
* ab: Ignore the delay if it's larger than the timeout.Yann Ylavic2023-07-071-1/+3
* ab: Fix accounting of started connections.Yann Ylavic2023-07-071-25/+39
* * support/ab.c (ssl_proceed_handshake): Fix X509 * leak.Joe Orton2023-07-071-0/+1
* apxs: Fix -i for some cases where -n is not used.Joe Orton2023-07-071-1/+1
* ab: Don't print the banner/copyright when -Q is specified.Yann Ylavic2023-06-201-2/+9
* ab: Add POLLERR and POLLHUP to reqevents for implementations that use/need it.Yann Ylavic2023-06-201-1/+11
* ab: Increase MAX_CONCURRENCY hard limit (from 20K to 200K).Yann Ylavic2023-06-201-1/+1
* ab: More accurate stats for time limited (-t) runs.Yann Ylavic2023-06-201-12/+35
* ab: Follow up to r1910515: Update global counter too..Yann Ylavic2023-06-201-0/+1
* ab: Count keepalive aborted connections separately.Yann Ylavic2023-06-201-1/+7
* ab: Don't (doubly) count errors as err_length if not actually reading.Yann Ylavic2023-06-201-1/+2
* ab: Fix crash with -W when exiting earlya on fatal error.Yann Ylavic2023-06-201-237/+308
* do not run strlen(3) on a NULL valueGiovanni Bechis2023-06-091-0/+4
* ab: STATE_CONNECTED is not used anymore.Yann Ylavic2023-05-301-8/+0
* ab: Use new openssl-3 API when available.Yann Ylavic2023-03-161-6/+39
* s/to to/to/Christophe Jaillet2023-03-021-1/+1
* add -T flag to truncate rotated logs onlyEric Covener2023-01-071-6/+21
* minor tweak to -n with size rotationEric Covener2023-01-061-0/+14
* r1900362 followup: clang -Wexpansion-to-definedEric Covener2022-05-051-3/+6
* ab: Add the -W option to use worker threads.Yann Ylavic2022-04-281-521/+889
* ab: Allow for TLSv1.3 when the SSL library supports it.Yann Ylavic2022-04-221-29/+55
* ab: apr_base64_encode already NUL-terminate the output.Yann Ylavic2022-04-221-5/+2
* Fix alignment in an 'if' block.Christophe Jaillet2022-04-201-5/+5
* ab: Fix the detection for when the server performed a legitimateGraham Leggett2022-02-091-2/+10
* ab: Add an optional ramp delay when starting concurrent connections soGraham Leggett2022-02-081-7/+83
* Reinstate r1897458 accidentally reverted in r1897760.Graham Leggett2022-02-081-43/+80
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-80/+43
* check BIO_new(3) return valuesGiovanni Bechis2022-02-011-3/+13
* ab: Respond appropriately to SSL_ERROR_WANT_READ and SSL_ERROR_WANT_WRITE.Graham Leggett2022-01-251-43/+80
* Revert stray modification in r1897336.Graham Leggett2022-01-241-1/+1
* When failing, we need to explicitly set the connection state.Graham Leggett2022-01-221-1/+1
* As in r1877467 for mod_ssl, for OpenSSL 1.1.1+ require that OpenSSL isJoe Orton2021-12-071-0/+15
* * support/ab.c (main): Check apr_getopt() returned APR_EOF, fixing clangJoe Orton2021-12-031-2/+2
* * server/mpm/event/event.c, Joe Orton2021-05-171-19/+18
* * support/htpasswd.c: Fix typo. [skip ci]Joe Orton2020-12-161-1/+1
* Fix misleading crypt vs hash terminology in ht* and dbmmanage tools.Yann Ylavic2020-12-083-56/+56
* * support/htpasswd.c (usage): Fix typo. [skip ci]Joe Orton2020-06-101-1/+1
* Windows : do not include ap_config_auto.h Steffen Land2020-05-131-0/+2
* * support/passwd_common.c (mkhash): Fix salt buffer size for SHA2Joe Orton2020-05-011-1/+1