summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* lib: if_lookup_by_name should be more robust to null argumentPaul Jakma2009-08-281-7/+9
* bgpd: start listener on first instanceStephen Hemminger2009-07-281-0/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-1912-23/+195
* [lib] Fix IPv6 normalisationStephen Hemminger2009-07-161-0/+1
* [lib/cleanup] Use a typedef for the thread typePaul Jakma2009-06-302-6/+8
* Fixes to RFC2385/MD5 BGPChris Caputo2009-06-231-3/+12
* [configure] Refine CLOCK_MONOTONIC testPaul Jakma2009-06-181-2/+10
* [cleanup] Allow message tables to be constantStephen Hemminger2009-06-182-2/+2
* [cleanup] Use const in smux interfaceStephen Hemminger2009-06-182-10/+11
* [lib] Put symbolic backtrace on system logStephen Hemminger2009-06-181-6/+15
* [lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6Stephen Hemminger2009-06-181-0/+2
* [gcc] Add gcc printf format checksStephen Hemminger2009-06-181-6/+12
* [cleanup] Make command nodes staticStephen Hemminger2009-06-126-14/+14
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] add const attribute to lib/if.c::if_dumpStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-127-33/+9
* [bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patchPaul Jakma2009-06-121-2/+25
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-51/+44
* [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macroChris Caputo2009-06-021-2/+2