libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit f154b0ef8894185fd6c01888d10280049bed10c6
parent d6dd85a3e6653af61401cedb76d1a24b632fec03
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Feb 2017 13:38:06 +0100

bump dates and versions and update ChangeLog

Diffstat:
MChangeLog | 6++++++
Msrc/include/microhttpd.h | 2+-
Msrc/microhttpd/connection.c | 2+-
Msrc/microhttpd/daemon.c | 2+-
Msrc/microhttpd/response.c | 2+-
5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 15 13:35:36 CET 2017 + Fixing a few very rare race conditions for thread-pool or + thread-per-connection operations during shutdown. + Various minor cosmetic improvements. + Fixed #4884 and #4888 (solaris portability issues). -CG + Wed Nov 23 15:24:10 MSK 2016 Used SO_REUSEADDR (on non-W32) alongside with SO_REUSEPORT if option MHD_OPTION_LISTENING_ADDRESS_REUSE was set. -EG diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -126,7 +126,7 @@ typedef intptr_t ssize_t; * Current version of the library. * 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00095211 +#define MHD_VERSION 0x00095212 /** * MHD-internal return code for "YES". diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2007-2016 Daniel Pittman and Christian Grothoff + Copyright (C) 2007-2017 Daniel Pittman and Christian Grothoff This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2007-2016 Daniel Pittman and Christian Grothoff + Copyright (C) 2007-2017 Daniel Pittman and Christian Grothoff This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c @@ -1,6 +1,6 @@ /* This file is part of libmicrohttpd - Copyright (C) 2007, 2009, 2010, 2016 Daniel Pittman and Christian Grothoff + Copyright (C) 2007, 2009, 2010, 2016, 2017 Daniel Pittman and Christian Grothoff This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public