Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-06 | Dummy reconfigure added. | Ondrej Filip | |
2000-06-06 | Interface locks added. | Ondrej Filip | |
2000-06-06 | Added NBMA into examples. | Ondrej Filip | |
2000-06-06 | Some useles variable deleted. | Ondrej Filip | |
2000-06-06 | Some useless variable deleted. | Ondrej Filip | |
2000-06-06 | NBMA networks seems to work, but this should be better. :-) | Ondrej Filip | |
2000-06-06 | NBMA networks should work now. | Ondrej Filip | |
2000-06-05 | Avoid sentence containing a colon to start new doc subsection. | Martin Mares | |
2000-06-05 | Added example of OSPF configuration. | Ondrej Filip | |
2000-06-05 | Define element <progdoc> which initializes different formatting for the | Martin Mares | |
programmer's guide (\raggedbottom etc.). Also, omit "\usepackage{t1enc}", so that bullets work now. | |||
2000-06-05 | Don't print empty synopses of functions. | Martin Mares | |
2000-06-05 | Bugfix in NET LSA flushing. | Ondrej Filip | |
Configuration now works! :-) Better "show ospf" Some minor bugfixes. | |||
2000-06-05 | Minor tweaks of spacing. | Martin Mares | |
2000-06-05 | Reset inactim timer if you receive any packet from neighbor. | Ondrej Filip | |
2000-06-05 | Removed some FIXMEs by deleting them. | Ondrej Filip | |
2000-06-05 | Don't info about DR and BDR on non-MA networks. | Ondrej Filip | |
2000-06-05 | Move TeX trickery for typesetting of function descriptions to where | Martin Mares | |
it belongs. | |||
2000-06-05 | PTP link in RTLSA was not announced correctly. | Ondrej Filip | |
2000-06-05 | Avoid using style combinations such as italic typewriter font. | Martin Mares | |
2000-06-05 | Unless a filter specifies otherwise, all external routes have type 2 | Martin Mares | |
metric 10000. | |||
2000-06-05 | Simplified the grammar and fixed several minor bugs (e.g., `INTERFACE "eth0" };' | Martin Mares | |
was a valid entry). | |||
2000-06-05 | First calculate checksum and then send refreshed LSA! | Ondrej Filip | |
2000-06-05 | Better checksum checking. | Ondrej Filip | |
2000-06-05 | Better documentation. There are functions whose description is good when | Pavel Machek | |
reading source but whose documentation does not belong to progdocs. | |||
2000-06-05 | Make rip example fit on page. | Pavel Machek | |
2000-06-05 | Docs updates: | Pavel Machek | |
make prog.dvi do not overflow in .dvi include filter documentation in the system | |||
2000-06-05 | Yet another change, now flushing of net lsa seems to be perfect. :-) | Ondrej Filip | |
2000-06-05 | Print out function synopsis as a part of the declaration. | Martin Mares | |
Also, reverted my previous hack for `&' and replaced it by just disabling the `& -> &' conversions. | |||
2000-06-05 | I calculated next hop of parent instead of actual LSA. :-( | Ondrej Filip | |
2000-06-05 | Don;t send packet over downed interface. | Ondrej Filip | |
2000-06-05 | Add safety check. | Pavel Machek | |
2000-06-05 | Better error messages | Pavel Machek | |
2000-06-05 | Bug in comment. It didn't compile. | Ondrej Filip | |
2000-06-05 | Updates to both programmers and users doc | Pavel Machek | |
2000-06-05 | Documented all the sysdeps (only briefly, I admit). | Martin Mares | |
Except for Filters, RIP and OSPF, the progdocs are complete. | |||
2000-06-05 | Documented sockets, events and timers. | Martin Mares | |
2000-06-05 | Split random number functions off io.c, so that they can be documented | Martin Mares | |
separately. | |||
2000-06-05 | Documented memory resources. | Martin Mares | |
2000-06-05 | Spelling. | Martin Mares | |
2000-06-05 | Description of protocol module moved to where it belongs. If documentation | Martin Mares | |
of standard modules is stored in their source, such auxilliary files should be as well. | |||
2000-06-05 | Bug in LSA origination. | Ondrej Filip | |
2000-06-05 | Premature age LSA if you're NOT dr. | Ondrej Filip | |
2000-06-05 | Small patch to better hash type=2 LSAs. | Ondrej Filip | |
2000-06-05 | Many bugfixes (I don't remember all of them): | Ondrej Filip | |
Added link ID calculation for external routes with same prefix but different mask. Bugfix in NET lsa origination. Bugfix in NET hashing. Bugfix in LSA installing. | |||
2000-06-04 | Updated the TODO list with our last-minute stuff. | Martin Mares | |
Moved the rest to "Various ideas". | |||
2000-06-04 | Don't set precedence and TTL for the dummy socket. | Martin Mares | |
2000-06-04 | One more newline less... :) | Martin Mares | |
2000-06-04 | Removed lots of trailing newlines in log messages. | Martin Mares | |
Please note that the only calls which don't add newlines automatically (i.e., don't print a full line of output) are debug() and DBG(). | |||
2000-06-04 | debug -> DBG | Martin Mares | |
2000-06-04 | Use nested scopes properly. Updated according to cf_define_symbol() changes. | Martin Mares | |
The rest of code doesn't need changing since it doesn't use nesting. |