Age | Commit message (Expand) | Author |
1999-11-17 | If the main event queue is not empty, call select() with zero timeout, so | Martin Mares |
1999-11-17 | ev_run() now returns whether the event has been requeued or not. | Martin Mares |
1999-11-17 | Command line interface now works. | Martin Mares |
1999-11-17 | Commented out nexthop selection, see the comment. | Martin Mares |
1999-11-15 | An example of how to define enums. | Martin Mares |
1999-11-15 | ENUM's are now recognized as constants. | Martin Mares |
1999-11-15 | Defined CF_ENUM. | Martin Mares |
1999-11-15 | SYM_STAT is gone. | Martin Mares |
1999-11-11 | Fixed order of arguments for function call. | Pavel Machek |
1999-11-11 | Shift/reduce conflict goes away _and_ if/then/else works. | Pavel Machek |
1999-11-10 | Sending DBDES packet in EXSTART done. | Ondrej Filip |
1999-11-10 | Enums do not work, this is testcase. | Pavel Machek |
1999-11-10 | First try on enumerational types. | Pavel Machek |
1999-11-10 | No more shift/reduce conflicts. | Pavel Machek |
1999-11-10 | Shift/reduce conflicts in IF/THEN/ELSE rules solved. | Martin Mares |
1999-11-10 | Enumerational types, defined keyword added. | Pavel Machek |
1999-11-10 | Added LSA hashing table (parts of code stolen from rt-fib.c, but | Martin Mares |
1999-11-10 | Added timeout for routes (which means proper expiring of routes) added | Pavel Machek |
1999-11-10 | Added project status report for KSVI. | Martin Mares |
1999-11-04 | FIXME's updated. One fixme is remaining for correct RIPv4. Wow. | Pavel Machek |
1999-11-04 | Reject packets which are not authenticated. | Pavel Machek |
1999-11-04 | Fixed comments about shift/reduce conflicts. | Pavel Machek |
1999-11-04 | Add possibility of local variables. | Pavel Machek |
1999-11-04 | Use local variables to test that functionality. | Pavel Machek |
1999-11-04 | Silly bug. | Martin Mares |
1999-11-04 | Symbols are not scoped. | Martin Mares |
1999-11-04 | Possibility to access first extended attributes. | Pavel Machek |
1999-11-04 | Renamed attr->attrs to attr->eattrs. | Martin Mares |
1999-11-03 | Filters now do not allow function (int arg; int arg2; ). | Pavel Machek |
1999-11-03 | You should not follow next two times. | Pavel Machek |
1999-11-03 | Working on db des receiving. | Ondrej Filip |
1999-10-31 | Started a list of CLI reply codes. | Martin Mares |
1999-10-31 | Parse CLI commands. We use the same parser as for configuration files (because | Martin Mares |
1999-10-31 | The CLI I/O functions work as desired. | Martin Mares |
1999-10-29 | First steps of the Command Line Interface: I/O routines. | Martin Mares |
1999-10-29 | Implemented unix-domain sockets. | Martin Mares |
1999-10-29 | Events now return a value. If it's non-zero, the event is re-queued | Martin Mares |
1999-10-29 | Simplify handling of free chunks. | Martin Mares |
1999-10-29 | Configure PATH_CONTROL_SOCKET. | Martin Mares |
1999-10-29 | Added skeleton of the client. Does nothing, but at least compiles. | Martin Mares |
1999-10-28 | switch() { } done right. | Pavel Machek |
1999-10-19 | Minor changes and bug fixes. Preparing for Exchange and higher states. | Ondrej Filip |
1999-10-18 | Huge changes. Neighbor and interface state machines rewritten. | Ondrej Filip |
1999-10-12 | FIXME's for rip added. | Pavel Machek |
1999-10-12 | Changed syntax of ip_class_mask, the old one was stupid. | Martin Mares |
1999-10-12 | Filters: permit variables of prefix types, cleanup around | Pavel Machek |
1999-10-11 | Untested IPv6 support added. I do not know if it compiles in IPV6 mode. | Pavel Machek |
1999-10-07 | Added constants of type prefix and pair, added their printing | Pavel Machek |
1999-10-07 | Added examples of pairs and prefixes | Pavel Machek |
1999-10-07 | FIXME's added. Hopefully fixme list is now complete for filters. | Pavel Machek |