summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in last change.scratch/with-urlLars Ingebrigtsen2017-01-231-1/+2
* Prune the cache faster.Lars Ingebrigtsen2017-01-231-8/+10
* Fix typo in pruning function.Lars Ingebrigtsen2017-01-231-1/+1
* Refactor the user-agent function for reuseLars Ingebrigtsen2017-01-231-2/+9
* Make form submission work with with-urlLars Ingebrigtsen2017-01-231-2/+6
* with-url now uses 'get, not "GET"Lars Ingebrigtsen2017-01-232-6/+4
* Default to no encoding in headersLars Ingebrigtsen2017-01-231-9/+10
* Use symbols for the get/post method instead of stringsLars Ingebrigtsen2017-01-231-28/+16
* Switch headers to symbols instead of stringsLars Ingebrigtsen2017-01-231-18/+48
* Get relative redirects rightLars Ingebrigtsen2017-01-231-1/+3
* Position cached images correctly in the bufferLars Ingebrigtsen2017-01-231-4/+13
* Respect the buffer parameterLars Ingebrigtsen2017-01-221-1/+1
* Don't move point around when inserting imagesLars Ingebrigtsen2017-01-221-11/+13
* Get chunked decoding rightLars Ingebrigtsen2017-01-221-2/+4
* Make reloading work again.Lars Ingebrigtsen2017-01-221-4/+5
* Build fixLars Ingebrigtsen2017-01-221-0/+1
* Heed the Cache-Control headerLars Ingebrigtsen2017-01-221-2/+12
* Adapt to the new cacheLars Ingebrigtsen2017-01-221-55/+26
* Fix up some :wait issuesLars Ingebrigtsen2017-01-221-4/+9
* Finish implementation of the cacheLars Ingebrigtsen2017-01-221-40/+93
* Put the caching functions into the main file and remove the -cache fileLars Ingebrigtsen2017-01-222-46/+89
* ScaffoldingLars Ingebrigtsen2017-01-221-0/+33
* Remove debuggingLars Ingebrigtsen2017-01-221-4/+0
* Signal sentinels on asynch network problemsLars Ingebrigtsen2017-01-221-0/+5
* Fix unsupported type caseLars Ingebrigtsen2017-01-221-0/+1
* Make network errors prettierLars Ingebrigtsen2017-01-221-1/+3
* Execute the callback when we have a basic network errorLars Ingebrigtsen2017-01-221-20/+26
* Fix compilation warningLars Ingebrigtsen2017-01-221-1/+1
* Fix the previous kludge slightly.Lars Ingebrigtsen2017-01-221-4/+2
* Add a hack until with-url gets a new cacheLars Ingebrigtsen2017-01-221-12/+22
* We want a read timeout, not a total timeout, I thinkLars Ingebrigtsen2017-01-221-1/+1
* Implement the data: schemeLars Ingebrigtsen2017-01-221-30/+65
* Increase timeouts not that progress is more ensuredLars Ingebrigtsen2017-01-221-2/+2
* Allow specifying that redirects should not be followedLars Ingebrigtsen2017-01-221-4/+14
* Always kill the buffer, even when ignoring errorsLars Ingebrigtsen2017-01-221-9/+14
* Remove unused parameterLars Ingebrigtsen2017-01-221-2/+2
* Make :wait case actually work.Lars Ingebrigtsen2017-01-221-17/+20
* Rework for with-urlLars Ingebrigtsen2017-01-221-13/+7
* Fix syntax error in with-url reworkLars Ingebrigtsen2017-01-221-3/+4
* Handle the case where the peer drops connection with no Content-LengthLars Ingebrigtsen2017-01-221-6/+35
* Get the "peer closes connection first" case rightLars Ingebrigtsen2017-01-221-9/+17
* Remove debuggingLars Ingebrigtsen2017-01-221-1/+0
* Allow a global debugging switch for easier debuggingLars Ingebrigtsen2017-01-211-6/+10
* Get the HTML redirect right (for duck duck go).Lars Ingebrigtsen2017-01-211-7/+8
* Decompress compressed dataLars Ingebrigtsen2017-01-211-0/+5
* Actually send over the HTTP headersLars Ingebrigtsen2017-01-211-4/+9
* Convert to with-urlLars Ingebrigtsen2017-01-211-55/+18
* Convert to with-urlLars Ingebrigtsen2017-01-211-66/+65
* Fix wrong inputs to certain functionsLars Ingebrigtsen2017-01-211-4/+5
* Fetch forms with with-urlLars Ingebrigtsen2017-01-211-38/+18