Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-17 | Created nest/a-path.c and a-set.c which should contain general operations | Martin Mares | |
on AS paths and community sets. Moved as_path_prepend() there. Pavel, please move the other functions as well. | |||
2000-03-01 | Reimplemented neighbor cache. Now uses real hashing. | Martin Mares | |
2000-01-19 | Split off general commands to cmds.c. | Martin Mares | |
Added `show symbols' command which dumps whole symbol table together with symbol types etc. | |||
1999-12-09 | Added universal locking mechanism which will solve problems | Martin Mares | |
with protocols wanting to use the same port on the same interface during reconfiguration time. How to use locks: In the if_notify hook, just order locks for the interfaces you want to work with and do the real socket opening after the lock hook function gets called. When you stop using the socket, close it and rfree() the lock. Please update your protocols to use the new locking mechanism. | |||
1999-10-29 | First steps of the Command Line Interface: I/O routines. | Martin Mares | |
1999-05-26 | Skeleton for password handling, currently I only build structures and | Pavel Machek | |
do nothing more advanced for them | |||
1999-01-10 | New makefiles. Includes support for out-of-source-tree builds. | Martin Mares | |
1998-06-03 | Skeleton of device route protocol. As it's tightly coupled with our kernel, | Martin Mares | |
it sits here instead of `proto/dev'. | |||
1998-05-26 | Implemented scanning of network interfaces. Mostly very ugly code due to | Martin Mares | |
terrible kernel interface (SIOGIFCONF and friends). | |||
1998-05-20 | Added routing table and routing attribute code. | Martin Mares | |
1998-05-15 | Parts of routing table code. Data structure declarations should be | Martin Mares | |
complete now. | |||
1998-04-22 | First look at data structures. More to come tomorrow... | Martin Mares | |