OpenBSD CVS

src/usr.sbin/relayd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / relayd

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.23   11 years  reyk   Move the HTTP code into an extra file to make future changes easier to follow. ...
[TXT] carp.c  1.9   11 years  guenther   Add format attributes to the proper functions and then fix the warnings that gcc...
[TXT] check_icmp.c  1.35   11 years  sthen   use correct function name in fatal error message
[TXT] check_script.c  1.14   13 years  reyk   Add additional check to prevent running scripts when not configured.
[TXT] check_tcp.c  1.42   12 years  jsg   don't leak fds in failure path (ie when hosts are down) from Martin Matuska in P...
[TXT] config.c  1.8   11 years  reyk   remove unused variable
[TXT] control.c  1.43   12 years  deraadt   relayd re-uses the event callbacks and passes the value of iev.data as the third...
[TXT] hce.c  1.63   12 years  giovanni   Fix a desynchronization on host change during a running check closes pr system/...
[TXT] log.c  1.18   11 years  guenther   Add format attributes to the proper functions and then fix the warnings that gcc...
[TXT] name2id.c  1.2   16 years  reyk   hoststated gets renamed to relayd. easier to type, and actually says what the d...
[TXT] parse.y  1.168   11 years  reyk   Support additional scheduling algorithms in the load balancer: least-states, ran...
[TXT] pfe.c  1.73   11 years  reyk   Support more than one relay backup table. Instead of duplicating the code for m...
[TXT] pfe_filter.c  1.52   11 years  reyk   Support additional scheduling algorithms in the load balancer: least-states, ran...
[TXT] pfe_route.c  1.5   13 years  reyk   Fix reload support in relayd(8) by reimplementing large parts of the daemon infr...
[TXT] proc.c  1.5   11 years  bluhm   Remove unnecessary pointer casts. No binary diff. OK benno@
[TXT] relay.c  1.162   11 years  bluhm   Rework http content and chunk handling in relayd. Use special toread values to ...
[TXT] relay_http.c  1.9   11 years  bluhm   branches: 1.9.2; Fix the toread check in the lateconnect case. This allows Con...
[TXT] relay_udp.c  1.27   11 years  bluhm   Remove unnecessary pointer casts. No binary diff. OK benno@
[TXT] relayd.8  1.23   14 years  jmc   now that we can handle >9 args, put "-D name=value" on one line: it's a bit more...
[TXT] relayd.c  1.115   11 years  bluhm   Remove unnecessary pointer casts. No binary diff. OK benno@
[TXT] relayd.conf.5  1.132   11 years  bluhm   Fix white spaces in relayd. No binary diff.
[TXT] relayd.h  1.164   11 years  bluhm   Rework http content and chunk handling in relayd. Use special toread values to ...
[TXT] shuffle.c  1.2   14 years  deraadt   missing header file; bring things into scope
[TXT] ssl.c  1.17   11 years  reyk   reorder the variables a bit, no functionaly change.
[TXT] snmp.c (in the Attic) [Hide]  1.13   11 years  bluhm   Remove unnecessary pointer casts. No binary diff. OK benno@
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.9   11 years  reyk   spacing