summaryrefslogtreecommitdiff
path: root/plugins/urltools
AgeCommit message (Collapse)Author
2018-09-11urltools: add readme (#7126)Garth Mortensen
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2016-08-14plugins/urltools: add suport for python 3 (#5039)$ea
Python 3!!!!
2013-07-02Add shell built methoddongweiming
2012-12-02urltools for EveryoneBrian Hartvigsen
#1445 is great, if you use node.  For those that don't this should mean we can find a reasonable fallback. Users can force urltools to use a specific system by setting `URLTOOLS_METHOD` to one of: * `node` * `python` * `ruby` * `php` * `perl` Note that you can't (currently) choose which `perl` sublibrary to use, it will use either `URI::Encode`, `URI::Escape`, or regular expressions in that order of preference.
2012-11-28Node.js version of urltools es more fast (53% aprox), you can try this with ↵Gustavo
strace -o trace -c -Ttt
2012-10-08URL Tools PluginIan Chesal
* Added urlencode -- alias to encode URLs from the command line using Python * Added urldecode -- alias to decode URLs from the command line using Python