Age | Commit message (Expand) | Author |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2016-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |
2015-12-07 | sync with vmd | Reyk Floeter |
2015-11-22 | Update log.c: change fatal() and fatalx() into variadic functions, | Reyk Floeter |
2015-11-21 | Once again, fix the license text. After many years, we just cannot | Reyk Floeter |
2015-11-21 | Move local logging functions from log.c to new file util.c (that is | Reyk Floeter |
2015-01-22 | Clean up the relayd headers with help of include-what-you-use and some | Reyk Floeter |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-12 | Change the keyword "ssl" to "tls" to reflect reality since we | Reyk Floeter |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-07-12 | Move HTTP error codes into http.h. | Reyk Floeter |
2014-04-18 | fix previous | Reyk Floeter |
2014-04-18 | spacing | Reyk Floeter |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2013-03-10 | This diff changes relayd to use the monotonic clock instead of | Reyk Floeter |
2012-11-27 | Add format attributes to the proper functions and then fix the warnings | Philip Guenthe |
2011-04-12 | update flags and printing of flags in debug mode, handle splicing flag. | Reyk Floeter |
2010-11-30 | The relayd processes did already bump up the socket file descriptor | Reyk Floeter |
2010-01-11 | add "log brief" and "log verbose" to change logging verbosity | Jonathan Gray |
2008-12-05 | change the way relayd reports check results: instead of logging an | Reyk Floeter |
2008-07-18 | terminate the input buffer on failure in print_host() | Reyk Floeter |
2008-07-17 | use getaddrinfo/getnameinfo to parse ipv6 addresses instead of | 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-20 | it may be desirable to send a HTTP error page with error code and a | Reyk Floeter |
2007-11-04 | the last change to enable logging to stderr on startup also enabled | Reyk Floeter |
2007-09-07 | add a function to print delays in hours, minutes, and seconds | Reyk Floeter |
2007-09-06 | rename relay_host to print_host in log.c | Reyk Floeter |
2007-05-29 | add a new check method which allows to run external scripts/programs | 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 |
2006-12-16 | spacing | Theo de Raadt |
2006-12-16 | Import hostated, the host status daemon. This daemon will monitor | Reyk Floeter |