Age | Commit message (Expand) | Author |
2003-12-26 | log_err -> log_peer_err | Henning Brauer |
2003-12-25 | implement "passive": do not attempt to open a tcp connection to the | Henning Brauer |
2003-12-25 | make the listening socket nonblocking as well. | Henning Brauer |
2003-12-25 | small gotcha in the FSM: | Henning Brauer |
2003-12-25 | we need nonblocking connect | Henning Brauer |
2003-12-24 | syscalls return -1 on err so test for == -1 instead of the < 0 found in very | Henning Brauer |
2003-12-24 | following up on a discussion with theo, read(2) as much as possible at once | Henning Brauer |
2003-12-24 | EAGAIN can't happen here anymore | Henning Brauer |
2003-12-24 | no O_NONBLOCK for routing and tcp sockets, theo | Henning Brauer |
2003-12-24 | now that the main process can cleanup without RDE's help, we do not need the | Henning Brauer |
2003-12-24 | handle write() returning 0 correctly, adjust the msgbuf API appropriately, | Henning Brauer |
2003-12-24 | typos in comments, from jared | Henning Brauer |
2003-12-23 | spacing | Theo de Raadt |
2003-12-23 | play nice on exit (when he listening coket is closed) | Henning Brauer |
2003-12-23 | send shutdown requests to the child processes and wait for a ackmessage from | Henning Brauer |
2003-12-23 | do send session_down imsgs to RDE even if we are quitting | Henning Brauer |
2003-12-23 | allow the listening address to be specified, default to INADDR_ANY | Henning Brauer |
2003-12-21 | rename get_imsg() to imsg_get(); that's more consistent | Henning Brauer |
2003-12-21 | wrap read & write buffers for imsgs into a struct. | Henning Brauer |
2003-12-21 | overhaul the write buffering code. | Henning Brauer |
2003-12-21 | queued_reads in struct peer was not ever used exept for an initialization to 0 | Henning Brauer |
2003-12-20 | knf. OK henning@ | Claudio Jeker |
2003-12-20 | session_notification can take void *data too instead of u_char *data, | Henning Brauer |
2003-12-20 | more from the castathon; imsg_compose takes void * now so get rid of the casts | Henning Brauer |
2003-12-20 | typo, tedu | Henning Brauer |
2003-12-20 | let buf_add take void *data instead of u_char *data and save a zillion | Henning Brauer |
2003-12-20 | revert last | Henning Brauer |
2003-12-20 | don't cast imsg.data to struct peer_config, memcpy instead, fixes 64bit | Henning Brauer |
2003-12-20 | keep track which process we are so fatal() can log in which proc the | Henning Brauer |
2003-12-20 | reconf is an enum reconf_action, not int | Henning Brauer |
2003-12-20 | read(2)/write(2) return ssize_t, not size_t | Henning Brauer |
2003-12-19 | even smaller typo with also big effect... < is not the same as > | Henning Brauer |
2003-12-19 | Small typo/pasto big effect. Muddled keepalive timer with holdtimer. | Claudio Jeker |
2003-12-19 | when sending a notification things actually work better if you copy error code | Henning Brauer |
2003-12-19 | actually we need to init the configuration we receive in the reconfigure case | Henning Brauer |
2003-12-19 | conf->holdtime was not set to teh default value initially if no holdtime | Henning Brauer |
2003-12-19 | when adding a new peer during reconfiguration set its sock to -1. | Henning Brauer |
2003-12-19 | don't bother sending a SESSION_DOWN imsg to the RDE if we are quitting, this | Henning Brauer |
2003-12-19 | fix getpwnam use; noticed by claudio@ | Henning Brauer |
2003-12-19 | knf & 64-bit cleanup; henning ok | Theo de Raadt |
2003-12-18 | reset nconf to NULL after free(), from claudio | Henning Brauer |
2003-12-17 | send reconf requests to the RDE as well and handle them there; syncing peer | Henning Brauer |
2003-12-17 | style | Henning Brauer |
2003-12-17 | welcome, bgpd | Henning Brauer |