summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
1998-12-06Added skeleton of static route protocol.Martin Mares
1998-11-27Compile and use the new configuration code by default.Martin Mares
1998-07-09Commiting RIP. RIP should somehow listen, will not reply. I needed toPavel Machek
commit it so that whole thing compiles.
1998-06-03Protocols will reside in directory `proto'.Martin Mares
1998-05-24Fixed path to includes.Martin Mares
1998-05-20Added routing table and routing attribute code.Martin Mares
1998-05-15Fixed path to includes.Martin Mares
1998-05-15The library is now glued together from generic and OS-dependent partsMartin Mares
by the `mergedirs' script. Few more IP address manipulation functions and some fixes.
1998-05-03BIRD library: The story continues.Martin Mares
Complete resource manages and IP address handling.
1998-04-28Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares
gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies.
1998-04-22First look at data structures. More to come tomorrow...Martin Mares