diff options
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 7c92fc33490..f4cca618b49 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * url-cache.el (url-cache-prune-cache): New function. | ||
| 4 | (url-cache-prune-cache): Check that the directory exists before | ||
| 5 | trying to delete it. | ||
| 6 | |||
| 7 | * url.el (url-retrieve-number-of-calls): New variable. | ||
| 8 | (url-retrieve-internal): Use it to expire the cache once in a | ||
| 9 | while. | ||
| 10 | |||
| 11 | * url-queue.el (url-queue-setup-runners): New function that uses | ||
| 12 | `run-with-idle-timer' for extra asynchronicity. | ||
| 13 | (url-queue-remove-jobs-from-host): New function. | ||
| 14 | (url-queue-callback-function): Remove jobs from the same host if | ||
| 15 | connection failed. | ||
| 16 | |||
| 1 | 2012-01-12 Glenn Morris <rgm@gnu.org> | 17 | 2012-01-12 Glenn Morris <rgm@gnu.org> |
| 2 | 18 | ||
| 3 | * url-auth.el (url-basic-auth, url-digest-auth): | 19 | * url-auth.el (url-basic-auth, url-digest-auth): |