summaryrefslogtreecommitdiff
path: root/lisp/net/net-utils.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-20Allow giving "ping" flags with `C-u M-x ping`Tomas Fabrizio Orsi
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-14* lisp/net/net-utils.el (finger): Fix botched logic.Mattias EngdegÄrd
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-01; * lisp/net/net-utils.el: Delete code commented out since 2000.Stefan Kangas
2022-07-08Avoid obsolete initial-input argument in net-utils.elStefan Kangas
2022-07-08Merge from origin/emacs-28Stefan Kangas
2022-07-07Make net-utils-url at point funs obsolete in favor of ffapStefan Kangas
2022-07-07Mark comint modes in net-utils.el as non-interactiveStefan Kangas
2022-07-07; * lisp/net/net-utils.el: Minor doc fixes.Stefan Kangas
2022-07-07Make 'run-dig' command obsolete in favor of 'dig'Stefan Kangas
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-19; Stylistic docfixes in net/*.el found by checkdocStefan Kangas
2021-05-15Fix launching net-utils on MS-WindowsEli Zaretskii
2021-04-07Update whois-server-tldStefan Kangas
2021-03-08* lisp/net/*.el: Use lexical-bindingStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-04Prefer setq-local in net/*.elStefan Kangas
2020-11-14Don't quote lambdas in several placesStefan Kangas
2020-10-01; Prefer https to http in many URLsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-17Touch up naming of ipv6-expandLars Ingebrigtsen
2019-08-23Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen
2019-05-26Update author/maintainer infoPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-14Add option to bypass NSM TLS checks on local networksJimmy Yuen Ho Wong
2018-03-10Remove many items obsolete since Emacs 22.1Glenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-12Improve doc strings in net-utils.elEli Zaretskii
2017-05-12Extend DNS lookup commands to allow specifying the name serverAndrew Robbins
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-17Update parameter :version to 26.1 in several defcustomTino Calancha
2016-06-25Teach net-utils more iproute2 and nl80211 toolsMark Oteiza
2016-03-07Remove support for IRIXPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-04; * lisp/net/net-utils.el: Fix comment typo in previous.Glenn Morris
2015-12-04* lisp/net/net-utils.el: Small improvements.Glenn Morris
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-04-30Silence some compilation warningsGlenn Morris
2015-01-09Fix encoding of I/O in net-utils.el for MS-Windows. (Bug#19458)Eli Zaretskii
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-05-29Use completion-at-point rather than obsolete alias.Glenn Morris
2013-03-11* lisp/net/net-utils.el (net-utils-remove-ctrl-m-filter):Thierry Volpiatto