Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-01 | Lib: Add and use ev_new_init() | Ondrej Zajicek (work) | |
2017-09-12 | Nest: VRF support for neighbor cache and olock code | Ondrej Zajicek (work) | |
Actually much simpler than expected. | |||
2016-11-01 | Build: switch on -Wextra, get rid of most of the warnings | Jan Moskyto Matejka | |
There are several unresolved -Wmissing-field-initializers on older versions of GCC than 5.1, all of them false positive. | |||
2015-02-21 | Fixes a bug in locking code. | Ondrej Zajicek | |
When multiple protocols have a lock for the same IP address, it crashes under some circumstances. Thanks to Matthias Schiffer for the bugreport. | |||
2014-07-18 | Temporary integrated OSPF commit. | Ondrej Zajicek | |
2010-02-21 | Fix configure to enable warnings and fix most of them. | Ondrej Zajicek | |
2004-06-05 | Marked unused parameters in core code as such. | Martin Mares | |
2000-06-07 | Fixes to the progdoc. | Martin Mares | |
2000-06-01 | Documented. | Martin Mares | |
2000-05-04 | Switched off LOCAL_DEBUG. | Martin Mares | |
2000-04-27 | Event handlers no longer return re-queue flag. Instead of using it, just | Martin Mares | |
call ev_schedule() on the same handler which should work perfectly now. | |||
2000-03-31 | Removal of useless includes continues... | Martin Mares | |
2000-03-20 | Added missing newline in debug output. | Martin Mares | |
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. |