Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | 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-04-01 | 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. |