| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tramp code cleanup | Michael Albinus | 2020-06-07 | 1 | -8/+8 |
| * | Improve Tramp debug messages | Michael Albinus | 2020-05-03 | 1 | -19/+29 |
| * | ;; Revert recent change in tramp-cache.el | Michael Albinus | 2020-05-02 | 1 | -9/+4 |
| * | Add lisp-data-mode for editing non-code Lisp data | João Távora | 2020-05-01 | 1 | -1/+1 |
| * | Fix thinko in tramp-cache.el | Michael Albinus | 2020-04-05 | 1 | -3/+3 |
| * | Improve Tramp cache for asynchronous processes | Michael Albinus | 2020-03-29 | 1 | -34/+60 |
| * | Simplify Tramp caching | Michael Albinus | 2020-02-13 | 1 | -41/+29 |
| * | Some Tramp fixes | Michael Albinus | 2020-02-07 | 1 | -9/+10 |
| * | Merge from origin/emacs-27 | Glenn Morris | 2020-02-06 | 1 | -2/+2 |
| |\ | |||||
| | * | Replace add-to-list to lexical variable with push (bug#39373) | Mattias Engdegård | 2020-02-01 | 1 | -2/+2 |
| * | | Fix problems in Tramp's async-shell-command | Michael Albinus | 2020-01-27 | 1 | -1/+1 |
| * | | Implement "/media::" default host name in Tramp | Michael Albinus | 2020-01-23 | 1 | -2/+2 |
| * | | Sync with Tramp 2.5.0-pre | Michael Albinus | 2020-01-19 | 1 | -20/+10 |
| |/ | |||||
| * | Adapt commentary in Tramp persistency file | Michael Albinus | 2020-01-03 | 1 | -1/+1 |
| * | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| * | Adapt Tramp docstrings according to checkdoc | Michael Albinus | 2019-11-13 | 1 | -1/+1 |
| * | lisp/*.el: Fix typos and improve some docstrings | Juanma Barranquero | 2019-10-20 | 1 | -1/+1 |
| * | Fix caching problem in Tramp smb method | Michael Albinus | 2019-08-12 | 1 | -1/+2 |
| * | Improve Tramp's caching | Michael Albinus | 2019-08-05 | 1 | -2/+22 |
| * | Re-add tramp-autoload cookie for all defcustoms | Michael Albinus | 2019-07-12 | 1 | -0/+1 |
| * | Use proper read syntax for all function names in Tramp | Michael Albinus | 2019-02-28 | 1 | -8/+8 |
| * | Make last Tramp change backward compatible to Emacs 24 | Michael Albinus | 2019-02-23 | 1 | -3/+8 |
| * | Avoid some double-rounding of Lisp timestamps | Paul Eggert | 2019-02-22 | 1 | -2/+3 |
| * | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
| |\ | |||||
| | * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | * | Sync with Tramp 2.3.4-pre | Michael Albinus | 2018-05-29 | 1 | -4/+2 |
| * | | Fix Bug#33781 | Michael Albinus | 2018-12-18 | 1 | -0/+1 |
| * | | Reduce autoloaded objects in Tramp | Michael Albinus | 2018-12-17 | 1 | -2/+0 |
| * | | * lisp/net/tramp: Rework mutual dependencies | Stefan Monnier | 2018-12-16 | 1 | -8/+8 |
| * | | Add Tramp sudoedit method | Michael Albinus | 2018-12-16 | 1 | -3/+4 |
| * | | Rework Tramp wrt string-match-p, looking-at-p, save-match-data | Michael Albinus | 2018-12-06 | 1 | -4/+4 |
| * | | Tramp cleanup | Michael Albinus | 2018-11-28 | 1 | -1/+11 |
| * | | Rework time-* functions in Tramp | Michael Albinus | 2018-09-29 | 1 | -3/+2 |
| * | | Fix Bug#31558 | Michael Albinus | 2018-05-24 | 1 | -4/+2 |
| * | | Add new Tramp connection method "owncloud" | Michael Albinus | 2018-01-05 | 1 | -2/+1 |
| * | | Merge from origin/emacs-26 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| * | | Extend tramp-cache.el interface | Michael Albinus | 2017-12-12 | 1 | -6/+38 |
| * | | Support for archive file names | Michael Albinus | 2017-12-09 | 1 | -0/+2 |
| * | | Sync with Tramp 2.4.0-pre | Michael Albinus | 2017-12-09 | 1 | -4/+1 |
| |/ | |||||
| * | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| * | Stylistic changes in tramp-cache.el | Michael Albinus | 2017-07-20 | 1 | -4/+4 |
| * | Make tramp unloading handle debug counter variables | Glenn Morris | 2017-07-20 | 1 | -2/+10 |
| * | Fix Bug#27315 | Michael Albinus | 2017-06-14 | 1 | -5/+7 |
| * | Some tweaks, almost all for Tramp adb method | Michael Albinus | 2017-05-28 | 1 | -5/+8 |
| * | Remove Emacs 23 compat code from Tramp | Michael Albinus | 2017-05-26 | 1 | -1/+1 |
| * | Introduce a defstruct `tramp-file-name' as central data structure. | Michael Albinus | 2017-05-24 | 1 | -60/+76 |
| * | Use lexical-bind in Tramp | Michael Albinus | 2017-03-23 | 1 | -1/+1 |
| * | Require method in remote file name syntax | Michael Albinus | 2017-03-13 | 1 | -0/+1 |
| * | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| |\ | |||||