1. 01 Oct, 2014 1 commit
  2. 29 Jul, 2014 3 commits
  3. 19 Mar, 2014 1 commit
  4. 04 Dec, 2013 2 commits
  5. 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
  6. 05 Nov, 2013 2 commits
  7. 04 Nov, 2013 2 commits
  8. 23 Oct, 2013 1 commit
  9. 28 Sep, 2013 4 commits
  10. 27 Sep, 2013 5 commits
  11. 14 Sep, 2013 1 commit
  12. 13 Sep, 2013 4 commits
  13. 12 Sep, 2013 2 commits
  14. 11 Sep, 2013 2 commits
  15. 09 Sep, 2013 1 commit