summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-175-73/+93
|\
| * Merge branch 'master' into vrf_stuffDonald Sharp2017-05-1616-498/+932
| |\
| * | lib: Fix missing vrf_int.h from `make distribute`Donald Sharp2017-05-161-0/+1
| * | lib: Add some more documentation to vrf.hDonald Sharp2017-05-161-1/+20
| * | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-162-50/+13
| * | *: Remove some unneeded functionsDonald Sharp2017-05-162-22/+2
| * | lib, zebra: Cleanup vrf api someDonald Sharp2017-05-164-2/+59
* | | Merge pull request #538 from qlyoung/fix-stack-access-2Lou Berger2017-05-173-28/+34
|\ \ \
| * | | lib: let vty.c manage its own pointersQuentin Young2017-05-161-6/+6
| * | | lib: return thread pointer from thread_add*Quentin Young2017-05-162-22/+28
| | |/ | |/|
* | | Merge pull request #549 from qlyoung/fix-poll-eofDavid Lamparter2017-05-171-3/+2
|\ \ \
| * | | lib: correctly handle EOF when using poll()Quentin Young2017-05-161-3/+2
| |/ /
* | | Merge pull request #532 from opensourcerouting/gpl-headersDonald Sharp2017-05-17109-706/+621
|\ \ \ | |/ / |/| |
| * | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-15109-706/+621
* | | lib: Improve error message for the developerDonald Sharp2017-05-161-0/+2
* | | lib: parser: remove forgotten lineDavid Lamparter2017-05-151-2/+0
|/ /
* | Merge pull request #531 from qlyoung/fix-stack-refLou Berger2017-05-152-19/+17
|\ \
| * | lib: fix access to stack valueQuentin Young2017-05-152-19/+17
| |/
* | lib: cli: fix IPv6 address partial matchingDavid Lamparter2017-05-151-26/+13
* | vtysh: autocomplete variablesDavid Lamparter2017-05-151-0/+35
* | lib: cli: autocomplete variablesDavid Lamparter2017-05-157-8/+187
* | lib: parser: add pre-merge varname propagation stepDavid Lamparter2017-05-153-1/+133
* | lib: parser: split off & rename graph handlingDavid Lamparter2017-05-159-435/+507
* | lib: parser: add named variables in CLIDavid Lamparter2017-05-154-5/+50
* | Merge pull request #520 from opensourcerouting/bgpd-fixes-masterDonald Sharp2017-05-152-4/+6
|\ \
| * | lib: remove gap between AFI_IP6 and AFI_L2VPNRenato Westphal2017-05-121-2/+2
| * | lib: add labeled-unicast in safi2str()Renato Westphal2017-05-121-2/+4
* | | Merge pull request #526 from donaldsharp/renato_eigrpDavid Lamparter2017-05-151-18/+2
|\ \ \ | |_|/ |/| |
| * | lib: Cleanup command parsing a tiny bitDonald Sharp2017-05-131-18/+2
| |/
* | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-151-12/+5
|\ \ | |/ |/|
| * lib: use %p specifier for pointersQuentin Young2017-05-121-12/+5
| * - Solve the Coverity Scan PW.ASSIGN_WHERE_COMPARE_MEANTHung-Weic Chiu2017-05-101-1/+4
| * Merge pull request #469 from qlyoung/fix-list-perm-3.0David Lamparter2017-05-091-3/+13
| |\
| | * lib: fix 'list permutations'Quentin Young2017-05-051-3/+13
* | | - Solve the Coverity Scan PW.ASSIGN_WHERE_COMPARE_MEANTHung-Weic Chiu2017-05-101-1/+4
* | | Merge pull request #408 from qlyoung/remove-thread-macrosRuss White2017-05-1011-174/+194
|\ \ \
| * | | *: update thread_add_* callsQuentin Young2017-05-096-36/+46
| * | | lib: safely check & set thread pointersQuentin Young2017-05-092-54/+69
| * | | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-0911-128/+123
* | | | Merge pull request #480 from donaldsharp/agentxRuss White2017-05-101-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | *: Allow agentx to be displayed as part of vtyshDonald Sharp2017-05-091-3/+4
* | | | Merge pull request #468 from qlyoung/fix-list-permDavid Lamparter2017-05-091-3/+13
|\ \ \ \ | |/ / / |/| | |
| * | | lib: fix 'list permutations'Quentin Young2017-05-051-3/+13
* | | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-05-082-15/+15
|\ \ \ \ | | |/ / | |/| |
| * | | lib: Rename HAVE_POLL to prevent conflicting #definesDonald Sharp2017-05-042-16/+16
| | |/ | |/|
* | | Merge pull request #476 from qlyoung/abort-select-fdRuss White2017-05-081-0/+6
|\ \ \
| * | | lib: abort if fd >= FD_SETSIZE and using selectQuentin Young2017-05-071-0/+6
| | |/ | |/|
* | | Merge branch 'master' into EIGRPDonald Sharp2017-05-0217-113/+747
|\| |
| * | lib: allow nonblocking thread_fetch()Quentin Young2017-05-012-6/+45
| * | lib: add pthread managerQuentin Young2017-04-293-0/+331