Age | Commit message (Expand) | Author |
2007-07-26 | Combine http filter/expect cases to simplify code. | Jonathan Gray |
2007-07-24 | Quote digest otherwise it won't be parsed as a string. | Pierre-Yves Ritschard |
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard |
2007-07-16 | typo | Pierre-Yves Ritschard |
2007-07-16 | use fatal and not err, the message would get lost. | Pierre-Yves Ritschard |
2007-07-05 | use a more traditional while() instead of for() for getopt(). | Thordur I. Bjornsson |
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-18 | we're going to need more room for flags (again). | 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 | always close sockets before calling hce_notify_done. | Pierre-Yves Ritschard |
2007-06-07 | (finally) Enable reload support for layer 3 configurations. | Pierre-Yves Ritschard |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | do not forget to store table and backup table ids in the service | Pierre-Yves Ritschard |
2007-05-31 | simplify pfe_disable_events | Pierre-Yves Ritschard |
2007-05-31 | make sure object ids are reset before parsing the configuration file | Pierre-Yves Ritschard |
2007-05-31 | split pfe's event registration in separate functions (like for hce) | 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-30 | give ibuf to event_set | Pierre-Yves Ritschard |
2007-05-30 | backout more code that shouldn't have gone in. | Pierre-Yves Ritschard |
2007-05-30 | backout last diff which introduces problems and use the global | Pierre-Yves Ritschard |
2007-05-29 | make sure every dispatch function is fed the environment structure. | Pierre-Yves Ritschard |
2007-05-29 | when the time comes, let pfe_dispatch_parent be able to service more | Pierre-Yves Ritschard |
2007-05-29 | allow the control handling code to send messages back to the parent. | Pierre-Yves Ritschard |
2007-05-29 | put the reload imsg types in right now. it makes my life easier. | Pierre-Yves Ritschard |
2007-05-29 | do not start relay processes when no L7 load balancing is needed. | Pierre-Yves Ritschard |
2007-05-29 | add a new check method which allows to run external scripts/programs | Reyk Floeter |
2007-05-29 | when purging relays, purge sessions as well. | Pierre-Yves Ritschard |
2007-05-29 | move the ssl cipher suite string to a (small) static charbuf, | Pierre-Yves Ritschard |
2007-05-29 | move struct relay to the runtime + config scheme. | Pierre-Yves Ritschard |
2007-05-28 | another small step towards hoststated reloading. | Pierre-Yves Ritschard |
2007-05-28 | store the configuration file's path, this will be useful when reloading. | Pierre-Yves Ritschard |
2007-05-27 | Second step towards hoststated reload: | Pierre-Yves Ritschard |
2007-05-27 | allow to specify table templates in the configuration file and to | Reyk Floeter |
2007-05-26 | first steps for implementing reload: | Pierre-Yves Ritschard |
2007-05-09 | fix potential NULL deref. | Pierre-Yves Ritschard |
2007-05-02 | It is no longer needed to pass a cleared timeval to event_loopexit() NULL | Claudio Jeker |
2007-04-12 | add a new relay 'path' action to filter the URL path and arguments. | Reyk Floeter |
2007-04-10 | sort entity types | Reyk Floeter |
2007-04-10 | move the decoding of the URL, independent from the node lookups, we | Reyk Floeter |
2007-04-10 | it is a better idea to handle all enum values in the switch statement | Reyk Floeter |
2007-04-10 | the relay filter action needs special handling to work correctly | Reyk Floeter |
2007-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-19 | do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al | Henning Brauer |
2007-03-17 | remove a debug message | Reyk Floeter |
2007-03-17 | fix a bug in the initial setup of the pfe2relay communication sockets | Reyk Floeter |
2007-03-17 | move some elements in the relay imsg ctl structures (just for the style) | Reyk Floeter |
2007-03-17 | close unused relay2pfe privsep sockets correctly | Reyk Floeter |