summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-162-5/+5
* lib: don't have log functions change errnoChristian Franke2016-08-161-0/+4
* lib: update strlcpy to OpenBSD v1.13Renato Westphal2016-08-081-17/+25
* lib: fix setting of IPv4 multicast sockopts on OpenBSDRenato Westphal2016-08-082-7/+15
* lib: Arm build breakage with MAX_INT macro issuesDonald Sharp2016-08-031-1/+1
* lib: 'show commandtree' is not a CLI commandDonald Sharp2016-07-281-2/+0
* *: get rid of "MTYPE 0"David Lamparter2016-07-281-1/+1
* lib: add 3-byte stream functionsDavid Lamparter2016-07-282-0/+81
* lib: linklist: clean up insert-before/after dupsDavid Lamparter2016-07-282-50/+3
* lib: AgentX: use threads instead of eventloop hackDavid Lamparter2016-07-282-81/+106
* lib: add thread_add_timer_tv (struct timeval)David Lamparter2016-07-282-0/+16
* lib: linklist: add listnode_add_before()David Lamparter2016-07-282-0/+39
* lib: remove a whole bunch of unused time stuffDavid Lamparter2016-07-282-67/+2
* ospfd: monotonic clock for lsa_refresher_startedDavid Lamparter2016-07-282-0/+9
* Revert "lib: Rewrite ipv4 address and prefix validator"David Lamparter2016-07-241-36/+108
* *: fixup snmp supportDavid Lamparter2016-07-242-0/+13
* lib: Free memory correctly when braces used in parserDon Slice2016-07-261-0/+1
* lib: Modify 'banner motd file <X>'Donald Sharp2016-07-231-5/+27
* lib: Rewrite ipv4 address and prefix validatorQuentin Young2016-07-121-108/+36
* lib: Disallow % in IPv6 addresses and prefixesQuentin Young2016-07-121-2/+2
* lib: Rewrite ipv6 prefix matcherQuentin Young2016-07-121-118/+20
* all: add default log file if none are definedDon Slice2016-07-111-0/+2
* zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-282-2/+7
* lib: Add documentation to internal command format parser functionsQuentin Young2016-06-231-16/+112
* lib: Remove 'show memory pim' unused commandDonald Sharp2016-06-171-12/+0
* lib: Clean command.cQuentin Young2016-06-161-68/+1
* Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag...Don Slice2016-06-133-0/+10
|\
| * bgpd, lib, vtysh: hook up bgp ENCAP CLI nodeLou Berger2016-06-123-0/+10
* | ospfd/ospf6d/zebra: Change interface bandwidth range and auto-cost range to 100GDon Slice2016-06-131-2/+2
|/
* lib: Fix some poll semanticsDonald Sharp2016-06-101-20/+24
* configure: Auto pick-up the correct json envDonald Sharp2016-06-101-0/+4
* bgpd: encap: add attribute handlingLou Berger2016-06-101-0/+1
* lib: change command logging to be off by default, and add 'log_commands' to e...Lou Berger2016-06-091-4/+21
* lib: add facility to log all CLI commandsLou Berger2016-06-091-2/+36
* *: make sure zebra.h is always included firstDavid Lamparter2016-06-094-10/+2
* lib/zclient: Consolidate error reporting for zclient_read_headerDonald Sharp2016-06-091-0/+7
* lib: make prefix2str simpler to use, and use it in zclientTimo Teräs2016-06-092-3/+6
* lib: allow caller to provide prefix storage in sockunion2hostprefixTimo Teräs2016-06-093-16/+10
* lib/vty: don't clear output buffer on input EOFDavid Lamparter2016-06-081-1/+1
* lib/vty: add vty_stdio at-close hookDavid Lamparter2016-06-082-2/+8
* lib/vty: put stdin in raw mode for vtyDavid Lamparter2016-06-081-1/+36
* lib/vty: add vty_stdio()David Lamparter2016-06-082-21/+57
* lib/vty: add separate output fd support to VTYsDavid Lamparter2016-06-083-13/+19
* lib: assert(0) still needs a returnDavid Lamparter2016-06-081-0/+1
* lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter2016-06-082-33/+19
* lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter2016-06-082-135/+174
* lib: constify sockunion apiTimo Teräs2016-06-082-16/+16
* lib, vtysh: reduce unneccessary C extension usageDavid Lamparter2016-06-081-1/+1
* lib: use const consistently for zserv pathDavid Lamparter2016-06-082-3/+3
* *: add/cleanup initialisersDavid Lamparter2016-06-071-1/+1