]> git.ipfire.org Git - thirdparty/bird.git/history - TODO
Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUG
[thirdparty/bird.git] / TODO
2000-03-12  Martin MaresCleaned up debugging in kernel syncer. Netlink has...
2000-03-12  Martin MaresAdded tracing of interface events.
2000-03-12  Martin MaresAdded debugging of communication between protocols...
2000-03-07  Martin MaresAdded debugging of protocol state transitions.
2000-03-05  Martin MaresImplemented real slab allocator. If you suspect it...
2000-03-04  Martin MaresImplemented real attribute cache.
2000-03-01  Martin MaresReimplemented neighbor cache. Now uses real hashing.
2000-03-01  Martin MaresMade `datetime' more user friendly. Now it should be...
2000-02-29  Martin MaresRewrote interface type detection logic. The `unnumbered...
2000-02-27  Martin MaresSupport expansion of command abbreviations.
2000-02-15  Martin MaresFirst usable version of the client. No command completi...
2000-01-19  Martin MaresSplit off general commands to cmds.c.
2000-01-18  Martin MaresKilled protocol->priority. Protocol startup should...
2000-01-17  Martin MaresRemoved point-to-point tunnel hack as it breaks ordinar...
2000-01-17  Martin MaresSeparated `official protocol names' used in status...
2000-01-16  Martin MaresReworked proto lists -- each proto is now in two lists...
2000-01-16  Martin MaresAdded filter_same() for comparision of two filters.
2000-01-16  Martin MaresConverted shutdown to a kind of reconfiguration, it...
2000-01-16  Martin MaresFirst attempt on dynamic reconfiguration. There are...
1999-12-16  Martin MaresMinor cleanups.
1999-12-16  Martin MaresHandle cases when SIOCGIFINDEX is defined, but doesn...
1999-12-16  Martin MaresTried to clean up multicast handling. Now we don't...
1999-12-16  Martin MaresTODO entries and FIXME's.
1999-12-08  Martin MaresTemporary work-arounds for multicast problems. Needs...
1999-12-06  Martin MaresImplemented echoing of log messages to CLI connections...
1999-12-04  Martin MaresAdded DEBUG commands.
1999-12-02  Martin MaresImplemented `show route where <condition>' command.
1999-12-01  Martin MaresUpdated TODO file.
1999-12-01  Martin MaresAdded dumping of routing tables (`show route'). This...
1999-11-30  Martin MaresRemember protocol instance in proto_config and use...
1999-11-18  Martin MaresMore CLI plans...
1999-11-17  Martin MaresAdded skeleton of command tree. Please inspect.
1999-08-03  Martin MaresBasic support for IPv6. The system-dependent part...
1999-08-03  Martin MaresPruned the TODO list.
1999-08-03  Martin MaresKernel route syncer supports multiple tables.
1999-08-03  Martin MaresAdded missing structure declarations.
1999-08-03  Martin MaresChanges to interface handling on traditional Unices:
1999-08-03  Martin MaresFaster checksum function.
1999-08-03  Martin MaresAdded functions for parsing and formatting of dates.
1999-05-26  Pavel MachekBetter date/time input methods need to be done
1999-05-21  Martin MaresAdded --with-sysinclude to allow explicitly setting...
1999-05-14  Martin MaresAdded ip_skip_header() and modified OSPF to use it.
1999-05-07  Martin MaresNetlink support for secondary interface addresses.
1999-05-06  Martin MaresI rewrote the interface handling code, so that it suppo...
1999-04-27  Martin MaresRecognize site scope for IPv4 addresses (prefixes reser...
1999-04-12  Martin MaresRemoved TOS support. This simplifies many things a...
1999-04-12  Martin MaresFixed a couple of bugs in handling of multicast sockets.
1999-04-03  Martin MaresAdded new protocol hook for dumping of protocol-depende...
1999-03-29  Martin MaresUpdated the TODO list.
1999-03-26  Martin MaresMoved to a much more systematic way of configuring...
1999-03-03  Martin MaresRewrote the kernel syncer. The old layering was horrible.
1999-03-02  Martin MaresNetlink module supports interface scan on startup....
1999-03-01  Martin MaresImplemented netlink protocol parsing functions. More...
1999-03-01  Martin MaresAdded skeletal version of Linux netlink interface....
1999-03-01  Martin MaresPruned the TODO list.
1999-02-13  Martin MaresCleaned up TODO file.
1999-02-13  Martin Mares'#' comments in config files are equivalent to end...
1999-02-13  Martin MaresSquashed one bug in timing of route scans.
1999-02-13  Martin Maresconfig->router_id works again.
1999-02-11  Martin MaresReal implementation of protocol state machines. Delayed...
1999-02-11  Martin MaresAdded simple event scheduling system to avoid recursive...
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1999-01-10  Martin MaresNew makefiles. Includes support for out-of-source-tree...
1998-12-20  Martin MaresFiner grained logging levels:
1998-12-08  Martin MaresHopefully finished kernel syncer (krt) rewrite:
1998-12-06  Martin MaresAll static routes except for device ones should work...
1998-12-06  Martin MaresAdded skeleton of static route protocol.
1998-11-29  Martin MaresAdded configuration of the device internal protocol...
1998-11-29  Martin Mares`wc -l TODO` decreased.
1998-11-27  Martin MaresTrivial 15-line bison excercise: Implemented expression...
1998-10-19  Martin MaresUpdated TODO.
1998-10-18  Martin MaresWe parse /proc/net/route and flag RT entries according...
1998-10-18  Martin Mares* Please distinguish between DGB() and debug().
1998-10-13  Martin Mareso There are cases when SIOCGIFINDEX is defined, but...
1998-06-17  Martin MaresAdded local version of sprintf (bsprintf and bvsprintf...
1998-06-01  Martin Mares- Rewrote whole interface logic. Removed support for...
1998-05-26  Martin MaresDBG now calls debug() instead of sending it to log().
1998-05-03  Martin MaresBIRD library: The story continues.
1998-04-22  Martin MaresFirst look at data structures. More to come tomorrow...