Skip to content
Snippets Groups Projects
  1. Oct 01, 2018
  2. Sep 12, 2017
  3. Nov 01, 2016
  4. Feb 21, 2015
    • Ondřej Zajíček's avatar
      Fixes a bug in locking code. · ab006391
      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.
      ab006391
  5. Jul 18, 2014
  6. Feb 21, 2010
  7. Jun 05, 2004
  8. Jun 07, 2000
  9. Jun 01, 2000
  10. May 04, 2000
  11. Apr 28, 2000
  12. Apr 01, 2000
  13. Mar 20, 2000
  14. Dec 09, 1999
    • Martin Mareš's avatar
      Added universal locking mechanism which will solve problems · f545d387
      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.
      f545d387
Loading