Age | Commit message (Expand) | Author |
2024-11-05 | Add TLS support in tcpbench | Jan Klemkow |
2024-03-21 | Fix white space. OK tobhe@ | Alexander Bluhm |
2023-05-22 | Remove unused variable kerr. | Tobias Heider |
2023-05-22 | Remove duplicate entries in kvars. | Alexander Bluhm |
2022-08-15 | Use TCP_INFO instead of kvm magic to extract information about the tcp streams. | Claudio Jeker |
2022-08-06 | Use NI_MAXHOST and NI_MAXSERV constants to allocate temporary strings | Alexander Bluhm |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-02-04 | Implement the nc(1) -D socket debug option also in tcpbench(1). | Alexander Bluhm |
2020-05-04 | tcpbench: display stats on SIGINFO, not just at exit. ok tb@ procter@ deraadt@ | Stuart Henderson |
2020-05-02 | Add ping(1)-like summary statistics. | Richard Procter |
2020-02-12 | Standardize argument naming for "sourceaddr" and unify the wording a bit, | Ingo Schwarze |
2019-11-26 | Prevent divide-by zero in tcpbench(1). Found while testing iwm(4). | Stefan Sperling |
2018-09-28 | If tpcbench(8) is startet with -r0 it does not print statistics. | Alexander Bluhm |
2018-09-28 | Fix white spaces. | Alexander Bluhm |
2018-08-08 | In the early pledge, add "unveil" to permit changes a little later on. | Theo de Raadt |
2018-05-22 | drop unnecessary timerclear; tv_sec & tv_usec are assigned immediately | cheloha |
2018-05-10 | more errx -> err, from schwarze@ | Sebastian Benoit |
2018-05-10 | Do not mention TCP in tcpbench comments and error messages regarding | Alexander Bluhm |
2018-05-10 | print strdup error with err(). From Nan Xiao nan AT chinadtrace DOT | Sebastian Benoit |
2016-09-19 | Add OpenBSD RCS id. | Alexander Bluhm |
2016-07-21 | Add AF_UNIX support to tcpbench and also make it possible to randomize the | Claudio Jeker |
2016-04-06 | Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCK | Kenneth R Westerback |
2016-03-28 | remove unused variable | Charles Longeau |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
2015-11-13 | pledge tcpbench, from David Hill, tweaked the -s case. | Sebastian Benoit |
2015-02-09 | If the kmem options are in use, drop the gid earlier. | Theo de Raadt |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-10-24 | Remove unnecessary include: netinet/in_systm.h is not needed by these | Lawrence Teo |
2014-10-16 | Use reallocarray() to get integer overflow detection. | Lawrence Teo |
2014-08-19 | add -4 and -6 flags for saying if you want to force ipv4 or ipv6 | David Gwynne |
2013-12-25 | final circleq to tailq fix. restore the previous pointer check by reading | Ted Unangst |
2013-12-24 | more fixing after circleq conversion. a better fix to check the prev | Ted Unangst |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2012-10-02 | Simplify rtable assignment and cut some cruft | Christiano F. Haesbaert |
2012-06-16 | When the last user disconnects, make sure we display the status line | Christiano F. Haesbaert |
2012-05-08 | Fix double-free when -n is used with -b. | Christiano F. Haesbaert |
2012-04-13 | Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2). | Christiano F. Haesbaert |
2012-04-07 | Rate-limit accepting of new connections while we are experiencing fd | Christiano F. Haesbaert |
2012-01-31 | Remove setpgid() call, this is a leftover from when we were forked. | Christiano F. Haesbaert |
2012-01-29 | Don't use floating precision while printing PPS in UDP mode. | Christiano F. Haesbaert |
2012-01-26 | add a timer to tcpbench as a command-line option (-t) so | Henning Brauer |
2011-12-18 | Don't lie the number of estabilished connections. nconns is the number | Christiano F. Haesbaert |
2011-12-04 | Fix some warnx() calls which should be fprintf plus KNF. | Christiano F. Haesbaert |
2011-10-07 | Kill unecessary break in UDP_MODE, simplify code a bit by killing some | Christiano F. Haesbaert |
2011-10-01 | Sort the lines on -l output and match the order on the column output. | Christiano F. Haesbaert |
2011-09-09 | Add -b option which allows the client side to bind the socket to a | Christiano F. Haesbaert |
2011-08-23 | Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf. | Christiano F. Haesbaert |
2011-08-20 | event_del() a persistent event; fixes segfault seen on the server when the | Stuart Henderson |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |