Age | Commit message (Expand) | Author |
2008-05-08 | timer_due is not needed any more | Henning Brauer |
2008-05-08 | take advantage of the timewheel: instead of checking each an every | Henning Brauer |
2008-05-08 | change timer internals so that we use a timewheel (tailq, sorted by expiry | Henning Brauer |
2007-12-23 | provide timer_nextduein, which provides the number of seconds until the | Henning Brauer |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer |
2007-12-20 | rework timers. | Henning Brauer |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-04-06 | Count the updates and withdraws for additional statisic gathering. | Claudio Jeker |
2007-01-26 | Massiv rework of the control imsg flow. Main changes: | Claudio Jeker |
2007-01-04 | Do not run rde_shutdown() unless bgpd is started with -d. | Claudio Jeker |
2006-10-26 | * make sure we keep copies of everything we need to | Henning Brauer |
2006-10-26 | storing the dynamically acquired SPIs for tcpmd5 inside the conf struct | Henning Brauer |
2006-08-27 | add code to announce the restart capability according to | Henning Brauer |
2006-07-28 | factor out the code to build bgp messages, ok claudio a long time ago | Henning Brauer |
2006-06-17 | implement carp demotion control for bgpd. | Henning Brauer |
2006-05-27 | Cleanup with lint. Make the poll fd indexes unsigned and because of that | Claudio Jeker |
2006-05-23 | allow bgpd to request a route refresh from a neighbor if that neighbor | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | Henning Brauer |
2006-01-03 | Move functions shared with bgpctl into new file util.c. Simplifies the | Claudio Jeker |
2005-10-19 | on "bgpctl neighbor foo clear", we used to send a STOP event immediately | Henning Brauer |
2005-09-19 | implement fast reconnects | Henning Brauer |
2005-06-04 | when sending out a notification record the error code and suberror code in | Henning Brauer |
2005-04-05 | magic police, Jason Ackley <jason@ackley.net> | Henning Brauer |
2004-12-23 | introduce getpeerbydesc(), find a peer by its description | Henning Brauer |
2004-12-23 | lower latency by processing no more than 25 messages at once for each peer | Henning Brauer |
2004-12-23 | sort structs for most optimal alignment, help mickey, claudio ok | Henning Brauer |
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer |
2004-11-18 | inside struct peer, replace the occurance of the older struct peer_capa | Henning Brauer |
2004-11-18 | remove the global 'announce' flag from struct peer_capa, clear | Henning Brauer |
2004-11-18 | struct capa_mp is not needed any more, spotted by claudio | Henning Brauer |
2004-11-18 | add code to announce support for IPv6 Unicast. | Henning Brauer |
2004-11-18 | it's oupsa oupsa oupsa time... | Henning Brauer |
2004-11-18 | supress logging of subsequent connect() failures as long as: | Henning Brauer |
2004-11-02 | save the previous state in struct peer, claudio ok | Henning Brauer |
2004-10-19 | allow neighbor definitions to depend on interface state. | Henning Brauer |
2004-09-22 | don't bother shrinking the pfd and index2peer arrays | Henning Brauer |
2004-09-16 | when a cloned peer goes back to IDLE state, don't remove him immediately | Henning Brauer |
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker |
2004-08-05 | The peer_l is not needed in the rde but still allocated, free them and | Claudio Jeker |
2004-08-04 | session_main() and rde_main() return... right, a pid. and a pid is a pid_t | Henning Brauer |
2004-07-04 | 2 more file descriptors for each RDE and SE inherited from the parent | Henning Brauer |
2004-06-20 | at least somewhat consistently name the TAILQ_ENTRYs... this confused me | Henning Brauer |
2004-06-20 | implement file descriptor passing in the imsg/msgbuf framework, and use | Henning Brauer |
2004-06-09 | move to a dynamically allocated struct pollfd array. | Henning Brauer |
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer |
2004-05-28 | detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts | Henning Brauer |
2004-05-08 | provide log_sockaddr, which uses getnameinfo(), and use it in | Henning Brauer |
2004-05-08 | remove unused argument to control_dispatch_msg(), lint | Henning Brauer |
2004-04-28 | rename sock to fd | Theo de Raadt |
2004-04-28 | if a peer follows the extremely misgiuded path that the RFCs just barely allow | Henning Brauer |