index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
net
/
ange-ftp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'remote-file-error' for Tramp
Michael Albinus
2020-12-14
1
-1
/
+1
*
Prefer setq-local in net/*.el
Stefan Kangas
2020-12-04
1
-14
/
+8
*
Some Tramp fixes for directory-files-* and delete-*
Michael Albinus
2020-11-03
1
-53
/
+65
*
Fix some glitches in recent directory-files-* changes
Michael Albinus
2020-11-02
1
-3
/
+3
*
Add directory-empty-p and new argument COUNT for directory-files-*
Arthur Miller
2020-11-02
1
-7
/
+8
*
Use directory-files-no-dot-files-regexp wherever possible
Mattias Engdegård
2020-04-16
1
-2
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-04-15
1
-2
/
+1
|
\
|
*
Fix edge case errors in filename-matching regexps
Mattias Engdegård
2020-04-14
1
-2
/
+1
*
|
Add 'nofollow' flag to set-file-modes etc.
Paul Eggert
2020-02-23
1
-1
/
+2
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Use regexp type for regexps in defcustom declarations
Mattias Engdegård
2019-12-26
1
-1
/
+1
|
/
*
; Fix typos in ange-ftp.el (bug#38660)
Michael Albinus
2019-12-19
1
-2
/
+2
*
Make ange-ftp fit for tramp-tests
Michael Albinus
2019-11-07
1
-8
/
+84
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-1
/
+1
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Add standard unmatchable regexp
Mattias Engdegård
2019-05-15
1
-1
/
+1
*
Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723
Michael Albinus
2019-03-09
1
-2
/
+2
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-1
/
+1
*
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
*
|
Handle `make-process' in Tramp and ange-ftp
Michael Albinus
2018-12-23
1
-1
/
+2
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-2
/
+2
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-8
/
+13
*
|
Implement command completion in remote shells. (Bug#31704)
Michael Albinus
2018-06-20
1
-0
/
+1
*
|
* lisp/net/ange-ftp.el (ange-ftp-allow-child-lookup):
Michael Albinus
2018-05-14
1
-5
/
+0
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-10
1
-1
/
+1
|
\
|
|
*
Replace the obsolete process-kill-without-query in documentation
Glenn Morris
2018-03-08
1
-1
/
+1
*
|
Fix Bug#30533
Michael Albinus
2018-02-22
1
-0
/
+10
*
|
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
*
|
* lisp/net/ange-ftp.el: Use lexical-binding
Stefan Monnier
2017-12-28
1
-11
/
+11
*
|
Fix Bug#29874
Michael Albinus
2017-12-28
1
-2
/
+10
|
/
*
Avoid unnecessary rounding errors in timestamps
Paul Eggert
2017-10-22
1
-2
/
+2
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/net/ange-ftp.el (ange-ftp-skip-msgs): Further support ftp-ssl.
Michael Albinus
2017-08-16
1
-1
/
+7
*
* lisp/net/ange-ftp.el (ange-ftp-skip-msgs): Support ftp-ssl.
Michael Albinus
2017-08-14
1
-0
/
+1
*
Be consistent in spelling 'ok-if-already-exists'.
Paul Eggert
2017-08-13
1
-5
/
+5
*
; Do not mention ange-ftp-lovers ML in ange-ftp.el (Bug#28075)
Michael Albinus
2017-08-13
1
-27
/
+2
*
Implement EXCL of write-region for Tramp
Michael Albinus
2017-08-12
1
-1
/
+5
*
Revert "Output number of characters added to file (Bug#354)"
Noam Postavsky
2017-05-08
1
-4
/
+1
*
Fix Bug#26763
Michael Albinus
2017-05-03
1
-4
/
+4
*
Adjust write-region so file name is at the beginning again
Noam Postavsky
2017-04-07
1
-3
/
+2
*
Fix handling of non-integer START param to write-region
Noam Postavsky
2017-04-07
1
-1
/
+5
*
Output number of characters added to file (Bug#354)
Jeff Clough
2017-04-06
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-19
1
-1
/
+1
|
\
|
|
*
Modernize usage of 'macOS' in doc and comments
Paul Eggert
2016-11-06
1
-1
/
+1
[next]