aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* Info about client. (Mj, if you tell me that's trivial, what about youPavel Machek2000-05-291-0/+10
* Documentation update.Pavel Machek2000-05-281-0/+97
* Fixed a very nasty bug in FIB iterators.Martin Mares2000-05-191-2/+0
* BGP now reports originating AS and origin type in get_route_info().Martin Mares2000-05-191-2/+0
* Asynchronous feeding of protocols.Martin Mares2000-05-191-3/+2
* Don't log state changes if nothing user-visible has changed.Martin Mares2000-05-161-4/+0
* When in persist mode, don't delete routes from kernel tables even ifMartin Mares2000-05-161-8/+2
* bgp_get_status: If protocol is down, don't print BGP state.Martin Mares2000-05-151-5/+1
* Cleanup of configuration.Martin Mares2000-05-151-1/+0
* Got rid of startup functions and filters_postconfig().Martin Mares2000-05-151-3/+2
* Added `show route for <prefix-or-ipa>' which looks up route leading toMartin Mares2000-05-131-1/+0
* Unified parsing of prefixes.Martin Mares2000-05-131-1/+0
* Adapted to new rt_notify semantics.Martin Mares2000-05-131-1/+0
* If a broadcast address is missing, go fake one.Martin Mares2000-05-111-2/+0
* Generated first public alpha release.Martin Mares2000-05-081-5/+8
* Implemented `show route count' which is `show route stats' withMartin Mares2000-05-081-1/+0
* Don't crash when the socket gets closed between updates.Martin Mares2000-05-081-0/+2
* Update `remains' counter correctly.Martin Mares2000-05-081-2/+1
* Updated TODO.Martin Mares2000-05-081-2/+14
* Implemented `show route <...> stats'.Martin Mares2000-05-071-2/+3
* Setup of incoming connection is now a separate function.Martin Mares2000-05-071-2/+0
* Added commands `show route protocol <p>' and `show route import <p>' whichMartin Mares2000-05-061-4/+2
* IPv6 support compiles on both glibc 2.0 and 2.1.Martin Mares2000-05-061-4/+0
* Cosmetic fixes.Martin Mares2000-05-061-1/+0
* When rte_update is called for an identical route, don't announce anything.Martin Mares2000-05-061-3/+0
* Connected the `doc' subtree to global makefiles.Martin Mares2000-05-051-0/+2
* Updated.Martin Mares2000-05-041-3/+7
* Updated TODO.Martin Mares2000-04-281-1/+3
* Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares2000-04-011-0/+2
* Use bsprintf() instead of sprintf().Martin Mares2000-03-311-0/+1
* Started work on BGP. Wrote main part of the connection handling code.Martin Mares2000-03-201-0/+2
* Fixed a bunch of FIXME's by removing them :)Martin Mares2000-03-121-2/+2
* Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares2000-03-121-5/+1
* Added tracing of interface events.Martin Mares2000-03-121-1/+0
* Added debugging of communication between protocols and routing tables.Martin Mares2000-03-121-4/+0
* Added debugging of protocol state transitions.Martin Mares2000-03-071-0/+7
* Implemented real slab allocator. If you suspect it from being buggy,Martin Mares2000-03-051-2/+0
* Implemented real attribute cache.Martin Mares2000-03-041-21/+1
* Reimplemented neighbor cache. Now uses real hashing.Martin Mares2000-03-011-13/+3
* Made `datetime' more user friendly. Now it should be a quoted stringMartin Mares2000-03-011-3/+1
* Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares2000-02-291-1/+0
* Support expansion of command abbreviations.Martin Mares2000-02-271-17/+2
* First usable version of the client. No command completion and similar niftyMartin Mares2000-02-151-1/+4
* Split off general commands to cmds.c.Martin Mares2000-01-191-12/+4
* Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares2000-01-181-2/+1
* Removed point-to-point tunnel hack as it breaks ordinary PtP interfaces.Martin Mares2000-01-171-1/+0
* Separated `official protocol names' used in status dumps from name templatesMartin Mares2000-01-171-2/+1
* Reworked proto lists -- each proto is now in two lists: the global oneMartin Mares2000-01-161-3/+1
* Added filter_same() for comparision of two filters.Martin Mares2000-01-161-3/+0
* Converted shutdown to a kind of reconfiguration, it's no more handledMartin Mares2000-01-161-2/+0