summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.Michael Albinus2011-07-042-28/+47
* Add :end-of-capability keyword for use by pop3.el.Lars Magne Ingebrigtsen2011-07-031-4/+13
* * net/tramp.el (tramp-encoding-command-interactive): New defcustom.Michael Albinus2011-07-012-2/+16
* * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):Lars Magne Ingebrigtsen2011-07-011-7/+1
* * lisp/net/ange-ftp.el: Allow loading .gz files (Bug#6923).Katsumi Yamaoka2011-06-271-3/+5
* Fix stupid typo with gnutls-clii.Lars Magne Ingebrigtsen2011-06-271-6/+6
* If the SMTP server supports STARTTLS, but Emacs has no built-in orLars Magne Ingebrigtsen2011-06-261-11/+25
* Use built-in TLS support if `gnutls-available-p' is true.Lars Magne Ingebrigtsen2011-06-261-6/+11
* Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org.Glenn Morris2011-06-251-0/+1
|\
| * Fix bug #8780 with decoding files after using ange-ftp.Eli Zaretskii2011-06-091-0/+1
| * * net/tramp.el (tramp-process-actions): Add POS argument. DeleteMichael Albinus2011-04-252-9/+17
| * * net/tramp.el (tramp-progress-reporter-update): UseMichael Albinus2011-03-123-8/+23
* | Add icecat to the firefox candidates list.Giuseppe Scrivano2011-06-251-1/+1
* | * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whetherMichael Albinus2011-06-231-0/+2
* | From Lawrence Mitchell <wence@gmx.li>: Don't hang in browse-url-xdg-open.Jan Djärv2011-06-221-1/+1
* | Set :use-starttls-if-possible so that we always use STARTTLS if the server su...Lars Magne Ingebrigtsen2011-06-221-1/+10
* | (network-stream-certificate): Change cert-cert to cert and cert-key to key.Lars Magne Ingebrigtsen2011-06-211-4/+4
* | Add support for client certificates for built-in and external STARTTLS.Lars Magne Ingebrigtsen2011-06-211-4/+38
* | * net/tramp-cache.el (top): Don't load the persistency file whenMichael Albinus2011-06-211-37/+41
* | * lisp/net/rcirc.el: Delete trailing whitespaces once and for all.Deniz Dogan2011-06-201-8/+8
* | (open-network-stream): Add the keyword :always-query-capabilities.Lars Magne Ingebrigtsen2011-06-151-3/+10
* | * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'Michael Albinus2011-06-111-1/+2
* | Allow/recommend explicit args for minor-modes in file local eval:s.Glenn Morris2011-06-091-1/+1
* | ange-ftp fixes for dired switches not being just a single short option.Glenn Morris2011-06-081-24/+19
* | * lisp/net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced in last...Deniz Dogan2011-06-051-2/+2
* | * lisp/net/rcirc.el (rcirc-prompt-for-encryption): New function.Deniz Dogan2011-06-051-9/+12
* | * net/tramp-sh.el (tramp-find-shell): Apply workaround also forMichael Albinus2011-06-041-3/+5
* | * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)Michael Albinus2011-06-044-34/+62
* | * lisp/net/tramp.el (tramp-with-progress-reporter): Rename fromStefan Monnier2011-06-024-27/+28
* | Fix last change on rcirc-print and rcirc-decode-coding-systemLeo Liu2011-06-011-5/+4
* | Decode all incoming messages in rcirc.elLeo Liu2011-05-301-4/+6
* | Use a visible buffer name for rcirc-debug-bufferLeo Liu2011-05-301-1/+1
* | * net/rcirc.el (rcirc): Use the user's stored encryption method by default.Deniz Dogan2011-05-291-1/+6
* | Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-2311-88/+85
* | * lisp/net/rcirc.el (rcirc-markup-urls): Check if rcirc-url-regexp is nil.Deniz Dogan2011-05-191-1/+2
* | * lisp/net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.Deniz Dogan2011-05-191-1/+1
* | * net/tramp.el (tramp-process-actions): Set "first-password-request"Michael Albinus2011-05-181-12/+17
* | * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"Michael Albinus2011-05-171-6/+6
* | newsticker: Moved icons to etc/newsticker/imagesUlf Jasper2011-05-134-1024/+133
* | * lisp/net/rcirc.el: Add support for SSL/TLS connections.Stefan Monnier2011-05-111-80/+80
* | fix many doubled-word typosU. Ser2011-05-101-1/+1
* | Deprecate using "mode:" to enable minor modes (bug#8613)Glenn Morris2011-05-091-1/+1
* | Expand file names during browse-url-of-dired-file (Bug#8259).Ralph Schleicher2011-05-081-1/+4
* | * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default to "".Michael Albinus2011-05-051-20/+6
* | * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): FixMichael Albinus2011-05-051-2/+2
* | Declaration fixes.Glenn Morris2011-05-041-1/+1
* | Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and ...Ted Zlatanov2011-05-032-16/+24
* | (open-network-stream): Take a :nowait parameter and pass it on to `make-netwo...Lars Magne Ingebrigtsen2011-05-011-4/+9
* | * lisp/net/rcirc.el (rcirc-handler-353): Fix bug for channels which theDeniz Dogan2011-04-281-2/+5
* | * net/tramp.el (tramp-process-actions): Add POS argument. DeleteMichael Albinus2011-04-254-9/+17