gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_2-16-gc60c8


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_2-16-gc60c86c
Date: Thu, 14 Apr 2011 15:15:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=c60c86cd7560320cbff3045f534ba417c553a0eb

The branch, gnutls_2_12_x has been updated
       via  c60c86cd7560320cbff3045f534ba417c553a0eb (commit)
      from  c16dc1680b23c379640fc56973bc7807468b6432 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c60c86cd7560320cbff3045f534ba417c553a0eb
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Apr 14 17:14:49 2011 +0200

    Removed text about select().

-----------------------------------------------------------------------

Summary of changes:
 doc/cha-intro-tls.texi |    5 +----
 lib/gnutls_buffers.c   |    6 ------
 2 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index b96d314..eb7dabd 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -95,10 +95,7 @@ the @ref{gnutls_transport_set_lowat} must be called, with a 
zero
 low water mark value.
 
 By default, if the transport functions are not set, @acronym{GnuTLS}
-will use the Berkeley Sockets functions.  In this case
address@hidden will use some hacks in order for @code{select} to
-work, thus making it easy to add @acronym{TLS} support to existing
-TCP/IP servers.
+will use the Berkeley Sockets functions. 
 
 @node The TLS record protocol
 @section The TLS Record Protocol
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index c6f05df..da02899 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -211,12 +211,6 @@ _gnutls_record_buffer_get_size (content_type_t type, 
gnutls_session_t session)
  * This function checks if there are any data to receive in the gnutls
  * buffers.
  *
- * Note that you could also use select() to check for data in a TCP
- * connection, instead of this function.  GnuTLS leaves some data in
- * the tcp buffer in order for select to work. However the select() 
- * alternative is not recommended and will be deprecated in later
- * GnuTLS revisions.
- *
  * Returns: the size of that data or 0.
  **/
 size_t


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]