summaryrefslogtreecommitdiff
path: root/lisp/net
Commit message (Expand)AuthorAgeFilesLines
* * lisp/net/rcirc.el (rcirc-print): Simplify code for rcirc-scroll-show-maximu...Deniz Dogan2011-09-031-12/+10
* * net/tramp.el (tramp-root-regexp): Remove.Michael Albinus2011-08-311-17/+7
* * lisp/net/rcirc.el (rcirc-insert-prev-input)Deniz Dogan2011-08-281-4/+5
* * net/rcirc.el (rcirc-check-auth-status): Adding support for oftc's NickServ ...Deniz Dogan2011-08-271-0/+1
* * lisp/net/quickurl.el: Documentation typo fixes.Deniz Dogan2011-08-251-10/+10
* Fix for browse-url-firefox on Windows.Chong Yidong2011-08-201-14/+20
* (network-stream-open-starttls): Support using starttls.el without using gnutl...Lars Magne Ingebrigtsen2011-08-171-3/+7
* * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)Michael Albinus2011-08-032-5/+5
* Use `starttls-available-p' to see whether starttls.el can be used.Lars Magne Ingebrigtsen2011-08-021-1/+1
* * lisp/net/rcirc.el (rcirc-handler-333): Clarify docstring.Deniz Dogan2011-08-011-1/+2
* Sync with Tramp 2.2.2.Michael Albinus2011-07-301-2/+2
* * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind theMichael Albinus2011-07-271-3/+6
* Simplify url handling in rcirc-modeLeo Liu2011-07-271-28/+9
* * net/tramp-sh.el (tramp-barf-unless-okay): Return the value ofMichael Albinus2011-07-241-16/+19
* * net/tramp.el (tramp-file-name-handler): Avoid recursiveMichael Albinus2011-07-221-1/+11
* Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen2011-07-171-5/+0
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-151-2/+20
* * net/gnutls.el (gnutls-negotiate): Upcase `gnutls-algorithm-priority'.Lars Magne Ingebrigtsen2011-07-151-1/+3
* Add a variable to customize the gnutls priorityLars Magne Ingebrigtsen2011-07-151-1/+8
* Adapt 2011-07-05 switch-to-buffer changes to new switch-to-bufferChong Yidong2011-07-132-11/+2
* Make the default browser choice a bit more logicalLawrence Mitchell2011-07-131-11/+6
* * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use aMichael Albinus2011-07-081-1/+6
* Work around gnutls failuresLars Magne Ingebrigtsen2011-07-071-2/+10
* * net/network-stream.el (network-stream-open-starttls): Try usingLars Magne Ingebrigtsen2011-07-061-9/+5
* * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window): New defun.Michael Albinus2011-07-062-12/+21
* Fix some uses of switch-to-buffer.Stefan Monnier2011-07-051-2/+2
* * 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