summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* Silence some compiler warningsGlenn Morris2013-05-211-4/+3
* Make a few libraries loadable in isolationGlenn Morris2013-05-101-5/+9
* * lisp/thingatpt.el (thing-at-point): Accept optional second argumentSam Steingold2013-05-081-3/+4
* * net/eudc-export.el: Make it loadable without bbdb.Glenn Morris2013-05-061-7/+9
* * net/tramp-compat.el (tramp-compat-call-process): Move function ...Michael Albinus2013-04-225-86/+93
* * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".Michael Albinus2013-04-181-1/+1
* * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,Michael Albinus2013-04-151-10/+12
* Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.deGlenn Morris2013-03-301-13/+6
|\
| * * net/tramp.el (tramp-drop-volume-letter): Make it an ordinaryMichael Albinus2013-03-251-13/+6
* | * net/tramp-compat.el (tramp-compat-user-error): New defun.Michael Albinus2013-03-185-8/+18
* | * net/tramp-adb.el (tramp-adb-parse-device-names): UseMichael Albinus2013-03-171-6/+12
* | Sync with Tramp 2.2.7.Michael Albinus2013-03-151-2/+2
* | Fix last change.Michael Albinus2013-03-131-1/+1
* | * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,Michael Albinus2013-03-131-1/+3
* | Use locate-user-emacs-file.Stefan Monnier2013-03-111-1/+2
* | * lisp/net/net-utils.el (net-utils-remove-ctrl-m-filter):Thierry Volpiatto2013-03-111-25/+11
* | Major rewrite due to changed D-Bus interface of GVFS 1.14.Michael Albinus2013-03-093-385/+682
* | Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-058-16/+16
* | * net/tramp-compat.el (tramp-compat-delete-directory): ImplementMichael Albinus2013-03-051-18/+23
* | * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,Michael Albinus2013-03-031-1/+10
* | * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.Michael Albinus2013-03-011-25/+28
* | * lisp/net/net-utils.el (net-utils-run-simple): Don't display-bufferThierry Volpiatto2013-03-011-3/+4
* | * net/tramp.el (tramp-obsolete-methods): New defconst.Michael Albinus2013-03-012-88/+36
* | * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...Michael Albinus2013-02-281-16/+12
* | * lisp/net/net-utils.el (net-utils--revert-function): New fun.Thierry Volpiatto2013-02-281-14/+32
* | * net/tramp-adb.el (tramp-adb-parse-device-names)Michael Albinus2013-02-271-8/+9
* | * net/tramp-sh.el (tramp-sh-handle-insert-directory): AddMichael Albinus2013-02-261-3/+3
* | * net/tramp.el (tramp-methods): Fix docstring.Michael Albinus2013-02-232-59/+50
* | * net/tramp.el (tramp-tramp-file-p): Fix docstring.Michael Albinus2013-02-222-6/+12
* | Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.orgGlenn Morris2013-02-211-0/+2
|\ \ | |/
| * * lisp/net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is notGlenn Morris2013-02-191-0/+2
* | * net/tramp.el (tramp-ssh-controlmaster-template): Make it aMichael Albinus2013-02-211-5/+13
* | * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC onlyMichael Albinus2013-02-211-1/+1
* | * net/tramp-cache.el (tramp-get-hash-table): New defun.Michael Albinus2013-02-191-57/+57
* | Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-181-1/+5
|\ \ | |/
| * * eshell/em-unix.el (eshell/su): Require tramp.Michael Albinus2013-02-181-1/+5
* | Merge from emacs-24; up to 2012-12-20T05:05:41Z!dmantipov@yandex.ruGlenn Morris2013-02-171-2/+3
|\ \ | |/
| * * lisp/net/network-stream.el (network-stream-open-starttls):Didier Verna2013-02-151-2/+3
* | * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.Leo Liu2013-02-181-1/+2
* | * net/tramp-cache.el (tramp-connection-properties): New customer option.Michael Albinus2013-02-163-3/+36
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-141-12/+11
|\ \ | |/
| * * lisp/net/goto-addr.el (goto-address-fontify): Add start and end args.Stefan Monnier2013-02-141-12/+11
* | * net/tramp.el (tramp-debug-message): AddMichael Albinus2013-02-141-2/+12
* | * net/quickurl.el (quickurl-save-urls): Ensure quickurl-urls is not truncatedDavid Biesack2013-02-131-1/+2
* | Use ControlMaster where applicable. (Bug#13677)Michael Albinus2013-02-132-100/+80
* | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-121-1/+2
|\ \ | |/
| * * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,Michael Albinus2013-02-101-1/+2
* | * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.Michael Albinus2013-02-123-35/+72
* | Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-1/+2
* | Remove obsolete references to VAX in comments.Paul Eggert2013-02-101-1/+1