2012-05-04 Update the Makefile to play nice with platform specific wackiness. 0.1.1
Mahlon E. Smith <mahlon@martini.nu> [Fri, 04 May 2012 10:25:25 -0700] rev 24
Update the Makefile to play nice with platform specific wackiness.
2012-05-04 Added tag 0.1.0 for changeset 822094314703
Mahlon E. Smith <mahlon@martini.nu> [Fri, 04 May 2012 08:35:40 -0700] rev 23
Added tag 0.1.0 for changeset 822094314703
2012-05-04 Add the ability to optionally script rewrite logic using Lua. 0.1.0
Mahlon E. Smith <mahlon@martini.nu> [Fri, 04 May 2012 08:33:21 -0700] rev 22
Add the ability to optionally script rewrite logic using Lua.
2011-11-10 Tag for initial release (semver)
Mahlon E. Smith <mahlon@laika.com> [Wed, 09 Nov 2011 16:07:25 -0800] rev 21
Tag for initial release (semver)
2011-11-10 Removed tag 0.1 0.0.1
Mahlon E. Smith <mahlon@laika.com> [Wed, 09 Nov 2011 16:06:49 -0800] rev 20
Removed tag 0.1
2011-11-10 Added tag 0.1 for changeset d4ce82194b64
Mahlon E. Smith <mahlon@laika.com> [Wed, 09 Nov 2011 16:02:57 -0800] rev 19
Added tag 0.1 for changeset d4ce82194b64
2011-11-09 - 1st pass at documentation with the README.
Mahlon E. Smith <mahlon@laika.com> [Wed, 09 Nov 2011 15:54:37 -0800] rev 18
- 1st pass at documentation with the README. - Attempt to detect trivial redirect loops. - Loosen the request parser enough to just accept URLs, so you can easily test rewrite behavior by just running volta and pasting URLs. - Alter the whitelist "negative" rule syntax to more closely match normal rules. Rename references to negative rules from "whitelist" rules, to avoid confusion.
2011-11-07 Retain the CDB struct between lookups, only freeing when reopening the
Mahlon E. Smith <mahlon@martini.nu> [Mon, 07 Nov 2011 10:43:09 -0800] rev 17
Retain the CDB struct between lookups, only freeing when reopening the db. Big, big speed boost.
2011-11-07 Ensure that all output is flushed immediately.
Mahlon E. Smith <mahlon@martini.nu> [Mon, 07 Nov 2011 10:43:06 -0800] rev 16
Ensure that all output is flushed immediately. Fix free() bug for non-matching rules. When creating the rules cdb, make the tmpfile in the cwd instead of /tmp. Make regular expression matches case insensitive.
2011-11-05 Add whitelisting rules, to negate other matches if they come first in
Mahlon E. Smith <mahlon@martini.nu> [Sat, 05 Nov 2011 12:52:29 -0700] rev 15
Add whitelisting rules, to negate other matches if they come first in the ruleset. Remove the results set array completely, it's faster and requires less memory to do the comparisons inline.
(0) -10 +10 tip