aboutsummaryrefslogtreecommitdiffstats
path: root/bin/httpcompression
Commit message (Collapse)AuthorAgeFilesLines
* bin: Update and improve `httpcompression`Cătălin Mariș2015-02-041-136/+178
| | | | | | Simplify and improve the `httpcompression` script while also modifying it so that it accepts multiple URLs and checks if `cURL` is installed. Closes #491.
* .osx: Remove “increase window resize speed”Mathias Bynens2014-11-281-1/+1
| | | | Sadly, this doesn’t work anymore in OS X 10.10.
* bin: Make `httpcompression` prevent cachingCătălin Mariș2013-12-081-6/+20
| | | | | | | | | | | In some cases, intermediate proxies ignore the `Content-Encoding` header altogether. Sending `Cache-Control no-cache` as a request header solves this problem by forcing validation of the resources in the intermediate proxies, thereby, ensuring that every request is fetched from the origin server. Ref. alrra/dotfiles#2. Closes #308.
* .functions: Improve `httpcompression` and move it to its own fileCãtãlin Mariş2013-05-101-0/+127
Closes #162.