summaryrefslogtreecommitdiffstats
path: root/isisd/isis_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: linklist: clean up insert-before/after dupsDavid Lamparter2016-07-281-2/+2
* *: use void * for printing pointersDavid Lamparter2016-05-301-2/+2
* *: use long long to print time_tDavid Lamparter2016-05-301-1/+2
* isisd: remove superfluous checks after XMALLOC etc.Christian Franke2016-03-301-5/+0
* Quagga: prefix2str fixupDonald Sharp2015-11-231-27/+15
* isisd: isisd-warnings.patchDonald Sharp2015-05-201-4/+4
* isisd: fix ipv6 metric endiannessNick Hilliard2012-12-121-1/+1
* isisd: address Coverity warningsDavid Lamparter2012-12-121-1/+1
* isisd: fix spftree_area_del typo causing SEGVDavid Lamparter2012-12-121-1/+1
* isisd: clock_gettime() -> quagga_gettime() conversion.Hasso Tepper2012-11-051-5/+5
* isisd: pull up invalid prefix assert()David Lamparter2012-10-251-0/+4
* isisd: couple of bug fixesSubbaiah Venkata2012-04-071-32/+52
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-443/+630
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-3/+5
* [isisd] remove includes of common system headers.paul2005-11-201-2/+0
* * isis_adjacency.c: Stop expire timer while deleting adjacency.hasso2005-10-011-2/+2
* * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS.hasso2005-09-281-16/+11
* * isis_spf.c: Changing cost from uint16_t to uint32_t. Unsethasso2005-09-261-8/+26
* * isis_spf.[ch]: Added TE TLVs to the SPF process. It seems to workhasso2005-09-261-30/+97
* * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code.hasso2005-09-191-22/+0
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-041-2/+3
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-071-69/+47
* * isis_spf.c: host.name might be NULL.hasso2005-03-071-1/+2
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-25/+31
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-19/+19
* No warnings here any more.hasso2004-10-071-5/+5
* Compiler warnings fixes.hasso2004-09-261-5/+5
* Rework of SPF threads schedule logic. I'm not 100% sure whether it's righthasso2004-09-191-56/+105
* Indentation only. No any functional changes.hasso2004-09-101-764/+867
* Fixing crash fix attempt. It's still mess and logic is wrong and ... but athasso2004-05-191-3/+9
* Commit 100% working part of patch from Laurent Rabret ([quagga-dev 830]).hasso2004-05-191-1/+3
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
* Threads usage cleanup. Still at least one bug to go.hasso2004-02-111-12/+6
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-1/+3
* Initial revisionjardin2003-12-231-0/+1293