summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-4/+4
* | Simplified handling of connection pending queue.Chris Hall2010-02-012-1/+17
* | Testing and fixing round.Chris Hall2010-01-312-17/+21
* | Changed zclient to use qfiles etc when we have a nexus. For BGP clientpaulo2010-01-283-29/+244
* | Binding to interfaces and counting of messages.Chris Hall2010-01-273-4/+41
* | Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-272-0/+26
* | Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress.Chris Hall2010-01-271-0/+5
* | Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-251-0/+11
* | Getting BGP Engine to start and removing warnings.Chris Hall2010-01-2410-138/+146
* | Blitz on bgp_msg_read, particularly OPEN message handlingChris Hall2010-01-235-46/+103
* | Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-223-9/+17
* | Fixes to get 3 threads working. Fixes to get threaded command working.paulo2010-01-217-16/+27
* | Tidy up handling of fd_last in qpselect.Chris Hall2010-01-212-14/+28
* | Fix debuggery in qtimers. Check NULL notify pointer in bgp_vtypaulo2010-01-201-1/+2
* | Fix sockunion_connect() error handling.Chris Hall2010-01-201-1/+1
* | Fixing heap_push.Chris Hall2010-01-201-3/+3
* | Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-204-4/+103
* | Fix bug in bgp_connection not clearing pointers after free. Plantedpaulo2010-01-202-5/+17
* | Use sigprocmask when non-threaded. Fixed assert.paulo2010-01-191-1/+8
* | Merged with GMCH changespaulo2010-01-181-16/+13
* | Nexus to handle old threads and process the bgp local events. Dealspaulo2010-01-184-16/+86
* | Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-184-99/+73
* | Further work-in-progress.Chris Hall2010-01-172-0/+67
* | Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-133-0/+4
* | Further work-in-progressChris Hall2010-01-106-14/+48
* | Update peer from received open state. Threaded command. Peer indexpaulo2010-01-083-84/+120
* | Further work-in-progress.Chris Hall2010-01-081-1/+1
* | Continuing work-in-progressChris Hall2010-01-082-0/+3
* | 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
* | Extended argument handling for message queue blocks.Chris Hall2010-01-063-38/+509
* | 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-0416-432/+993
|/ /
* | Fix bug in using new mqueue interface. Change which signalspaulo2009-12-182-2/+9
* | QDEBUG handling. Debug banner on stderr, vty and log file. Annoucepaulo2009-12-184-1/+52
* | Changes to mqueue interface to support revoke.paulo2009-12-184-74/+40
* | 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-178-12/+73
* | Add timer interval handling to lib/qtimerChris Hall (GMCH)2009-12-172-4/+52
* | Add vector_trim() and vector_condense() to lib/vector.cChris Hall (GMCH)2009-12-172-7/+50
* | Fix to qps_selection_ream()Chris Hall (GMCH)2009-12-171-1/+1
* | Fix race condition when threads start. Make memory stats thread safepaulo2009-12-166-36/+97
* | Get CLI thread and UI working properly. Sex commands according topaulo2009-12-158-176/+426