summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* hash: dynamically grow hash tableStephen Hemminger2013-02-242-5/+66
* hash: force size to be a power of 2Stephen Hemminger2013-02-243-5/+6
* zebra: fix sockaddr_dl length assumptions (BZ#737)David Lamparter2013-01-162-2/+8
* build: Fix build on MacOSX 10.8 (Mountain Lion)Hasso Tepper2013-01-151-0/+4
* bgpd: improve logging of invalid BGP NotificationsLeonid Rosenboim2013-01-151-2/+3
* lib: remove ALL_LIST_ELEMENTS dead code branchDavid Lamparter2013-01-111-1/+1
* build: Fix build for systems with no /bin/trueHasso Tepper2013-01-111-1/+1
* Merge remote-tracking branch 'savannah/sf/ospfd'David Lamparter2013-01-111-14/+32
|\
| * lib: Changes to VTY string-parsing macros to remove warningsAndrew Certain2013-01-071-14/+32
* | build: fix dist tarballDavid Lamparter2012-12-131-1/+6
|/
* build: include git infoDavid Lamparter2012-12-125-4/+86
* lib: bring in sys/queue.h from FreeBSD treeAvneesh Sachdev2012-11-301-0/+637
* zebra: add iterator for walking all tables in RIBAvneesh Sachdev2012-11-301-0/+2
* zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev2012-11-301-0/+1
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-301-0/+1
* lib: Implement monotonically increasing clock for Darwin.Hasso Tepper2012-11-051-3/+24
* lib: treat OSX as BSD for IP_HDRINCL (BZ#739)Doug VanLeuven2012-11-011-0/+1
* *: use array_size() helper macroBalaji.G2012-10-254-20/+16
* lib: add array_size() helperDavid Lamparter2012-10-251-0/+2
* lib: improve sanity checks in stream_set_endp()Avneesh Sachdev2012-10-251-2/+12
* lib: improve fletcher checksum validationJR Rivers2012-10-252-18/+29
* lib/table: add route_table_get_next() and iteratorAvneesh Sachdev2012-09-262-0/+408
* lib: prepare table code for reuse by bgp_tableAvneesh Sachdev2012-09-262-26/+120
* lib: bring some changes over from bgp_table to tableAvneesh Sachdev2012-09-262-12/+31
* lib: make IPv6 prefix parser slightly more strictDavid Lamparter2012-07-191-1/+6
* snmp: let handlers accept OID from a lesser prefixVincent Bernat2012-06-252-0/+22
* agentx: handle SNMP trapsVincent Bernat2012-06-253-5/+117
* smux: drop findVar element from trap object structVincent Bernat2012-06-251-2/+1
* smux: remove `tick` argument from smux_trap()Vincent Bernat2012-06-253-3/+3
* agentx: add AgentX support to Quagga.Vincent Bernat2012-06-254-2/+184
* smux: isolate SMUX implementation from SNMP implementationVincent Bernat2012-06-254-161/+158
* build: use net-snmp-config to configure NetSNMPVincent Bernat2012-06-251-1/+1
* build: only define HAVE_SNMPVincent Bernat2012-06-251-6/+0
* build: allow configure and build in a separate directoryVincent Bernat2012-06-251-1/+1
* lib: Add back sockunion_str2suPaul Jakma2012-06-142-0/+13
* lib: do not allocate/free thread funcnamesJorge Boncompte [DTI2]2012-05-223-29/+16
* lib: micro-op for thread_get()Jorge Boncompte [DTI2]2012-05-221-3/+2
* lib: remove RUSAGE_T from struct threadJorge Boncompte [DTI2]2012-05-222-6/+7
* micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]()Jorge Boncompte [DTI2]2012-05-221-7/+11
* bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]2012-05-221-0/+1
* lib: fix thread_cancel_event()Jorge Boncompte [DTI2]2012-05-211-0/+18
* lib: drop heuristic IPv6 address recognitionRoman Hoog Antink2012-05-211-80/+1
* lib: remove sockunion related unused definitionsJorge Boncompte [DTI2]2012-05-021-7/+0
* lib, zebra: extend use of sockunion2ip macroJorge Boncompte [DTI2]2012-05-021-3/+3
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-022-34/+0
* lib: remove last uses of sockunion_su2str()Jorge Boncompte [DTI2]2012-05-024-36/+12
* bgpd: Fix memory leak with 'set ip next-hop peer-address'Jorge Boncompte [DTI2]2012-05-021-0/+2
* lib: bump ZSERV_VERSION to 2David Lamparter2012-04-201-1/+1
* isisd: merge osr/google-is-isDavid Lamparter2012-04-167-39/+41
|\
| * Merge quagga mainline into the google ISIS code.Avneesh Sachdev2012-04-1132-566/+880
| |\