summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-8/+7
* vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-17/+39
* Merging of euro_ix branch into pipework.Chris Hall2011-09-021-0/+4
* Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-30/+26
|\
| * Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-32/+26
* | Update pipework and improve memory reporting.Chris Hall2011-07-211-1/+1
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-3/+1
* | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-1/+1
* | Second tranche of updates for pipework branch.Chris Hall2011-02-131-1/+2
|/
* Fix to accept Route Refresh messages (message type 5).Chris Hall2010-09-131-2/+4
* Fix bug in NOTIFICATION handling before FSM reaches Established state.ex07Chris Hall2010-09-101-19/+12
* Fix various capability flags so that sessions are restarted.Chris Hall2010-08-041-0/+5
* Reworking of peer state handling.Chris Hall2010-07-191-8/+45
* First beta releaseChris Hall2010-04-061-20/+56
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-147/+162
* Fix retry for connect() connections + debug for mqueue.Chris Hall2010-02-051-6/+3
* Corrected assert() in bgp_connection_free().Chris Hall2010-02-041-2/+5
* Review and tidy new code and comments.Chris Hall2010-02-041-39/+48
* Change nexus priorities to more closely resemble the originals.paulo2010-02-021-1/+0
* Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-011-13/+14
* Simplified handling of connection pending queue.Chris Hall2010-02-011-3/+31
* Binding to interfaces and counting of messages.Chris Hall2010-01-271-6/+51
* Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress.Chris Hall2010-01-271-8/+10
* Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-5/+9
* Blitz on bgp_msg_read, particularly OPEN message handlingChris Hall2010-01-231-6/+10
* close(fd) in bgp_connection_close()Chris Hall2010-01-211-4/+0
* Fix typo in bgp_connection_open.Chris Hall2010-01-211-1/+1
* Keep timer running past IO errors in Connect/Active states.Chris Hall2010-01-211-47/+44
* Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-201-28/+29
* Fix bug in bgp_connection not clearing pointers after free. Plantedpaulo2010-01-201-2/+10
* Minor fixes to get a clean compile so can start debugging.paulo2010-01-191-2/+2
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-3/+3
* Further work-in-progress.Chris Hall2010-01-171-17/+63
* Make session state a Peering Engine item.Chris Hall2010-01-141-0/+1
* Progress on bgp_msg_read. Still on going.paulo2010-01-111-1/+1
* Further work-in-progressChris Hall2010-01-101-54/+47
* Further work-in-progress.Chris Hall2010-01-081-23/+61
* Continuing work-in-progressChris Hall2010-01-081-3/+28
* Work in progress on BGP EngineChris Hall2010-01-061-2/+64
* Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-0/+767