Age | Commit message (Expand) | Author |
2000-03-24 | FIXME was actually already resolved | Pavel Machek |
2000-03-23 | Minor change to make code more readable. | Pavel Machek |
2000-03-22 | Rip now tries to lock interface. | Pavel Machek |
2000-03-22 | Format of dates changed, so rip authentication is now commented out. | Pavel Machek |
2000-03-21 | Construction of BGP packets. | Martin Mares |
2000-03-21 | Wrote real version of unaligned data access functions (needed for BGP). | Martin Mares |
2000-03-20 | Started work on BGP. Wrote main part of the connection handling code. | Martin Mares |
2000-03-20 | Handle EINPROGRESS properly. | Martin Mares |
2000-03-20 | Added missing newline in debug output. | Martin Mares |
2000-03-20 | Define new data types for BGP. | Martin Mares |
2000-03-19 | Bare skeleton of the BGP. | Martin Mares |
2000-03-19 | Protocol tracing: Don't dump core on filtered out routes. | Martin Mares |
2000-03-13 | Cleanup, mostly debugging messages. | Pavel Machek |
2000-03-13 | Add internal commands of the client to the command list. | Martin Mares |
2000-03-12 | Commands which failed expansions are to be stored to history, too. | Martin Mares |
2000-03-12 | Fixed a bunch of FIXME's by removing them :) | Martin Mares |
2000-03-12 | Made `show status' show uptime and time of last reconfiguration. | Martin Mares |
2000-03-12 | Added tm_format_datetime(). | Martin Mares |
2000-03-12 | Don't crash when filter_same() gets called on FILTER_ACCEPT or FILTER_REJECT. | Martin Mares |
2000-03-12 | Yet another LOCAL_DEBUG turned off. | Martin Mares |
2000-03-12 | Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUG | Martin Mares |
2000-03-12 | Use do { } while(0) instead of empty DBG if not debugging. | Martin Mares |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares |
2000-03-12 | Added tracing of interface events. | Martin Mares |
2000-03-12 | Oops, got `<' and `>' markers in trace output reversed. | Martin Mares |
2000-03-12 | Added debugging of communication between protocols and routing tables. | Martin Mares |
2000-03-10 | Fix <=, >=, != | Pavel Machek |
2000-03-09 | LSA DB is completely redesigned. Now it should be faster and it needs | Ondrej Filip |
2000-03-09 | Categorized TRACE() messages in rip | Pavel Machek |
2000-03-09 | Rip tracing: still need config hunk to set p->debug. | Pavel Machek |
2000-03-09 | log() classes done right | Pavel Machek |
2000-03-09 | 1 less shift/reduce conflict | Pavel Machek |
2000-03-09 | CONST() is now gone | Pavel Machek |
2000-03-08 | Sending of DBDes. (Checksum and length calculation NOT done.) | Ondrej Filip |
2000-03-07 | Added debugging of protocol state transitions. | Martin Mares |
2000-03-07 | Added configuration of default protocol debugging flags. | Martin Mares |
2000-03-07 | No longer echoes commands before sending them. | Martin Mares |
2000-03-07 | DBG calls debug() if defined(LOCAL_DEBUG) || defined(GLOBAL_DEBUG). | Martin Mares |
2000-03-07 | Added protocol debugging flags (protocol.h: D_xxx), parsing of them | Martin Mares |
2000-03-07 | Renamed command `shutdown' to `down', so that `s' can be used as an | Martin Mares |
2000-03-05 | Implemented real slab allocator. If you suspect it from being buggy, | Martin Mares |
2000-03-04 | Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning. | Martin Mares |
2000-03-04 | Garbage collector events and counters are now per table and one day | Martin Mares |
2000-03-04 | Removed bogus comment. | Martin Mares |
2000-03-04 | Fixed display of short continued messages in verbose mode. | Martin Mares |
2000-03-04 | Enabled short continuations. | Martin Mares |
2000-03-04 | Please *think* when defining operator priorities. | Martin Mares |
2000-03-04 | Implemented real attribute cache. | Martin Mares |
2000-03-02 | Avoid being exponential, do not allow ! = | Pavel Machek |
2000-03-01 | Removed RTF_EXTERIOR and RTF_TAGGED (unused). | Martin Mares |