gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-39-g19b093f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-39-g19b093f
Date: Wed, 18 Apr 2012 20:42:06 +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=19b093f07c56747842fd4972232af5623b7d7fe5

The branch, master has been updated
       via  19b093f07c56747842fd4972232af5623b7d7fe5 (commit)
       via  c79b407a7ed1506f15ce1fb0145f8af285b4fed3 (commit)
      from  598b9af276154667540a89971d30c95d9395c8a1 (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 19b093f07c56747842fd4972232af5623b7d7fe5
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Wed Apr 18 22:40:45 2012 +0200

    documented updated

commit c79b407a7ed1506f15ce1fb0145f8af285b4fed3
Author: Alexandre Bique <address@hidden>
Date:   Wed Apr 18 19:01:31 2012 +0200

    Add gnutls::session::set_transport_vec_push().
    
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

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

Summary of changes:
 NEWS                           |    3 +++
 lib/gnutlsxx.cpp               |    5 +++++
 lib/includes/gnutls/gnutlsxx.h |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 41e3065..1fb3f67 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ See the end for copying conditions.
 is assumed to be a file that stores the pin. Based on patch
 by David Smith.
 
+** libgnutlsxx: Added session::set_transport_vec_push_function. Patch
+by Alexandre Bique.
+
 ** API and ABI modifications:
 No changes since last version.
 
diff --git a/lib/gnutlsxx.cpp b/lib/gnutlsxx.cpp
index cba0006..a01f462 100644
--- a/lib/gnutlsxx.cpp
+++ b/lib/gnutlsxx.cpp
@@ -448,6 +448,11 @@ namespace gnutls
     gnutls_transport_set_push_function (s, push_func);
   }
 
+  void session::set_transport_vec_push_function (gnutls_vec_push_func 
vec_push_func)
+  {
+    gnutls_transport_set_vec_push_function (s, vec_push_func);
+  }
+
   void session::set_transport_pull_function (gnutls_pull_func pull_func)
   {
     gnutls_transport_set_pull_function (s, pull_func);
diff --git a/lib/includes/gnutls/gnutlsxx.h b/lib/includes/gnutls/gnutlsxx.h
index 9be127e..f30ca73 100644
--- a/lib/includes/gnutls/gnutlsxx.h
+++ b/lib/includes/gnutls/gnutlsxx.h
@@ -184,6 +184,7 @@ namespace gnutls
 
     void set_transport_lowat (size_t num);
     void set_transport_push_function (gnutls_push_func push_func);
+    void set_transport_vec_push_function (gnutls_vec_push_func vec_push_func);
     void set_transport_pull_function (gnutls_pull_func pull_func);
 
     void set_user_ptr (void *ptr);


hooks/post-receive
-- 
GNU gnutls



reply via email to

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