summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Wired up the CLI thread with new qpnexus type. Still work in progress.paulo2009-12-084-85/+351
* | | Fixes to lib/qtime.c and lib/qtimers.hChris Hall (GMCH)2009-12-082-5/+5
* | | Merge branch 'pthreads' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-084-208/+512
|\ \ \
| * | | Make vty and log thread safe under single mutex.paulo2009-12-074-208/+512
* | | | Improved lib/qt_craft_monotonic() handling of overflow.Chris Hall (GMCH)2009-12-082-40/+106
* | | | Added qtimer_pile_top_time() to lib/qtimers.cChris Hall (GMCH)2009-12-084-112/+177
|/ / /
* | | Fixed qpt_mutex_unlock() (debug version).Chris Hall (GMCH)2009-12-071-2/+2
* | | Enabled qpt_mutex_recursive in lib/qpthreads.Chris Hall (GMCH)2009-12-072-17/+66
* | | Initial commit for lib/qpselect.c & .h and lib/qtimers.c & .hChris Hall (GMCH)2009-12-066-2/+1665
* | | Updates to lib/qtime.c & .hChris Hall (GMCH)2009-12-062-12/+66
* | | Updates to lib/qpthreads.c & .hChris Hall (GMCH)2009-12-062-3/+18
* | | Updates after code review: lib/heap.c & .h lib/vector.c & .hChris Hall (GMCH)2009-12-064-127/+180
* | | Initial commit of lib/mqueue.c & .hChris Hall (GMCH)2009-12-035-4/+716
* | | Add signal functions to lib/qpthreads.cChris Hall (GMCH)2009-12-032-0/+60
* | | Allow floating argument for QTIME(s) in lib/qtime.hChris Hall (GMCH)2009-12-031-1/+2
* | | Added zlog_abort functions. Changed pthread mutes to qpthread mutexespaulo2009-12-035-115/+183
* | | Merge branch 'pthreads' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-029-234/+688
|\ \ \
| * | | Fix nested LOCK bugpaulo2009-12-012-9/+35
| * | | Fix raise_count in zprivs_change_caps HAVE_LCAPS casepaulo2009-12-011-9/+18
| * | | log_r.h no longer needed. It was invented incase we needed a separatepaulo2009-11-301-32/+0
| * | | Make logging (lib.c) and privileges (privs.c) pthread safepaulo2009-11-308-199/+650
* | | | Pthreads infrastructure -- initial commitChris Hall (GMCH)2009-12-029-5/+1818
* | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-021-50/+37
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Avoid deleting symbol reference twice in prefix_list_delete().Chris Hall (GMCH)2009-12-021-50/+37
* | | Start populating pthreads branchpaulo2009-11-271-0/+32
|/ /
* | Fix return values for str2prefix_ipv4 and str2prefix_ipv6Chris Hall (GMCH)2009-11-261-32/+60
* | Upgrade Prefix-List & BGP Community-List handlingChris Hall (GMCH)2009-11-264-1081/+1352
* | Add functions to lib/vty.c & .hChris Hall (GMCH)2009-11-242-5/+35
* | Introduce lib/symtab.c & .hChris Hall (GMCH)2009-11-244-2/+1502
* | Upgrade lib/vector.c & .hChris Hall (GMCH)2009-11-247-287/+1539
|/
* lib/trivial: str2prefix checks return of inet_pton in fragile wayPaul Jakma2009-08-281-2/+2