summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* Simplify Tramp cachingMichael Albinus2020-02-132-63/+44
* Fix `tramp-interrupt-process'Michael Albinus2020-02-131-6/+3
* Fix problem with auth-source.el in TrampMichael Albinus2020-02-111-1/+6
* Fix window position in Tramp's shell-commandMichael Albinus2020-02-101-3/+4
* Some Tramp fixesMichael Albinus2020-02-074-20/+32
* Merge from origin/emacs-27Glenn Morris2020-02-063-12/+12
|\
| * Replace add-to-list to lexical variable with push (bug#39373)Mattias Engdegård2020-02-012-8/+8
| * Example goto-addr hook: MH-E already uses goto-addressStephen Gildea2020-02-011-4/+4
* | Handle problem with *BSD libedit in TrampMichael Albinus2020-02-051-2/+19
* | * lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-system-info): Fix error.Michael Albinus2020-02-051-4/+5
* | Implement `shell-command-dont-erase-buffer' in Tramp. (Bug#39067)Michael Albinus2020-02-011-29/+44
* | Remove compatibility hack in TrampMichael Albinus2020-01-313-19/+23
* | Fix Bug#39253Michael Albinus2020-01-271-0/+6
* | Fix problems in Tramp's async-shell-commandMichael Albinus2020-01-274-27/+36
* | Fix Bug#39279Michael Albinus2020-01-251-4/+5
* | Remove (or double) redundant backslashes in string literalsMattias Engdegård2020-01-241-3/+3
* | Make links in shr use separate mouse highlight regionsLars Ingebrigtsen2020-01-241-1/+3
* | Minor code cleanup in TrampMichael Albinus2020-01-244-40/+39
* | Support (un)mount of Tramp media devicesMichael Albinus2020-01-241-19/+38
* | Implement "/media::" default host name in TrampMichael Albinus2020-01-232-10/+45
* | Add new Tramp method "media"Michael Albinus2020-01-222-90/+446
* | Sync with Tramp 2.5.0-preMichael Albinus2020-01-1912-395/+267
* | Add SASL SCRAM-SHA-256 support.Simon Josefsson2020-01-162-2/+62
* | dns-query now represents SOA integers as integers (Bug#38937)Paul Eggert2020-01-151-9/+7
* | Refactor Tramp async process codeMichael Albinus2020-01-142-21/+24
* | Add hexdump/awk file encoding to Tramp. (Bug#35639)Michael Albinus2020-01-091-19/+105
* | Merge from origin/emacs-27Glenn Morris2020-01-081-12/+9
|\ \ | |/
| * Further enhancement on `tramp-file-local-name'Michael Albinus2020-01-081-6/+5
| * * lisp/net/tramp.el (tramp-file-local-name): Remove `save-match-data'.Michael Albinus2020-01-071-8/+8
| * Move “Fix some broken conditional forms” to masterPaul Eggert2020-01-051-3/+3
* | Implement stderr in tramp-adb-handle-make-processMichael Albinus2020-01-072-5/+46
* | ; Sync with Tramp repositoryMichael Albinus2020-01-069-75/+105
* | Merge from origin/emacs-27Paul Eggert2020-01-052-18/+18
|\ \ | |/
| * Fix some broken conditional formsPaul Eggert2020-01-041-3/+3
| * Fix a scoping error in tramp-sudoedit.elMichael Albinus2020-01-041-15/+15
* | Merge from origin/emacs-27Paul Eggert2020-01-051-5/+5
|\ \ | |/
| * * lisp/net/tramp.el: Fix typos.Michael Albinus2020-01-031-5/+5
* | Merge from origin/emacs-27Glenn Morris2020-01-033-4/+24
|\ \ | |/
| * * lisp/net/tramp.el (tramp-file-local-name): New defun. (Bug#34343)Michael Albinus2020-01-031-0/+19
| * Adapt commentary in Tramp persistency fileMichael Albinus2020-01-031-1/+1
| * Change Tramp version to 2.4.3.27.1Michael Albinus2020-01-031-3/+4
* | Merge from origin/emacs-27Paul Eggert2020-01-0172-74/+74
|\ \ | |/
| * Fix copyright years by handPaul Eggert2020-01-011-2/+2
| * Update copyright year to 2020Paul Eggert2020-01-0172-72/+72
| * Sync with Tramp 2.4.3Michael Albinus2019-12-292-5/+8
* | Sync with Tramp 2.4.3Michael Albinus2019-12-302-5/+8
* | Merge from origin/emacs-27Glenn Morris2019-12-301-1/+1
|\ \ | |/
| * Fix interactive spec in netrc-parseXu Chunyang2019-12-281-1/+1
| * ; Use regexp type in tramp-adb-prompt (backport, do not merge)Mattias Engdegård2019-12-271-1/+1
* | * lisp/net/ldap.el (ldap-search-internal): Add missing setq.Mattias Engdegård2019-12-261-1/+1