summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Using message queue to send commands from cli thread to bgp thread.paulo2009-12-1411-102/+261
* | Fix to mqueue_dequeue in lib/mqueue.cChris Hall (GMCH)2009-12-141-2/+2
* | vty running in main thread. bgp running in its own thread.paulo2009-12-118-48/+156
* | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-101-0/+6
|\ \
| * \ Merge branch 'master' of /git/quagga.euro-ixChris Hall (GMCH)2009-12-1014-1403/+4476
| |\ \ | | |/ | |/|
| * | ospf6d: fix warnings from recent prefix bit commitStephen Hemminger2009-12-101-0/+6
* | | Merge branch 'pthreads' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-103-63/+80
|\ \ \
| * | | Needed unprotected version of vty_reset for use in vty_terminatepaulo2009-12-101-4/+10
| * | | Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...paulo2009-12-101-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...paulo2009-12-101-6/+9
| |\ \ \
| * \ \ \ Merge branch 'master' of ssh://paulo@80.177.246.130/git/quagga.euro-ix into p...paulo2009-12-101-2/+3
| |\ \ \ \
| * | | | | Stop recursive lock checking assertpaulo2009-12-103-59/+70
* | | | | | New access functions for mqueue_blocks & use qpthreads_enable.Chris Hall (GMCH)2009-12-102-92/+273
* | | | | | Introduced qpthreads_enabled flag in lib/qpthreadsChris Hall (GMCH)2009-12-102-99/+296
* | | | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-101-2/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix reaming of empty symbol table -- lib/symtab.cChris Hall (GMCH)2009-12-101-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-101-6/+9
|\| | | |
| * | | | Allow orphan symbols to be unset -- lib/symtab.cChris Hall (GMCH)2009-12-101-6/+9
| | |/ / | |/| |
* | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-101-2/+3
|\| | | | |/ / |/| |
| * | Allow orphan symbols to be unset -- lib/symtab.cChris Hall (GMCH)2009-12-101-2/+3
| * | Merge remote branch 'quagga/master' of /git/quagga.euro-ixChris Hall (GMCH)2009-12-095-59/+34
| |\|
* | | Merge remote branch 'quagga/master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-095-59/+34
|\ \ \ | | |/ | |/|
| * | lib: move check_bit into prefix common codeStephen Hemminger2009-12-092-31/+14
| * | lib: fix warning on little endianStephen Hemminger2009-12-091-1/+2
| * | lib: make match functions take const argsStephen Hemminger2009-12-082-14/+16
| * | lib: remove unused function: route_dump_node()Denis Ovsienko2009-12-071-17/+0
| * | lib: log source of vty connections (bug #566)heasley2009-12-071-0/+6
* | | Fix qps_pselect() so that zeroises results, not enabled.Chris Hall (GMCH)2009-12-091-2/+2
* | | Ensure all timeouts are timeout times in qtime_mono_t.Chris Hall (GMCH)2009-12-0912-209/+202
* | | Fixed -ve return from qps_pselect. Fixed calls of qps_enable_mode - usespaulo2009-12-092-10/+6
* | | Changed timeout handling in qpn_start -- lib/qpnexus.cChris Hall (GMCH)2009-12-091-3/+2
* | | Bug fix in qps_selection_validate(), lib/qpselect.cChris Hall (GMCH)2009-12-091-33/+132
* | | Fix timeouts in nexus, fix LOCK in vtypaulo2009-12-093-9/+13
* | | Fixes to get as far as creating the thread and calling qps_pselectpaulo2009-12-094-31/+26
* | | Bug fix in qps_make_super_set_map(), lib/qpselect.cChris Hall (GMCH)2009-12-091-2/+2
* | | Add qps_selection_ream() to lib/qpselect.cChris Hall (GMCH)2009-12-082-200/+449
* | | Nexus handling.paulo2009-12-082-0/+208