Age | Commit message (Expand) | Author |
2012-06-10 | Add error messages for BGP Finite State Machine Error subcodes as defined | Claudio Jeker |
2011-08-20 | Decouple log_verbose() from log_init() so the verbose flag stays set with | Stuart Henderson |
2010-11-18 | Log sent notification messages as well having them in the log may | Claudio Jeker |
2009-12-03 | Only log if there is a chance that the session may come up if the neighbor | Claudio Jeker |
2009-12-01 | Use an artificial address family id in struct bgpd_addr and almost everywhere | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost | Claudio Jeker |
2007-04-23 | Make bgpd 4-byte AS compatible. All internal representations of AS numbers | Claudio Jeker |
2007-02-25 | we do have a table with suberror codes for cease and their meaning; | Henning Brauer |
2006-01-05 | Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and | Claudio Jeker |
2006-01-03 | Move functions shared with bgpctl into new file util.c. Simplifies the | Claudio Jeker |
2005-06-05 | make log_in6addr actually work correctly - it is astounding how ugly things | Henning Brauer |
2005-05-27 | kroute6 support, at least partially. Get it in so that Henning can clean it | Claudio Jeker |
2005-03-31 | zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer |
2005-03-26 | proper check on log type. ok henning claudio | Ted Unangst |
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 | supress logging of the (likely very long) repeated Connect -> Active -> | Henning Brauer |
2004-07-09 | let log_debug only log at all when we're in debug mode, from Montreal Airport | Henning Brauer |
2004-06-01 | I would have sworn I added tzset() here | Henning Brauer |
2004-05-21 | move the big name tables to the .h file, makes the .c easier | Henning Brauer |
2004-05-08 | KNF | Henning Brauer |
2004-05-08 | provide log_sockaddr, which uses getnameinfo(), and use it in | Henning Brauer |
2004-04-25 | spaces | Henning Brauer |
2004-04-25 | add "neighbor cloning", allowing you to specify a prefix and prefixlength | Henning Brauer |
2004-04-25 | unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crap | Henning Brauer |
2004-04-16 | make log_conn_attempt work in an address family independent matter | Henning Brauer |
2004-03-11 | fflush(stderr) in vlog if in debug mode, from discussion with and ok claudio | Henning Brauer |
2004-03-05 | new error code "unsupported capability" from RFC 3392 | Henning Brauer |
2004-02-25 | use __progname instead of hardcoding bgpd for log_init | Henning Brauer |
2004-01-28 | KNF | Henning Brauer |
2004-01-27 | log_ntoa is herewith condemned to death by claudio and yours truly | Henning Brauer |
2004-01-27 | constify log_addr and log_ntoa's returns, reminded by claudio | Henning Brauer |
2004-01-27 | use inet_ntop() for log_addr(), claudio ok | Henning Brauer |
2004-01-27 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
2004-01-23 | provide log_addr, which takes a struct bgpd_addr | Henning Brauer |
2004-01-22 | provide a log_debug and use it in rde.c. | Henning Brauer |
2004-01-22 | make log_peer_* take a struct peer_config instead of the session engine | Henning Brauer |
2004-01-22 | provide log_warnx() and log_info() | Henning Brauer |
2004-01-22 | log_peer_err -> log_peer_warn | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-19 | (v)fprintf atomically in vlog() in debug mode, prodded by theo | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-04 | share statenames | Henning Brauer |
2003-12-30 | missing free()s; From: Patrick Latifi <pat@eyeo.org> | Henning Brauer |
2003-12-30 | typos from david | Henning Brauer |
2003-12-26 | constify; ok henning@ | Jakob Schlyter |
2003-12-26 | when this project started and i added the fatal() function, I made it take | Henning Brauer |
2003-12-26 | provide a real log_err | Henning Brauer |
2003-12-26 | log_err -> log_peer_err | Henning Brauer |
2003-12-26 | + log_ntoa, a simple helper funtion that doesn't require a struct in_addr... | Henning Brauer |