1. c514adc [ospfd/BSD] add missing UINT16_MAX - picked up from FreeBSD ports patch by Jeremy Jackson · 16 years ago
  2. 7ec5736 [configure] fix check for GNU awk/gawk to abort ./configure if missing by Jeremy Jackson · 16 years ago
  3. ec5e42b [cleanup] convert bzero() deprecated by POSIX to memset() by Jeremy Jackson · 16 years ago
  4. e84999d [configure] remove unused/broken autoconf cache variable ac_statedir by Jeremy Jackson · 16 years ago
  5. 5589ffa [configure/cleanup] fix broken autoconf cache variables by Jeremy Jackson · 16 years ago
  6. 7f177ee [configure] remote support for AIX, it conflicts on newer autoconf by Jeremy Jackson · 16 years ago
  7. 4bf6461 [build] cleanup low-hanging autoreconf warnings by Jeremy Jackson · 16 years ago
  8. 25f4588 [configure] add configure support for PCRE Posix library by Jeremy Jackson · 16 years ago
  9. c77cffd [daemons/cleanup] Remove disabled log_mode argument support. by Jeremy Jackson · 16 years ago
  10. c546afa [doc] Removes documentation of nonexistant option. by Jeremy Jackson · 16 years ago
  11. 6511cab [configure] Refine CLOCK_MONOTONIC test by Paul Jakma · 15 years ago
  12. c4376c9 [configure] Detect support for monotonic clock by Stephen Hemminger · 16 years ago
  13. 8f5abac [BGP/cleanup] make message list in bgp_open const by Stephen Hemminger · 16 years ago
  14. 730394d [BGP/cleanup] make community hash table static by Stephen Hemminger · 16 years ago
  15. e9dc9f2 [BGP/cleanup] make some damp function static by Stephen Hemminger · 16 years ago
  16. ffa4e2c [BGP/cleanup] make ecommunity variables/functions local by Stephen Hemminger · 16 years ago
  17. 372b3c7 [BGP/cleanup] main program cleanup by Stephen Hemminger · 16 years ago
  18. ce0db9c [zebra/cleanup] make message table read only by Stephen Hemminger · 16 years ago
  19. 7ba82f7 [OSPF/cleanup] make message lists read only by Stephen Hemminger · 16 years ago
  20. b2d933f [bgpd/cleanup] make message lists read only by Stephen Hemminger · 16 years ago
  21. 01b7ce2 [bgpd] add comment that bgp_capability_receive is exported for unit-tests by Paul Jakma · 15 years ago
  22. 8e4c093 [cleanup] Allow message tables to be constant by Stephen Hemminger · 16 years ago
  23. fc52f95 [cleanup] Fix compile warnings by Stephen Hemminger · 16 years ago
  24. 65d3fbb [cleanup] Use const in smux interface by Stephen Hemminger · 16 years ago
  25. 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
  26. fda1d3e [bgpd/cleanup] Make BGP FSM table read-only static by Stephen Hemminger · 16 years ago
  27. 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 16 years ago
  28. dde7258 [bgpd] Make declarations match by Stephen Hemminger · 16 years ago
  29. 9607d98 [zebra] Remove unused structure element by Stephen Hemminger · 16 years ago
  30. 90d2ab0 [zebra] Force rib_update when connected route deleted by Stephen Hemminger · 16 years ago
  31. 81cce01 [cleanup] Use correct buffer size for inet_ntop() by Stephen Hemminger · 16 years ago
  32. 82f5ee1 [ripd] Ignore non-running interfaces in rip status by Stephen Hemminger · 16 years ago
  33. 94fc1dd [lib] Put symbolic backtrace on system log by Stephen Hemminger · 16 years ago
  34. e5862a2 [lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6 by Stephen Hemminger · 16 years ago
  35. 66a11e7 [ospf6d] Remove 'no router' from OSPF6_NODE by Stephen Hemminger · 16 years ago
  36. 56abbb8 [ospf6d] Fix ospf6d crash if removing interface with no area by Jon · 16 years ago
  37. 597fa7c [ospf6d] Fix ospf6d crash in show border routers by Jon · 16 years ago
  38. 6c19d26 [ospf6] Add no router ospf6 by Jon · 16 years ago
  39. 86f9e5a [ospf6d] Fix ospf6d crash if range defined twice by Jon · 16 years ago
  40. 965f54f [ospfd] Fix OSPF route refcount leak by Stephen Hemminger · 15 years ago
  41. fd21325 [zebra] Only announce connected routes if link is detected by Stephen Hemminger · 16 years ago
  42. 4308abb [zebra] MTU is unsigned by Stephen Hemminger · 16 years ago
  43. 6c68465 [zebra] remove incorrect debug message by Stephen Hemminger · 16 years ago
  44. 5110a0c [zebra] Cleanup meta-queue code by Stephen Hemminger · 16 years ago
  45. c841549 [zebra] netlink interface minor cleanup by Stephen Hemminger · 17 years ago
  46. 61691c9 [zebra] Fix vyatta bug 2814: Add "show ip route summary" command. by Stig Thormodsrud · 16 years ago
  47. 914131f [vtysh] Add a --noerror option by Stephen Hemminger · 16 years ago
  48. 2c4d48b [vtysh] Return non-zero exit code on error. by Stephen Hemminger · 16 years ago
  49. 57fb974 [vtysh] Make vtysh more useable for scripting by Stephen Hemminger · 16 years ago
  50. 0fbd62a [vtysh] Force line buffered mode. by Stephen Hemminger · 17 years ago
  51. 80c375e [gcc] Add gcc printf format checks by Stephen Hemminger · 16 years ago
  52. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  53. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  54. cedd7f2 [cleanup] add const attribute to lib/if.c::if_dump by Stephen Hemminger · 15 years ago
  55. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  56. 3453a71 [bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch by Paul Jakma · 15 years ago
  57. 10819ec [bgpd] Fixed as-path prepend/exclude ASN handling by Denis Ovsienko · 15 years ago
  58. 6e0989e Merge remote branch 'origin/master' by Paul Jakma · 15 years ago
  59. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  60. 42176e6 [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macro by Chris Caputo · 15 years ago
  61. 04d2331 [ospfd] fix vty ospfd no ospf abr-type standard by Francesco Dolcini · 15 years ago
  62. c5a89ff [ripd] Fix metrix in call to rip_zebra_ipv4_delete by Krisztian Kovacs · 15 years ago
  63. acde4b8 [bgp] Fix crash on SIGHUP, deref of freed workqueues by Steve Hill · 15 years ago
  64. e6b6a56 [trivia] Fixed typos in communities text (#334) by Denis Ovsienko · 15 years ago
  65. 2bbd71a [doc] Stick with quagga.net for consistency (#436) by Denis Ovsienko · 15 years ago
  66. 8178b2e [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net> by Andrew J. Schorr · 16 years ago
  67. 5012bc3 [release] Bump version to 0.99.12 by Paul Jakma · 16 years ago
  68. e9a3670 Fix bgp ipv4/ipv6 accept handling by Stephen Hemminger · 16 years ago
  69. 21b8643 [build] tools/multiple-bgpd.sh should be in 'make dist' by Paul Jakma · 16 years ago
  70. aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
  71. c540835 Dmitry Tejblum <tejblum@yandex-team.ru> by Denis Ovsienko · 16 years ago
  72. 9eff36b Justified OSPF cost function names and added support for: by Denis Ovsienko · 16 years ago
  73. b819276 [lib] Fix timer precision. by Joakim Tjernlund · 16 years ago
  74. 6e907dd [lib] Move type cast in Fletcher checksum by Joakim Tjernlund · 16 years ago
  75. 4768061 [rpm] some defaults for Fedora are way out of date by Paul Jakma · 16 years ago
  76. 84152ee [lib] fix missing sockunion_normalise_mapped by Paul Jakma · 16 years ago
  77. e0081f7 [bgpd] Add 'show bgp views' command by Michael Lambert · 16 years ago
  78. 5d4b8cf [lib] Switch Fletcher checksum back to old ospfd version by Paul Jakma · 16 years ago
  79. 41dc348 [vtysh] Add commands from zebra_routemap.c to vtysh by Bartek Kania · 16 years ago
  80. 8c1bbc7 Merge branch 'bgpd/fsm' by Paul Jakma · 16 years ago
  81. 5635b77 [release] Bump version to 0.99.11 by Paul Jakma · 16 years ago
  82. a8bf6f5 [bgpd] Fix definition of an rsclient command by Michael Lambert · 16 years ago
  83. 6e687d7 [ospfd] Fix SEGV during startup introduced in recent commit by Joakim Tjernlund · 16 years ago
  84. 491eddc [ospfd] Move passive interface check by Joakim Tjernlund · 16 years ago
  85. 0e9de56 [build] Fix --enable-pie so it can actually be disabled by Paul P Komkoff Jr · 16 years ago
  86. 1a7dcf4 [lib] re-enable conversion of v6mapped INET6 sockunions to regular INET by Paul Jakma · 16 years ago
  87. 6e19926 [bgpd] Allow accepted peers to progress even if realpeer is in Connect by Paul Jakma · 16 years ago
  88. 2b2fc56 [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup by Paul Jakma · 16 years ago
  89. ef16c8a Merge branch 'restricted-mode' by Paul Jakma · 16 years ago
  90. b3bc68e [ospfd] Minor enhancements to recent self-host-routes suppression patch by Paul Jakma · 16 years ago
  91. 742c64f Merge commit 'remotes/jocke/delete_ghost_route' by Paul Jakma · 16 years ago
  92. 06fb282 Merge commit '53d0deceeb855493aa03c59477f8af7f6bb75140' by Paul Jakma · 16 years ago
  93. a49eb30 [ospfd] Restructure opsf_if_update() and ospf_network_run() by Joakim Tjernlund · 16 years ago
  94. 5d7bdd0 Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_crosscompile' by Paul Jakma · 16 years ago
  95. d6bb5aa [doc] Update HACKING to reflect SCM changes and latest practice by Paul Jakma · 16 years ago
  96. 19a9372 test by Paul Jakma · 16 years ago
  97. 6556d8a Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns" by Paul Jakma · 16 years ago
  98. 53d0dec Set destination for PtP links to OSPF_ALLSPFROUTERS. by Joakim Tjernlund · 17 years ago
  99. 910e270 Ignore host routes to self. by Joakim Tjernlund · 16 years ago
  100. fb62a3c Make --enable-snmp cross compile and make libcrypto optional with --without-crypto by Joakim Tjernlund · 17 years ago