aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Sync with Tramp 2.7.4-preMichael Albinus2025-08-166-108/+105
| * Populate the ':title' in EWW when defaulting to readable modeJim Porter2025-06-291-0/+6
* | Limit size of Tramp debug bufferMichael Albinus2025-08-131-1/+17
* | Rename variables *-in-progress-p to *-in-progressMichael Albinus2025-08-091-1/+3
* | Fix Tramp completionMichael Albinus2025-08-071-2/+2
* | Add set-file-times implementation for Tramp smb methodMichael Albinus2025-08-062-3/+12
* | Tramp allows now external implementations for functionsMichael Albinus2025-08-051-43/+115
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2025-07-311-0/+19
|\ \
| * | Add support for AUTH=PLAIN to imap.elRobert Pluim2025-07-301-0/+19
* | | Fix problem in tramp-smb.elMichael Albinus2025-07-301-0/+1
|/ /
* | Tramp: Fix thinko in local process environmentMichael Albinus2025-07-273-7/+10
* | ; Fix last changeEli Zaretskii2025-07-271-3/+5
* | Add a new user option to hide the header of old newsticker feedsBaptiste Strazzulla2025-07-271-14/+60
* | Rework filenotify-tests.elMichael Albinus2025-07-261-3/+7
* | Simplify code in 'newsticker--buffer-do-insert-text'Baptiste Strazzulla2025-07-261-10/+6
* | Improve performance when computing the "readable" form of a page in EWWJim Porter2025-07-251-3/+27
* | Add new function 'dom-inner-text'Jim Porter2025-07-251-7/+7
* | ; Revert last changeMichael Albinus2025-07-241-5/+6
* | Disable setting connection-local variables in tramp-smb.elMichael Albinus2025-07-241-3/+4
* | Add consistent environment for local process calls in TrampMichael Albinus2025-07-237-97/+92
* | Add function exec-suffixesMichael Albinus2025-07-222-2/+29
* | Disable track-changes while reloading pages in EWWJim Porter2025-07-201-4/+11