aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check rcirc-server for auto authentication (Bug#10162)Steve Scott2019-06-051-10/+9
* Stronger check for Tramp methodMichael Albinus2019-06-046-25/+39
* Make rcirc PART and QUIT reasons customizable (Bug#12857)Daniel Ralston2019-06-011-4/+15
* Handle argument to rcirc /part properly (Bug#11157)Noam Postavsky2019-06-011-4/+13
* * lisp/net/rcirc.el: Remove redundant :group usageNoam Postavsky2019-06-011-106/+50
* Simplify Gnus buffer liveness checking and killingBasil L. Contovounesios2019-05-301-4/+2
* Another attempt to fix Bug#35769Michael Albinus2019-05-271-0/+3
* * lisp/net/tramp-sh.el (tramp-maybe-open-connection): Revert fix for Bug#35769Michael Albinus2019-05-261-20/+14
* Update author/maintainer infoPaul Eggert2019-05-264-4/+4
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-262-3/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-256-0/+6
* Fix Bug#35769Michael Albinus2019-05-242-4/+10
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-197-7/+1
* rfc2104.el: Remove XEmacs compat code.Lars Ingebrigtsen2019-05-191-10/+2
* Fix recent Tramp typo that broke the buildPaul Eggert2019-05-181-0/+1
* Bug#35769Michael Albinus2019-05-181-14/+20
* Require less packages in TrampMichael Albinus2019-05-185-18/+17
* * lisp/net/tramp.el (tramp-interrupt-process): Return proper value.Michael Albinus2019-05-181-3/+2
* ; Add comment in tramp-archive.elMichael Albinus2019-05-181-0/+2
* Make shr-rescale-image respect get-buffer-window againLars Ingebrigtsen2019-05-161-27/+29
* Improve user convenience of the rcirc debug bufferIvan Shmakov2019-05-161-8/+16
* * lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.Michael Albinus2019-05-161-1/+4
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-151-1/+1
* Avoid infinitly looping in tramp-interrupt-process (bug#35506)John Shahid2019-05-151-4/+3
* Make image scaling work without imagemagick support in ewwLars Ingebrigtsen2019-05-151-31/+28
* Make eww understand #fragment URLs at point interactivelyLars Ingebrigtsen2019-05-131-4/+4
* Add a comment about the previous shr changeLars Ingebrigtsen2019-05-131-0/+2
* Fix problems in shr when indenting tablesLars Ingebrigtsen2019-05-131-2/+4
* Use a more specific Accepts header in ewwFederico Tedin2019-05-131-4/+10
* (eww-follow-link): Record the location properly when following #linksXu Chunyang2019-05-121-0/+1
* Handle subdomains in Tramp ad-hoc proxiesMichael Albinus2019-05-101-14/+12
* Fix an error in tramp-vc-file-name-handlerMichael Albinus2019-05-094-63/+33
* Use lambda in tramp-compat-* functionsMichael Albinus2019-05-061-106/+117
* Rename shell-command-width to async-shell-command-width (bug#35055)Juri Linkov2019-05-051-3/+3
* Adapt tests for recent file-notification changes in TrampMichael Albinus2019-05-051-1/+1
* Notify broken file notification from TrampMichael Albinus2019-05-043-0/+11
* Fix Bug#35506John Shahid2019-05-041-1/+1
* Add tests for remote files in auto-revert-testsMichael Albinus2019-05-031-82/+83
* ; Fix declaration in tramp-compat.elMichael Albinus2019-05-031-2/+2
* Fix tramp-compat-file-name-quoted-pMichael Albinus2019-05-021-32/+37
* Handle quoted file names in tramp-archive.elMichael Albinus2019-04-262-7/+11
* * lisp/net/tramp-adb.el (tramp-adb-prompt): Remove repetition of expressionMichael Albinus2019-04-191-1/+1
* Do not handle :stop in tramp-*-handle-make-processMichael Albinus2019-04-192-8/+0
* Fix Bug#35055Michael Albinus2019-04-141-11/+18
* Fix error in tramp-sh.elMichael Albinus2019-04-131-2/+8
* Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-1/+1
* Fix file-readable-p and file-executable-p in some Tramp backendsMichael Albinus2019-04-082-5/+17
* * lisp/net/tramp.el (tramp-parse-group): Rename third arg to SKIP-CHARS.Michael Albinus2019-04-071-3/+3
* Work on asynchronous processes for tramp-adb.elMichael Albinus2019-04-033-44/+49
* Suppress timers in tramp-send-stringMichael Albinus2019-04-021-13/+24