summaryrefslogtreecommitdiff
path: root/lisp/url
Commit message (Expand)AuthorAgeFilesLines
* Make gnutls-verify-error work again with url-retrieve-synchronouslyLars Ingebrigtsen2017-09-133-3/+10
* * lisp/url/url-cookie.el: Use lexical-bindingStefan Monnier2017-07-271-26/+15
* * lisp/url/url-history.el: Use lexical-bindingStefan Monnier2017-06-281-3/+4
* Don't assume url structs are vectors (Bug#27333)Noam Postavsky2017-06-281-1/+1
* * url/url-util.el (url-get-url-at-point): Add missing group inAndreas Schwab2017-06-181-1/+1
* (url-cookie-host-can-set-p): Protect against zero-length domainsLars Ingebrigtsen2017-06-071-4/+7
* Simplify url-encode-url and add a testDmitry Gutov2017-05-101-10/+1
* ; Update contributor nameGlenn Morris2017-05-061-1/+1
* Remove references to OS/2 in code, doc, and commentsGlenn Morris2017-04-083-8/+0
* Make the URL library use records.Lars Brinkhoff2017-04-048-10/+10
* Initial implementation of HTTP Digest qop for urlJarno Malmari2017-04-011-102/+301
* Fix obsolete ‘test/automated’ referencesPaul Eggert2017-03-271-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-0134-34/+34
|\
| * Update copyright year to 2017Paul Eggert2016-12-3134-34/+34
| * Doc fix for url-httpDevon Sean McCullough2016-10-021-6/+9
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | Turn on lexical-binding in some url libsMark Oteiza2016-10-315-6/+6
* | New error file-missingPaul Eggert2016-10-211-2/+3
* | * lisp/url-url-parse.el (url-generic-parse-url): Unquote macro URL argument.Mark Oteiza2016-10-051-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-09-261-3/+4
|\ \ | |/
| * Fix 'url-http-create-request' when cookies are usedToke Høiland-Jørgensen2016-09-101-3/+4
* | Add 451 to url-http-codesLeo Liu2016-08-311-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-221-3/+11
|\ \ | |/
| * Further fix for 'url-http-create-request' and multibyte stringsEli Zaretskii2016-08-131-1/+3
| * Convert the remaining strings to unibyte before concatenatingDmitry Gutov2016-08-111-2/+8
* | Merge from origin/emacs-25Paul Eggert2016-06-261-14/+5
|\ \ | |/
| * Error on multibyte characters in HTTP requestDmitry Gutov2016-06-221-14/+5
| * * lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bug#23411)Eli Zaretskii2016-05-011-1/+4
| * Revert "Backport HTTPS proxy fix"Lars Magne Ingebrigtsen2016-04-061-95/+15
| * Backport HTTPS proxy fixTao Fang2016-04-061-15/+95
| * Allow binding `url-mime-accept-string'Lars Ingebrigtsen2016-03-011-0/+3
* | ; Revert "Prohibit multibyte characters in url-http-data"Dmitry Gutov2016-06-221-2/+6
* | Prohibit multibyte characters in url-http-dataDmitry Gutov2016-06-191-6/+2
* | * lisp/url/url-http.el: Use lexical-bindingStefan Monnier2016-05-231-12/+13
* | Pacify byte-compiler in lisp/urlPaul Eggert2016-05-182-0/+2
* | Pacify ‘make check-declare’Paul Eggert2016-05-141-1/+1
* | Fix: (void-variable url-http-response-status)Tao Fang2016-04-261-2/+2
* | `url-retrieve-synchronously' now takes an optional timeout parameterLars Magne Ingebrigtsen2016-04-261-4/+14
* | Compute User-Agent dynamically in url-httpClément Pit--Claudel2016-04-242-17/+45
* | Allow URL using HTTPS proxies using CONNECTTao Fang2016-04-041-15/+95
* | Allow binding `url-mime-accept-string'Lars Ingebrigtsen2016-03-011-0/+3
* | Allow deleting all non-matching cookiesLars Ingebrigtsen2016-02-231-4/+9
* | Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen2016-02-221-2/+2
|\ \
| * | Remove debuggingLars Ingebrigtsen2016-02-161-1/+0
| * | Do most of the coding system setup earlierLars Ingebrigtsen2016-02-161-1/+2
| * | Use :nowait t in url-gwLars Ingebrigtsen2016-02-151-4/+3
| * | Make url.el use async DNSLars Ingebrigtsen2016-02-051-2/+3
| * | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-11/+1
| * | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-1/+11
* | | Add a function to delete URL cookiesLars Ingebrigtsen2016-02-211-0/+13