summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Updates after code review: lib/heap.c & .h lib/vector.c & .hChris Hall (GMCH)2009-12-064-127/+180
* | | Initial commit of lib/mqueue.c & .hChris Hall (GMCH)2009-12-035-4/+716
* | | Add signal functions to lib/qpthreads.cChris Hall (GMCH)2009-12-032-0/+60
* | | Allow floating argument for QTIME(s) in lib/qtime.hChris Hall (GMCH)2009-12-031-1/+2
* | | Added zlog_abort functions. Changed pthread mutes to qpthread mutexespaulo2009-12-035-115/+183
* | | Merge branch 'pthreads' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-0210-240/+710
|\ \ \
| * | | Fix nested LOCK bugpaulo2009-12-012-9/+35
| * | | Fix raise_count in zprivs_change_caps HAVE_LCAPS casepaulo2009-12-011-9/+18
| * | | log_r.h no longer needed. It was invented incase we needed a separatepaulo2009-11-301-32/+0
| * | | Make logging (lib.c) and privileges (privs.c) pthread safepaulo2009-11-309-205/+672
* | | | Pthreads infrastructure -- initial commitChris Hall (GMCH)2009-12-029-5/+1818
* | | | Merge branch 'master' of /git/quagga.euro-ix into pthreadsChris Hall (GMCH)2009-12-021-50/+37
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Avoid deleting symbol reference twice in prefix_list_delete().Chris Hall (GMCH)2009-12-021-50/+37
* | | Start populating pthreads branchpaulo2009-11-271-0/+32
|/ /
* | Fix return values for str2prefix_ipv4 and str2prefix_ipv6Chris Hall (GMCH)2009-11-261-32/+60
* | Upgrade Prefix-List & BGP Community-List handlingChris Hall (GMCH)2009-11-2612-2522/+2657
* | Test programs.paulo2009-11-254-3/+1560
* | Add functions to lib/vty.c & .hChris Hall (GMCH)2009-11-242-5/+35
* | Introduce lib/symtab.c & .hChris Hall (GMCH)2009-11-244-2/+1502
* | Upgrade lib/vector.c & .hChris Hall (GMCH)2009-11-247-287/+1539
|/
* configure: fix HAVE_CLOCK_MONOTONIC spellingDmitry Tejblum2009-11-051-1/+1
* [ospfd] enable more OSPF cost command aliasesDenis Ovsienko2009-09-281-0/+88
* zebra: Fix router advertisements for non-Ethernet link layer addressesDavid Ward2009-09-011-2/+16
* release: 0.99.15quagga_0_99_15_releasePaul Jakma2009-08-281-1/+1
* ospf6d: bug #529, fix endianness problem in earlier commit Tom Henderson2009-08-281-7/+4
* bgpd: fix md5 set on listen socketsStephen Hemminger2009-08-281-9/+10
* lib/trivial: str2prefix checks return of inet_pton in fragile wayPaul Jakma2009-08-281-2/+2
* zebra: Add an example config file for testzebraPaul Jakma2009-08-281-0/+56
* zebra: test_main.c should be a bit more helpful about its usagePaul Jakma2009-08-281-1/+5
* lib: if_lookup_by_name should be more robust to null argumentPaul Jakma2009-08-281-7/+9
* ospfd: Make sure priority is respected.Joakim Tjernlund2009-08-281-1/+1
* ospfd: Tighten up the connected check for redistributionJoakim Tjernlund2009-08-281-8/+5
* all: check return value from daemon() callStephen Hemminger2009-08-139-17/+45
* bgp: missing pieces from listener patchStephen Hemminger2009-08-131-10/+5
* bgp: compiler warning fixStephen Hemminger2009-08-131-2/+2
* ospfd: fix performance problem with redistribute deleteStephen Hemminger2009-08-132-14/+4
* ospfd: Make sure route table is recalculated.Joakim Tjernlund2009-08-111-18/+23
* ospfd: Make "Packet ... received on wrong link" conditional on debugPaul Jakma2009-08-111-2/+3
* bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'Paul Jakma2009-08-051-26/+28
* ospfd: neuter some compiler warningsPaul Jakma2009-08-031-38/+1
* ospfd: update some commentsPaul Jakma2009-08-032-7/+17
* ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund2009-08-037-31/+34
* ospfd: Discriminate better when selecting links between vertices in SPFJoakim Tjernlund2009-07-301-7/+5
* [bgpd] delete erroneous extra brace..Paul Jakma2009-07-301-1/+0
* bgpd: Workaround for invalid MBGP next hopMichael Lambert2009-07-301-0/+3
* [doc] Update HACKINGPaul Jakma2009-07-301-14/+24
* ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/fJoakim Tjernlund2009-07-283-8/+15
* ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()Joakim Tjernlund2009-07-283-6/+5
* bgpd/trivial: Fix indentation in previousPaul Jakma2009-07-282-35/+28
* bgpd: Allow inbound connections to non-default viewSteve Hill2009-07-281-7/+22