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
/
check_tcp.c
Age
Commit message (
Expand
)
Author
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-16
Adapt to <limits.h> universe.
Theo de Raadt
2014-12-12
Change the keyword "ssl" to "tls" to reflect reality since we
Reyk Floeter
2014-05-15
Use log_warn() to include errno if write() fails.
Reyk Floeter
2011-06-17
don't leak fds in failure path (ie when hosts are down)
Jonathan Gray
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter
2011-05-05
Update all logging and debug functions to use the __func__ macro
Reyk Floeter
2010-12-20
Only set SO_REUSEPORT for listening ports.
David Hill
2010-11-30
The relayd processes did already bump up the socket file descriptor
Reyk Floeter
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2010-02-18
Do an event_del before event_set/event_add in case we double add
Jonathan Gray
2009-08-07
allow to modify the IP TTL value for host checks. this can be used to
Reyk Floeter
2009-06-04
tweak
Reyk Floeter
2008-12-05
change the way relayd reports check results: instead of logging an
Reyk Floeter
2008-03-03
log a different notification message when the tcp check times out.
Reyk Floeter
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-24
sort includes, adjust to style(9)
Reyk Floeter
2007-11-21
move digest string handling into an extra function.
Reyk Floeter
2007-11-21
allow the http digest type to be either SHA1 or MD5 determined by the
Reyk Floeter
2007-11-19
knf (replace some ';;' with a single ';')
Reyk Floeter
2007-09-28
Correct my mail address.
Pierre-Yves Ritschard
2007-06-07
always close sockets before calling hce_notify_done.
Pierre-Yves Ritschard
2007-05-27
Second step towards hoststated reload:
Pierre-Yves Ritschard
2007-02-22
spacing
Reyk Floeter
2007-02-08
carefully check some return values and make lint happier. never pass
Reyk Floeter
2007-02-07
include the host name in log_debug() messages used by check_tcp read
Reyk Floeter
2007-02-07
another log_debug() removal ("nothing to write")
Reyk Floeter
2007-02-07
more log_debug() cleanup
Reyk Floeter
2007-02-07
remove superfluos log_debug() messages
Reyk Floeter
2007-02-06
update some more debug messages and fix typos. also remove some extra
Reyk Floeter
2007-02-06
now that check_http_code, check_http_digest and check_send_expect are
Pierre-Yves Ritschard
2007-02-03
merge tcp-based checks into one file, no functional changes
Reyk Floeter
2007-02-03
remove debug message
Reyk Floeter
2007-01-30
style changes.
Pierre-Yves Ritschard
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-20
when retrying a write, the position was previously not updated.
Pierre-Yves Ritschard
2007-01-12
eliminate duplicate tcp read/write code.
Pierre-Yves Ritschard
2007-01-11
use real async events for checks and improve the non-blocking socket
Reyk Floeter
2007-01-09
adapt to rename
Theo de Raadt
2007-01-08
do NOT use the regexp interface. it is way to complicated, error-prone
Reyk Floeter
2007-01-08
allow to use service names in addition to numerical port numbers in
Reyk Floeter
2007-01-08
add a generic send/expect check using regular expression (see
Reyk Floeter
2006-12-25
fix the conversion from milliseconds to struct timeval, which uses
Reyk Floeter
2006-12-25
partial rewrite of the check_* routines to use libevent everywhere
Reyk Floeter
2006-12-16
knf, spacing
Reyk Floeter
2006-12-16
Import hostated, the host status daemon. This daemon will monitor
Reyk Floeter