index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[BGP/cleanup] make community hash table static
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[BGP/cleanup] make some damp function static
Stephen Hemminger
2009-06-18
2
-5
/
+4
*
[BGP/cleanup] make ecommunity variables/functions local
Stephen Hemminger
2009-06-18
2
-3
/
+2
*
[BGP/cleanup] main program cleanup
Stephen Hemminger
2009-06-18
1
-7
/
+11
*
[zebra/cleanup] make message table read only
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[OSPF/cleanup] make message lists read only
Stephen Hemminger
2009-06-18
3
-23
/
+23
*
[bgpd/cleanup] make message lists read only
Stephen Hemminger
2009-06-18
2
-16
/
+16
*
[bgpd] add comment that bgp_capability_receive is exported for unit-tests
Paul Jakma
2009-06-18
1
-1
/
+4
*
[cleanup] Allow message tables to be constant
Stephen Hemminger
2009-06-18
2
-2
/
+2
*
[cleanup] Fix compile warnings
Stephen Hemminger
2009-06-18
1
-4
/
+5
*
[cleanup] Use const in smux interface
Stephen Hemminger
2009-06-18
2
-10
/
+11
*
[bgpd/cleanup] BGP make attribute variables local
Stephen Hemminger
2009-06-18
1
-5
/
+5
*
[bgpd/cleanup] Make BGP FSM table read-only static
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[bgpd] reference count the BGP instance
Stephen Hemminger
2009-06-18
3
-19
/
+47
*
[bgpd] Make declarations match
Stephen Hemminger
2009-06-18
1
-2
/
+2
*
[zebra] Remove unused structure element
Stephen Hemminger
2009-06-18
1
-3
/
+0
*
[zebra] Force rib_update when connected route deleted
Stephen Hemminger
2009-06-18
1
-0
/
+4
*
[cleanup] Use correct buffer size for inet_ntop()
Stephen Hemminger
2009-06-18
3
-23
/
+25
*
[ripd] Ignore non-running interfaces in rip status
Stephen Hemminger
2009-06-18
1
-0
/
+3
*
[lib] Put symbolic backtrace on system log
Stephen Hemminger
2009-06-18
1
-6
/
+15
*
[lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6
Stephen Hemminger
2009-06-18
1
-0
/
+2
*
[ospf6d] Remove 'no router' from OSPF6_NODE
Stephen Hemminger
2009-06-18
1
-1
/
+0
*
[ospf6d] Fix ospf6d crash if removing interface with no area
Jon
2009-06-18
1
-0
/
+7
*
[ospf6d] Fix ospf6d crash in show border routers
Jon
2009-06-18
1
-0
/
+6
*
[ospf6] Add no router ospf6
Jon
2009-06-18
1
-0
/
+1
*
[ospf6d] Fix ospf6d crash if range defined twice
Jon
2009-06-18
1
-0
/
+6
*
[ospfd] Fix OSPF route refcount leak
Stephen Hemminger
2009-06-18
1
-1
/
+2
*
[zebra] Only announce connected routes if link is detected
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[zebra] MTU is unsigned
Stephen Hemminger
2009-06-18
1
-1
/
+1
*
[zebra] remove incorrect debug message
Stephen Hemminger
2009-06-18
1
-2
/
+0
*
[zebra] Cleanup meta-queue code
Stephen Hemminger
2009-06-18
1
-64
/
+70
*
[zebra] netlink interface minor cleanup
Stephen Hemminger
2009-06-18
2
-7
/
+4
*
[zebra] Fix vyatta bug 2814: Add "show ip route summary" command.
Stig Thormodsrud
2009-06-18
1
-35
/
+86
*
[vtysh] Add a --noerror option
Stephen Hemminger
2009-06-18
1
-7
/
+18
*
[vtysh] Return non-zero exit code on error.
Stephen Hemminger
2009-06-18
1
-1
/
+2
*
[vtysh] Make vtysh more useable for scripting
Stephen Hemminger
2009-06-18
3
-13
/
+53
*
[vtysh] Force line buffered mode.
Stephen Hemminger
2009-06-18
1
-0
/
+1
*
[gcc] Add gcc printf format checks
Stephen Hemminger
2009-06-18
1
-6
/
+12
*
[cleanup] Make command nodes static
Stephen Hemminger
2009-06-12
29
-68
/
+61
*
[cleanup] functions taking no args should be declared with void args
Stephen Hemminger
2009-06-12
15
-35
/
+35
*
[cleanup] add const attribute to lib/if.c::if_dump
Stephen Hemminger
2009-06-12
1
-1
/
+1
*
[cleanup] Convert XMALLOC/memset to XCALLOC
Stephen Hemminger
2009-06-12
41
-248
/
+79
*
[bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch
Paul Jakma
2009-06-12
2
-2
/
+31
*
[bgpd] Fixed as-path prepend/exclude ASN handling
Denis Ovsienko
2009-06-09
2
-5
/
+5
*
Merge remote branch 'origin/master'
Paul Jakma
2009-06-02
10
-12
/
+12
|
\
|
*
[trivia] Fixed typos in communities text (#334)
Denis Ovsienko
2009-06-01
2
-4
/
+4
|
*
[doc] Stick with quagga.net for consistency (#436)
Denis Ovsienko
2009-06-01
7
-7
/
+7
|
*
[bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net>
Andrew J. Schorr
2009-05-29
1
-1
/
+1
*
|
[snmp] Compiler warning fixes for when "--enable-snmp" is configured.
Chris Caputo
2009-06-02
6
-143
/
+172
*
|
[smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macro
Chris Caputo
2009-06-02
1
-2
/
+2
[prev]
[next]