New commits:
commit 62e91fd0be10bc489174ec54799377f301a59a8b
Merge: dbca4a5 51af052
Author: Andrew Cagney <[email protected]>
Date:   Mon Apr 1 12:20:40 2019 -0400

    events: implement global timers using static structures
    
    ... where global timers use only global structures (and aren't tied to
    either a connection or a state object).
    
    Use libevent2's:
    - periodic which are set and forget
    - one-shot which can be efficently re-scheduled
    mechanisms
    
    Merge commit '51af052fd7fbd2c181013b67b12b422c920a7662'

commit 51af052fd7fbd2c181013b67b12b422c920a7662
Author: Andrew Cagney <[email protected]>
Date:   Fri Mar 22 17:47:18 2019 -0400

    events: schedule EVENT_REVIVE_CONNS using global timers

commit 0764106812e288b2776fcc8dd0569b5c7acafa77
Author: Andrew Cagney <[email protected]>
Date:   Fri Mar 22 17:32:33 2019 -0400

    events: schedule EVENT_CHECK_CRLS using global timers

commit dfc59653787d9b77ce3ddb6b00924014a346ad2f
Author: Andrew Cagney <[email protected]>
Date:   Fri Mar 22 17:26:29 2019 -0400

    events: schedule EVENT_SD_WATCHDOG using global timers

commit 5523dd4760c3b4114bacffe22a87b4096b42478e
Author: Andrew Cagney <[email protected]>
Date:   Fri Mar 22 17:22:27 2019 -0400

    events: schedule EVENT_PENDING_DDNS and EVENT_PENDING_PHASE2 using global 
timers

commit 68167a0194882e515fa3b4a81d76733595b1e98e
Author: Andrew Cagney <[email protected]>
Date:   Fri Mar 22 17:14:47 2019 -0400

    events: schedule EVENT_SHUNT_SCAN using a global timer

commit 2056ed7487d8a67e90595f83881ddd1a256c56c0
Author: Andrew Cagney <[email protected]>
Date:   Fri Mar 22 17:14:34 2019 -0400

    events: schedule EVENT_REINIT_SECRET using a global timer

commit b9ff2128cef2cf515ec8bcf343981f4d58539637
Author: Andrew Cagney <[email protected]>
Date:   Fri Mar 22 16:54:45 2019 -0400

    events: add global timers that use static structures and can efficiently be 
re-scheduled
    
    (or, in the case of perodic timers, let the event loop deal with
    re-scheduling)

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to