1. 15 Dec, 2014 1 commit
  2. 30 Nov, 2014 2 commits
  3. 29 Nov, 2014 1 commit
  4. 23 Nov, 2014 6 commits
  5. 22 Nov, 2014 4 commits
  6. 14 Nov, 2014 1 commit
    • Geoff Simmons's avatar
      bump to version 0.3, the first version compatible with Varnish 4. · eaa2d571
      Geoff Simmons authored
      This is a complete re-implementation, not just for Varnish 4, but also
      because, for the state maintained to access the ov structure in backref,
      it does not use a session table. Instead, regex objects have a pthread key
      for thread-local access to the ov in the ctx workspace.
      eaa2d571
  7. 01 Oct, 2014 1 commit
  8. 29 Jul, 2014 3 commits
  9. 19 Mar, 2014 1 commit
  10. 04 Dec, 2013 2 commits
  11. 19 Nov, 2013 1 commit
    • Nils Goroll's avatar
      always compile dynamic REs - caching compiled regexps needs more work · 35e66edc
      Nils Goroll authored
      The previous code had some issues:
      
      - race: priv_call->priv could be incomplete when being non-null, so
        using it outside re_mutex was not safe.
      
        fix: make sure that the re_t is complete before referencing it in
        priv_call->priv using a membar
      
      - caching dynamic REs did not work because invalid comparison of
        the cached pattern, also freeing the cached REs was incorrect
      
        it could be a good idea to add a global cache for compiled
        patterns (dynamic or not), but as long as we don't have that,
        it's probably safest to just recompile dynamic REs always
      35e66edc
  12. 05 Nov, 2013 2 commits
  13. 04 Nov, 2013 2 commits
  14. 23 Oct, 2013 1 commit
  15. 28 Sep, 2013 4 commits
  16. 27 Sep, 2013 5 commits
  17. 14 Sep, 2013 1 commit
  18. 13 Sep, 2013 2 commits