Age | Commit message (Expand) | Author |
2004-02-13 | add some /* XXX assert() */ for questionable assumptions (no code | gdt |
2004-02-13 | add an XXX at a point where ifindex_num is assumed to be one w/o | gdt |
2004-02-12 | Trivial fix from Bernd Leibing <bernd.leibing@kiz.uni-ulm.de> | hasso |
2004-02-11 | Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help. | hasso |
2004-02-11 | Don't crash when attempting to read path->oi->ifp if oi doesn't exist any | hasso |
2004-02-11 | Fix by Vadim Suraev - [zebra 14710] #6. | hasso |
2004-02-11 | Threads usage cleanup. Still at least one bug to go. | hasso |
2004-02-09 | Yet another "set thread pointer to NULL during thread run" fix. | hasso |
2004-01-27 | Fixing previous commit. | hasso |
2004-01-27 | Make "(no) ip address x.x.x.x/x" commands work again in vtysh. | hasso |
2004-01-23 | 2004-01-23 sowmini.varadhan@sun.com | paul |
2004-01-19 | add appropriate cvsignore | paul |
2004-01-19 | 2004-01-19 Paul Jakma <paul@dishone.st> | paul |
2004-01-19 | 2004-01-19 Paul Jakma <paul@dishone.st> | paul |
2004-01-19 | 2004-01-19 Paul Jakma <paul@dishone.st> | paul |
2004-01-15 | 2004-01-15 Paul Jakma <paul@dishone.st> | paul |
2004-01-13 | Explain the dual use of struct prefix for CIDR prefixes and | gdt |
2004-01-10 | 2004-01-10 Paul Jakma <paul@dishone.st> | paul |
2004-01-10 | Exclude Makefile and Makefile.in | jardin |
2004-01-10 | Fix build on FreeBSD 4.7 and FreeBSD 5.1: | jardin |
2004-01-09 | 2004-01-09 Paul Jakma <paul@dishone.st> | paul |
2004-01-09 | 2004-01-08 Paul Jakma <paul@dishone.st> | paul |
2004-01-08 | 2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt |
2004-01-06 | change perror to zlog_err | gdt |
2004-01-06 | 2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com> | gdt |
2004-01-06 | increase buffer size for kernel reads | gdt |
2004-01-05 | move changelog section up higher. | gdt |
2004-01-05 | Fix incorrect test in previous commit; thanks to Sowmini Varadhan for | gdt |
2004-01-05 | 2004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com> | gdt |
2004-01-04 | Really ripngd should either leave groups on down interfaces, or keep | gdt |
2003-12-31 | Fix some threads related problems [quagga-dev 591]. | hasso |
2003-12-30 | 2003-12-30 Paul Jakma <paul@dishone.st> | paul |
2003-12-30 | 2003-12-30 Paul Jakma <paul@dishone.st> | paul |
2003-12-23 | 2003-12-23 Krzysztof Oledzki <oleq@ans.pl> | gdt |
2003-12-23 | Remove generated file. | hasso |
2003-12-23 | Some fixes to isisd done by me and Cougar in the spring of 2003. See | hasso |
2003-12-23 | Let's use 2608/tcp for isisd. | jardin |
2003-12-23 | Add .cvsignore | hasso |
2003-12-23 | Changelog entry about isisd integration. Sorry about previous commit | hasso |
2003-12-23 | 2607/tcp is already used by ospfapi. | jardin |
2003-12-23 | *** empty log message *** | hasso |
2003-12-23 | Add comments about isisd integration. | jardin |
2003-12-23 | Merge isisd into the Quagga's framework: | jardin |
2003-12-23 | Initial revision | jardin |
2003-12-22 | Reorder free(f); unlink(f); to unlink before freeing. | gdt |
2003-12-22 | 2003-12-22 Christian Hammers <ch@lathspell.de> | gdt |
2003-12-22 | Revert my "microfix". It was caused by misreading code. Gilad is right as | hasso |
2003-12-22 | note that order of = items is undefined, probably | gdt |
2003-12-22 | comments about struct list | gdt |
2003-12-22 | add comments clarifying the operation of listnode_add_sort | gdt |