gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated (af1bf13f -> 78a167d8)


From: gnunet
Subject: [libmicrohttpd] branch master updated (af1bf13f -> 78a167d8)
Date: Wed, 21 Apr 2021 11:02:43 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from af1bf13f Formatting and comments for 
4e8f86a655a7d786bdce3f1330fd8fa083df8dfe
     new 4b54e7c0 configure: disable NLS by default
     new 78a167d8 ChangeLog updated

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog    | 30 ++++++++++++++++++++++++++++++
 configure.ac |  1 +
 2 files changed, 31 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 03abaf62..c9ea9f5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+Tue 20 Apr 2021 17:11:00 MSK
+    Disabled NLS by default in configure. -EG
+
+Mon 19 Apr 2021 18:58:00 MSK
+    Fixed testzzuf/test_put_chanked to correctly use MHD.
+    Added internal error code for TLS errors.
+    Added all missing messages to the .pot file.
+    Detect more types of errors for receiving data and report
+    error description in the MHD log.
+    Added support for ALPN on TLS connections if supported by
+    used TLS library. -EG
+
+Sun 18 Apr 2021 20:47:00 MSK
+    Removed dead code.
+    Limited iov-backed responses size to SSIZE_MAX as limited by
+    system calls.
+    Report error message in MHD log for send errors. -EG
+
+Sat 17 Apr 2021 18:50:00 MSK
+    Unified upgrade test behavior for all platforms.
+    Some code simplification and unification.
+    Compiler warning (false positive) fixed. -EG
+
+Fri 16 Apr 2021 17:58:00 MSK
+    Used run-time value if IOV_MAX if available.
+    Fixed portability of error handling for sending functions.
+    Detect pipes/unix sockets on fly and do not use TCP/IP specific
+    functions with them.
+    Fixed support of UNIX sockets on non-Linux kernels. -EG
+
 Fri 16 Apr 2021 10:23:39 AM CEST
     Detect if a socket is a UNIX domain socket and do not try to play
     with TCP corking options in this case (avoids useless failed
diff --git a/configure.ac b/configure.ac
index 88b75357..36c1ca2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,6 +80,7 @@ LT_LANG([Windows Resource])
 
 # Checks for gettext.
 m4_ifdef([AM_GNU_GETTEXT], [
+  AS_VAR_SET_IF([enable_nls], [], [[enable_nls=no]])
   AM_GNU_GETTEXT([external],[need-ngettext])
   AC_CONFIG_FILES([po/Makefile.in])
   have_po=yes

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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