summaryrefslogtreecommitdiffstats
path: root/isisd/isis_spf.c
Commit message (Expand)AuthorAgeFilesLines
* [isisd] Fix compiler warnings and allow v4-only compilationpaul2006-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>quagga.post.listloop.cleanuppaul2005-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