]> git.proxmox.com Git - mirror_frr.git/history - lib
doc: update installation instructions
[mirror_frr.git] / lib /
2012-11-02 Doug VanLeuvenlib: treat OSX as BSD for IP_HDRINCL (BZ#739)
2012-10-25 Balaji.G*: use array_size() helper macro
2012-10-25 David Lamparterlib: add array_size() helper
2012-10-25 Avneesh Sachdevlib: improve sanity checks in stream_set_endp()
2012-10-25 JR Riverslib: improve fletcher checksum validation
2012-09-26 Avneesh Sachdevlib/table: add route_table_get_next() and iterator
2012-09-26 Avneesh Sachdevlib: prepare table code for reuse by bgp_table
2012-09-26 Avneesh Sachdevlib: bring some changes over from bgp_table to table
2012-07-19 David Lamparterlib: make IPv6 prefix parser slightly more strict
2012-07-13 David LamparterMerge remote branch 'vincentbernat/feature/agentx'
2012-06-25 Vincent Bernatsnmp: let handlers accept OID from a lesser prefix
2012-06-25 Vincent Bernatagentx: handle SNMP traps
2012-06-25 Vincent Bernatsmux: drop findVar element from trap object struct
2012-06-25 Vincent Bernatsmux: remove `tick` argument from smux_trap()
2012-06-25 Vincent Bernatagentx: add AgentX support to Quagga.
2012-06-25 Vincent Bernatsmux: isolate SMUX implementation from SNMP implementation
2012-06-25 Vincent Bernatbuild: use net-snmp-config to configure NetSNMP
2012-06-25 Vincent Bernatbuild: only define HAVE_SNMP
2012-06-25 Vincent Bernatbuild: allow configure and build in a separate directory
2012-06-14 Paul Jakmalib: Add back sockunion_str2su
2012-05-22 Jorge Boncompte... lib: do not allocate/free thread funcnames
2012-05-22 Jorge Boncompte... lib: micro-op for thread_get()
2012-05-22 Jorge Boncompte... lib: remove RUSAGE_T from struct thread
2012-05-22 Jorge Boncompte... micro-op bgp_node_[get|lookup]() and route_node_[get...
2012-05-22 Jorge Boncompte... bgpd: optimize bgp_nexthop_self()
2012-05-21 Jorge Boncompte... lib: fix thread_cancel_event()
2012-05-21 Roman Hoog Antinklib: drop heuristic IPv6 address recognition
2012-05-02 Jorge Boncompte... lib: remove sockunion related unused definitions
2012-05-02 Jorge Boncompte... lib, zebra: extend use of sockunion2ip macro
2012-05-02 Jorge Boncompte... bgpd: Fix memory leak of some "show ip bgp neighbor...
2012-05-02 Jorge Boncompte... lib: remove last uses of sockunion_su2str()
2012-05-02 Jorge Boncompte... bgpd: Fix memory leak with 'set ip next-hop peer-address'
2012-04-20 David Lamparterlib: bump ZSERV_VERSION to 2
2012-04-16 David Lamparterisisd: merge osr/google-is-is
2012-04-16 David Lamparterbgpd: merge osr/quagga-osr-patches (BZ#700)
2012-04-16 David Lamparterbgpd: merge osr/google-bgp-multipath
2012-04-12 Avneesh SachdevMerge quagga mainline into the google ISIS code.
2012-04-09 Avneesh SachdevMerge branch 'quagga' into google-bgp-multipath
2012-04-08 Josh Baileyzebra: include hardware addr in if up/down messages
2012-04-08 Josh Baileylib: Tweak to if_delete_retain()
2012-04-07 Josh Baileyisisd: add Google's changes to IS-IS
2012-04-07 Subbaiah Venkatalib: add stream_set_endp()
2012-04-07 Josh Baileylib: add support for keyed-hashing with MD5
2012-04-07 Josh Baileylib: Tweaks to linked list macros
2012-04-03 David Lamparterlib: pretty ip_masklen and masklen2ip
2012-04-03 David LamparterRevert "lib: optimize ip_masklen()" (BZ#720)
2012-03-25 Paul JakmaMerge branch 'babeld-merge' into master-copy
2012-03-25 Matthieu Boutiermemory: install babel memory informations.
2012-03-25 Denis Ovsienkolib: update proto_redistnum() for Babel
2012-03-25 Paul Jakmababeld: Initial import, for Babel routing protocol.
2012-03-23 Renato Westphallib: fix endianness bug in prefix.c
2012-02-28 Paul Jakmalib: fix incorrect thread list processing loops
2012-02-21 Denis Ovsienkolib: fix logging of ZEBRA_HELLO message
2012-02-16 Everton Marqueslib: add THREAD_TIMER_MSEC_ON()
2012-02-13 Fritz Reichmannisisd: implement MD5 circuit authentication
2012-01-23 G.Balajibgpd: IPv6 MP-BGP Routes addition and deletion
2012-01-23 G.Balajibgpd: IPv4 MP-BGP Routes addition and deletion
2012-01-08 Paul JakmaMarker merge for 'RE-0.99.17.6'
2012-01-08 Denis Ovsienkolib: use prefix bit length macros
2012-01-06 Paul Jakmalib/if: trivial, fix rarely used if debug function...
2012-01-06 Paul Jakmageneral: remove inline qualifiers and move in-header...
2012-01-02 Ulrich Weberlib: fix some strtoul() use cases
2012-01-02 Tom Gofflib: Add a function to delete all interfaces
2012-01-02 Ulrich Weberlib: fix some strtoul() use cases
2012-01-02 Denis Ovsienkolib: address type-punned pointers in prefix_same()
2012-01-02 Denis Ovsienkobgpd: justify checks for IPv4 class D/E
2012-01-02 Vyacheslav Trushkinzebra: ZEBRA_HELLO and mopping up routes (BZ#448)
2012-01-02 Denis Ovsienkolib: fix type-punning in ip_masklen()
2012-01-02 Denis Ovsienkolib: optimize ip_masklen()
2012-01-02 Denis Ovsienkolib: address type-punned pointers in prefix_same()
2012-01-02 Denis Ovsienkobgpd: justify checks for IPv4 class D/E
2012-01-02 Vyacheslav Trushkinzebra: ZEBRA_HELLO and mopping up routes (BZ#448)
2012-01-02 Stephen Hemmingerlib: fix compile warnings from set-never-used
2012-01-02 Denis OvsienkoRevert "lib: address -Wunused-but-set-variable"
2012-01-02 Stephen Hemmingerlib: fix SMUX compiler warnings
2012-01-02 Stephen Hemmingerlib: fix memory leak on connect() failure
2012-01-02 Stephen Hemmingerlib: call filter delete hook before freeing access...
2012-01-02 Denis Ovsienkolib: fix type-punning in ip_masklen()
2012-01-02 Denis Ovsienkolib: optimize ip_masklen()
2012-01-01 Denis OvsienkoRevert "lib: optimize apply_mask_ipv6()"
2012-01-01 Denis OvsienkoRevert "lib: optimize apply_mask_ipv6()"
2011-12-18 Stephen Hemmingerfix set never used warnings
2011-12-13 Denis Ovsienkolib: optimize apply_mask_ipv6()
2011-12-13 Denis Ovsienkolib: optimize apply_mask_ipv4()
2011-12-13 Denis Ovsienkolib: make masklen2ip6() safer and faster
2011-12-13 Denis Ovsienkolib: fix endianness of masklen2ip()
2011-12-13 Denis Ovsienkolib: make masklen2ip() safer and faster
2011-12-13 Denis Ovsienkolib: spelling
2011-12-13 David Lamparterlib: add sockopt helper for setting IPV6_V6ONLY and...
2011-12-13 David Lamparterlib: put route_types.txt to real use
2011-12-13 Denis Ovsienkobuild: delete .cvsignore files
2011-12-13 Vyacheslav Trushkinlib: clearing zclient.c for some cases of building
2011-12-13 Vyacheslav Trushkinquagga: option "-z" ("--socket <path>") added
2011-12-13 Denis Ovsienkobuild: delete .cvsignore files
2011-12-13 Vyacheslav Trushkinlib: clearing zclient.c for some cases of building
2011-12-13 Vyacheslav Trushkinquagga: option "-z" ("--socket <path>") added
2011-12-06 Stephen Hemmingerlib: fix SMUX compiler warnings
2011-12-06 Stephen Hemmingerlib: fix compile warnings from set-never-used
2011-12-06 Stephen Hemmingervty_serv_sock_family unused
2011-12-06 Stephen Hemmingerlib: fix memory leak on connect() failure
next