index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
/
relayd.h
Age
Commit message (
Expand
)
Author
2013-05-30
Support SSL inspection, the ability to transparently filter in SSL/TLS
Reyk Floeter
2013-04-27
time_t 64bit fixes for relayd and relayctl:
Sebastian Benoit
2013-03-10
This diff changes relayd to use the monotonic clock instead of
Reyk Floeter
2013-03-09
Enable TCP socket splicing for HTTP persistent connection and chunked
Alexander Bluhm
2013-03-04
sync yyerror() with bgpd; use vlog() to log parser errors so they show in
Stuart Henderson
2013-02-05
Rework http content and chunk handling in relayd. Use special
Alexander Bluhm
2012-11-27
Add format attributes to the proper functions and then fix the warnings
Philip Guenthe
2012-10-19
Support additional scheduling algorithms in the load balancer:
Reyk Floeter
2012-10-04
spacing
Reyk Floeter
2012-10-03
Inherit and pass the relay table flags correctly.
Reyk Floeter
2012-10-03
Support more than one relay backup table. Instead of duplicating the
Reyk Floeter
2012-09-21
file descriptor accounting for relays: track how many connections to
Sebastian Benoit
2012-09-20
Move the HTTP code into an extra file to make future changes easier to
Reyk Floeter
2012-07-09
Allow relayd to handle transactions > 2GB in size
Theo de Raadt
2012-07-09
need a private copy of nitems()
Theo de Raadt
2012-05-08
fix "label string" in http protocol. problem found by giovanni.
Sebastian Benoit
2012-04-11
Do rate limiting of accept() when under pressure, like in other recent
Theo de Raadt
2012-01-21
Only start the child processes after all of them reported to have loaded
Camiel Dobbelaar
2011-09-04
KNF, fix white spaces in relayd. No binary change.
Alexander Bluhm
2011-05-26
Add additional check to prevent running scripts when not configured.
Reyk Floeter
2011-05-26
fix "check script" by sending all required information to the parent.
Reyk Floeter
2011-05-20
Concurrent calls of "relayctl show sessions" could crash relayd. Fix
Reyk Floeter
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2011-05-05
Allow a user to specify the route priority
Peter Hessler
2011-04-24
Get rid of casts to struct rsession in relayd by not declaring a
Alexander Bluhm
2011-04-12
update flags and printing of flags in debug mode, handle splicing flag.
Reyk Floeter
2011-04-12
Enable socket splicing for relayd. This allows zero-copy data
Alexander Bluhm
2011-04-07
Add support for divert-to which provides some benefits over rdr-to.
Reyk Floeter
2010-12-31
Add missing #includes instead of assuming that some system header pulls in
Philip Guenthe
2010-11-30
The relayd processes did already bump up the socket file descriptor
Reyk Floeter
2010-10-26
redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In
Reyk Floeter
2010-08-01
Allow fallback tables for relays, not just redirections.
Stuart Henderson
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-05-14
allocate all struct event's on the heap, it looks cleaner, feels better
Reyk Floeter
2010-05-14
spacing
Reyk Floeter
2010-01-11
add "log brief" and "log verbose" to change logging verbosity
Jonathan Gray
2009-11-03
reorder structure elements for struct netroute & router: static config
Reyk Floeter
2009-08-17
also report routers and their host states in relayctl
Reyk Floeter
2009-08-13
add new 'router' functionality to dynamically add or remove routes
Reyk Floeter
2009-08-07
rename 'struct session' to 'struct rsession' because it conflicts with
Reyk Floeter
2009-08-07
allow to modify the IP TTL value for host checks. this can be used to
Reyk Floeter
2009-08-05
prevent configuration of relays listening to a single addr:port tuple twice
Reyk Floeter
2009-06-06
Get ready for including imsg.h from a lib, when it comes along.
Pierre-Yves Ritschard
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-04
move logging functions out of imsg.h, make imsg.c more library ready
Pierre-Yves Ritschard
2009-06-04
- move message types enum back to relayd.h
Eric Faurot
2009-06-04
remove unused variable
Reyk Floeter
2009-06-04
Make imsg.c and buffer.c more generic by introducing
Eric Faurot
[next]