Age | Commit message (Expand) | Author |
2000-03-30 | Skeleton structures and files added. | Ondrej Filip |
2000-03-30 | Add hashing to link state request list. | Ondrej Filip |
2000-03-30 | Minor changes. | Ondrej Filip |
2000-03-30 | Basic analysis of UPDATE packets. | Martin Mares |
2000-03-30 | Connection state machine works. | Martin Mares |
2000-03-30 | Better list manipulation. | Ondrej Filip |
2000-03-30 | More BGP. This time it connects, but the state machine still isn't complete. | Martin Mares |
2000-03-30 | Defined sk_close() which closes the socket safely even if called from | Martin Mares |
2000-03-30 | Use FF_FORCE_TMPATTR where appropriate. | Martin Mares |
2000-03-30 | Renamed FF_OUTGOING to FF_FORCE_TMPATTR which much better fits the semantics. | Martin Mares |
2000-03-30 | LSreq initial work. | Ondrej Filip |
2000-03-29 | Avoid conflicts with libraries defining their own xmalloc by defining | Martin Mares |
2000-03-29 | Slave bug fix. | Ondrej Filip |
2000-03-29 | Many changes in dbdes sending & receiving. EXDONE caused. | Ondrej Filip |
2000-03-29 | RXMT timer handling bug fix. | Ondrej Filip |
2000-03-29 | Some FIXME added. | Ondrej Filip |
2000-03-29 | Sending of DBdes bug fixed. | Ondrej Filip |
2000-03-29 | IMMS reverted to bits. Outgoing packets dumping added. | Ondrej Filip |
2000-03-29 | f_run gets one more parameter to distinguish between in and out modes. | Pavel Machek |
2000-03-29 | Cross-protocol issues solved better | Pavel Machek |
2000-03-29 | DBdes sending/receiving changes. | Ondrej Filip |
2000-03-27 | Use neigh_connected_to in rip, and behave more correctly | Pavel Machek |
2000-03-27 | if_connected() is again private. | Martin Mares |
2000-03-26 | I broke compilation. Sorry. | Pavel Machek |
2000-03-26 | Split horizont done right. | Pavel Machek |
2000-03-26 | if_connected is usefull outside of neighbour cache. | Pavel Machek |
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-12 | 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 |