Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
89e9f82e0b717c0e39bbffa104f9d9f817c19b46
/
lib
89e9f82
zebra: ZEBRA_HELLO and mopping up routes (BZ#448)
by Vyacheslav Trushkin
· 13 years ago
07bb964
lib: fix compile warnings from set-never-used
by Stephen Hemminger
· 13 years ago
94e7cd9
Revert "lib: address -Wunused-but-set-variable"
by Denis Ovsienko
· 13 years ago
4f5e717
lib: fix SMUX compiler warnings
by Stephen Hemminger
· 13 years ago
c17fbd6
lib: fix memory leak on connect() failure
by Stephen Hemminger
· 13 years ago
ed269db
lib: call filter delete hook before freeing access list
by Stephen Hemminger
· 13 years ago
ce77002
lib: fix type-punning in ip_masklen()
by Denis Ovsienko
· 13 years ago
e1fabbb
lib: optimize ip_masklen()
by Denis Ovsienko
· 13 years ago
bf19277
Revert "lib: optimize apply_mask_ipv6()"
by Denis Ovsienko
· 13 years ago
1b960ed
build: delete .cvsignore files
by Denis Ovsienko
· 13 years ago
d5cd9a9
lib: clearing zclient.c for some cases of building
by Vyacheslav Trushkin
· 13 years ago
271ee73
quagga: option "-z" ("--socket <path>") added
by Vyacheslav Trushkin
· 13 years ago
d3962ba
lib: use prefix bit length macros
by Denis Ovsienko
· 13 years ago
c6cb2d9
lib: optimize apply_mask_ipv6()
by Denis Ovsienko
· 13 years ago
ed7a62e
lib: optimize apply_mask_ipv4()
by Denis Ovsienko
· 13 years ago
49ff274
lib: make masklen2ip6() safer and faster
by Denis Ovsienko
· 13 years ago
ba1a944
vty_serv_sock_family unused
by Stephen Hemminger
· 15 years ago
8fee927
lib: address -Wunused-but-set-variable
by Denis Ovsienko
· 13 years ago
bb6ef3e
lib: spelling
by Denis Ovsienko
· 13 years ago
7d3d2de
lib: add sockopt helper for setting IPV6_V6ONLY and use it
by David Lamparter
· 15 years ago
daca2cf
lib: put route_types.txt to real use
by David Lamparter
· 15 years ago
188506f
lib: prefix2sockunion, prefix_common_bits helper functions
by David Lamparter
· 15 years ago
89a7fd1
lib: fix endianness of masklen2ip()
by Denis Ovsienko
· 13 years ago
cc6647f
lib: make masklen2ip() safer and faster
by Denis Ovsienko
· 13 years ago
d14a71d
lib: compile even without IPV6_TCLASS
by Denis Ovsienko
· 13 years ago
d1e2faa
IPv6 transport class suppport
by Stephen Hemminger
· 13 years ago
3eca6f0
bgpd: improve NEXT_HOP attribute checks (BZ#680)
by Denis Ovsienko
· 13 years ago
614da2b
lib: provide more information in case of failed LOOKUP.
by Dmitrij Tejblum
· 13 years ago
3f0d3a1
configure: dismiss libutil.h
by Stephen Hemminger
· 13 years ago
d6af701
lib: use "protocol-independed API" from RFC3678, if that is available
by Dmitrij Tejblum
· 13 years ago
96a0a39
lib: futher simplification of setsockopt_ipv4_multicast()
by Dmitrij Tejblum
· 13 years ago
87d2903
lib: fix omission in the previous commit to lib/sockopt.c
by Dmitrij Tejblum
· 13 years ago
bf510e9
lib: simplify interface of setsockopt_multicast_ipv4().
by Dmitrij Tejblum
· 13 years ago
aad356a
lib: fix more format warnings (#637)
by Christian Hammers
· 14 years ago
c69f91b
lib: remove unused variable
by Denis Ovsienko
· 13 years ago
cbfbf2f
delete CVS keywords
by Denis Ovsienko
· 13 years ago
cd3355b
lib: zlog should clean up its memory
by Tom Goff
· 14 years ago
e9e4217
lib: prefix.c nano-optimisation
by Paul Jakma
· 15 years ago
fdc38db
bgpd: rename SAFI 3 according to RFC4760
by Denis Ovsienko
· 13 years ago
08a7a91
zclient: fix router-id calculation for IPv6 (#595)
by Dmitry Tejblum
· 14 years ago
4c9641b
bgpd, lib: adopt afi_t and safi_t in several places
by Michael Lambert
· 14 years ago
b830c89
lib/vty.c: add missing format string when printing out motd message
by Nico Golde
· 14 years ago
b167938
Document rules for zalloc and friends.
by Greg Troxel
· 14 years ago
dca6c88
lib: undo the last PIE commit
by Stephen Hemminger
· 15 years ago
3f3dc2b
lib: fix PIE build flags
by Mathias Krause
· 15 years ago
0917f7e
lib: fix memory logging
by David Ward
· 15 years ago
2d362d1
lib: make some structures constant
by Stephen Hemminger
· 15 years ago
813f6a0
ospf6d: fix warnings from recent prefix bit commit
by Stephen Hemminger
· 15 years ago
1352ef3
lib: move check_bit into prefix common code
by Stephen Hemminger
· 15 years ago
3949a60
lib: fix warning on little endian
by Stephen Hemminger
· 15 years ago
38cc00c
lib: make match functions take const args
by Stephen Hemminger
· 15 years ago
0d6388a
lib: remove unused function: route_dump_node()
by Denis Ovsienko
· 15 years ago
78e6cd9
lib: log source of vty connections (bug #566)
by heasley
· 15 years ago
c4cf095
lib/trivial: str2prefix checks return of inet_pton in fragile way
by Paul Jakma
· 15 years ago
3e4ee95
lib: if_lookup_by_name should be more robust to null argument
by Paul Jakma
· 15 years ago
d023aec
bgpd: start listener on first instance
by Stephen Hemminger
· 15 years ago
228da42
[bgpd] Stability fixes including bugs 397, 492
by Chris Caputo
· 15 years ago
3fa3f95
[lib] Fix IPv6 normalisation
by Stephen Hemminger
· 15 years ago
41b2373
[lib/cleanup] Use a typedef for the thread type
by Paul Jakma
· 15 years ago
2b35ae4
Fixes to RFC2385/MD5 BGP
by Chris Caputo
· 15 years ago
6511cab
[configure] Refine CLOCK_MONOTONIC test
by Paul Jakma
· 15 years ago
8e4c093
[cleanup] Allow message tables to be constant
by Stephen Hemminger
· 16 years ago
65d3fbb
[cleanup] Use const in smux interface
by Stephen Hemminger
· 16 years ago
94fc1dd
[lib] Put symbolic backtrace on system log
by Stephen Hemminger
· 16 years ago
e5862a2
[lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6
by Stephen Hemminger
· 16 years ago
80c375e
[gcc] Add gcc printf format checks
by Stephen Hemminger
· 16 years ago
7fc626d
[cleanup] Make command nodes static
by Stephen Hemminger
· 16 years ago
66e5cd8
[cleanup] functions taking no args should be declared with void args
by Stephen Hemminger
· 16 years ago
cedd7f2
[cleanup] add const attribute to lib/if.c::if_dump
by Stephen Hemminger
· 15 years ago
393deb9
[cleanup] Convert XMALLOC/memset to XCALLOC
by Stephen Hemminger
· 16 years ago
3453a71
[bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch
by Paul Jakma
· 15 years ago
0be8dfb
[snmp] Compiler warning fixes for when "--enable-snmp" is configured.
by Chris Caputo
· 15 years ago
42176e6
[smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macro
by Chris Caputo
· 15 years ago
acde4b8
[bgp] Fix crash on SIGHUP, deref of freed workqueues
by Steve Hill
· 15 years ago
b819276
[lib] Fix timer precision.
by Joakim Tjernlund
· 16 years ago
6e907dd
[lib] Move type cast in Fletcher checksum
by Joakim Tjernlund
· 16 years ago
84152ee
[lib] fix missing sockunion_normalise_mapped
by Paul Jakma
· 16 years ago
5d4b8cf
[lib] Switch Fletcher checksum back to old ospfd version
by Paul Jakma
· 16 years ago
1a7dcf4
[lib] re-enable conversion of v6mapped INET6 sockunions to regular INET
by Paul Jakma
· 16 years ago
ef16c8a
Merge branch 'restricted-mode'
by Paul Jakma
· 16 years ago
fb62a3c
Make --enable-snmp cross compile and make libcrypto optional with --without-crypto
by Joakim Tjernlund
· 17 years ago
62687ff
[vty] Add support for a 'restricted mode' with anonymous vty connections
by Paul Jakma
· 16 years ago
d68cbf9
[administrivia] Git should ignore backup files and .loT files
by Paul Jakma
· 18 years ago
3998bfd
[trivia] Remove ChangeLog files, as this data is now maintained in SCM
by Paul Jakma
· 16 years ago
30a2231
[warnings] Fix various SOS warnings
by Paul Jakma
· 16 years ago
f5612dd
[lib] Fix mistake in tcp-md5sig commit which broke compile on BSD
by Paul Jakma
· 16 years ago
1423c80
[lib] mes_lookup string lookup table argument should be marked const
by Stephen Hemminger
· 16 years ago
ffe11cf
[lib] hash compare function arguments ought to be const qualified
by Stephen Hemminger
· 16 years ago
efda3bb
[lib] Add fletcher checksum implementation
by Jingjing Duan
· 16 years ago
7f794f2
[vty] Allow delete during password entry
by Roy
· 16 years ago
3c5a0a4
[administrivia] Add .gitignore files, based on .cvsignores.
by Paul Jakma
· 19 years ago
0df7c91
[bgpd] TCP-MD5: password vty configuration and initial Linux support
by Paul Jakma
· 16 years ago
3d52bb8
[lib] trivial: add const qualifier to stream_put/write
by Paul Jakma
· 16 years ago
e96f920
+ initial edition of meta-queue for RIB updates processing (bug #431)
by Denis Ovsienko
· 16 years ago
768a27e
[zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns
by Paul Jakma
· 17 years ago
11486b5
[lib] Fix the struct message LOOKUP function to be more robust
by Paul Jakma
· 17 years ago
5f56808
[lib/linklist] Enforce "nodes must have data" invariant more rigorously
by Paul Jakma
· 17 years ago
dea0444
[c++] remove/rename some names in headers that clash with C++ reserved words
by Paul Jakma
· 17 years ago
55edb0d
[link-detect] Improve BSD support.
by Andrew J. Schorr
· 17 years ago
c543a17
[link-detect] Try to get BSD link-detect to work properly.
by Andrew J. Schorr
· 17 years ago
Next »