index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bugs in vty error handling
ex25b
Chris Hall
2012-06-08
11
-90
/
+264
*
Work in progress -- pthread handling and debug improvements
Chris Hall
2012-05-28
17
-949
/
+4036
*
Fix problems with handling of oversize BGP messages
ex24b
Chris Hall
2012-05-07
3
-50
/
+57
*
Fix Watch-Dog so that runs with -d !
Chris Hall
2012-04-19
2
-44
/
+128
*
Improve error handling in lib/qpthreads and lib/qtime
Chris Hall
2012-04-19
6
-40
/
+176
*
Tidy up after testing on FreeBSD 9.0
Chris Hall
2012-04-17
2
-4
/
+16
*
Watch-Dog Work-in-Progress
Chris Hall
2012-04-16
12
-48
/
+194
*
Remove CONFIRM(_POSIX_REENTRANT_FUNCTIONS) -- not POSIX !
Chris Hall
2012-04-12
13
-92
/
+301
*
Change Watch-Dog to use nanosleep() -- for FreeBSD
Chris Hall
2012-04-12
2
-37
/
+46
*
Further work on Watch-Dog and extend "debug bgp update"
Chris Hall
2012-04-11
12
-64
/
+441
*
Remove a number of "assigned but unused" warnings and other WIP
Chris Hall
2012-04-10
24
-112
/
+914
*
Fix ip6_masklen() so that does not require non-standard cast to union.
Chris Hall
2012-03-30
4
-8
/
+14
*
Fix compilation issue with <features.h>, which is a glibc special.
Chris Hall
2012-03-29
3
-84
/
+175
*
Fix a few issues thrown up by compiling under FreeBSD
Chris Hall
2012-03-28
4
-17
/
+16
*
Handle IPv6 as pairs of uint64_t in prefix.c.
Chris Hall
2012-03-26
2
-183
/
+262
*
Rework prefix.c to remove large-ish tables of things.
Chris Hall
2012-03-26
3
-403
/
+237
*
Merge branch 'master' into euro_ix_b
ex23b
Chris Hall
2012-03-23
2
-3
/
+7
|
\
|
*
lib: fix incorrect thread list processing loops
Paul Jakma
2012-02-28
1
-2
/
+6
*
|
Tidy up some XMALLOC items that were not being XFREE'd.
Chris Hall
2012-03-22
8
-9
/
+69
*
|
Avoid crashing if fails to destroy mutex etc at shut-down
Chris Hall
2012-03-18
1
-13
/
+46
*
|
Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_b
ex21b
Chris Hall
2012-03-17
35
-763
/
+1605
|
\
|
|
*
lib: fix logging of ZEBRA_HELLO message
Denis Ovsienko
2012-02-21
1
-0
/
+1
|
*
lib: add THREAD_TIMER_MSEC_ON()
Everton Marques
2012-02-16
1
-0
/
+7
|
*
isisd: implement MD5 circuit authentication
Fritz Reichmann
2012-02-14
2
-0
/
+76
|
*
bgpd: IPv6 MP-BGP Routes addition and deletion
G.Balaji
2012-01-23
2
-0
/
+3
|
*
bgpd: IPv4 MP-BGP Routes addition and deletion
G.Balaji
2012-01-23
2
-0
/
+3
|
*
lib: use prefix bit length macros
Denis Ovsienko
2012-01-08
1
-7
/
+7
|
*
lib/if: trivial, fix rarely used if debug function to print everything
Paul Jakma
2012-01-06
1
-6
/
+10
|
*
general: remove inline qualifiers and move in-header functions to objects
Paul Jakma
2012-01-06
4
-19
/
+22
|
*
lib: fix some strtoul() use cases
Ulrich Weber
2012-01-02
1
-1
/
+2
|
*
lib: address type-punned pointers in prefix_same()
Denis Ovsienko
2012-01-02
1
-2
/
+2
|
*
bgpd: justify checks for IPv4 class D/E
Denis Ovsienko
2012-01-02
1
-1
/
+1
|
*
zebra: ZEBRA_HELLO and mopping up routes (BZ#448)
Vyacheslav Trushkin
2012-01-02
2
-1
/
+23
|
*
lib: fix type-punning in ip_masklen()
Denis Ovsienko
2012-01-02
1
-2
/
+7
|
*
lib: optimize ip_masklen()
Denis Ovsienko
2012-01-02
1
-25
/
+2076
|
*
Revert "lib: optimize apply_mask_ipv6()"
Denis Ovsienko
2012-01-01
1
-7
/
+17
|
*
fix set never used warnings
Stephen Hemminger
2011-12-18
4
-24
/
+17
|
*
lib: optimize apply_mask_ipv6()
Denis Ovsienko
2011-12-13
1
-17
/
+7
|
*
lib: optimize apply_mask_ipv4()
Denis Ovsienko
2011-12-13
1
-18
/
+3
|
*
lib: make masklen2ip6() safer and faster
Denis Ovsienko
2011-12-13
2
-17
/
+136
|
*
lib: fix endianness of masklen2ip()
Denis Ovsienko
2011-12-13
1
-3
/
+39
|
*
lib: make masklen2ip() safer and faster
Denis Ovsienko
2011-12-13
2
-17
/
+40
|
*
lib: spelling
Denis Ovsienko
2011-12-13
1
-10
/
+10
|
*
lib: add sockopt helper for setting IPV6_V6ONLY and use it
David Lamparter
2011-12-13
3
-0
/
+26
|
*
lib: put route_types.txt to real use
David Lamparter
2011-12-13
6
-229
/
+259
|
*
build: delete .cvsignore files
Denis Ovsienko
2011-12-13
1
-14
/
+0
|
*
lib: clearing zclient.c for some cases of building
Vyacheslav Trushkin
2011-12-13
1
-1
/
+3
|
*
quagga: option "-z" ("--socket <path>") added
Vyacheslav Trushkin
2011-12-13
2
-14
/
+55
|
*
lib: fix SMUX compiler warnings
Stephen Hemminger
2011-12-07
1
-4
/
+3
|
*
lib: fix compile warnings from set-never-used
Stephen Hemminger
2011-12-07
1
-6
/
+0
[next]