libmicrohttpd
[Top][All Lists]
Advanced

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

[libmicrohttpd] libmicrohttpd 0.9.48 released


From: Evgeny Grin
Subject: [libmicrohttpd] libmicrohttpd 0.9.48 released
Date: Sat, 19 Dec 2015 12:10:46 +0300

Dear all,

I'm glad to announce the release of libmicrohttpd 0.9.48.

GNU libmicrohttpd is a small C library that is supposed to make it easy
to run an HTTP server as part of another application. GNU libmicrohttpd
is fully HTTP 1.1 compliant and supports IPv6. Finally, GNU
libmicrohttpd is fast, portable and has a simple API and (without TLS
support and other optional features) a small binary size (~32k).

This release contains fixes and improvements mostly related to W32
platforms.
Most notable changes:
* Listen socket backlog size is now not hardcoded and can be changed
  by MHD_OPTION_LISTEN_BACKLOG_SIZE option (all platforms)
* Sockets are closed early so sockets are not stalled with multi-threaded 
  operations (W32 mostly)
* Fixed redefinition of FD_SETSIZE on W32, so select() can handle 2000
  sockets instead of 64
* Improved compatibility with older compilers including VC2010
* More debug messages and better handling of situations with limited
  resources

You can download GNU libmicrohttpd from

* ftp://ftp.gnu.org/gnu/libmicrohttpd/ and all GNU FTP mirrors.
* Our Subversion repository at https://gnunet.org/svn/libmicrohttpd/

Please report bugs to our bugtracker at https://gnunet.org/bugs/.

The documentation (including a reference manual and tutorial) can be
found at http://www.gnu.org/software/libmicrohttpd/.

-- 
Best Wishes,
Evgeny Grin



reply via email to

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