summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_checksum.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-11ospf6d: use macro for LSDB walksDavid Lamparter10-99/+61
2017-07-11lib: table: use hash for exact-match lookupsDavid Lamparter1-29/+15
2017-07-11lib: table: maintain parallel hash for route_tableDavid Lamparter2-1/+28
2017-07-11lib: add some abstraction guards for table codeDavid Lamparter5-4/+48
2017-07-11lib: use "union prefixconstptr" in table codeDavid Lamparter2-15/+20
2017-07-10lib: Remove typedef from ipaddrDonald Sharp2-6/+6
2017-07-10bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton1-1/+0
2017-07-07bgpd: peer-group members 'activate' when they shouldn'tDaniel Walton1-0/+4
2017-07-06lib: fix more docstringsQuentin Young2-5/+2
2017-07-06lib: fix vty_out with >1024 bytes of outputDavid Lamparter1-2/+4
2017-07-05bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2-39/+4
2017-07-05bgpd: "address-family" not displayed in configurationDaniel Walton1-1/+1
2017-07-05*: fix excess docstringQuentin Young14-151/+53
2017-07-05doc: update build docs for ubuntuQuentin Young3-12/+12
2017-07-05lib: warn about too much docstringQuentin Young1-0/+8
2017-07-05zebra: fix mpls_str2label()Quentin Young1-1/+1
2017-07-02lib, vtysh: rebase hashstatsQuentin Young2-17/+14
2017-07-02lib: use doubles instead of long doublesQuentin Young1-20/+21
2017-07-02*: update hash_create(), hash_create_size()Quentin Young28-37/+38
2017-07-02lib, vtysh: hashtable statisticsQuentin Young4-136/+231
2017-07-02lib: add statistics for hash tablesQuentin Young4-0/+164
2017-06-30bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton1-7/+2
2017-06-30lib: printf bugfixes & improvementQuentin Young4-11/+14
2017-06-30ospfd: Fix 'advanced' type data base showDonald Sharp1-29/+11
2017-06-30ospf6d: Fix zclient cleanup on shutdownDonald Sharp1-1/+4
2017-06-30ospfd: Fix zclient cleanup on shutdownDonald Sharp1-0/+2
2017-06-30pimd: Fix zclient cleanup on shutdownDonald Sharp2-0/+10
2017-06-30ripd: Fix zclient cleanup on shutdownDonald Sharp3-0/+10
2017-06-30ripngd: Fix zclient cleanup on shutdownDonald Sharp3-0/+9
2017-06-30nhrpd: Fix zclient cleanup on shutdownDonald Sharp1-0/+1
2017-06-30isisd: Fix zclient cleanup on shutdownDonald Sharp3-0/+10
2017-06-30eigrpd: Fix zclient cleanup on shutdownDonald Sharp1-2/+4
2017-06-30babeld: Fix zclient cleanup on shutdownDonald Sharp1-0/+1
2017-06-30lib: Fix clang warningDonald Sharp1-1/+1
2017-06-30bgpd: Make SAFI-1 and SAFI-4 use the same tableDaniel Walton1-3/+4
2017-06-30bgpd: Make SAFI-1 and SAFI-4 use the same tableDaniel Walton1-2/+2
2017-06-30lib: fix merge errorQuentin Young1-1/+0
2017-06-30lib: more `show thread cpu`Quentin Young20-29/+49
2017-06-30lib: make `show thread...` commands mt-awareQuentin Young2-164/+163
2017-06-30lib: mt-safe tracebacksQuentin Young3-20/+30
2017-06-30lib: un-static trash buffer for pipe pokerQuentin Young1-1/+1
2017-06-30lib: always use 64-bit integers for jsonQuentin Young3-10/+2
2017-06-29lib, bgpd: fix .gitignoreQuentin Young2-0/+4
2017-06-29*: rebase vty_outln() -> masterQuentin Young5-16/+15
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young49-216/+216
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young47-1041/+1032
2017-06-29*: use vty_outlnQuentin Young121-4545/+4177
2017-06-29lib: add vty_outln()Quentin Young2-13/+33
2017-06-29bgpd, lib, zebra: Fix if_update function to represent what it doesDonald Sharp5-11/+6
2017-06-29ospfd: The CLI validates the IP addressJafar Al-Gharaibeh1-2/+2