History | View | Annotate | Download (4.89 KB)
Build: switch on -Wextra, get rid of most of the warnings
There are several unresolved -Wmissing-field-initializers on olderversions of GCC than 5.1, all of them false positive.
Fixes a bug in locking code.
When multiple protocols have a lock for the same IP address, it crashesunder some circumstances.
Thanks to Matthias Schiffer for the bugreport.
Temporary integrated OSPF commit.
Fix configure to enable warnings and fix most of them.
Marked unused parameters in core code as such.
Fixes to the progdoc.
Documented.
Switched off LOCAL_DEBUG.
Event handlers no longer return re-queue flag. Instead of using it, justcall ev_schedule() on the same handler which should work perfectly now.
Removal of useless includes continues...
Added missing newline in debug output.
Added universal locking mechanism which will solve problemswith protocols wanting to use the same port on the same interfaceduring reconfiguration time.
How to use locks: In the if_notify hook, just order locks for theinterfaces you want to work with and do the real socket opening after the...