summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-2012-59/+2830
* Fix bug in bgp_connection not clearing pointers after free. Plantedpaulo2010-01-204-7/+32
* Small fix to bgp_network & add reset to peer indexChris Hall2010-01-194-65/+97
* Use sigprocmask when non-threaded. Fixed assert.paulo2010-01-192-2/+9
* Recast bgp_peer_index so that pointers to entries work !Chris Hall2010-01-191-70/+73
* Minor fixes to get a clean compile so can start debugging.paulo2010-01-1911-47/+55
* Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-195-29/+123
|\
| * Merged with GMCH changespaulo2010-01-181-16/+13
| * Merge branch 'bgp_engine' of ssh://paulo@80.177.246.130/git/quagga.euro-ix in...paulo2010-01-185-84/+168
| |\
| * | Nexus to handle old threads and process the bgp local events. Dealspaulo2010-01-185-29/+126
* | | Disable zebra pro temChris Hall2010-01-192-33/+44
| |/ |/|
* | Refining the session state handling.Chris Hall2010-01-185-84/+168
|/
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-1815-225/+173
* Further work-in-progress.Chris Hall2010-01-1710-113/+607
* Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-1511-207/+224
* Make session state a Peering Engine item.Chris Hall2010-01-148-84/+90
* More knitting and clean up replacing old state machine with events withpaulo2010-01-1411-255/+240
* Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-1322-351/+344
* Progress on bgp_msg_read. Still on going.paulo2010-01-119-229/+393
* Further work-in-progressChris Hall2010-01-1024-2572/+1422
* Fixed type in bgp_open_state.c. New file bgp_msg_read.c for parsingpaulo2010-01-082-21/+940
* Update peer from received open state. Threaded command. Peer indexpaulo2010-01-0810-410/+656
* Further work-in-progress.Chris Hall2010-01-0814-279/+2944
* Continuing work-in-progressChris Hall2010-01-0815-268/+1191
* Further refinement to arguments for message queue blocks.Chris Hall2010-01-073-359/+210
* Further extension to arguments for message queue blocks.Chris Hall2010-01-062-0/+124
* Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-061-4/+27
|\
| * Added "threaded" command.paulo2010-01-061-4/+27
* | Extended argument handling for message queue blocks.Chris Hall2010-01-063-38/+509
|/
* Work in progress on BGP EngineChris Hall2010-01-069-417/+907
* Tighten SU_ADDRSTRLEN and sockunion2str() in lib/sockunion.c/.hChris Hall2010-01-052-1/+14
* Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-052-8/+28
|\
| * Fix typo in lib/sockunion.cpaulo2010-01-041-1/+1
| * Merge branch 'pthreads' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into...paulo2010-01-041-7/+27
| |\
| | * Set socket non-blocking prior to listen(). Changed to recursivepaulo2010-01-041-7/+27
* | | Add qpthreads_thread_created to lib/qpthreadsChris Hall2010-01-052-4/+10
|/ /
* / Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-0445-2443/+8972
|/
* Fix bug in using new mqueue interface. Change which signalspaulo2009-12-182-2/+9
* 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-185-2/+71
* Changes to mqueue interface to support revoke.paulo2009-12-184-74/+40
* Use qpt version of pthread_joinpaulo2009-12-171-3/+2
* Add qpt_thread_join() to lib/qpthreadsChris Hall (GMCH)2009-12-172-0/+31
* Add qpt_threads_equal() to lib/qpthreadsChris Hall (GMCH)2009-12-171-1/+9
* Use static mutexespaulo2009-12-176-65/+58
* Fix shutdown. Move cpu stats command to cli thread.paulo2009-12-179-21/+96
* Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-175-21/+4
|\
| * Merge branch 'master' of git://code.quagga.net/quaggaChris Hall (GMCH)2009-12-175-21/+4
| |\
| | * bgpd: code cleanupStephen Hemminger2009-12-175-21/+4
* | | Add timer interval handling to lib/qtimerChris Hall (GMCH)2009-12-172-4/+52