summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add missing includesDavid Lamparter2016-06-072-0/+3
* *: fix signedness mix-upsDavid Lamparter2016-06-072-2/+2
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek2016-06-073-1/+6
* lib: add "show commandtree" CLI commandLou Berger2016-06-061-0/+35
* lib: fix bookkeeping for libreadline malloc()sLou Berger2016-06-063-17/+31
* lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp2016-06-062-16/+10
* lib, bgpd: Fixup some more compile errors due to warningsDonald Sharp2016-06-052-2/+2
* *: use void * for printing pointersDavid Lamparter2016-05-302-2/+3
* zclient: Revert lib export of zclient_socket()/zclient_socket_un().Everton Marques2016-05-302-2/+1
* zebra: Export zclient_socket_un().Everton Marques2016-05-302-1/+2
* ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant logPaul Jakma2016-05-302-0/+8
* Quagga: Fix code to use srandom/randomDonald Sharp2016-05-301-1/+1
* lib: include thread information in backtracesDavid Lamparter2016-05-304-0/+55
* lib: unstupidify thread debug informationDavid Lamparter2016-05-302-67/+57
* lib/workqueue: Add trivial work_queue_is_scheduled helperPaul Jakma2016-06-032-0/+8
* build: track config argsDavid Lamparter2016-06-032-0/+5
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* build: remove INRIA, NRL and MUSICA IPv6 quirksDavid Lamparter2016-06-032-14/+4
* build: remove AIX, NEC EWS and IRIXDavid Lamparter2016-06-031-14/+0
* lib: Fixup zclient api to be consistentDonald Sharp2016-05-271-5/+5
* lib: Fixup zebra zapi message tableDonald Sharp2016-05-271-1/+5
* lib: Fix vrf_id_t data typeDonald Sharp2016-05-272-2/+2
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-264-11/+9
* lib: add SAFI_ENCAP type, safi2str prefix utilityLou Berger2016-05-263-1/+19
* lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc ...Lou Berger2016-05-261-0/+3
* build/solaris: drop duplicate __EXTENSION__ defineDavid Lamparter2016-05-261-1/+0
* build/lib: Check for and include stdbool.h by defaultPaul Jakma2016-05-261-0/+3
* lib, stream: fix stream sanity checksWenjian Ma2016-05-261-1/+1
* lib: make sockunion2str safer to useTimo Teräs2016-05-261-5/+12
* route table: constify some APIsTimo Teräs2016-05-262-8/+8
* sockunion: add accessors for sockunion addressTimo Teräs2016-05-262-0/+61
* sockopt: add support for querying tcp round-trip-timeTimo Teräs2016-05-262-0/+17
* snmp: fix warningsDavid Lamparter2016-05-262-4/+4
* lib: silence type range warning in macroDavid Lamparter2016-05-261-6/+10
* *: remove stray extra semicolonsDavid Lamparter2016-05-261-1/+1
* lib: don't create circular lists (fixes 6d83113)David Lamparter2016-05-261-0/+1
* stream: remove unused stream_read_unblockStephen Hemminger2016-05-262-30/+0
* FreeBSD has changed its SOCK_RAW for being truly raw.Olivier Cochard-Labbé2016-05-261-1/+2
* [lib] Add support for backtrace on more platformsJoakim Tjernlund2016-05-261-4/+28
* lib/plist: Add some required parentheses, according to clang-analyzerPaul Jakma2016-05-261-4/+4
* Add missing GPL headers, and copyright claims that certainly apply.Paul Jakma2016-05-263-1/+55
* lib: Fix compile warnings with zlog_hexdumpDonald Sharp2016-05-262-5/+5
* pimd: Start adding the ability to handle the Bridge RouterDonald Sharp2016-05-261-0/+1
* bgpd/pimd: fix zAPI parsingNicolas Dichtel2016-05-262-0/+22
* pimd: add support for configuring multicast static routesJafar Al-Gharaibeh2016-05-261-0/+1
* pimd: merge pimd as of 2015-01-19David Lamparter2016-05-2611-2/+43
* zebra: mark multicast commands experimentalDavid Lamparter2016-05-261-0/+8
* zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIBEverton Marques2016-05-261-1/+2
* Quagga: Make sure order of route-maps in list and hash table matchesvivek2016-05-201-7/+17
* lib: Compiler warning fixDonald Sharp2016-05-201-1/+1