1. 1b79fcb lib: fix thread_cancel_event() by Jorge Boncompte [DTI2] · 13 years ago
  2. 7c9c6ae lib: drop heuristic IPv6 address recognition by Roman Hoog Antink · 13 years ago
  3. 37beff6 lib: remove sockunion related unused definitions by Jorge Boncompte [DTI2] · 13 years ago
  4. 1282932 lib, zebra: extend use of sockunion2ip macro by Jorge Boncompte [DTI2] · 13 years ago
  5. c63b83f bgpd: Fix memory leak of some "show ip bgp neighbor" commands by Jorge Boncompte [DTI2] · 13 years ago
  6. d227617 lib: remove last uses of sockunion_su2str() by Jorge Boncompte [DTI2] · 13 years ago
  7. 0c5ed3e bgpd: Fix memory leak with 'set ip next-hop peer-address' by Jorge Boncompte [DTI2] · 13 years ago
  8. 8d79efd lib: bump ZSERV_VERSION to 2 by David Lamparter · 13 years ago
  9. d75318c isisd: merge osr/google-is-is by David Lamparter · 13 years ago
  10. 14d2bba Merge quagga mainline into the google ISIS code. by Avneesh Sachdev · 13 years ago
  11. 3cf6c2b Merge branch 'quagga' into google-bgp-multipath by Avneesh Sachdev · 13 years ago
  12. 51d4ef8 zebra: include hardware addr in if up/down messages by Josh Bailey · 13 years ago
  13. 2dd04c5 lib: Tweak to if_delete_retain() by Josh Bailey · 13 years ago
  14. 3f045a0 isisd: add Google's changes to IS-IS by Josh Bailey · 13 years ago
  15. d531050 lib: add stream_set_endp() by Subbaiah Venkata · 13 years ago
  16. bed930f lib: add support for keyed-hashing with MD5 by Josh Bailey · 13 years ago
  17. 54dd612 lib: Tweaks to linked list macros by Josh Bailey · 13 years ago
  18. e96b312 lib: pretty ip_masklen and masklen2ip by David Lamparter · 13 years ago
  19. a353786 Revert "lib: optimize ip_masklen()" (BZ#720) by David Lamparter · 13 years ago
  20. 2236df0 memory: install babel memory informations. by Matthieu Boutier · 13 years ago
  21. f8a246d lib: update proto_redistnum() for Babel by Denis Ovsienko · 13 years ago
  22. 5734509 babeld: Initial import, for Babel routing protocol. by Paul Jakma · 13 years ago
  23. fe67e66 lib: fix endianness bug in prefix.c by Renato Westphal · 13 years ago
  24. b5043aa lib: fix incorrect thread list processing loops by Paul Jakma · 13 years ago
  25. 4c78376 lib: fix logging of ZEBRA_HELLO message by Denis Ovsienko · 13 years ago
  26. e854095 lib: add THREAD_TIMER_MSEC_ON() by Everton Marques · 13 years ago
  27. e6b03b7 isisd: implement MD5 circuit authentication by Fritz Reichmann · 13 years ago
  28. c7ec179 bgpd: IPv6 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  29. 5a616c0 bgpd: IPv4 MP-BGP Routes addition and deletion by G.Balaji · 13 years ago
  30. 9ed79b5 lib: use prefix bit length macros by Denis Ovsienko · 13 years ago
  31. 23be94e lib/if: trivial, fix rarely used if debug function to print everything by Paul Jakma · 13 years ago
  32. f63f06d general: remove inline qualifiers and move in-header functions to objects by Paul Jakma · 14 years ago
  33. 664711c lib: fix some strtoul() use cases by Ulrich Weber · 13 years ago
  34. fe40bfa lib: address type-punned pointers in prefix_same() by Denis Ovsienko · 13 years ago
  35. 733cd9e bgpd: justify checks for IPv4 class D/E by Denis Ovsienko · 13 years ago
  36. 2ea1ab1 zebra: ZEBRA_HELLO and mopping up routes (BZ#448) by Vyacheslav Trushkin · 13 years ago
  37. 2654e43 lib: fix type-punning in ip_masklen() by Denis Ovsienko · 13 years ago
  38. d171bf5 lib: optimize ip_masklen() by Denis Ovsienko · 13 years ago
  39. 8c7f49d Revert "lib: optimize apply_mask_ipv6()" by Denis Ovsienko · 13 years ago
  40. 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
  41. 32ca973 lib: optimize apply_mask_ipv6() by Denis Ovsienko · 13 years ago
  42. caff790 lib: optimize apply_mask_ipv4() by Denis Ovsienko · 13 years ago
  43. 21f569e lib: make masklen2ip6() safer and faster by Denis Ovsienko · 13 years ago
  44. 051954f lib: fix endianness of masklen2ip() by Denis Ovsienko · 13 years ago
  45. 9663386 lib: make masklen2ip() safer and faster by Denis Ovsienko · 13 years ago
  46. 0ead5c1 lib: spelling by Denis Ovsienko · 13 years ago
  47. ca05126 lib: add sockopt helper for setting IPV6_V6ONLY and use it by David Lamparter · 15 years ago
  48. e0ca5fd lib: put route_types.txt to real use by David Lamparter · 15 years ago
  49. 05e54ee build: delete .cvsignore files by Denis Ovsienko · 13 years ago
  50. 3414d03 lib: clearing zclient.c for some cases of building by Vyacheslav Trushkin · 13 years ago
  51. b511468 quagga: option "-z" ("--socket <path>") added by Vyacheslav Trushkin · 13 years ago
  52. 004b123 lib: fix SMUX compiler warnings by Stephen Hemminger · 13 years ago
  53. 3c14ebb lib: fix compile warnings from set-never-used by Stephen Hemminger · 13 years ago
  54. 4690140 vty_serv_sock_family unused by Stephen Hemminger · 15 years ago
  55. b24b19f lib: fix memory leak on connect() failure by Stephen Hemminger · 13 years ago
  56. 6a2e0f3 lib: call filter delete hook before freeing access list by Stephen Hemminger · 13 years ago
  57. 17e5206 lib: prefix2sockunion, prefix_common_bits helper functions by David Lamparter · 15 years ago
  58. ad61af6 lib: compile even without IPV6_TCLASS by Denis Ovsienko · 13 years ago
  59. 6d0732c IPv6 transport class suppport by Stephen Hemminger · 13 years ago
  60. bc3443e bgpd: improve NEXT_HOP attribute checks (BZ#680) by Denis Ovsienko · 13 years ago
  61. 0a28130 bgpd: rename SAFI 3 according to RFC4760 by Denis Ovsienko · 13 years ago
  62. 51abba5 lib: provide more information in case of failed LOOKUP. by Dmitrij Tejblum · 13 years ago
  63. 10d04cd lib: use "protocol-independed API" from RFC3678, if that is available by Dmitrij Tejblum · 13 years ago
  64. ee7e75d lib: futher simplification of setsockopt_ipv4_multicast() by Dmitrij Tejblum · 13 years ago
  65. e0afa6f lib: fix omission in the previous commit to lib/sockopt.c by Dmitrij Tejblum · 13 years ago
  66. 69bf3a3 lib: simplify interface of setsockopt_multicast_ipv4(). by Dmitrij Tejblum · 13 years ago
  67. 3a8c3dd lib: remove unused variable by Denis Ovsienko · 13 years ago
  68. b82cdeb delete CVS keywords by Denis Ovsienko · 13 years ago
  69. b69442d configure: dismiss libutil.h by Stephen Hemminger · 13 years ago
  70. de8d5df bgpd: Adds support to mark up the BGP rib table entry with multipath by Josh Bailey · 13 years ago
  71. d876bdf lib: Add support for IPv6 ttl security by Stephen Hemminger · 14 years ago
  72. 89b6d1f bgpd: Cleanups & fixes for minttl / GTSM by Stephen Hemminger · 14 years ago
  73. fa411a2 bgpd: RFC 5082 Generalized TTL Security Mechanism support by Nick Hilliard · 14 years ago
  74. fc95186 lib: fix more format warnings (#637) by Christian Hammers · 14 years ago
  75. 58192df lib: add TCP_CORK wrapper by Stephen Hemminger · 14 years ago
  76. 7e69d99 lib: zlog should clean up its memory by Tom Goff · 14 years ago
  77. 4bd045d lib: Add a function to delete all interfaces by Tom Goff · 14 years ago
  78. 6392aa8 lib: Better hashing of string values using Bernstein hash by Stephen Hemminger · 14 years ago
  79. 6c88b44 bgpd: fix bgp_node locking issues by Chris Caputo · 14 years ago
  80. cca85d2 lib: Fix accounting of memory by Chris Hall · 14 years ago
  81. f841681 lib: Fix bug in prefix trie lookup by Paul Jakma · 15 years ago
  82. d358344 lib: prefix.c nano-optimisation by Paul Jakma · 15 years ago
  83. 3322055 lib: Make workqueue more conservative about ramping up by Paul Jakma · 15 years ago
  84. e276eb8 lib: Add a command to clear the thread CPU history data by Paul Jakma · 15 years ago
  85. 2613abe lib: Thread scheduler should be fair and not let events starve I/O and timers by Paul Jakma · 15 years ago
  86. 8526100 lib: thread history funcname shouldn't be constant, it's freed by Paul Jakma · 15 years ago
  87. 08a7a91 zclient: fix router-id calculation for IPv6 (#595) by Dmitry Tejblum · 14 years ago
  88. 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
  89. b830c89 lib/vty.c: add missing format string when printing out motd message by Nico Golde · 14 years ago
  90. b167938 Document rules for zalloc and friends. by Greg Troxel · 14 years ago
  91. dca6c88 lib: undo the last PIE commit by Stephen Hemminger · 15 years ago
  92. 3f3dc2b lib: fix PIE build flags by Mathias Krause · 15 years ago
  93. 0917f7e lib: fix memory logging by David Ward · 15 years ago
  94. 2d362d1 lib: make some structures constant by Stephen Hemminger · 15 years ago
  95. 813f6a0 ospf6d: fix warnings from recent prefix bit commit by Stephen Hemminger · 15 years ago
  96. 1352ef3 lib: move check_bit into prefix common code by Stephen Hemminger · 15 years ago
  97. 3949a60 lib: fix warning on little endian by Stephen Hemminger · 15 years ago
  98. 38cc00c lib: make match functions take const args by Stephen Hemminger · 15 years ago
  99. 0d6388a lib: remove unused function: route_dump_node() by Denis Ovsienko · 15 years ago
  100. 78e6cd9 lib: log source of vty connections (bug #566) by heasley · 15 years ago