summaryrefslogtreecommitdiff
path: root/lisp/url/with-url.el
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
* 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
* Get chunked decoding rightLars Ingebrigtsen2017-01-221-2/+4
* Build fixLars Ingebrigtsen2017-01-221-0/+1
* Heed the Cache-Control headerLars Ingebrigtsen2017-01-221-2/+12
* 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-221-13/+89
* Remove debuggingLars Ingebrigtsen2017-01-221-4/+0
* 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
* Implement the data: schemeLars Ingebrigtsen2017-01-221-30/+65
* 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
* 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
* Allow a global debugging switch for easier debuggingLars Ingebrigtsen2017-01-211-6/+10
* Decompress compressed dataLars Ingebrigtsen2017-01-211-0/+5
* Actually send over the HTTP headersLars Ingebrigtsen2017-01-211-4/+9
* Fix wrong inputs to certain functionsLars Ingebrigtsen2017-01-211-4/+5
* Finish implementing the data encoding things (possibly)Lars Ingebrigtsen2017-01-211-15/+28
* Save the TLS status while it still existsLars Ingebrigtsen2017-01-211-3/+3
* Save TLS peer status and other things callers needLars Ingebrigtsen2017-01-211-20/+34
* Implement ftp: and file:Lars Ingebrigtsen2017-01-211-0/+39
* Use the cacheLars Ingebrigtsen2017-01-211-7/+32
* Make the status correct on timeouts and too many redirectsLars Ingebrigtsen2017-01-211-3/+11
* Rework to use buffer-local header variables instead of explicit variablesLars Ingebrigtsen2017-01-211-44/+81
* Try to avoid negative parametersLars Ingebrigtsen2017-01-211-27/+38
* Compilation fixesLars Ingebrigtsen2016-12-301-2/+3
* Start implementationLars Ingebrigtsen2016-12-301-0/+431