Age | Commit message (Expand) | Author |
1999-12-08 | Temporary work-arounds for multicast problems. Needs further investigation. | Martin Mares |
1999-12-06 | Implemented echoing of log messages to CLI connections. Just try `echo all'. | Martin Mares |
1999-12-04 | Added DEBUG commands. | Martin Mares |
1999-12-02 | Implemented `show route where <condition>' command. | Martin Mares |
1999-12-01 | Updated TODO file. | Martin Mares |
1999-12-01 | Added dumping of routing tables (`show route'). This includes filtering. | Martin Mares |
1999-11-30 | Remember protocol instance in proto_config and use that for | Martin Mares |
1999-11-18 | More CLI plans... | Martin Mares |
1999-11-17 | Added skeleton of command tree. Please inspect. | Martin Mares |
1999-08-03 | Basic support for IPv6. The system-dependent part doesn't work yet, | Martin Mares |
1999-08-03 | Pruned the TODO list. | Martin Mares |
1999-08-03 | Kernel route syncer supports multiple tables. | Martin Mares |
1999-08-03 | Added missing structure declarations. | Martin Mares |
1999-08-03 | Changes to interface handling on traditional Unices: | Martin Mares |
1999-08-03 | Faster checksum function. | Martin Mares |
1999-08-03 | Added functions for parsing and formatting of dates. | Martin Mares |
1999-05-26 | Better date/time input methods need to be done | Pavel Machek |
1999-05-21 | Added --with-sysinclude to allow explicitly setting where kernel includes | Martin Mares |
1999-05-14 | Added ip_skip_header() and modified OSPF to use it. | Martin Mares |
1999-05-07 | Netlink support for secondary interface addresses. | Martin Mares |
1999-05-06 | I rewrote the interface handling code, so that it supports multiple | Martin Mares |
1999-04-27 | Recognize site scope for IPv4 addresses (prefixes reserved for private | Martin Mares |
1999-04-12 | Removed TOS support. This simplifies many things a lot. | Martin Mares |
1999-04-12 | Fixed a couple of bugs in handling of multicast sockets. | Martin Mares |
1999-04-03 | Added new protocol hook for dumping of protocol-dependent route | Martin Mares |
1999-03-29 | Updated the TODO list. | Martin Mares |
1999-03-26 | Moved to a much more systematic way of configuring kernel protocols. | Martin Mares |
1999-03-03 | Rewrote the kernel syncer. The old layering was horrible. | Martin Mares |
1999-03-02 | Netlink module supports interface scan on startup. Working on more. | Martin Mares |
1999-03-01 | Implemented netlink protocol parsing functions. More to come tomorrow. | Martin Mares |
1999-03-01 | Added skeletal version of Linux netlink interface. It doesn't work yet, | Martin Mares |
1999-03-01 | Pruned the TODO list. | Martin Mares |
1999-02-13 | Cleaned up TODO file. | Martin Mares |
1999-02-13 | '#' comments in config files are equivalent to end of line, therefore | Martin Mares |
1999-02-13 | Squashed one bug in timing of route scans. | Martin Mares |
1999-02-13 | config->router_id works again. | Martin Mares |
1999-02-11 | Real implementation of protocol state machines. Delayed startup/shutdown | Martin Mares |
1999-02-11 | Added simple event scheduling system to avoid recursive calling | Martin Mares |
1999-02-05 | Implemented new configuration/reconfiguration interface and defined protocol | Martin Mares |
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares |
1998-12-20 | Finer grained logging levels: | Martin Mares |
1998-12-08 | Hopefully finished kernel syncer (krt) rewrite: | Martin Mares |
1998-12-06 | All static routes except for device ones should work and appear/disappear | Martin Mares |
1998-12-06 | Added skeleton of static route protocol. | Martin Mares |
1998-11-29 | Added configuration of the device internal protocol. This is primarily | Martin Mares |
1998-11-29 | `wc -l TODO` decreased. | Martin Mares |
1998-11-27 | Trivial 15-line bison excercise: Implemented expressions including | Martin Mares |
1998-10-19 | Updated TODO. | Martin Mares |
1998-10-18 | We parse /proc/net/route and flag RT entries according to it. More to come | Martin Mares |
1998-10-18 | * Please distinguish between DGB() and debug(). | Martin Mares |