Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-04 | Nested scopes could never have worked. My fault I wrote such a buggy code, | Martin Mares | |
Pavel's fault that he's never tested shadowing of declarations in the filters. cf_define_symbol() has been modified to check the scope of the symbol it's given and it if it's an already defined symbol, but in a different scope, a copy is created in the current scope and redefined to the new meaning, the consequence being that it cf_define_symbol() now returns the new symbol you need to use when assigning aux and aux2. | |||
2000-06-04 | Install newer lsa even if nothing in its body change. | Ondrej Filip | |
2000-06-04 | Many bugs in ext lsa origination. | Ondrej Filip | |
2000-06-04 | Schedule RT calcualtion if you delete LSA by premature aging. | Ondrej Filip | |
2000-06-04 | When cloning a rte and replacing its rta, remember to free the old one | Martin Mares | |
so that we don't leak memory. Thanks go to the resource tracking system for quickly discovering the source of leakages. | |||
2000-06-04 | Added library progdocs. | Martin Mares | |
2000-06-04 | Just to be sure, that rt calculation cannot start beforeorigination of rt LSA. | Ondrej Filip | |
2000-06-04 | Bug in debugging. | Ondrej Filip | |
2000-06-04 | :-) No bison does not have any comment to my code. :-) | Ondrej Filip | |
2000-06-04 | BGP documented. | Martin Mares | |
2000-06-04 | Clean up. | Ondrej Filip | |
2000-06-04 | Another clean up. | Ondrej Filip | |
2000-06-04 | Document. | Martin Mares | |
2000-06-04 | Documented all the trivial protocols. | Martin Mares | |
2000-06-04 | Small change to make bison happy. | Ondrej Filip | |
2000-06-04 | Moved parser docs to cf-lex.l, so that the parser compiles. | Martin Mares | |
2000-06-03 | Minor changes to the progdocs. | Martin Mares | |
2000-06-03 | Documentation. | Martin Mares | |
2000-06-03 | `|' now works as it should. | Martin Mares | |
2000-06-03 | Recognize `|xxxx|' as verbatim text and typeset it using <tt>. | Martin Mares | |
2000-06-03 | cf_symbol_class_name now recognizes SYM_IPA. | Martin Mares | |
2000-06-03 | More documentation. | Martin Mares | |
2000-06-03 | More conf. items defined. | Ondrej Filip | |
2000-06-03 | Multiple items in area {} :-) | Ondrej Filip | |
2000-06-03 | interface {} added. | Ondrej Filip | |
2000-06-02 | area {} added to config. | Ondrej Filip | |
2000-06-02 | Killed several bugs in kernel-doc. The most painful one was that it | Martin Mares | |
was unable to recognize structure markers `&'. | |||
2000-06-02 | New TODO list. | Martin Mares | |
2000-06-02 | Documented protocol hooks. | Martin Mares | |
2000-06-02 | Use <chapt> for chapters, <sect> for sections and <sect1> for subsections. | Martin Mares | |
2000-06-02 | Typographical enhancements. Now, the documentation is typeset using a modified | Martin Mares | |
book style. Please look at this version and tell me your opinion. Especially I don't feel happy about the spacing and (not) indenting of paragraphs. Also, I've removed things like "fax" and "letter" from the LaTeX mapping file. | |||
2000-06-02 | First option into config added. :-) | Ondrej Filip | |
2000-06-02 | Flush LSA when receive aged one. | Ondrej Filip | |
2000-06-02 | Added documentation on protocols. | Martin Mares | |
Protocol hooks deserve an extra chapter (to come soon). | |||
2000-06-02 | Bugfix in receiving of aged LSA. | Ondrej Filip | |
2000-06-02 | Better description of the route distribution process. | Martin Mares | |
2000-06-02 | Better LSA Aging. | Ondrej Filip | |
2000-06-02 | Documentation on routing tables and route attributes. | Martin Mares | |
2000-06-02 | Removed rta_find() since nobody uses it and it's more convenient | Martin Mares | |
to use ea_find() directly. | |||
2000-06-02 | sh interface "iface" dumpped all. | Ondrej Filip | |
2000-06-02 | Better dumping, if I get strange lsack. | Ondrej Filip | |
2000-06-02 | Handle "show ospf *" even if protocol is down. | Ondrej Filip | |
2000-06-02 | Silly bug in sh interface. Now I test ALL interfaces. :-) | Ondrej Filip | |
2000-06-02 | Speedup loading process. | Ondrej Filip | |
2000-06-02 | Spelling fixes. | Martin Mares | |
2000-06-02 | Minor fixes. | Martin Mares | |
2000-06-02 | Bugfix in lsreq receiving. | Ondrej Filip | |
2000-06-02 | Made it *compile* !!! | Martin Mares | |
2000-06-02 | Do not try to divide by zero. | Pavel Machek | |
2000-06-02 | Results of complete reading of documentation. | Pavel Machek | |