summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Changed the manpage section from 1 to 8 so it conforms with its definitionRyan Hagelstrom2017-07-071-1/+1
* tools: etc needed in extra dist to make distribution correctlyRyan Hagelstrom2017-07-071-1/+1
* build: Hard directory instead of dynamic so make distribution works correctlyRyan Hagelstrom2017-07-071-3/+2
* Merge pull request #779 from qlyoung/update-docsMartin Winter2017-07-073-12/+12
|\
| * doc: update build docs for ubuntuQuentin Young2017-07-053-12/+12
* | Merge pull request #777 from qlyoung/fix-mpls-str2labelDavid Lamparter2017-07-061-1/+1
|\ \
| * | zebra: fix mpls_str2label()Quentin Young2017-07-051-1/+1
| |/
* | Merge pull request #781 from opensourcerouting/vty-out-bufresizeQuentin Young2017-07-061-2/+4
|\ \
| * | lib: fix vty_out with >1024 bytes of outputDavid Lamparter2017-07-061-2/+4
|/ /
* | Merge pull request #780 from dwalton76/bgpd-address-family-vty-outQuentin Young2017-07-051-1/+1
|\ \ | |/ |/|
| * bgpd: "address-family" not displayed in configurationDaniel Walton2017-07-051-1/+1
|/
* Merge pull request #742 from qlyoung/hashstatsMartin Winter2017-07-0432-56/+314
|\
| * lib, vtysh: rebase hashstatsQuentin Young2017-07-022-17/+14
| * lib: use doubles instead of long doublesQuentin Young2017-07-021-20/+21
| * *: update hash_create(), hash_create_size()Quentin Young2017-07-0228-37/+38
| * lib, vtysh: hashtable statisticsQuentin Young2017-07-024-136/+231
| * lib: add statistics for hash tablesQuentin Young2017-07-024-0/+164
|/
* Merge pull request #771 from qlyoung/printf-madnessJafar Al-Gharaibeh2017-06-304-11/+14
|\
| * lib: printf bugfixes & improvementQuentin Young2017-06-304-11/+14
* | Merge pull request #740 from donaldsharp/ospf_commandsJafar Al-Gharaibeh2017-06-301-29/+11
|\ \ | |/ |/|
| * ospfd: Fix 'advanced' type data base showDonald Sharp2017-06-301-29/+11
* | Merge pull request #768 from qlyoung/fix-gitignore2Jafar Al-Gharaibeh2017-06-302-0/+4
|\ \
| * | lib, bgpd: fix .gitignoreQuentin Young2017-06-292-0/+4
* | | Merge pull request #770 from donaldsharp/zclientJafar Al-Gharaibeh2017-06-3017-4/+52
|\ \ \ | |_|/ |/| |
| * | ospf6d: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-1/+4
| * | ospfd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+2
| * | pimd: Fix zclient cleanup on shutdownDonald Sharp2017-06-302-0/+10
| * | ripd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+10
| * | ripngd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+9
| * | nhrpd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
| * | isisd: Fix zclient cleanup on shutdownDonald Sharp2017-06-303-0/+10
| * | eigrpd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-2/+4
| * | babeld: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
| * | lib: Fix clang warningDonald Sharp2017-06-301-1/+1
* | | Merge pull request #723 from qlyoung/fix-static-pipe-poker-bufJafar Al-Gharaibeh2017-06-3021-201/+229
|\ \ \
| * | | lib: fix merge errorQuentin Young2017-06-301-1/+0
| * | | lib: more `show thread cpu`Quentin Young2017-06-3020-29/+49
| * | | lib: make `show thread...` commands mt-awareQuentin Young2017-06-302-164/+163
| * | | lib: mt-safe tracebacksQuentin Young2017-06-303-20/+30
| * | | lib: un-static trash buffer for pipe pokerQuentin Young2017-06-301-1/+1
| | |/ | |/|
* | | Merge pull request #769 from qlyoung/fix-json-intRuss White2017-06-303-10/+2
|\ \ \ | |_|/ |/| |
| * | lib: always use 64-bit integers for jsonQuentin Young2017-06-303-10/+2
| |/
* | Merge pull request #767 from donaldsharp/if_updateJafar Al-Gharaibeh2017-06-305-11/+6
|\ \ | |/ |/|
| * bgpd, lib, zebra: Fix if_update function to represent what it doesDonald Sharp2017-06-295-11/+6
* | Merge pull request #746 from qlyoung/vty-outlnJafar Al-Gharaibeh2017-06-29132-5548/+5190
|\ \
| * | *: rebase vty_outln() -> masterQuentin Young2017-06-295-16/+15
| * | *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-2949-216/+216
| * | *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-2947-1041/+1032
| * | *: use vty_outlnQuentin Young2017-06-29121-4545/+4177
| * | lib: add vty_outln()Quentin Young2017-06-292-13/+33
|/ /