aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (url-http-create-request):Stefan Monnier2006-09-012-3/+15
| | | | Use `url-recreate-url-attributes' when setting real-fname.
* (url-recreate-url-attributes): New function, code moved from `url-recreate-url'.Stefan Monnier2006-09-011-10/+13
| | | | (url-recreate-url): Use it. Put the `url-target' at the end of the URL.
* (url-cookie-write-file): Really don't use versioned backups.Stefan Monnier2006-08-292-2/+6
|
* (url-file-local-copy): Tell url-copy-file that the dest file will already exist.Stefan Monnier2006-08-252-1/+6
|
* (url-hexify-string): Only utf-8 encode if it's a multibyte string.Stefan Monnier2006-07-312-9/+27
| | | | | (url-normalize-url): Remove unused var `grok'. (url-truncate-url-for-viewing): Remove unused var `tail'.
* (url-hexify-string): Rewrite.Thien-Thi Nguyen2006-07-302-11/+17
|
* Update for ERC 5.1.3.Miles Bader2006-07-142-3/+5
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org>
* *** empty log message ***Stefan Monnier2006-07-121-2/+2
|
* Remove spurious * in docstrings.Stefan Monnier2006-07-112-8/+24
| | | | | | | (url-cookie-write-file): Don't use versioned backups. (url-cookie-host-can-set-p): Remove unused var `tmp'. (url-cookie-save-interval): Move to url-cookie group. (url-cookie-write-file): Reset url-cookies-changed-since-last-save.
* (url-http-file-exists-p): Test if status is integer.Reiner Steib2006-05-122-1/+6
|
* *** empty log message ***Eli Zaretskii2006-05-051-0/+5
|
* (url-http-parse-headers): Don't reuse connection if "Connection: close" headerEli Zaretskii2006-05-051-0/+4
| | | | was seen.
* (url-open-stream): Don't hide errors.Stefan Monnier2006-04-262-7/+17
| | | | (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.
* (url-insert): New function.Stefan Monnier2006-04-261-21/+35
| | | | (url-insert-file-contents): Use it.
* (url-handler-directory-file-name): New handler.Stefan Monnier2006-03-292-1/+25
| | | | (url-file-local-copy): Plug race condition security hole.
* Fix last change.Romain Francoise2006-03-271-1/+2
|
* (url-irc-rcirc, url-irc-erc): New functions.Romain Francoise2006-03-272-4/+22
| | | | | (url-irc-function): Add rcirc and ERC to the list of IRC clients. Default to rcirc, since ZenIRC isn't part of Emacs.
* (url-http-find-free-connection): Fix braino in last fix.Stefan Monnier2006-03-072-1/+6
|
* (url-http-find-free-connection): Don't kill the processStefan Monnier2006-03-062-8/+18
| | | | | | when killing the temp buffer. (url-http-symbol-value-in-buffer): Massage to make it clear to the byte-compiler that the function is defined.
* (url-http-find-free-connection): braino.Stefan Monnier2006-02-201-1/+1
|
* (url-redirect-buffer): New var.Stefan Monnier2006-02-202-13/+34
| | | | (url-retrieve-synchronously): Use it to follow redirections.
* Require `url' rather than try to autoload parts of it.Stefan Monnier2006-02-201-21/+27
| | | | | | (url-http-find-free-connection): `url-open-stream' needs a real buffer. (url-http-parse-headers): Set `url-redirect-buffer' when following a redirection reply.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0523-23/+24
|
* Move defvars out of eval-when-compile.Stefan Monnier2006-01-182-12/+14
| | | | (url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer.
* (url-retrieve-synchronously): Adjust the workaround so as notStefan Monnier2006-01-102-2/+8
| | | | to stop in the middle of a redirection.
* (url-privacy-level): Add setter.Stefan Monnier2006-01-102-4/+9
|
* (url-setup-privacy-info): Add docstring.Stefan Monnier2006-01-101-6/+5
|
* (url-history-hash-table): Initialize in declaration.Stefan Monnier2006-01-052-37/+44
| | | | | | | | | (url-history-parse-history): Don't reset the history. (url-history-save-history): Create parent dir if necessary. (url-history-save-history): Don't write the initialization of url-history-hash-table into the history file. (url-have-visited-url): Simplify since url-history-hash-table is non-nil. (url-completion-function): Simplify.
* (url-cookie-parse-file): Don't complain of missing file.Stefan Monnier2006-01-052-8/+19
| | | | | | | (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve) (url-cookie-generate-header-lines, url-cookie-handle-set-cookie) (url-cookie-setup-save-timer): Remove autoload cookies. They're only called from files that require url-cookie anyway.
* (url-history-parse-history): Don't complain if the file is missing.Stefan Monnier2006-01-051-5/+4
| | | | | | (url-history-setup-save-timer, url-history-parse-history) (url-history-save-history): Remove autoload cookies. They're only called from url.el which requires url-history anyway.
* (url-retrieve-synchronously): Don't autoload.Stefan Monnier2006-01-022-2/+9
|
* (url-retrieve, url-retrieve-synchronously): Autoload.Stefan Monnier2006-01-021-1/+3
|
* Require `url'.Stefan Monnier2006-01-021-1/+2
|
* (url-store-in-cache): Use save-current-buffer.Stefan Monnier2005-12-272-2/+4
|
* (url-configuration-directory): Don't autoload because theStefan Monnier2005-12-272-1/+5
| | | | default value needs to be computed at run-time, not dump-time.
* (url-cookie-write-file): Create parent dir.Stefan Monnier2005-12-212-2/+9
|
* (url-configuration-directory): Use ~/.emacs.d if possible.Stefan Monnier2005-12-211-1/+5
|
* (url-cookie-save-interval): Simplify.Richard M. Stallman2005-12-082-18/+13
| | | | (url-cookie-setup-save-timer): Simplify.
* (url-history-list): Var deleted for real.Richard M. Stallman2005-12-081-3/+0
|
* (url-history-list): Var deleted.Richard M. Stallman2005-12-042-20/+14
| | | | | (url-history-save-interval): Simplify. (url-history-setup-save-timer): Simplify.
* (url-history-track): Fix last change.Kim F. Storm2005-12-011-1/+1
|
* *** empty log message ***Kim F. Storm2005-12-011-0/+4
|
* (url-history-track): Call url-history-setup-save-timer in :set function.Richard M. Stallman2005-12-012-4/+18
| | | | | :type allows three alternatives. (url-history-setup-save-timer): Test url-history-track.
* (url-retrieve): Test url-history-track.Richard M. Stallman2005-12-011-1/+2
|
* Use with-current-buffer.Stefan Monnier2005-11-182-31/+28
| | | | | | (url-http-target-url): Rename from url-http-cookies-sources. (url-http-parse-headers): Use it. (url-http-handle-authentication): Use subst-char-in-string.
* (url-insert-file-contents): Use the charset infoStefan Monnier2005-11-162-9/+16
| | | | provided by the HTTP server, if any.
* *** empty log message ***Eli Zaretskii2005-10-201-0/+9
|
* Remove XEmacs conditionals.Eli Zaretskii2005-10-205-31/+8
|
* *** empty log message ***Stefan Monnier2005-10-161-0/+4
|
* Don't try to autoload hash table functions.Richard M. Stallman2005-10-152-10/+4
|