aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* Use `auto-source-search' instead of `auto-source-user-or-password'.Ted Zlatanov2011-02-123-15/+37
* Fix the ChangeLog message to be more legible.Lars Ingebrigtsen2011-02-021-1/+2
* (url-http-wait-for-headers-change-function): Don't move if the callback funct...Lars Ingebrigtsen2011-02-022-6/+13
* Refill some long/short copyright headers.Glenn Morris2011-01-265-10/+5
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2430-52/+30
* Refill some copyright headers.Glenn Morris2011-01-156-12/+12
* Nuke arch-tags.Glenn Morris2011-01-1528-28/+0
* Merge from emacs-23Stefan Monnier2011-01-1430-36/+36
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0230-30/+30
* | url-cookie.el: Require 'cl when compilingMiles Bader2010-12-162-0/+7
* | Misc url-cookie tidy-up.Glenn Morris2010-12-132-155/+104
* | Merge from emacs-23Stefan Monnier2010-12-132-18/+24
|\|
| * * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART (Bug#7543).Chong Yidong2010-12-042-2/+8
* | ChangeLog fixes prompted by M-x authors.Glenn Morris2010-11-201-3/+4
* | Avoid interpreting file:/foo:/bar URLs via tramp.Lars Magne Ingebrigtsen2010-11-162-6/+18
* | * url-gw.el (url-open-stream): Use open-gnutls-stream if it exists.Lars Magne Ingebrigtsen2010-10-142-1/+8
* | url-http.el (url-http-end-of-document-sentinel): Protect against theLars Magne Ingebrigtsen2010-10-072-7/+13
* | (url-http-wait-for-headers-change-function): Revert previousLars Magne Ingebrigtsen2010-10-042-2/+3
* | * url-http.el (url-http-wait-for-headers-change-function): ProtectLars Magne Ingebrigtsen2010-10-042-1/+7
* | Cosmetic changes for some lisp/url files.Glenn Morris2010-10-033-12/+17
* | url-vars.el (url-mime-charset-string): Changed the default to nil toLars Magne Ingebrigtsen2010-10-032-1/+7
* | url-http.el comment.Glenn Morris2010-10-021-2/+3
* | (url-lazy-message): Remove leftover debugging code.Lars Magne Ingebrigtsen2010-10-022-4/+1
* | Modify url-retrieve and related functions and structures to respect aLars Magne Ingebrigtsen2010-10-025-10/+39
* | Use url-lazy-message for warnings about ignored cookies.Lars Magne Ingebrigtsen2010-10-012-2/+5
* | (url-http-async-sentinel): Check that the buffer is still alive beforeLars Magne Ingebrigtsen2010-10-012-14/+20
* | Small url-cache fix.Julien Danjou2010-09-252-5/+17
* | Merge changes from emacs-23 branchChong Yidong2010-09-232-1/+6
|\|
| * * lisp/url/url-cache.el (url-is-cached): Doc fix.Glenn Morris2010-09-182-3/+8
* | * lisp/url/url-cache.el (url-cache-expire-time): Doc fix.Glenn Morris2010-09-222-1/+3
* | Fix previous url-cache fix.Glenn Morris2010-09-221-6/+6
* | * url-cache.el (url-cache-expired): Don't autoload. Tweak previous change.Glenn Morris2010-09-222-13/+17
* | Small url-cache update.Julien Danjou2010-09-222-15/+24
* | * lisp/url/url-cache.el (url-fetch-from-cache): New function.Julien Danjou2010-09-192-0/+10
* | Fix ChangeLog typo, mea culpa.Glenn Morris2010-09-181-1/+1
* | * lisp/url/url-vars.el (url-automatic-caching): Remove unused variable.Julien Danjou2010-09-182-9/+4
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-143-39/+22
|\|
| * * lisp/url/url-cache (url-store-in-cache): Make `buff' argument really optional.Julien Danjou2010-09-102-8/+9
| * * lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.Glenn Morris2010-09-082-8/+9
| * * lisp/url/url-cookie.el (url-cookie-expired-p): Simplify and fix. (Bug#6957)shawn boles2010-09-082-29/+10
* | lisp/url tiny fixes.Glenn Morris2010-09-107-45/+51
* | Merge from emacs-23Juanma Barranquero2010-07-272-1/+14
|\|
| * * url-http (url-http-parse-headers): Disable file name handlers atMichael Albinus2010-07-262-2/+8
| * * url-http (url-http-parse-headers): Disable Tramp. (Bug#6717)Michael Albinus2010-07-252-1/+8
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-201-2/+2
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+1
|\|
| * * lisp/url/ChangeLog: Standardize author name .Glenn Morris2010-06-211-1/+1
* | 2010-07-01 Mark A. Hershberger <[email protected]>Mark A. Hershberger2010-07-012-1/+7
* | Add in some useful convenience functions for handling HTTP.Mark A. Hershberger2010-06-222-0/+26
* | Merge from emacs-23Stefan Monnier2010-06-162-1/+5
|\|