aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Ignore D-Bus errors in tramp-gvfs.el (Bug#40655)Michael Albinus2020-04-161-1/+3
* | Use directory-files-no-dot-files-regexp wherever possibleMattias Engdegård2020-04-161-2/+1
* | Fix bugs, inefficiencies and bad style in regexpsMattias Engdegård2020-04-161-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-04-152-3/+2
|\ \ | |/
| * Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-142-3/+2
* | * lisp/net/tramp.el (tramp-action-process-alive): Read pending output.Michael Albinus2020-04-111-0/+2
* | Add :coding support to open-network-stream and open-gnutls-streamRobert Pluim2020-04-072-7/+25
* | Use length field when dns-query is using TCPRobert Pluim2020-04-071-13/+17
* | Fix case that $PATH is longer than 4096 chars in TrampMichael Albinus2020-04-061-5/+9
* | Fix thinko in tramp-cache.elMichael Albinus2020-04-051-3/+3
* | Check for IPv6 servers in dns.elRobert Pluim2020-04-031-9/+13
* | Avoid error messages loading trampver.elMichael Albinus2020-04-011-0/+2
* | Improve Tramp cache for asynchronous processesMichael Albinus2020-03-298-90/+130
* | Tramp cache fixesMichael Albinus2020-03-282-6/+8
* | Fix Bug#40156 in TrampMichael Albinus2020-03-211-1/+2
* | * lisp/net/tramp.el (tramp-accept-process-output): Propagate `quit' signal.Michael Albinus2020-03-131-8/+11
* | rcirc: Match NickServ messages case-insensitively (Bug#39345)Noam Postavsky2020-03-121-6/+10
* | * lisp/net/tramp-sh.el (tramp-find-shell): Skip for asynchronous processes.Michael Albinus2020-03-121-36/+38
* | Finish implementation of set-file-times FLAG arg in TrampMichael Albinus2020-03-096-42/+53
* | Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-075-7/+12
* | Finish Tramp's implementation of 'nofollowMichael Albinus2020-02-264-37/+38
* | Finish implementation of {set-}file-modes FLAG arg in TrampMichael Albinus2020-02-257-44/+86
* | Add 'nofollow' flag to set-file-modes etc.Paul Eggert2020-02-237-18/+30
* | Remove subsumed repetitions in regexpsMattias Engdegård2020-02-202-2/+2
* | shr comment typo fixLars Ingebrigtsen2020-02-201-1/+1
* | Fix <button>...</button> submit button rendering in ewwLars Ingebrigtsen2020-02-201-5/+7
* | Introduce face for <code> elements in shrKévin Le Gouguec2020-02-201-1/+1
* | 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