aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-261-2/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-172-2/+2
* Fix typos.Juanma Barranquero2011-11-152-3/+7
* Spelling fixes.Paul Eggert2011-11-143-5/+5
* If the server hangs up while we're talking to it, just `message' the error in...Lars Magne Ingebrigtsen2011-11-142-1/+11
* Spelling fixes.Paul Eggert2011-11-081-1/+1
* (url-cookie-expired-p): Protect against zero-length cookie expiry dates.Lars Magne Ingebrigtsen2011-11-032-1/+7
* Fix more minor mode docstrings.Chong Yidong2011-10-192-1/+8
* * url-http.el (url-http-create-request): Avoid adding extra CRLF (Bug#8931).Christopher J. White2011-09-242-1/+8
* Fix URL connection failing handling.Lars Magne Ingebrigtsen2011-09-132-0/+10
* * url-http.el (url-http-parse-headers): For HTTP 301/302/307, don't convert t...Chong Yidong2011-08-072-10/+7
* Copy over `url-show-status' to the async bufferChris Newton2011-07-132-0/+8
* * url-cache.el (url-cache-extract): Set buffer multibyte flag toJulien Danjou2011-07-062-0/+6
* * url-http.el (url-http-create-request): Remove double carriageNicolas Avrutin2011-07-032-1/+6
* * url-http.el (url-http-wait-for-headers-change-function): RemoveLars Magne Ingebrigtsen2011-07-032-13/+15
* * lisp/url/url-future.el (url-future-test): Fix scope of `saver'.Andreas Schwab2011-06-042-3/+7
* Add :version tags for url-queue.el.Glenn Morris2011-06-012-0/+7
* (url-queue-parallel-processes): Increase the default to 6, since 2 seems too ...Lars Magne Ingebrigtsen2011-05-312-1/+6
* * url-future.el: Add general futures facility.Ted Zlatanov2011-05-312-0/+130
* Add option :named to defstruct in url-cookie.elLeo Liu2011-05-292-9/+8
* Kill all processes associated with the buffer.Lars Magne Ingebrigtsen2011-05-021-3/+4
* Autoload `url-queue-retrieve', and fix up the pruning code.Lars Magne Ingebrigtsen2011-05-022-7/+11
* (url-queue-run-queue): Pick the first waiting job, and not the last.Lars Magne Ingebrigtsen2011-05-022-3/+7
* Add the new file url-queue.el, which allows controlling theLars Magne Ingebrigtsen2011-05-022-0/+112
* (url-http-wait-for-headers-change-function): Protect against malformed header...Lars Magne Ingebrigtsen2011-04-162-0/+9
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
* Add changes to lisp/url/ChangeLog omitted from 2011-04-02T23:41:03Z!cyd@stupi...Chong Yidong2011-04-031-0/+5
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-021-29/+10
* ChangeLog fix.Glenn Morris2011-04-021-1/+1
* lisp/url/url-cookie.el: Use `dolist' rather than `mapcar'.Juanma Barranquero2011-04-022-3/+7
* 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