gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/02: merge


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: merge
Date: Mon, 08 Apr 2019 15:12:50 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 312713c3634aa22d538c09d0146b5ac1d62c206b
Merge: 83a86be9 1b610e5b
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Apr 8 15:12:45 2019 +0200

    merge

 ChangeLog                               |  19 +++
 configure.ac                            |   6 +-
 doc/examples/logging.c                  |  17 +-
 doc/libmicrohttpd.texi                  |  13 +-
 po/libmicrohttpd.pot                    | 266 ++++++++++++++++----------------
 src/examples/Makefile.am                |   8 +-
 src/examples/http_chunked_compression.c | 199 ++++++++++++++++++++++++
 src/include/microhttpd.h                |  56 ++++++-
 src/microhttpd/connection.c             | 108 ++++++++++---
 src/microhttpd/digestauth.c             |  23 ++-
 src/microhttpd/internal.c               |  19 ++-
 src/microhttpd/internal.h               |   9 +-
 src/microhttpd/response.c               |   3 +-
 src/testcurl/test_get.c                 |  94 +++++++++--
 src/testcurl/test_process_headers.c     |   8 +-
 src/testcurl/test_urlparse.c            |   9 +-
 16 files changed, 648 insertions(+), 209 deletions(-)

diff --cc ChangeLog
index dee553f1,32868ca0..58b87e3a
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,7 -1,22 +1,26 @@@
 +Mon 08 Apr 2019 03:06:05 PM CEST
 +      Fix close() checks as suggested by MK on the mailinglist
 +        (#3926). -MK/CG
 +
+ Wed 20 Mar 2019 10:20:24 AM CET
+       Adding additional "value_length" argument to MHD_KeyValueIterator
+       callback to support binary zeros in values.  This is done in a
+       backwards-compatible way, but may require adding a cast to existing
+       code to avoid a compiler warning. -CG
+ 
+ Sun Feb 10 21:00:37 BRT 2019
+       Added example for how to compress a chunked HTTP response. -SC
+ 
+ Sun 10 Feb 2019 05:03:44 PM CET
+       Releasing libmicrohttpd 0.9.63. -CG
+ 
+ Sat 09 Feb 2019 01:51:02 PM CET
+       Extended test_get to test URI logging and query string parsing
+       to avoid regression fixed in previous patch in the future. -CG
+ 
+ Thu Feb  7 16:16:12 CET 2019
+       Preliminary patch for the raw query string issue, to be tested. -CG
+ 
  Tue Jan  8 02:57:21 BRT 2019
        Added minimal example for how to compress HTTP response. -SC
  

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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