| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (url-http-create-request): | Stefan Monnier | 2006-09-01 | 2 | -3/+15 |
| | | | | | Use `url-recreate-url-attributes' when setting real-fname. | ||||
| * | (url-recreate-url-attributes): New function, code moved from `url-recreate-url'. | Stefan Monnier | 2006-09-01 | 1 | -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 Monnier | 2006-08-29 | 2 | -2/+6 |
| | | |||||
| * | (url-file-local-copy): Tell url-copy-file that the dest file will already exist. | Stefan Monnier | 2006-08-25 | 2 | -1/+6 |
| | | |||||
| * | (url-hexify-string): Only utf-8 encode if it's a multibyte string. | Stefan Monnier | 2006-07-31 | 2 | -9/+27 |
| | | | | | | (url-normalize-url): Remove unused var `grok'. (url-truncate-url-for-viewing): Remove unused var `tail'. | ||||
| * | (url-hexify-string): Rewrite. | Thien-Thi Nguyen | 2006-07-30 | 2 | -11/+17 |
| | | |||||
| * | Update for ERC 5.1.3. | Miles Bader | 2006-07-14 | 2 | -3/+5 |
| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org> | ||||
| * | *** empty log message *** | Stefan Monnier | 2006-07-12 | 1 | -2/+2 |
| | | |||||
| * | Remove spurious * in docstrings. | Stefan Monnier | 2006-07-11 | 2 | -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 Steib | 2006-05-12 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-05-05 | 1 | -0/+5 |
| | | |||||
| * | (url-http-parse-headers): Don't reuse connection if "Connection: close" header | Eli Zaretskii | 2006-05-05 | 1 | -0/+4 |
| | | | | | was seen. | ||||
| * | (url-open-stream): Don't hide errors. | Stefan Monnier | 2006-04-26 | 2 | -7/+17 |
| | | | | | (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer. | ||||
| * | (url-insert): New function. | Stefan Monnier | 2006-04-26 | 1 | -21/+35 |
| | | | | | (url-insert-file-contents): Use it. | ||||
| * | (url-handler-directory-file-name): New handler. | Stefan Monnier | 2006-03-29 | 2 | -1/+25 |
| | | | | | (url-file-local-copy): Plug race condition security hole. | ||||
| * | Fix last change. | Romain Francoise | 2006-03-27 | 1 | -1/+2 |
| | | |||||
| * | (url-irc-rcirc, url-irc-erc): New functions. | Romain Francoise | 2006-03-27 | 2 | -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 Monnier | 2006-03-07 | 2 | -1/+6 |
| | | |||||
| * | (url-http-find-free-connection): Don't kill the process | Stefan Monnier | 2006-03-06 | 2 | -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 Monnier | 2006-02-20 | 1 | -1/+1 |
| | | |||||
| * | (url-redirect-buffer): New var. | Stefan Monnier | 2006-02-20 | 2 | -13/+34 |
| | | | | | (url-retrieve-synchronously): Use it to follow redirections. | ||||
| * | Require `url' rather than try to autoload parts of it. | Stefan Monnier | 2006-02-20 | 1 | -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 Nguyen | 2006-02-05 | 23 | -23/+24 |
| | | |||||
| * | Move defvars out of eval-when-compile. | Stefan Monnier | 2006-01-18 | 2 | -12/+14 |
| | | | | | (url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer. | ||||
| * | (url-retrieve-synchronously): Adjust the workaround so as not | Stefan Monnier | 2006-01-10 | 2 | -2/+8 |
| | | | | | to stop in the middle of a redirection. | ||||
| * | (url-privacy-level): Add setter. | Stefan Monnier | 2006-01-10 | 2 | -4/+9 |
| | | |||||
| * | (url-setup-privacy-info): Add docstring. | Stefan Monnier | 2006-01-10 | 1 | -6/+5 |
| | | |||||
| * | (url-history-hash-table): Initialize in declaration. | Stefan Monnier | 2006-01-05 | 2 | -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 Monnier | 2006-01-05 | 2 | -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 Monnier | 2006-01-05 | 1 | -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 Monnier | 2006-01-02 | 2 | -2/+9 |
| | | |||||
| * | (url-retrieve, url-retrieve-synchronously): Autoload. | Stefan Monnier | 2006-01-02 | 1 | -1/+3 |
| | | |||||
| * | Require `url'. | Stefan Monnier | 2006-01-02 | 1 | -1/+2 |
| | | |||||
| * | (url-store-in-cache): Use save-current-buffer. | Stefan Monnier | 2005-12-27 | 2 | -2/+4 |
| | | |||||
| * | (url-configuration-directory): Don't autoload because the | Stefan Monnier | 2005-12-27 | 2 | -1/+5 |
| | | | | | default value needs to be computed at run-time, not dump-time. | ||||
| * | (url-cookie-write-file): Create parent dir. | Stefan Monnier | 2005-12-21 | 2 | -2/+9 |
| | | |||||
| * | (url-configuration-directory): Use ~/.emacs.d if possible. | Stefan Monnier | 2005-12-21 | 1 | -1/+5 |
| | | |||||
| * | (url-cookie-save-interval): Simplify. | Richard M. Stallman | 2005-12-08 | 2 | -18/+13 |
| | | | | | (url-cookie-setup-save-timer): Simplify. | ||||
| * | (url-history-list): Var deleted for real. | Richard M. Stallman | 2005-12-08 | 1 | -3/+0 |
| | | |||||
| * | (url-history-list): Var deleted. | Richard M. Stallman | 2005-12-04 | 2 | -20/+14 |
| | | | | | | (url-history-save-interval): Simplify. (url-history-setup-save-timer): Simplify. | ||||
| * | (url-history-track): Fix last change. | Kim F. Storm | 2005-12-01 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-12-01 | 1 | -0/+4 |
| | | |||||
| * | (url-history-track): Call url-history-setup-save-timer in :set function. | Richard M. Stallman | 2005-12-01 | 2 | -4/+18 |
| | | | | | | :type allows three alternatives. (url-history-setup-save-timer): Test url-history-track. | ||||
| * | (url-retrieve): Test url-history-track. | Richard M. Stallman | 2005-12-01 | 1 | -1/+2 |
| | | |||||
| * | Use with-current-buffer. | Stefan Monnier | 2005-11-18 | 2 | -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 info | Stefan Monnier | 2005-11-16 | 2 | -9/+16 |
| | | | | | provided by the HTTP server, if any. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-10-20 | 1 | -0/+9 |
| | | |||||
| * | Remove XEmacs conditionals. | Eli Zaretskii | 2005-10-20 | 5 | -31/+8 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2005-10-16 | 1 | -0/+4 |
| | | |||||
| * | Don't try to autoload hash table functions. | Richard M. Stallman | 2005-10-15 | 2 | -10/+4 |
| | | |||||