| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from savannah/emacs-29 | Po Lu | 2024-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | * | Sync with Tramp 2.6.2-pre | Michael Albinus | 2023-08-05 | 1 | -7/+7 |
| * | | Fix tramp-revert-buffer-with-sudo | Michael Albinus | 2023-10-17 | 1 | -1/+1 |
| * | | New command tramp-revert-buffer-with-sudo | Michael Albinus | 2023-09-11 | 1 | -4/+77 |
| * | | Tramp cleanup | Michael Albinus | 2023-08-23 | 1 | -0/+2 |
| * | | Add more `tramp-suppress-trace' properties in Tramp | Michael Albinus | 2023-08-01 | 1 | -0/+8 |
| * | | Reorganize Tramp's messages | Michael Albinus | 2023-07-29 | 1 | -2/+2 |
| * | | New command 'tramp-cleanup-some-buffers' | Michael Albinus | 2023-04-26 | 1 | -4/+63 |
| * | | Fix Tramp error messages | Michael Albinus | 2023-03-27 | 1 | -5/+5 |
| * | | Prefix Tramp internal process properties with "tramp-". | Michael Albinus | 2023-03-18 | 1 | -1/+1 |
| * | | Improve Tramp robustness | Michael Albinus | 2023-01-15 | 1 | -1/+1 |
| * | | Remove Emacs 26 compatibility from Tramp | Michael Albinus | 2023-01-06 | 1 | -3/+3 |
| |/ | |||||
| * | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| * | Use a version for the Tramp cache | Michael Albinus | 2022-10-01 | 1 | -0/+4 |
| * | Make use of rx in Tramp backward compatoble | Michael Albinus | 2022-09-09 | 1 | -6/+7 |
| * | Fix rx forms in Tramp | Michael Albinus | 2022-09-04 | 1 | -2/+2 |
| * | Use `rx' in Tramp where possible | Michael Albinus | 2022-08-26 | 1 | -23/+31 |
| * | Make point-at-eol and point-at-bol obsolete | Stefan Kangas | 2022-08-23 | 1 | -1/+1 |
| * | Reorganize Tramp | Michael Albinus | 2022-08-03 | 1 | -1/+1 |
| * | In Tramp, use `string-empty-p' and `string-equal-ignore-case' consequently | Michael Albinus | 2022-07-27 | 1 | -1/+1 |
| * | Tramp code cleanup | Michael Albinus | 2022-07-03 | 1 | -2/+2 |
| * | Merge from origin/emacs-28 | Michael Albinus | 2022-05-21 | 1 | -0/+2 |
| |\ | |||||
| | * | Some minor Tramp fixes | Michael Albinus | 2022-05-17 | 1 | -0/+2 |
| * | | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| * | | Tramp code cleanup | Michael Albinus | 2021-12-06 | 1 | -4/+3 |
| |/ | |||||
| * | * lisp/net/tramp-cmds.el (tramp-cleanup-connection): Remove trace buffer. | Michael Albinus | 2021-09-23 | 1 | -0/+2 |
| * | Tramp code cleanup | Michael Albinus | 2021-09-16 | 1 | -2/+2 |
| * | Replace some `string-match-p' calls in Tramp | Michael Albinus | 2021-08-11 | 1 | -1/+1 |
| * | Improve Tramp traces | Michael Albinus | 2021-05-13 | 1 | -1/+3 |
| * | Tidy file-matching regexps and remove some ineffective backslashes | Mattias EngdegÄrd | 2021-05-06 | 1 | -1/+1 |
| * | * lisp/net/tramp-cmds.el (tramp-recompile-elpa-command-completion-p): | Michael Albinus | 2021-04-23 | 1 | -1/+2 |
| * | Add Tramp recompilation | Michael Albinus | 2021-04-19 | 1 | -0/+42 |
| * | Remove ;;;###tramp-autoload cookie from Tramp defcustoms (Bug#47063) | Michael Albinus | 2021-03-13 | 1 | -2/+0 |
| * | * lisp/net/*.el: Use lexical-binding | Stefan Monnier | 2021-03-08 | 1 | -1/+1 |
| * | Add `completion-predicate' to some Tramp commands | Michael Albinus | 2021-02-28 | 1 | -0/+13 |
| * | Further Tramp code cleanup | Michael Albinus | 2021-02-17 | 1 | -1/+1 |
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| * | Add 'remote-file-error' for Tramp | Michael Albinus | 2020-12-14 | 1 | -3/+0 |
| * | Allow Tramp to mirror traces to a file | Michael Albinus | 2020-12-01 | 1 | -2/+1 |
| * | Minor improvements in Tramp error reporting | Michael Albinus | 2020-09-05 | 1 | -10/+9 |
| * | More Tramp code cleanup | Michael Albinus | 2020-07-12 | 1 | -11/+8 |
| * | Tramp code cleanup | Michael Albinus | 2020-07-10 | 1 | -2/+3 |
| * | Tramp code cleanup | Michael Albinus | 2020-06-07 | 1 | -1/+2 |
| * | Do not delete asynchronous Tramp processes due to session timeout | Michael Albinus | 2020-05-03 | 1 | -4/+8 |
| * | Improve Tramp cache for asynchronous processes | Michael Albinus | 2020-03-29 | 1 | -9/+13 |
| * | ; Sync with Tramp repository | Michael Albinus | 2020-01-06 | 1 | -1/+1 |
| * | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| * | Spelling fixes | Paul Eggert | 2019-12-09 | 1 | -1/+1 |