aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* switch() { } done right.Pavel Machek1999-10-281-2/+2
* Filters upgraded - a bit. Moved code to filter.c because it is wherePavel Machek1999-04-071-1/+1
* Propagate depend into all subdirectories; make rip compile afterPavel Machek1999-02-081-1/+1
* filters_init() renamed to filters_postconfig().Pavel Machek1999-01-151-0/+16
* New makefiles. Includes support for out-of-source-tree builds.Martin Mares1999-01-101-44/+0
* First step of "autoconfization". Created a configure script whichMartin Mares1999-01-091-0/+1
* Added skeleton of static route protocol.Martin Mares1998-12-061-1/+1
* Compile and use the new configuration code by default.Martin Mares1998-11-271-1/+2
* Commiting RIP. RIP should somehow listen, will not reply. I needed toPavel Machek1998-07-091-1/+1
* Protocols will reside in directory `proto'.Martin Mares1998-06-031-1/+1
* Fixed path to includes.Martin Mares1998-05-241-1/+1
* Added routing table and routing attribute code.Martin Mares1998-05-201-1/+1
* Fixed path to includes.Martin Mares1998-05-151-1/+1
* The library is now glued together from generic and OS-dependent partsMartin Mares1998-05-151-5/+14
* BIRD library: The story continues.Martin Mares1998-05-031-4/+6
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-281-5/+13
* First look at data structures. More to come tomorrow...Martin Mares1998-04-221-0/+23