index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
url
/
url-http.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
* url-http.el (url-http-handle-authentication): Use proxy server,
Chong Yidong
2009-11-08
1
-5
/
+10
*
(url-dav-file-attributes): Fix declaration.
Glenn Morris
2009-10-01
1
-3
/
+3
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
Comment.
Glenn Morris
2008-08-30
1
-0
/
+5
*
(url-https-expand-file-name): Resolve directly to url-default-expander
Glenn Morris
2008-08-30
1
-2
/
+4
*
Typo and docstring fixes.
Juanma Barranquero
2008-07-02
1
-6
/
+6
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-8
/
+6
*
(url-http-chunked-encoding-after-change-function):
Magnus Henoch
2008-03-09
1
-1
/
+5
*
Merge from emacs--rel--22
Miles Bader
2008-01-08
1
-1
/
+1
|
\
|
*
Add 2008 to copyright years.
Glenn Morris
2008-01-07
1
-1
/
+1
|
*
Diane Murray <disumu at x3y2z1.net>
Glenn Morris
2007-09-03
1
-7
/
+8
*
|
* progmodes/idlw-help.el: Require browse-url unconditionally, it
Dan Nicolaescu
2007-11-20
1
-0
/
+2
*
|
Diane Murray <disumu at x3y2z1.net>
Glenn Morris
2007-09-03
1
-7
/
+8
|
/
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
(url-http-parse-headers): Stop after a set number of redirections.
Chong Yidong
2007-04-13
1
-15
/
+37
*
(url-http-handle-cookies): Reverse list returned by
Chong Yidong
2007-04-01
1
-2
/
+2
*
(url-http-mark-connection-as-busy, url-http-mark-connection-as-free): Clear
Eli Zaretskii
2007-03-31
1
-0
/
+2
*
(url-http-connection-opened): New variable.
Chong Yidong
2007-02-04
1
-1
/
+6
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
(url-http-proxy): New variable.
Magnus Henoch
2007-01-14
1
-18
/
+15
*
(url-http-create-request): Remove url argument, use the buffer-local
Magnus Henoch
2006-12-08
1
-25
/
+23
*
(url-http): Define url-http-response-version.
Magnus Henoch
2006-11-26
1
-4
/
+21
*
(url-http-wait-for-headers-change-function): Use `when' instead of
Magnus Henoch
2006-11-26
1
-114
/
+112
*
(url-http-content-length-after-change-function): Use `url-lazy-message'.
Magnus Henoch
2006-11-23
1
-1
/
+1
*
(url-http): Make proxy-object buffer-local, to handle proxied
Magnus Henoch
2006-11-15
1
-1
/
+3
*
(url-http-wait-for-headers-change-function): Defer detection of HTTP
Magnus Henoch
2006-11-15
1
-1
/
+2
*
(url-http-mark-connection-as-free, url-http-find-free-connection):
Chong Yidong
2006-11-10
1
-3
/
+3
*
(url-http-handle-authentication): If there are several authentication
Magnus Henoch
2006-11-08
1
-11
/
+17
*
(url-http-handle-authentication): If there are several authentication
Magnus Henoch
2006-11-02
1
-8
/
+16
*
(url-http-create-request): Use buffer-locale equivalents of
Magnus Henoch
2006-11-01
1
-11
/
+13
*
(url-http-parse-headers): Fix misplaced paren.
Magnus Henoch
2006-10-28
1
-2
/
+2
*
* url-http.el (url-http-mark-connection-as-free): Verify that
Chong Yidong
2006-10-27
1
-23
/
+66
*
(url-https-create-secure-wrapper): Always use tls gateway method.
Magnus Henoch
2006-10-16
1
-3
/
+1
*
(url-http-find-free-connection): Handle url-open-stream returning nil.
Magnus Henoch
2006-10-12
1
-2
/
+4
*
url-https.el: Remove (clashes with url-http on 8+3 systems).
Magnus Henoch
2006-10-11
1
-0
/
+29
*
(url-http-head-file-attributes): Add device "info".
Stefan Monnier
2006-09-20
1
-12
/
+12
*
(url-http-create-request):
Stefan Monnier
2006-09-01
1
-1
/
+2
*
(url-http-file-exists-p): Test if status is integer.
Reiner Steib
2006-05-12
1
-1
/
+2
*
(url-http-parse-headers): Don't reuse connection if "Connection: close" header
Eli Zaretskii
2006-05-05
1
-0
/
+4
*
(url-http-find-free-connection): Fix braino in last fix.
Stefan Monnier
2006-03-07
1
-1
/
+2
*
(url-http-find-free-connection): Don't kill the process
Stefan Monnier
2006-03-06
1
-8
/
+11
*
(url-http-find-free-connection): braino.
Stefan Monnier
2006-02-20
1
-1
/
+1
*
Require `url' rather than try to autoload parts of it.
Stefan Monnier
2006-02-20
1
-21
/
+27
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-05
1
-1
/
+1
*
Use with-current-buffer.
Stefan Monnier
2005-11-18
1
-31
/
+21
*
Remove XEmacs conditionals.
Eli Zaretskii
2005-10-20
1
-3
/
+1
*
(url-http-create-request): Avoid incorrect implicit uni->multibyte conversion.
Stefan Monnier
2005-10-03
1
-70
/
+83
*
(url-http-cookies-sources): Defvar at compile time.
Juanma Barranquero
2005-08-24
1
-1
/
+2
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-06
1
-1
/
+1
[next]