1. 28 Aug, 2013 1 commit
  2. 27 Aug, 2013 1 commit
  3. 26 Aug, 2013 6 commits
  4. 25 Aug, 2013 1 commit
  5. 22 Aug, 2013 2 commits
  6. 21 Aug, 2013 2 commits
  7. 20 Aug, 2013 2 commits
  8. 19 Aug, 2013 4 commits
  9. 17 Aug, 2013 1 commit
  10. 15 Aug, 2013 2 commits
  11. 13 Aug, 2013 3 commits
  12. 12 Aug, 2013 5 commits
  13. 09 Aug, 2013 3 commits
  14. 06 Aug, 2013 4 commits
  15. 05 Aug, 2013 3 commits
    • Federico Schwindt's avatar
      Update graph · b3a2823c
      Federico Schwindt authored
      Make it clearer that vcl_hash is called on lookup, pass and pipe.
      b3a2823c
    • Poul-Henning Kamp's avatar
      Add a new VTLA: VSA. · f66b84e3
      Poul-Henning Kamp authored
      This does absolutely not stand for "suckaddr", and but it tries to
      sanitize the sockaddr_* mess enough that we can simply pass around
      struct sockaddr_storage without also tracking its length.
      
      The cost is that we do know something about address families (IPv4, IPv6),
      which strictly speaking should not be necessary, had the sockaddr
      not been messed up by the IPv6 people.
      f66b84e3
    • Tollef Fog Heen's avatar
      Install autoconf macros · b42beebc
      Tollef Fog Heen authored
      Add a few macros that are useful when writing vmods.
      b42beebc