1. 5460bae *: fix "babeld: Remove babeld from Quagga" (336724d) by David Lamparter · 10 years ago
  2. 336724d babeld: Remove babeld from Quagga by Paul Jakma · 10 years ago
  3. 219cdc9 ospfd: Remove another odd flooding hack in opaque LSA code by Paul Jakma · 10 years ago
  4. f1fc327 lib: assert(0) still needs a return by David Lamparter · 10 years ago
  5. 1416293 lib: fix "reduce strcmp in CLI" fallout (10bac801) by David Lamparter · 10 years ago
  6. c9c06d0 lib: straighten out ORF prefix list support by David Lamparter · 10 years ago
  7. e66cbd1 lib: hide internal prefix list structures by David Lamparter · 10 years ago
  8. 4584c23 bgpd: speed up "no-hit" withdraws for routeservers by David Lamparter · 10 years ago
  9. e30677a ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation' by Paul Jakma · 10 years ago
  10. e1bcd47 ospfd: Make ospf_passive_interface_update calls friendly to static analysis by Paul Jakma · 10 years ago
  11. 10bac80 lib/cli: reduce strcmp in CLI hot paths by David Lamparter · 10 years ago
  12. 81b139b lib: constify sockunion api by Timo Teräs · 10 years ago
  13. b40e178 zebra: fix rtadv check for non-glibc linux by Timo Teräs · 10 years ago
  14. e38545b zebra: fix build with rtadv disabled by Timo Teräs · 10 years ago
  15. 491417a isisd: fix crash on processing own p2p hello by Amritha Nambiar · 10 years ago
  16. 4da670b HACKING: Use space char for indentation. by Paul Jakma · 10 years ago
  17. f099612 HACKING: Fix spelling mistakes by Paul Jakma · 10 years ago
  18. 5bcbc3f gdb: Add a directory of files with gdb macros by Paul Jakma · 10 years ago
  19. dc684eb Merge branch 'volatile/fix_warnings' by David Lamparter · 10 years ago
  20. e691c3b *: assorted warning fixes by David Lamparter · 10 years ago
  21. 193e78f zebra: fix NetBSD interface stats printf by David Lamparter · 10 years ago
  22. 6ed810d *: fix more initialisers (for BSD) by David Lamparter · 10 years ago
  23. c313895 tests: fix warnings by David Lamparter · 10 years ago
  24. 4b6c332 zebra: silence zebra_serv_un unused warning by David Lamparter · 10 years ago
  25. 940b199 pimd: fix out of tree build by David Lamparter · 10 years ago
  26. c0bedeb build: add --enable-werror by David Lamparter · 10 years ago
  27. 3a7e83c build: determine CFLAGS more intelligently by David Lamparter · 10 years ago
  28. 53780e3 bgpd: drop unused static variable by David Lamparter · 10 years ago
  29. d689d1a bgpd: fix SNMP write support by David Lamparter · 10 years ago
  30. dfee58f snmp: fix warnings by David Lamparter · 10 years ago
  31. 6769f43 vtysh: drop unused variables & RETSIGTYPE by David Lamparter · 10 years ago
  32. a9eb906 vtysh: fix function prototypes by David Lamparter · 10 years ago
  33. a91a3ba vtysh: don't use '\0' as NULL by David Lamparter · 10 years ago
  34. 3cf4053 ospf6d: fix pointer arithmetic warning by David Lamparter · 10 years ago
  35. 72c69d4 ospf6d: oi->cost is uint32, not short by David Lamparter · 10 years ago
  36. 0de0138 ospf6d: use existing union, avoid strict-aliasing by David Lamparter · 10 years ago
  37. 33b9663 watchquagga: break excessively long help string by David Lamparter · 10 years ago
  38. 71f55f3 lib, vtysh: reduce unneccessary C extension usage by David Lamparter · 10 years ago
  39. fd8f6eb lib: use const consistently for zserv path by David Lamparter · 10 years ago
  40. 81a4e85 lib: silence type range warning in macro by David Lamparter · 10 years ago
  41. c7879ea pimd: cast ioctl values when printing them by David Lamparter · 10 years ago
  42. a2c7f4b pimd: cast to sockaddr_in to sockaddr by David Lamparter · 10 years ago
  43. e070452 pimd: mask unused zclient_broken() by David Lamparter · 10 years ago
  44. a3466ab zebra: clean up misc_null pragmas by David Lamparter · 10 years ago
  45. 3e9e2c9 zebra: static int inline -> static inline int by David Lamparter · 10 years ago
  46. 7e92322 zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD by David Lamparter · 10 years ago
  47. 48ab06b zebra: use prototypes/includes in rt_netlink by David Lamparter · 10 years ago
  48. 872b0dc zebra: remove unused netlink_route()/kernel_rtm_ipv6() by David Lamparter · 10 years ago
  49. 52f02b4 zebra, isisd: cast to unsigned char for ctypes by David Lamparter · 10 years ago
  50. 60a4601 isisd: remove unused process_is_hello() by David Lamparter · 10 years ago
  51. 01da617 isisd: fix size_t confusions by David Lamparter · 10 years ago
  52. f50ee93 isisd: assorted fixes (unused variables, static) by David Lamparter · 10 years ago
  53. 6db3ef6 isisd: fix minor & vs. && mix-up by David Lamparter · 10 years ago
  54. 1250dc7 isisd: don't use POSIX reserved y1/yn names by David Lamparter · 10 years ago
  55. 8c9cd85 bgpd: random() returns long by David Lamparter · 10 years ago
  56. 94bad67 bgpd: don't use #ifdef inside macro args by David Lamparter · 10 years ago
  57. d43f8b3 bgpd, zebra: fix struct/pointer sizeof mixups by David Lamparter · 10 years ago
  58. b1672ce bgpd: fix ecommunity_token initialiser by David Lamparter · 10 years ago
  59. ab90fc0 *: add/cleanup initialisers by David Lamparter · 10 years ago
  60. 388f885 *: add missing includes by David Lamparter · 10 years ago
  61. 21401f3 *: fix signedness mix-ups by David Lamparter · 10 years ago
  62. b7d5021 *: remove stray extra semicolons by David Lamparter · 10 years ago
  63. eed3c48 *: use void * for printing pointers by David Lamparter · 10 years ago
  64. ef008d2 *: use long long to print time_t by David Lamparter · 10 years ago
  65. 06bd420 bgpd: Display of configured dampening parameters by Balaji · 10 years ago
  66. aa7dbb1 bgpd: Configured suppress value cannot be less than the reuse value in bgp dampening by Balaji · 10 years ago
  67. 941789e Fix alignment assumptions on non-RT_ROUNDUP platforms. by Greg Troxel · 10 years ago
  68. ec62e14 build: list actual release procedure by David Lamparter · 10 years ago
  69. b7cce95 zebra: don't print uninitialized string (3b02fe8) by David Lamparter · 10 years ago
  70. 5cd0e5c lib: Fix POSIX capabilities on SunOS platforms by Brian Bennett · 10 years ago
  71. d8d54ab build: tag version as 0.99.25-dev by David Lamparter · 10 years ago
  72. f191f1e release: 0.99.24 by David Lamparter · 10 years ago
  73. 4c42121 zebra: print "no link-detect" by David Lamparter · 10 years ago
  74. 75a3cf6 solaris: fix SMF manifest dependency model and start method by Brian Bennett · 10 years ago
  75. b8a893c build: Extend ip_mreq hack to DragonFlyBSD and SunOS by Brian Bennett · 10 years ago
  76. cc81308 build: enable AM_SILENT_RULES by David Lamparter · 10 years ago
  77. 656a2c0 build: enable isisd by default by David Lamparter · 10 years ago
  78. f16195c doc: fix some warnings by David Lamparter · 10 years ago
  79. 7abd875 build: track config args by David Lamparter · 10 years ago
  80. 85c63b8 tests: remove --disable-ipv6 by David Lamparter · 10 years ago
  81. 7fe17e6 build: remove --disable-ipv6 by David Lamparter · 10 years ago
  82. 237aac5 build: get rid of INCLUDES, use AM_CPPFLAGS by David Lamparter · 10 years ago
  83. b6fa760 build: harmonize configure help strings by David Lamparter · 10 years ago
  84. e8d0d24 build: remove --enable-solaris parameter by David Lamparter · 10 years ago
  85. 39b233f zebra: remove rt_ioctl kernel interface by David Lamparter · 10 years ago
  86. 29ed622 build: remove ancient Linux/BSD IPv6 cruft by David Lamparter · 10 years ago
  87. 51bdeba zebra: remove kernel_delete_ipv6_old() by David Lamparter · 10 years ago
  88. 86a82e9 zebra, ripngd: remove ::/64 special-casing by David Lamparter · 10 years ago
  89. 6d6df30 build: remove INRIA, NRL and MUSICA IPv6 quirks by David Lamparter · 10 years ago
  90. 0f048b9 build: remove AIX, NEC EWS and IRIX by David Lamparter · 10 years ago
  91. 2e5ca49 build: remove Linux non-netlink config by David Lamparter · 10 years ago
  92. 79f7496 build: remove bogus/deprecated inet_* tests by David Lamparter · 10 years ago
  93. 369b973 build: Quagga 0.99.24-rc1 by David Lamparter · 10 years ago
  94. 77ef0ac build: enable pimd in test script by David Lamparter · 10 years ago
  95. 87fbe9e pimd: merge pimd as of 2015-01-19 by David Lamparter · 10 years ago
  96. 7397217 doc: explain rpf lookup default mode by David Lamparter · 10 years ago
  97. 3a27aae doc: zebra multicast RIB commands by David Lamparter · 10 years ago
  98. 863f20c zebra: mark multicast commands experimental by David Lamparter · 10 years ago
  99. 3b02fe8 zebra: add "show ip rpf" to get result of RPF lookup by David Lamparter · 10 years ago
  100. bd07812 zebra: make MRIB lookup behaviour switchable by David Lamparter · 10 years ago