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
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