You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by mivok <gi...@git.apache.org> on 2013/03/17 18:57:10 UTC

trafficserver pull request: Cacheurl improvements - TS-1753

GitHub user mivok opened a pull request:

    https://github.com/apache/trafficserver/pull/7

    Cacheurl improvements - TS-1753

    I've made a couple of improvements to the cacheurl plugin:
    
     * parameter to take a location for the config file
     * ability to be called as a remap plugin

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mivok/trafficserver cacheurl

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/7.patch

----
commit e224d73ad46b5b7268823ebe894fa2498a2f6185
Author: Mark Harrison <ma...@mivok.net>
Date:   2013-02-18T23:16:51Z

    Update README for cacheurl plugin with examples

commit d11719337aadb679140fe9d29f6bbea9e62fe920
Author: Mark Harrison <ma...@mivok.net>
Date:   2013-03-09T19:27:57Z

    Allow specifying cacheurl.config location
    
    This is done as the first parameter in plugins.config.

commit a9e50bab785a07efca4d3314dd6a98ab276247bd
Author: Mark Harrison <ma...@mivok.net>
Date:   2013-03-10T23:21:01Z

    Allow cacheurl to be used as a remap plugin
    
    This also requires that the config be stored either with the remap instance or
    the transaction continuation (depending on how the plugin is called) and that
    more than one configuration be able to be loaded. The configuration is now
    dynamically allocated as a result.

commit f0161afa941ac8ff9f9f48f4ef69be14353c348f
Author: Mark Harrison <ma...@mivok.net>
Date:   2013-03-11T21:56:01Z

    Cacheurl should clean up after itself

commit 92fe8594e86515207eafac53e44aab2d305b4248
Author: Mark Harrison <ma...@mivok.net>
Date:   2013-03-14T21:13:02Z

    Convert README to restructured text (for later inclusion in official docs)

commit 3c46b68c6e0638373b45200336b34bbc5029e08b
Author: Mark Harrison <ma...@mivok.net>
Date:   2013-03-17T17:47:12Z

    Mention remap plugin invocation in the docs

----