Commits on May 2, 2015

Commits on May 3, 2015

Commits on May 4, 2015

Commits on May 5, 2015

  1. Clean up git hooks

    craigbarnes committed May 5, 2015

Commits on May 19, 2015

  1. Remove gumbo.tld

    craigbarnes committed May 19, 2015

Commits on May 24, 2015

  1. Reformat Makefile

    craigbarnes committed May 24, 2015

Commits on Aug 31, 2015

  1. Fix URL sanitization in examples/sanitizer.lua...

    Only absolute URLs with a non-whitelisted scheme (e.g. "javascript:")
    are rejected now. All relative URLs are allowed.
    craigbarnes committed Aug 31, 2015

Commits on Sep 1, 2015

Commits on Sep 5, 2015

Commits on Sep 12, 2015

Commits on Sep 21, 2015

  1. Add .travis.yml

    craigbarnes committed Sep 21, 2015

Commits on Sep 22, 2015

Commits on Sep 23, 2015

  1. Add LUA_PC=none to Travis script...

    to ensure that all lazy-evaluated variables are being overridden and
    pkg-config is not being queried at all.
    craigbarnes committed Sep 23, 2015

Commits on Sep 24, 2015

  1. Minor Makefile tweaks

    craigbarnes committed Sep 24, 2015
  2. Tag example code in README.md as "makefile" instead of "make"...

    (for compatibility with Pandoc syntax highlighter)
    craigbarnes committed Sep 24, 2015

Commits on Sep 25, 2015

Commits on Oct 5, 2015

  1. Add Makefile option to build and link with a local copy of libgumbo...

    Using this option will usually require setting LD_LIBRARY_PATH and is
    thus primarily useful for testing purposes.
    craigbarnes committed Oct 5, 2015

Commits on Oct 6, 2015

Commits on Oct 7, 2015

Commits on Oct 8, 2015

Commits on Oct 9, 2015

  1. Revert previous commit (aaf6d3b)...

    Removing the XCFLAGS override was a mistake and totally breaks the
    tests.
    craigbarnes committed Oct 9, 2015
  2. Minor Makefile tweaks

    craigbarnes committed Oct 9, 2015