summaryrefslogtreecommitdiff
path: root/lisp/url/url.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios2022-10-26
* Fix url-retrieve-synchronously on very short timeoutsLars Ingebrigtsen2022-10-01
* Drop support for the dead third-party w3 packageStefan Kangas2022-07-09
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix problem with occasional stalls in `url-retrieve-synchronously'dick r. chiang2021-08-06
* Propagate asynchronousness correctly when using proxies in url.elMadhu2021-07-19
* Use lexical-binding in all of `lisp/url`Stefan Monnier2021-01-26
* Update copyright year to 2021Paul Eggert2021-01-01
* Remove some compat code from url.elStefan Kangas2020-11-19
* ; Prefer https to http in many URLsStefan Kangas2020-10-01
* Only kill url-retrieve-synchronously connections when we have a timeoutLars Ingebrigtsen2020-07-19
* Make timeouts work more reliably in url-retrieve-synchronouslyLars Ingebrigtsen2020-07-19
* Update copyright year to 2020Paul Eggert2020-01-01
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* Describe error data in url-retrieve betterLars Ingebrigtsen2019-05-15
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-22
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Prefer nil to (current-time) when either worksPaul Eggert2017-10-20
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Make gnutls-verify-error work again with url-retrieve-synchronouslyLars Ingebrigtsen2017-09-13
* Remove references to OS/2 in code, doc, and commentsGlenn Morris2017-04-08
* Make the URL library use records.Lars Brinkhoff2017-04-04
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * * lisp/url/url.el (url-retrieve-synchronously): Doc fix. (Bug#23411)Eli Zaretskii2016-05-01
* | `url-retrieve-synchronously' now takes an optional timeout parameterLars Magne Ingebrigtsen2016-04-26
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Update copyright year to 2015Paul Eggert2015-01-01
* Merge from emacs-24Stefan Monnier2014-09-22
|\
| * Clarify url-http and url-retrieve-internal docstringsDmitry Gutov2014-09-19
* | Set Maintainer to emacs-devel in some lisp/url files.Glenn Morris2014-03-28
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * url/url.el (url-retrieve-synchronously): Add optional arg SILENT andLeo Liu2013-12-20
* Fix declaration typoGlenn Morris2013-05-23
* * lisp/url/url.el (mm-dissect-buffer, mm-display-part): Declare.Glenn Morris2013-05-22
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Doc fix for url-http.Chong Yidong2012-10-13
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-11
* * url.el (url-retrieve-internal): Fix last change.Chong Yidong2012-06-21
* Improve RFC 3986 conformance of url package.Chong Yidong2012-05-09
* Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-26
* (url-retrieve-internal): Hexify multibye URL string first when necessary.William Xu2012-04-10
* Warn instead of erroring when pruning the URL cacheLars Ingebrigtsen2012-02-20
* Allow specifying whether to inhibit cookies on a per-URL basisLars Ingebrigtsen2012-02-08
* Expire URL items from the on-disk cache once in a whileLars Ingebrigtsen2012-02-06