aboutsummaryrefslogtreecommitdiffstats
path: root/.curlrc
Commit message (Collapse)AuthorAgeFilesLines
* .curlrc: Add back `connect-timeout`Mathias Bynens2015-01-051-0/+3
| | | | This was removed by mistake in 216a63328e9df1479c0f4790444afaccd16c80e5. Thanks to @alrra for spotting it!
* .curlrc: Remove `max-time`Mathias Bynens2015-01-051-5/+2
| | | | Don’t globally timeout cURL operations without knowing the size of the files being downloaded. Hat tip: @necolas.
* .curlrc: Set connection timeout to 60 secondsMathias Bynens2014-06-071-0/+4
| | | | This matches the setting in `.wgetrc`.
* .curlrc: Disguise as IE 9 on Windows 7Simon Owen Design2013-07-251-2/+2
| | | | This matches the `.wgetrc` settings.
* Add .curlrcMathias Bynens2013-04-021-0/+4
Closes #152.