Age | Commit message (Expand) | Author |
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 |
2000-03-01 | Reimplemented neighbor cache. Now uses real hashing. | Martin Mares |
2000-03-01 | Added proto->hash_key which contains randomly generated hash key used | Martin Mares |
2000-03-01 | Added type parameter to f_new_dynamic_attr. | Pavel Machek |
2000-03-01 | tmp_attrs fixed. | Pavel Machek |
2000-03-01 | Changed comments regarding hash function. | Martin Mares |
2000-03-01 | IP_PREC_INTERNET_CONTROL for IPv6 (see the comment). | Martin Mares |
2000-03-01 | If the user has specified identical preferences for instances of different | Martin Mares |
2000-03-01 | Made `datetime' more user friendly. Now it should be a quoted string | Martin Mares |
2000-03-01 | Dynamic attributes are now declared in per-protocol grammar files instead | Martin Mares |
2000-03-01 | Defined INVALID_TOKEN which is a token guaranteed to be never generated. | Martin Mares |
2000-03-01 | ipa_opposite hack is not applicable in IPv6. | Martin Mares |
2000-03-01 | Adapted RIP to new interface flags. Pavel, please verify it's right. | Martin Mares |
2000-03-01 | Rewrote interface type detection logic. The `unnumbered' flag is now per | Martin Mares |
2000-02-27 | Support expansion of command abbreviations. | Martin Mares |
2000-02-25 | Router LSA & area adding. | Ondrej Filip |
2000-02-25 | Memory allocation in ospf_area changed. | Ondrej Filip |
2000-02-25 | Get rid of 'ab'-s, added return to functions. | Pavel Machek |
2000-02-24 | Hmmm, libreadline 2.1 seems to be the oldest version we work with. | Martin Mares |
2000-02-24 | Moan loudly if libreadline is an old version which doesn't support | Martin Mares |
2000-02-24 | Area work and router LSA starts when interface goes up. | Ondrej Filip |
2000-02-24 | Small change for debugging. | Ondrej Filip |
2000-02-24 | Structures for router LSA added. | Ondrej Filip |
2000-02-24 | Better debugging. | Ondrej Filip |
2000-02-24 | Better debuging. | Ondrej Filip |
2000-02-18 | Completion works. Unfortunately, we have to access a couple of internal | Martin Mares |
2000-02-17 | Client: Online help works (Cisco style: just press `?' at the end of a line). | Martin Mares |
2000-02-15 | First usable version of the client. No command completion and similar nifty | Martin Mares |
2000-02-14 | Don't make dependencies in client directory if the client is not | Martin Mares |
2000-02-08 | Hash table structure redesigned. | Ondrej Filip |
2000-02-08 | Other LS struct added. | Ondrej Filip |
2000-02-08 | LSA type changed from u16 to u8. | Ondrej Filip |
2000-02-08 | Malloc() changed to cfg_alloc(). | Ondrej Filip |
2000-01-31 | filter_same() implemented. Don't bet on it, yet. | Pavel Machek |
2000-01-26 | Updated docs about filters, and added fixme. | Pavel Machek |
2000-01-26 | Do not send empty packets in rip. | Pavel Machek |
2000-01-26 | Output made prettier. | Pavel Machek |
2000-01-20 | Configure, link and use the readline library. | Martin Mares |
2000-01-19 | Put client on a stony ground. The whole client is going to be system-specific | Martin Mares |
2000-01-19 | Generate a list of all commands and their help texts for the client to use. | Martin Mares |