summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed bug in message skipping and added "pthread" to start message.Chris Hall2010-02-173-4779/+4
* | Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-1620-547/+5339
* | Re-implement xon.paulo2010-02-054-38/+19
* | Fix retry for connect() connections + debug for mqueue.Chris Hall2010-02-056-57/+136
* | peer_flag_modify_action must enable the peer if not SHUTDOWN.paulo2010-02-052-2/+2
* | Relace localtime with localtime_r to be thread safe.paulo2010-02-051-7/+7
* | Fixed shutdown. Centralized the testing of whether the session can bepaulo2010-02-053-16/+26
* | Recover lost bgp_peer.c Changed bgp_terminate to setpaulo2010-02-042-35/+24
* | Missed a few non safe calls of strerror. Improved comments.paulo2010-02-043-6/+6
* | Corrected assert() in bgp_connection_free().Chris Hall2010-02-041-2/+5
* | Thread safe versions of inet_ntoa and strerror.paulo2010-02-049-44/+44
* | Review and tidy new code and comments.Chris Hall2010-02-0413-392/+365
* | Tidying up the new FSM and exception handling.Chris Hall2010-02-048-652/+415
* | Added test for sEstablished before processing incoming updates.Chris Hall2010-02-032-4/+54
* | Restore skips around zeroizing route counts in bgp_peer_stoppaulo2010-02-031-0/+4
* | When prefix overflow timer expires it mustn't re-enable the peer if wepaulo2010-02-031-0/+4
* | Handling of peering states: Don't disable peer until sessionpaulo2010-02-035-70/+42
* | Use notify routine, not disable. Only chnage to clearing state ifpaulo2010-02-022-3/+4
* | Change nexus priorities to more closely resemble the originals.paulo2010-02-022-7/+7
* | Added count to mqueue structure and implemented resets.Chris Hall2010-02-011-4/+1
* | Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-016-12/+11
* | In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-017-75/+88
* | Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-016-203/+262
* | Simplified handling of connection pending queue.Chris Hall2010-02-014-92/+74
* | Testing and fixing round.Chris Hall2010-01-317-14/+57
* | Allow totally empty config file (even though it's useless).paulo2010-01-291-1/+15
* | Enable zebra clientpaulo2010-01-291-4/+0
* | Changed zclient to use qfiles etc when we have a nexus. For BGP clientpaulo2010-01-285-60/+39
* | Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-273-7/+7
|\ \
| * | Fixed some missed peer state name changes.paulo2010-01-273-7/+7
* | | Binding to interfaces and counting of messages.Chris Hall2010-01-2713-183/+312
|/ /
* | Wite route refresh received. Hive off statistics into separate struct.paulo2010-01-2710-91/+199
* | Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-2717-118/+297
* | Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress.Chris Hall2010-01-2716-271/+828
* | Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-255-17/+69
|\ \
| * | Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-255-17/+69
* | | Fix bgp_session_do_disable() to return exactly one eDisabled event.Chris Hall2010-01-254-6/+27
|/ /
* | Getting BGP Engine to start and removing warnings.Chris Hall2010-01-2416-343/+430
* | Blitz on bgp_msg_read, particularly OPEN message handlingChris Hall2010-01-2316-853/+1429
* | Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-224-16/+66
* | Reduce peer FSM now that session handled elsewhere. Wire up statuspaulo2010-01-228-40/+52
* | Fixes to get 3 threads working. Fixes to get threaded command working.paulo2010-01-212-16/+30
* | Weed out last vestiges of FSM setting session->state.Chris Hall2010-01-212-6/+1
* | 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-213-68/+58
* | Fix sense of session->connect flagChris Hall2010-01-202-2624/+1
* | Fix debuggery in qtimers. Check NULL notify pointer in bgp_vtypaulo2010-01-201-1/+1
* | Fixed dangling uses of bgp_notify_free()Chris Hall2010-01-205-9/+7
* | Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-208-55/+2727