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

D. Hugh Redelmeier hugh at vault.libreswan.fi
Mon Oct 23 16:56:56 UTC 2017


New commits:
commit 8e047dd53da900445dda569041ac602740d66de0
Author: D. Hugh Redelmeier <hugh at mimosa.com>
Date:   Mon Oct 23 12:53:37 2017 -0400

    pluto: simplify state chain code
    
    - made invariant for state chains simpler: always circular
      (except before initialization, which is lazy).
    
    - replace uses of FOR_EACH_ENTRY with FOR_EACH_COOKIE_STATE
      + gets rid of a lot of explicit looping
      + more concise, clearer
      + more precise name
    
    - renamed FOR_EACH_ENTRY_WITH_COOKIE => FOR_EACH_STATE_WITH_COOKIE
      to be more precise
    
    - make macro definitions safer through more parentheses
    
    - move some index variable declarations into FOR head
    
    - fix some spelling



More information about the Swan-commit mailing list