index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
tcpbench
/
tcpbench.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If tpcbench(8) is startet with -r0 it does not print statistics.
bluhm
2018-09-28
1
-1
/
+4
*
Fix white spaces.
bluhm
2018-09-28
1
-26
/
+26
*
In the early pledge, add "unveil" to permit changes a little later on.
deraadt
2018-08-08
1
-4
/
+17
*
drop unnecessary timerclear; tv_sec & tv_usec are assigned immediately
cheloha
2018-05-22
1
-2
/
+1
*
more errx -> err, from schwarze@
benno
2018-05-10
1
-3
/
+3
*
Do not mention TCP in tcpbench comments and error messages regarding
bluhm
2018-05-10
1
-5
/
+5
*
print strdup error with err(). From Nan Xiao nan AT chinadtrace DOT
benno
2018-05-10
1
-2
/
+2
*
Add OpenBSD RCS id.
bluhm
2016-09-19
1
-0
/
+2
*
Add AF_UNIX support to tcpbench and also make it possible to randomize the
claudio
2016-07-21
1
-27
/
+60
*
Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCK
krw
2016-04-06
1
-1
/
+1
*
remove unused variable
chl
2016-03-28
1
-1
/
+1
*
Instead of creating a socket with socket() or accept() and then
guenther
2016-03-21
1
-6
/
+2
*
pledge tcpbench, from David Hill, tweaked the -s case.
benno
2015-11-13
1
-4
/
+17
*
If the kmem options are in use, drop the gid earlier.
deraadt
2015-02-09
1
-10
/
+11
*
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
millert
2014-11-26
1
-1
/
+1
*
Remove unnecessary include: netinet/in_systm.h is not needed by these
lteo
2014-10-24
1
-1
/
+0
*
Use reallocarray() to get integer overflow detection.
lteo
2014-10-16
1
-2
/
+2
*
add -4 and -6 flags for saying if you want to force ipv4 or ipv6
dlg
2014-08-19
1
-3
/
+11
*
final circleq to tailq fix. restore the previous pointer check by reading
tedu
2013-12-25
1
-1
/
+12
*
more fixing after circleq conversion. a better fix to check the prev
tedu
2013-12-24
1
-13
/
+4
*
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
krw
2013-12-20
1
-4
/
+4
*
handle ECONNABORTED errors from accept(). In many code blocks they can be
deraadt
2013-03-11
1
-1
/
+2
*
Simplify rtable assignment and cut some cruft
haesbaert
2012-10-02
1
-22
/
+5
*
When the last user disconnects, make sure we display the status line
haesbaert
2012-06-16
1
-4
/
+5
*
Fix double-free when -n is used with -b.
haesbaert
2012-05-08
1
-1
/
+2
*
Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2).
haesbaert
2012-04-13
1
-19
/
+7
*
Rate-limit accepting of new connections while we are experiencing fd
haesbaert
2012-04-07
1
-10
/
+50
*
Remove setpgid() call, this is a leftover from when we were forked.
haesbaert
2012-01-31
1
-3
/
+0
*
Don't use floating precision while printing PPS in UDP mode.
haesbaert
2012-01-29
1
-3
/
+3
*
add a timer to tcpbench as a command-line option (-t) so
henning
2012-01-26
1
-4
/
+26
*
Don't lie the number of estabilished connections. nconns is the number
haesbaert
2011-12-18
1
-1
/
+2
*
Fix some warnx() calls which should be fprintf plus KNF.
haesbaert
2011-12-04
1
-5
/
+5
*
Kill unecessary break in UDP_MODE, simplify code a bit by killing some
haesbaert
2011-10-07
1
-18
/
+11
*
Sort the lines on -l output and match the order on the column output.
haesbaert
2011-10-01
1
-40
/
+41
*
Add -b option which allows the client side to bind the socket to a
haesbaert
2011-09-09
1
-11
/
+43
*
Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.
haesbaert
2011-08-23
1
-4
/
+98
*
event_del() a persistent event; fixes segfault seen on the server when the
sthen
2011-08-20
1
-0
/
+1
*
Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio
mikeb
2011-06-21
1
-12
/
+18
*
various cleanup;
jmc
2011-03-16
1
-4
/
+4
*
Implement UDP mode for tcpbench and switch tcpbench to use libevent.
claudio
2011-03-09
1
-427
/
+461
*
Add a few more tcpcb and sockbuffer variables that tcpbench can inspect.
claudio
2010-10-19
1
-0
/
+12
*
Make -k work in clientmode by passing the right socket to the
claudio
2010-09-28
1
-3
/
+2
*
Fix the naming of interfaces and variables for rdomains and rtables
guenther
2010-07-03
1
-18
/
+18
*
try not to use size_t in places it does not belong; ok djm
deraadt
2009-12-11
1
-5
/
+5
*
- adjust usage() to fit in 80 columns
sthen
2009-09-11
1
-5
/
+4
*
Move connect code out ouf clientloop into own function. This code can be
claudio
2009-09-08
1
-22
/
+32
*
There is no need for two getaddrinfo implementations for client and server.
claudio
2009-09-08
1
-23
/
+12
*
gcc2 hates claudio
deraadt
2009-08-29
1
-3
/
+1
*
Change the way how the server works. Instead of forking of a child per
claudio
2009-08-28
1
-240
/
+377
*
Print a warning when rdomain is used on non-AF_INET sockets. Those are
claudio
2009-08-13
1
-2
/
+4
[next]