aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-0233-33/+38
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-0133-33/+38
* | Two fixes for the URL library (tiny change).Takafumi Arakaki2012-12-224-5/+21
* | * lisp/url/url-misc.el (url-do-terminal-emulator): Use make-termChong Yidong2012-12-032-21/+20
|/
* * url-parse.el (url-path-and-query): Minor doc fix.Chong Yidong2012-11-171-1/+1
* CommentGlenn Morris2012-10-131-0/+2
* Add .xz to some url code (tiny change).Liam Stitt2012-10-133-2/+10
* Doc fix for url-http.Chong Yidong2012-10-133-7/+18
* Fix for url-https.el neing merged into url-http.elGlenn Morris2012-10-082-1/+8
* * lisp/url/url-http.el (url-http-user-agent-string): Leak less info.Stefan Monnier2012-10-012-15/+9
* * lisp/url/url-handlers.el (url-file-handler): Don't assume any url-FOOStefan Monnier2012-09-292-10/+29
* url-util.el: Fix two docstrings.Bastien Guerry2012-09-292-3/+8
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-253-2/+8
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-1/+1
* 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