| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (url-http-create-request): | Stefan Monnier | 2006-09-01 | 1 | -2/+13 |
| | | | | | Use `url-recreate-url-attributes' when setting real-fname. | ||||
| * | (url-cookie-write-file): Really don't use versioned backups. | Stefan Monnier | 2006-08-29 | 1 | -0/+4 |
| | | |||||
| * | (url-file-local-copy): Tell url-copy-file that the dest file will already exist. | Stefan Monnier | 2006-08-25 | 1 | -0/+5 |
| | | |||||
| * | (url-hexify-string): Only utf-8 encode if it's a multibyte string. | Stefan Monnier | 2006-07-31 | 1 | -0/+7 |
| | | | | | | (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 | 1 | -0/+5 |
| | | |||||
| * | Update for ERC 5.1.3. | Miles Bader | 2006-07-14 | 1 | -0/+4 |
| | | | | | | 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 | 1 | -0/+11 |
| | | | | | | | | (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 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-05-05 | 1 | -0/+5 |
| | | |||||
| * | (url-open-stream): Don't hide errors. | Stefan Monnier | 2006-04-26 | 1 | -0/+8 |
| | | | | | (url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer. | ||||
| * | (url-handler-directory-file-name): New handler. | Stefan Monnier | 2006-03-29 | 1 | -0/+5 |
| | | | | | (url-file-local-copy): Plug race condition security hole. | ||||
| * | (url-irc-rcirc, url-irc-erc): New functions. | Romain Francoise | 2006-03-27 | 1 | -0/+6 |
| | | | | | | (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 | 1 | -0/+4 |
| | | |||||
| * | (url-http-find-free-connection): Don't kill the process | Stefan Monnier | 2006-03-06 | 1 | -0/+7 |
| | | | | | | | 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-redirect-buffer): New var. | Stefan Monnier | 2006-02-20 | 1 | -1/+11 |
| | | | | | (url-retrieve-synchronously): Use it to follow redirections. | ||||
| * | Move defvars out of eval-when-compile. | Stefan Monnier | 2006-01-18 | 1 | -0/+6 |
| | | | | | (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 | 1 | -0/+3 |
| | | | | | to stop in the middle of a redirection. | ||||
| * | (url-privacy-level): Add setter. | Stefan Monnier | 2006-01-10 | 1 | -0/+4 |
| | | |||||
| * | (url-history-hash-table): Initialize in declaration. | Stefan Monnier | 2006-01-05 | 1 | -0/+8 |
| | | | | | | | | | | (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 | 1 | -0/+14 |
| | | | | | | | | (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-retrieve-synchronously): Don't autoload. | Stefan Monnier | 2006-01-02 | 1 | -0/+8 |
| | | |||||
| * | (url-store-in-cache): Use save-current-buffer. | Stefan Monnier | 2005-12-27 | 1 | -0/+2 |
| | | |||||
| * | (url-configuration-directory): Don't autoload because the | Stefan Monnier | 2005-12-27 | 1 | -0/+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 | 1 | -0/+6 |
| | | |||||
| * | (url-cookie-save-interval): Simplify. | Richard M. Stallman | 2005-12-08 | 1 | -0/+5 |
| | | | | | (url-cookie-setup-save-timer): Simplify. | ||||
| * | (url-history-list): Var deleted. | Richard M. Stallman | 2005-12-04 | 1 | -0/+6 |
| | | | | | | (url-history-save-interval): Simplify. (url-history-setup-save-timer): Simplify. | ||||
| * | *** 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 | 1 | -0/+8 |
| | | | | | | :type allows three alternatives. (url-history-setup-save-timer): Test url-history-track. | ||||
| * | Use with-current-buffer. | Stefan Monnier | 2005-11-18 | 1 | -0/+7 |
| | | | | | | | (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 | 1 | -3/+8 |
| | | | | | provided by the HTTP server, if any. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-10-20 | 1 | -0/+9 |
| | | |||||
| * | Don't try to autoload hash table functions. | Richard M. Stallman | 2005-10-15 | 1 | -0/+4 |
| | | |||||
| * | (url-http-create-request): Avoid incorrect implicit uni->multibyte conversion. | Stefan Monnier | 2005-10-03 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-17 | 1 | -0/+7 |
| | | |||||
| * | 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-09-15 | 1 | -0/+1 |
| | | | | | | * url-mailto.el (url-mailto): Call `compose-mail with `new' argument if possible. | ||||
| * | 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-09-15 | 1 | -0/+5 |
| | | | | | | * url-mailto.el (url-mailto): Delete mail buffer after sending autogenerated mail. | ||||
| * | 2005-09-13 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-09-12 | 1 | -0/+4 |
| | | | | | * url-mailto.el (url-mailto): Always use a new mail buffer. | ||||
| * | *** empty log message *** | Chong Yidong | 2005-09-01 | 1 | -0/+9 |
| | | |||||
| * | (nntp-open-tls-stream, nntp-open-ssl-stream): Defvar at compile time. | Juanma Barranquero | 2005-08-24 | 1 | -0/+5 |
| | | |||||
| * | (url-http-parse-headers): Add :redirect arg-pair | Richard M. Stallman | 2005-07-15 | 1 | -0/+8 |
| | | | | | when calling url-retrieve, to indicate a redirect. | ||||
| * | *** empty log message *** | Lute Kamstra | 2005-07-05 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2005-07-04 | 1 | -0/+11 |
| | | |||||
| * | (url-http-create-request): Call url-recreate-url in proxy case. | Richard M. Stallman | 2005-06-28 | 1 | -0/+5 |
| | | |||||
| * | (url-http-create-request): When computing real-fname, | Richard M. Stallman | 2005-06-28 | 1 | -0/+17 |
| | | | | | call url-filename in both cases. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2005-06-23 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2005-06-21 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2005-06-14 | 1 | -0/+5 |
| | | |||||
| * | (url-file, url-file-asynch-callback): Use with-current-buffer. | Stefan Monnier | 2005-06-13 | 1 | -0/+4 |
| | | |||||
| * | Remove most autoload cookies. | Stefan Monnier | 2005-06-10 | 1 | -0/+4 |
| | | | | | | Don't hook into the url-file-handler since it currently breaks all non-HTTP URLs. | ||||