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
/
hce.c
Age
Commit message (
Expand
)
Author
2012-05-09
Fix a desynchronization on host change during a running check
giovanni
2012-01-21
Only start the child processes after all of them reported to have loaded
Camiel Dobbelaar
2011-11-12
fix function names in fatalx() messages
Camiel Dobbelaar
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
Update all logging and debug functions to use the __func__ macro
Reyk Floeter
2011-02-08
Log the time taken for all types of check, not just tcp checks.
Stuart Henderson
2010-11-30
The relayd processes did already bump up the socket file descriptor
Reyk Floeter
2010-05-14
allocate all struct event's on the heap, it looks cleaner, feels better
Reyk Floeter
2010-01-11
add "log brief" and "log verbose" to change logging verbosity
Jonathan Gray
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
some KNF cleanup following the last sed.
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-04
Keep around the SSL session for each checked host. This way SSL
Reyk Floeter
2009-06-02
remove extra imsg_event_add() after EV_WRITE checks - this is not
Reyk Floeter
2009-06-02
Libevent may do an upcall with both EV_READ and EV_WRITE set.
Reyk Floeter
2009-04-17
keep the parent relations of hosts after reloading the configuration.
Reyk Floeter
2008-12-05
change the way relayd reports check results: instead of logging an
Reyk Floeter
2008-09-29
spacing
Reyk Floeter
2008-08-08
Check gettimeofday() against -1; Add a missing error check in one place.
Thordur I. Bjornsson
2008-07-19
no need for using a TAILQ queue for the host children list, use a
Reyk Floeter
2008-07-19
If the new 'parent' keyword is specified for a host in a table,
Reyk Floeter
2008-03-12
nuke unused variable.
Pierre-Yves Ritschard
2008-02-11
Marry relayd with snmpd using new "send trap" option: Request to send
Reyk Floeter
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Reyk Floeter
2007-12-08
Rename everything which reffered to services refer to rdr for internals
Pierre-Yves Ritschard
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
make sure all hosts are checked when hoststatectl poll is issued, now
Pierre-Yves Ritschard
2007-11-20
Allow overriding the global interval in a table.
Pierre-Yves Ritschard
2007-11-19
spacing
Reyk Floeter
2007-10-19
Add the ability to schedule an immediate check through hoststatectl.
Pierre-Yves Ritschard
2007-10-12
Silence some lint(1) warnings
Bret Lambert
2007-09-28
Correct my mail address.
Pierre-Yves Ritschard
2007-06-19
don't go through the effort of creating a SIGHUP handler through
Pierre-Yves Ritschard
2007-06-19
Do not fatal out with ``pipe closed'' when a short read occurs on one
Pierre-Yves Ritschard
2007-06-12
put the fd passing from bgpd back in to hoststated's version of imsg,
Mathieu Sauve-Frankel
2007-06-07
(finally) Enable reload support for layer 3 configurations.
Pierre-Yves Ritschard
2007-05-31
split event registration between the ones that will be kept intact
Pierre-Yves Ritschard
2007-05-31
some silly debug code snuck in.
Pierre-Yves Ritschard
2007-05-31
allocate table lists and service lists instead of using static structs.
Pierre-Yves Ritschard
2007-05-29
add a new check method which allows to run external scripts/programs
Reyk Floeter
2007-05-28
another small step towards hoststated reloading.
Pierre-Yves Ritschard
2007-05-27
Second step towards hoststated reload:
Pierre-Yves Ritschard
2007-05-26
first steps for implementing reload:
Pierre-Yves Ritschard
2007-03-07
- fix the hoststatectl host disable/enable commands to work with relay
Reyk Floeter
2007-03-06
fix the health checks when using the retry option
Reyk Floeter
2007-02-22
Add layer 7 functionality to hoststated used for layer 7
Reyk Floeter
2007-02-07
add new "log (updates|all)" configuration option to log state
Reyk Floeter
2007-02-07
remove superfluos log_debug() messages
Reyk Floeter
[next]