| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug in NOTIFICATION handling before FSM reaches Established state.ex07 | Chris Hall | 2010-09-10 | 1 | -3/+4 |
* | Fix various capability flags so that sessions are restarted. | Chris Hall | 2010-08-04 | 1 | -2/+18 |
* | Reworking of peer state handling. | Chris Hall | 2010-07-19 | 1 | -0/+16 |
* | New functions for error numbers and addresses in messages. | Chris Hall | 2010-04-08 | 1 | -9/+7 |
* | First beta release | Chris Hall | 2010-04-06 | 1 | -30/+104 |
* | Major update | Chris Hall | 2010-03-16 | 1 | -3/+3 |
* | Revised thread/timer handling, work queue and scheduling. | Chris Hall | 2010-02-16 | 1 | -62/+43 |
* | Fix retry for connect() connections + debug for mqueue. | Chris Hall | 2010-02-05 | 1 | -7/+6 |
* | Review and tidy new code and comments. | Chris Hall | 2010-02-04 | 1 | -116/+162 |
* | Tidying up the new FSM and exception handling. | Chris Hall | 2010-02-04 | 1 | -623/+361 |
* | Clearing up the reaping of connections, and handling of notifications. | Chris Hall | 2010-02-01 | 1 | -144/+174 |
* | Binding to interfaces and counting of messages. | Chris Hall | 2010-01-27 | 1 | -20/+18 |
* | Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress. | Chris Hall | 2010-01-27 | 1 | -4/+30 |
* | Fix bgp_session_do_disable() to return exactly one eDisabled event. | Chris Hall | 2010-01-25 | 1 | -2/+8 |
* | Getting BGP Engine to start and removing warnings. | Chris Hall | 2010-01-24 | 1 | -209/+192 |
* | Blitz on bgp_msg_read, particularly OPEN message handling | Chris Hall | 2010-01-23 | 1 | -1/+2 |
* | Weed out last vestiges of FSM setting session->state. | Chris Hall | 2010-01-21 | 1 | -4/+1 |
* | Keep timer running past IO errors in Connect/Active states. | Chris Hall | 2010-01-21 | 1 | -17/+13 |
* | Adding verify debug code for qtimers and tidied up. | Chris Hall | 2010-01-20 | 1 | -8/+17 |
* | Fix bug in bgp_connection not clearing pointers after free. Planted | paulo | 2010-01-20 | 1 | -0/+5 |
* | Use sigprocmask when non-threaded. Fixed assert. | paulo | 2010-01-19 | 1 | -1/+1 |
* | Refining the session state handling. | Chris Hall | 2010-01-18 | 1 | -3/+6 |
* | Wired up receiving updates, with update packet sent from BGP to Routing | paulo | 2010-01-15 | 1 | -0/+3 |
* | Make session state a Peering Engine item. | Chris Hall | 2010-01-14 | 1 | -19/+21 |
* | Further work-in-progress | Chris Hall | 2010-01-10 | 1 | -10/+69 |
* | Further work-in-progress. | Chris Hall | 2010-01-08 | 1 | -176/+258 |
* | Continuing work-in-progress | Chris Hall | 2010-01-08 | 1 | -149/+204 |
* | Work in progress on BGP Engine | Chris Hall | 2010-01-06 | 1 | -380/+789 |
* | Initial commit for bgp_engine branch -- seeding new files... | Chris Hall | 2010-01-04 | 1 | -993/+1877 |
* | bgpd: compile warnings cleanup | Stephen Hemminger | 2009-12-10 | 1 | -1/+1 |
* | bgpd/trivial: Fix indentation in previous | Paul Jakma | 2009-07-28 | 1 | -4/+4 |
* | bgpd: fd leak in bgpd | Steve Hill | 2009-07-28 | 1 | -15/+33 |
* | [bgpd/cleanup] Make BGP FSM table read-only static | Stephen Hemminger | 2009-06-18 | 1 | -1/+1 |
* | [cleanup] functions taking no args should be declared with void args | Stephen Hemminger | 2009-06-12 | 1 | -1/+1 |
* | Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce... | Paul Jakma | 2008-08-26 | 1 | -2/+1 |
* | [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns | Paul Jakma | 2008-08-22 | 1 | -1/+2 |
* | [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSent | Paul Jakma | 2007-06-22 | 1 | -3/+3 |
* | [bgpd] Peer delete can race with reconfig leading to crash | Paul Jakma | 2007-02-22 | 1 | -8/+8 |
* | [bgpd] Bug #302, bgpd can get stuck in state Clearing | Paul Jakma | 2006-12-08 | 1 | -5/+8 |
* | [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st... | Paul Jakma | 2006-10-15 | 1 | -3/+3 |
* | [bgpd] simplify peer refcounts, squash slow peer leak | Paul Jakma | 2006-09-14 | 1 | -6/+2 |
* | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 1 | -21/+83 |
* | [bgpd] Fix crash on shutdown of peer | Paul Jakma | 2006-07-02 | 1 | -19/+22 |
* | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | Paul Jakma | 2006-02-21 | 1 | -0/+1 |
* | 2005-06-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-28 | 1 | -15/+15 |
* | 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueus | paul | 2005-06-01 | 1 | -36/+41 |
* | 2005-05-19 Paul Jakma <paul@dishone.st> | paul | 2005-05-19 | 1 | -2/+2 |
* | * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c, | hasso | 2005-02-02 | 1 | -2/+131 |
* | * bgp_nexthop.c: Improve debug. | hasso | 2005-02-01 | 1 | -7/+22 |
* | 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2004-12-08 | 1 | -5/+5 |