[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Fri Apr 30 23:34:33 UTC 2021


New commits:
commit f38a4916a4f424fcbd26b8fa5b9623db9df2fce7
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Apr 29 22:24:47 2021 -0400

    crls: enable whack logging of crl fetches

commit b1aede74e88a340a1d2d4dde57c713065040e493
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Apr 30 17:28:34 2021 -0400

    CRLs: directly append new CRL requests to the fetch queue
    
    Replace something like:
    
      main thread:
        - clone all CRLs needing to be fetched creating a list
        - put that list on a temp queue
      helper thread:
        - clone the CRLs on that list adding them to the fetch queue
        - fetch CRLs
    
    With:
    
      main thread:
        - form a shallow list of CRLs to add (i.e., no cloning of CRLs)
        - append that to the fetch queue
      helper thread:
        - fetch CRLs (however while fetching release lock)



More information about the Swan-commit mailing list