aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix problem in tramp-adbMichael Albinus2025-12-261-41/+45
* Fix problem in Tramp completionMichael Albinus2025-12-201-1/+3
* Finish process error buffer support in tramp-smb.elMichael Albinus2025-12-151-1/+2
* Implement process error buffer in tramp-smb.elMichael Albinus2025-12-141-2/+32
* Implement process STDERR file in tramp-smb.elMichael Albinus2025-12-133-20/+29
* Rework remote process support for Tramp's "smb" methodMichael Albinus2025-12-063-171/+229
* Use dedicated minibuffer history for mairix-searchPaul Nelson2025-12-031-1/+3
* Make goto-address/bug-reference buttons TAB-navigable in 'button-mode'Juri Linkov2025-11-301-0/+2
* Sync with Tramp 2.8.0.5Michael Albinus2025-11-285-19/+47
* Add 'newsticker--treeview-handle-url' (Bug#79849)Ulf Jasper2025-11-231-3/+14
* ntlm.el: Add Package-Requires and fix two docstringsThomas Fitzsimmons2025-11-161-6/+8
* Extend Tramp direct async processes for further methodsMichael Albinus2025-11-113-6/+15
* Improve handling of Tramp internal shell scriptsMichael Albinus2025-11-091-119/+134
* ; Add missing defcustom types in eshell and eww (bug#79607)Jacob S. Gordon2025-11-071-1/+3
* Fix markup toggling in rcircPhilip Kaludercic2025-11-011-1/+5
* ; Minor Tramp changesMichael Albinus2025-11-011-4/+5
* Fix a typo in newst-backend.elGautier Ponsinet2025-11-011-1/+1
* Fix tramp-add-external-operationMichael Albinus2025-10-261-1/+5
* Fix Tramp support of GVFS built without FUSEStephen Berman2025-10-251-1/+4
* Tramp cleanupMichael Albinus2025-10-205-36/+58
* Fix a recent regression in NewstickerLdBeth2025-10-191-15/+15
* Rcirc: Fix invalid face error message when applying IRC colorAlcor2025-10-181-2/+2
* Add support for su-rs and sudo-rs programsMichael Albinus2025-10-153-14/+54
* Fix Tramp customizationMichael Albinus2025-10-142-2/+1
* (read-only-keymap-*): Be more careful with the namespaceStefan Monnier2025-10-122-2/+2
* Fix regression in Tramp file name completionMichael Albinus2025-10-121-0/+3
* Make cascaded archives working in tramp-archive.el work, againMichael Albinus2025-10-111-6/+5
* newsticker.el: fix escaping of XML stringsLdBeth2025-10-081-3/+3
* Merge from origin/emacs-30Sean Whitton2025-10-031-1/+1
|\
| * Fix process name matching in 'tramp-process-running-p'Renato Ferreira2025-10-011-1/+1
* | Fix bootstrap and prevent browse-url from preloading numerous filesPo Lu2025-09-222-16/+2
* | Support 'RET' for visiting URLs in read-only buffers (bug#74792)Juri Linkov2025-09-212-1/+17
* | * lisp/net/tramp.el (tramp-cache): Require at bottom.Michael Albinus2025-09-171-0/+4
* | Tramp code cleanupMichael Albinus2025-09-155-21/+19
* | * lisp/net/shr.el (shr-tag-sub): Handle BOB (bug#79448).Eli Zaretskii2025-09-141-1/+1
* | (eww-switch-to-buffer): Prefer seq- functions to cl-James Thomas2025-09-131-6/+6
* | Fix parsing single-digit color codes in rcircAlcor2025-09-131-2/+2
* | Tramp: Refactor environment variable filtering to a separate functionLiu Hui2025-09-123-9/+16
* | Rearrange tramp.el in order to avoid bootstrap problemsStefan Monnier2025-09-111-9/+14
* | ; * lisp/net/tramp-compat.el (top): Use read syntax #' for `functionp'.Stefan Monnier2025-09-101-1/+1
* | Extend tramp-test26-interactive-file-name-completionMichael Albinus2025-09-021-1/+1
* | ; Fix last commitMichael Albinus2025-08-291-5/+7
* | `Fix read-directory-name' for Tramp filesMichael Albinus2025-08-294-82/+158
* | ; Remove duplicate menu item in 'eww'john muhl2025-08-211-1/+0
* | Change default of tramp-debug-buffer-limitMichael Albinus2025-08-201-1/+1
* | Adapt tramp to new autoload-macro expandJD Smith2025-08-172-1/+8
* | Suppress Tramp session timeout if buffer is modifiedMichael Albinus2025-08-171-10/+34
* | Merge from origin/emacs-30Michael Albinus2025-08-161-9/+17
|\ \ | |/
| * * lisp/net/tramp-sh.el (tramp-get-remote-touch): Simplify.Michael Albinus2025-08-161-13/+10
| * Improve use of "touch" in TrampToru TSUNEYOSHI2025-08-161-1/+12