aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* * lisp/url/url-http.el (url-http-parse-headers): Re-enable file-name-handlers.Stefan Monnier2012-08-142-7/+10
* * lisp/url/url-util.el (url-file-directory, url-file-nondirectory): AvoidDavid Engster2012-08-122-7/+15
* Last change fixes Bug#12069Jason Rumney2012-08-111-1/+1
* * lisp/url/url-http.el (url-http-create-request): Use url-http-proxy toJason Rumney2012-08-112-1/+6
* Fix various issues with url-dav package (Bug#11916).David Engster2012-07-282-11/+34
* Fix typos in ChangeLogs.Juanma Barranquero2012-07-141-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-1116-184/+145
* * url-vars.el (mm-mime-mule-charset-alist, mm-coding-system-p): Declare.Glenn Morris2012-06-302-0/+8
* * url.el (url-retrieve-internal): Fix last change.Chong Yidong2012-06-212-3/+7
* lisp/url/url-handlers.el (url-handler-regexp): Declare.Juanma Barranquero2012-06-132-0/+6
* * url-handlers.el: Re-order file to avoid recursive load.Chong Yidong2012-06-122-15/+18
* Various minor variable/hook cleanups.Chong Yidong2012-06-124-22/+39
* * lisp/url/url-http.el (url-http-codes): Fix mal-formed defconst.Leo Liu2012-05-252-2/+6
* mention bug#8706 in the last url-util.el ChangeLog entryTed Zlatanov2012-05-151-1/+1
* add url-build-query-string and improve url-parse-query-string as per bug#8706Ted Zlatanov2012-05-152-13/+60
* Make URL redirection work again.Lars Magne Ingebrigtsen2012-05-142-1/+10
* Cleanups and improvements for FFAP and URL.Chong Yidong2012-05-104-46/+72
* * url-util.el (url--allowed-chars): Use upper-case for percent-encoding.Chong Yidong2012-05-092-3/+6
* Improve RFC 3986 conformance of url package.Chong Yidong2012-05-096-125/+259
* Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-262-7/+12
* Tiny url-util.el code clean-up.Lars Magne Ingebrigtsen2012-04-101-2/+1
* Revert previous url-util patch.Lars Magne Ingebrigtsen2012-04-102-10/+3
* (url-retrieve-internal): Hexify multibye URL string first when necessary.William Xu2012-04-102-2/+19
* Comment trivia.Glenn Morris2012-04-101-1/+3
* (url-unhex-string): Add an optional CODING-SYSTEM parameter.Lars Magne Ingebrigtsen2012-04-102-3/+10
* Add a policy list of domains that url.el can set cookies forLars Magne Ingebrigtsen2012-04-103-32/+117
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-095-9/+9
* Fix race condition in url-queue when doing the callbackLars Magne Ingebrigtsen2012-03-252-1/+7
* Always call the callback when timing out url-queue jobsLars Magne Ingebrigtsen2012-03-142-3/+19
* Allow url-http to handle expired keepalive connections.Chong Yidong2012-03-112-10/+31
* Bugfix for url-http-find-free-connection.Devon Sean McCullough2012-03-112-23/+30
* Avoid a race condition in url-queue-kill-jobLars Ingebrigtsen2012-02-202-3/+9
* Warn instead of erroring when pruning the URL cacheLars Ingebrigtsen2012-02-202-1/+9
* Make url-queue not kill a random buffer on errorLars Ingebrigtsen2012-02-192-1/+7
* Kill jobs that we remove from the queueLars Ingebrigtsen2012-02-142-6/+16
* * url-future.el: Minor doc update.Ted Zlatanov2012-02-142-1/+5
* Remove unused require in url-future.elLeo Liu2012-02-142-1/+4
* Move url-future.el ERT test to test/automated/url-future-tests.el.Ted Zlatanov2012-02-132-27/+4
* Fix typo in last checkin.Lars Ingebrigtsen2012-02-101-1/+1
* Cookie/redirection URL fixupLars Ingebrigtsen2012-02-102-1/+7
* Fix previous URL doc changeGlenn Morris2012-02-102-3/+7
* * url-http.el (url-http-clean-headers): Return the number ofAndreas Schwab2012-02-102-5/+15
* Document url-queue-retrieveGlenn Morris2012-02-092-4/+9
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-1/+4
* Allow specifying whether to inhibit cookies on a per-URL basisLars Ingebrigtsen2012-02-085-13/+42
* Add extra checks before expiring the URL cacheLars Ingebrigtsen2012-02-062-18/+22
* Expire URL items from the on-disk cache once in a whileLars Ingebrigtsen2012-02-063-0/+39
* Try to mitigate DNS failures when downloading stuff asynchronouslyLars Ingebrigtsen2012-02-062-2/+51
* Fix typos in ChangeLogs.Juanma Barranquero2012-01-311-11/+10