summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with handling of oversize BGP messagesex24bChris Hall2012-05-0717-175/+695
* Fix Watch-Dog so that runs with -d !Chris Hall2012-04-193-50/+128
* Improve error handling in lib/qpthreads and lib/qtimeChris Hall2012-04-197-46/+182
* Tidy up after testing on FreeBSD 9.0Chris Hall2012-04-174-8/+30
* Watch-Dog Work-in-ProgressChris Hall2012-04-1614-50/+198
* Remove CONFIRM(_POSIX_REENTRANT_FUNCTIONS) -- not POSIX !Chris Hall2012-04-1216-98/+308
* Change Watch-Dog to use nanosleep() -- for FreeBSDChris Hall2012-04-122-37/+46
* Further work on Watch-Dog and extend "debug bgp update"Chris Hall2012-04-1115-70/+517
* Remove a number of "assigned but unused" warnings and other WIPChris Hall2012-04-1040-388/+2418
* Fix ip6_masklen() so that does not require non-standard cast to union.Chris Hall2012-03-307-15/+21
* Fix compilation issue with <features.h>, which is a glibc special.Chris Hall2012-03-295-89/+232
* Fix a few issues thrown up by compiling under FreeBSDChris Hall2012-03-284-17/+16
* Handle IPv6 as pairs of uint64_t in prefix.c.Chris Hall2012-03-262-183/+262
* Rework prefix.c to remove large-ish tables of things.Chris Hall2012-03-264-413/+405
* Merge branch 'master' into euro_ix_bex23bChris Hall2012-03-2316-1219/+1223
|\
| * ospfd: reduce ospf_verify_header()Denis Ovsienko2012-03-121-15/+6
| * ospfd: bring ospf_check_auth() into focusDenis Ovsienko2012-03-121-70/+100
| * ospfd: introduce ospf_auth_type_str[]Denis Ovsienko2012-03-122-2/+15
| * ospfd: fix packet length check for auth/LLS casesDenis Ovsienko2012-03-121-5/+5
| * ospfd: introduce ospf_lsa_minlen[] (BZ#705)Denis Ovsienko2012-03-123-1/+267
| * ospfd: review ospf_check_md5_digest()Denis Ovsienko2012-03-121-15/+5
| * ospfd: review ospf_check_auth()Denis Ovsienko2012-03-121-4/+3
| * ospfd: introduce ospf_packet_minlen[] (BZ#705)Denis Ovsienko2012-03-122-9/+60
| * ospfd: fix ospf_packet_add_top() to use LOOKUP()Denis Ovsienko2012-03-121-1/+1
| * ospfd: use LOOKUP() for ospf_packet_type_strDenis Ovsienko2012-03-124-17/+20
| * doc: Fix an apparently no longer legal @itemize @asisPaul Jakma2012-03-081-2/+2
| * HACKING.tex: Change to a LaTeX version of HACKINGPaul Jakma2012-03-084-406/+482
| * HACKING: Typo fixPaul Jakma2012-03-071-1/+1
| * HACKING: Updates that have some initial consensus, for further iteration.Paul Jakma2012-03-071-31/+80
| * Merge remote-tracking branch 'quagga-gnu.org/master'Paul Jakma2012-03-053-9/+18
| |\
| | * bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoSPaul Jakma2012-03-042-8/+16
| | * tools/multiple-bgpd: Fix the PREV calculation so it works for <4 bgpdPaul Jakma2012-03-041-1/+2
| * | HACKING.pending: Add Quagga-RE detailsPaul Jakma2012-03-021-0/+5
| * | bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanupsPaul Jakma2012-02-282-278/+208
| * | bgpd: consolidate attribute flag checksPaul Jakma2012-02-281-88/+133
| |/
| * lib: fix incorrect thread list processing loopsPaul Jakma2012-02-281-2/+6
* | Merge commit 'quagga_0_99_20_1_release' into euro_ix_bex22bChris Hall2012-03-227-130/+479
|\ \
| * | release: 0.99.20.1quagga_0_99_20_1_releaseDavid Lamparter2012-03-121-1/+1
| * | ospfd: reduce ospf_verify_header()Denis Ovsienko2012-03-121-15/+6
| * | ospfd: bring ospf_check_auth() into focusDenis Ovsienko2012-03-121-70/+100
| * | ospfd: introduce ospf_auth_type_str[]Denis Ovsienko2012-03-122-2/+15
| * | ospfd: fix packet length check for auth/LLS casesDenis Ovsienko2012-03-121-5/+5
| * | ospfd: introduce ospf_lsa_minlen[] (BZ#705)Denis Ovsienko2012-03-123-1/+267
| * | ospfd: review ospf_check_md5_digest()Denis Ovsienko2012-03-121-15/+5
| * | ospfd: review ospf_check_auth()Denis Ovsienko2012-03-121-4/+3
| * | ospfd: introduce ospf_packet_minlen[] (BZ#705)Denis Ovsienko2012-03-122-9/+60
| * | ospfd: fix ospf_packet_add_top() to use LOOKUP()Denis Ovsienko2012-03-121-1/+1
| * | ospfd: use LOOKUP() for ospf_packet_type_strDenis Ovsienko2012-03-124-17/+20
| * | bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoSPaul Jakma2012-03-082-8/+16
* | | Tidy up some XMALLOC items that were not being XFREE'd.Chris Hall2012-03-2211-30/+91