- Oct 01, 2018
-
-
Ondřej Zajíček authored
-
- Sep 12, 2017
-
-
Ondřej Zajíček authored
Actually much simpler than expected.
-
- Nov 01, 2016
-
-
There are several unresolved -Wmissing-field-initializers on older versions of GCC than 5.1, all of them false positive.
-
- Feb 21, 2015
-
-
Ondřej Zajíček authored
When multiple protocols have a lock for the same IP address, it crashes under some circumstances. Thanks to Matthias Schiffer for the bugreport.
-
- Jul 18, 2014
-
-
Ondřej Zajíček authored
-
- Feb 21, 2010
-
-
Ondřej Zajíček authored
-
- Jun 05, 2004
-
-
Martin Mareš authored
-
- Jun 07, 2000
-
-
Martin Mareš authored
-
- Jun 01, 2000
-
-
Martin Mareš authored
-
- May 04, 2000
-
-
Martin Mareš authored
-
- Apr 28, 2000
-
-
Martin Mareš authored
call ev_schedule() on the same handler which should work perfectly now.
-
- Apr 01, 2000
-
-
Martin Mareš authored
-
- Mar 20, 2000
-
-
Martin Mareš authored
-
- Dec 09, 1999
-
-
Martin Mareš authored
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.
-