summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_main.c
Commit message (Expand)AuthorAgeFilesLines
* Work in progress -- pthread handling and debug improvementsChris Hall2012-05-281-16/+21
* Further work on Watch-Dog and extend "debug bgp update"Chris Hall2012-04-111-5/+5
* Remove a number of "assigned but unused" warnings and other WIPChris Hall2012-04-101-15/+31
* Tidy up some XMALLOC items that were not being XFREE'd.Chris Hall2012-03-221-1/+4
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-2/+13
|\
| * quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2011-12-131-1/+6
| * bgpd: cleanup privs on terminationStephen Hemminger2011-12-071-0/+1
| * bgpd: justify capabilities for TOS settingChris Luke2011-11-151-0/+1
| * bgpd: fix bgp_node locking issuesChris Caputo2011-03-211-1/+9
* | Reviewed and improved vty and (particularly) vtysh.Chris Hall2012-02-261-2/+2
* | Do not install "end" command in nodes where it has no effect.Chris Hall2012-02-221-2/+2
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-467/+601
* | Update the scaled number output and memory show commands.Chris Hall2011-09-061-10/+10
* | Merging of euro_ix branch into pipework.Chris Hall2011-09-021-4/+111
* | Update pipework and improve memory reporting.Chris Hall2011-07-211-2/+1
* | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-37/+25
* | Second tranche of updates for pipework branch.Chris Hall2011-02-131-11/+16
* | Reworking of peer state handling.Chris Hall2010-07-191-22/+62
* | Adjustments to scheduling of Routing Engine work.Chris Hall2010-05-271-1/+9
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-081-1/+1
* | First beta releaseChris Hall2010-04-061-146/+219
* | Major updateChris Hall2010-03-161-4/+17
* | Fixed bug in message skipping and added "pthread" to start message.Chris Hall2010-02-171-1/+3
* | Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-28/+26
* | Missed a few non safe calls of strerror. Improved comments.paulo2010-02-041-1/+1
* | Change nexus priorities to more closely resemble the originals.paulo2010-02-021-6/+7
* | Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-1/+2
* | Allow totally empty config file (even though it's useless).paulo2010-01-291-1/+15
* | Changed zclient to use qfiles etc when we have a nexus. For BGP clientpaulo2010-01-281-9/+15
* | Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-22/+6
* | Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-251-15/+19
* | Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-221-11/+60
* | Fixes to get 3 threads working. Fixes to get threaded command working.paulo2010-01-211-14/+30
* | Small fix to bgp_network & add reset to peer indexChris Hall2010-01-191-17/+17
* | Minor fixes to get a clean compile so can start debugging.paulo2010-01-191-3/+1
* | Nexus to handle old threads and process the bgp local events. Dealspaulo2010-01-181-13/+40
* | Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-31/+45
* | More knitting and clean up replacing old state machine with events withpaulo2010-01-141-1/+1
* | Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-18/+19
* | Update peer from received open state. Threaded command. Peer indexpaulo2010-01-081-5/+20
* | Added "threaded" command.paulo2010-01-061-4/+27
* | Can't use stderr after daemonizing, goes to dev/nullpaulo2009-12-181-8/+0
* | QDEBUG handling. Debug banner on stderr, vty and log file. Annoucepaulo2009-12-181-1/+19
* | Use qpt version of pthread_joinpaulo2009-12-171-3/+2
* | Fix shutdown. Move cpu stats command to cli thread.paulo2009-12-171-9/+23
* | Get CLI thread and UI working properly. Sex commands according topaulo2009-12-151-7/+14
* | Using message queue to send commands from cli thread to bgp thread.paulo2009-12-141-5/+21
* | vty running in main thread. bgp running in its own thread.paulo2009-12-111-10/+40
* | Wired up the CLI thread with new qpnexus type. Still work in progress.paulo2009-12-081-1/+5
* | Make vty and log thread safe under single mutex.paulo2009-12-071-2/+2
|/