aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
Commit message (Collapse)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 ↵Lars Magne Ingebrigtsen2011-11-142-1/+11
| | | | instead of throwing an error.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emulation/cua-base.el (cua-mode): * lisp/mail/footnote.el (footnote-mode): * lisp/mail/mailabbrev.el (mail-abbrevs-mode): * lisp/net/xesam.el (xesam-minor-mode): * lisp/progmodes/bug-reference.el (bug-reference-mode): * lisp/progmodes/cap-words.el (capitalized-words-mode): * lisp/progmodes/compile.el (compilation-minor-mode) (compilation-shell-minor-mode): * lisp/progmodes/gud.el (gud-tooltip-mode): * lisp/progmodes/hideif.el (hide-ifdef-mode): * lisp/progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode): * lisp/progmodes/subword.el (subword-mode): * lisp/progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): * lisp/progmodes/which-func.el (which-function-mode): * lisp/term/tvi970.el (tvi970-set-keypad-mode): * lisp/term/vt100.el (vt100-wide-mode): * lisp/textmodes/flyspell.el (flyspell-mode): * lisp/textmodes/ispell.el (ispell-minor-mode): * lisp/textmodes/nroff-mode.el (nroff-electric-mode): * lisp/textmodes/paragraphs.el (use-hard-newlines): * lisp/textmodes/refill.el (refill-mode): * lisp/textmodes/reftex.el (reftex-mode): * lisp/textmodes/rst.el (rst-minor-mode): * lisp/textmodes/sgml-mode.el (html-autoview-mode) (sgml-electric-tag-pair-mode): * lisp/textmodes/tex-mode.el (latex-electric-env-pair-mode): * lisp/vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode): * lisp/emulation/crisp.el (crisp-mode): * lisp/emacs-lisp/eldoc.el (eldoc-mode): * lisp/emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new minor mode behavior. * lisp/erc/erc-fill.el (erc-fill-mode): * lisp/erc/erc-track.el (erc-track-minor-mode): Doc fix. * lisp/erc/erc.el (define-erc-module): Fix autogenerated docstring to reflect Emacs 24 minor mode changes. * lisp/gnus/gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor mode from Lisp with nil arg enables it, so we have to make the working a bit ambiguous here).
* * 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-find-free-connection): If there was an error on connect, make sure the user isn't bothered with irrelevant questions.
* * url-http.el (url-http-parse-headers): For HTTP 301/302/307, don't convert ↵Chong Yidong2011-08-072-10/+7
| | | | | | to a GET request. Fixes: debbugs:701
* Copy over `url-show-status' to the async bufferChris Newton2011-07-132-0/+8
| | | | | | * url-http.el (url-http): Copy over `url-show-status' to the async buffer so that `url-display-percentage' does the right thing (bug#4680).
* * url-cache.el (url-cache-extract): Set buffer multibyte flag toJulien Danjou2011-07-062-0/+6
| | | | nil (bug#8827).
* * url-http.el (url-http-create-request): Remove double carriageNicolas Avrutin2011-07-032-1/+6
| | | | | | return and newline. Fixes: debbugs:8931
* * url-http.el (url-http-wait-for-headers-change-function): RemoveLars Magne Ingebrigtsen2011-07-032-13/+15
| | | | | | pointless "HTTP/0.9 How I hate thee!" message. Fixes: debbugs:6735
* * 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
| | | | | * lisp/url/url-queue.el (url-queue-parallel-processes, url-queue-timeout): Add :version tag for options that will be new in 24.1.
* (url-queue-parallel-processes): Increase the default to 6, since 2 seems too ↵Lars Magne Ingebrigtsen2011-05-312-1/+6
| | | | conservative for normal usage.
* * 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
| | | | | | or url-cookie-p won't be defined. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8747 for details.
* 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
| | | | parallelism when fetching web pages asynchronously.
* (url-http-wait-for-headers-change-function): Protect against malformed ↵Lars Magne Ingebrigtsen2011-04-162-0/+9
| | | | headerless responses from servers.
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* Add changes to lisp/url/ChangeLog omitted from ↵Chong Yidong2011-04-031-0/+5
| | | | 2011-04-02T23:41:[email protected].
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-021-29/+10
| | | | | | | | | | | | | | | | | | | | * lisp/subr.el (open-network-stream): Move to net/network-stream.el. * lisp/gnus/proto-stream.el: Move to net/network-stream.el. * lisp/net/network-stream.el: Move from gnus/proto-stream.el. Change prefix to network-stream throughout. (open-protocol-stream): Merge into open-network-stream, leaving open-protocol-stream as an alias. Handle nil BUFFER args. * lisp/gnus/nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command parameter to open-protocol-stream. * lisp/emacs-lisp/package.el (package--with-work-buffer): Recognize https URLs. * lisp/url/url-gw.el (url-open-stream): Use new open-network-stream functionality to perform encryption.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | * mail/smtpmail.el: Autoload `auto-source-search' instead of `auto-source-user-or-password. (smtpmail-try-auth-methods): Use it. * net/imap-hash.el: Autoload `auto-source-search' instead of `auto-source-user-or-password. (imap-hash-open-connection): Use it. * net/tramp-imap.el: Autoload `auto-source-search' instead of `auto-source-user-or-password. (tramp-imap-passphrase-callback-function): Use it. * net/tramp.el (tramp-default-method): Also check if `auth-source-search' is bound. (tramp-read-passwd): Use `auth-source-search' instead of `auto-source-user-or-password'. * url-parse.el (url-bit-for-url, url-user-for-url) (url-password-for-url): Use `auto-source-search' instead of `auto-source-user-or-password'. * url-auth.el: Autoload `auto-source-search' instead of `auto-source-user-or-password'. (url-basic-auth, url-digest-auth, url-do-auth-source-search): Use it.
* 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 ↵Lars Ingebrigtsen2011-02-022-6/+13
| | | | function has moved point.
* 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
| | | | | | | | | | | | | | * lisp/url/url-cookie.el: Don't require cl when compiling. (url-cookie-clean-up, url-cookie-generate-header-lines): Use dolist. (url-cookie-parse-file, url-cookie-store, url-cookie-retrieve) (url-cookie-handle-set-cookie): Simplify.
* | 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
| | | | | | | | Suggested by Lennart Borgman.
* | 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
| | | | | | | | process buffer being killed.