summaryrefslogtreecommitdiff
path: root/lisp/net/dns.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-02-23Use obarray-make instead of make-vector to create obarraysMattias EngdegÄrd
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-17Check correct bit for DNS truncationMarc van der Wal
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-03-08* lisp/net/*.el: Use lexical-bindingStefan Monnier
2021-02-22Fix hang when running dns-query with no working internetRobert Pluim
2021-01-01Update copyright year to 2021Paul Eggert
2020-08-13Remove Emacs 22 compat code from dns.elStefan Kangas
2020-07-31Minor dns.el clean upLars Ingebrigtsen
2020-07-30Add the new function dns-query-asynchronousLars Ingebrigtsen
2020-07-30Use lexical binding in dns.elLars Ingebrigtsen
2020-07-30Small dns.el code cleanupLars Ingebrigtsen
2020-04-07Use length field when dns-query is using TCPRobert Pluim
2020-04-03Check for IPv6 servers in dns.elRobert Pluim
2020-01-15dns-query now represents SOA integers as integers (Bug#38937)Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-06-12Remove XEmacs support from dns.elLars Ingebrigtsen
2019-01-15Avoid using obsolete accept-process-output argPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-21Audit use of lsh and fix glitchesPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-03-23Merge from Gnus git masterGnus developers
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-02-04Doc fix.Lars Ingebrigtsen
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-09-02Delete all trailing white space.Lars Magne Ingebrigtsen
2010-09-02Remove arch-tags from all files, since these are no longer needed.Lars Magne Ingebrigtsen
2010-05-07Synch with Gnus trunk.Katsumi Yamaoka
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-21* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.Kevin Ryde
2009-01-09Merge from gnus--devo--0Miles Bader
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-03-28(dns-write): Use set-buffer-multibyte.Magnus Henoch
2008-03-12(dns-read-string-name, dns-read, dns-read-type, query-dns):Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader