Re: [libmicrohttpd] Drop Symbian support?

2016-10-17 Thread silvioprog
+1 for dropping Symbian port. On Mon, Oct 17, 2016 at 9:06 PM, Flavio Ceolin wrote: > On Tue, Oct 18, 2016 at 01:27:10AM +0300, Evgeny Grin wrote: > > Dear libmicrohttpd users and developers, > > > > We would like to know, does somebody still needs MHD for Symbian? > > Symbian is abandoned years

Re: [libmicrohttpd] Drop Symbian support?

2016-10-17 Thread Flavio Ceolin
On Tue, Oct 18, 2016 at 01:27:10AM +0300, Evgeny Grin wrote: > Dear libmicrohttpd users and developers, > > We would like to know, does somebody still needs MHD for Symbian? > Symbian is abandoned years ago and MHD Symbian port is not maintained > too long. If nobody really need it, we'll drop Sym

[libmicrohttpd] Drop Symbian support?

2016-10-17 Thread Evgeny Grin
Dear libmicrohttpd users and developers, We would like to know, does somebody still needs MHD for Symbian? Symbian is abandoned years ago and MHD Symbian port is not maintained too long. If nobody really need it, we'll drop Symbian support. -- Best Wishes, Evgeny Grin signature.asc Description

Re: [libmicrohttpd] libmicrohttpd 0.9.52 released

2016-10-17 Thread Evgeny Grin
Thanks for report! This release is mostly experimental, we need to stabilize new functionality. New API may also will be slightly changed. Please report about all rough edges, especially on non-GNU/Linux platforms. -- Best Wishes, Evgeny Grin On 17.10.2016 22:36, Markus Doppelbauer wrote: > I a

Re: [libmicrohttpd] libmicrohttpd 0.9.52 released

2016-10-17 Thread Markus Doppelbauer
I am getting a MHD panic (from daemon.c:5257): "Failed to add inter-thread communication channel FD to epoll set to signal termination" This happens after calling "MHD_quiesce_daemon()". Thanks a lot! Marcus Am Montag, den 17.10.2016, 19:21 +0200 schrieb Christian Grothoff: > Dear all, > > > I'm

Re: [libmicrohttpd] libmicrohttpd 0.9.52 released

2016-10-17 Thread Markus Doppelbauer
Great! Thanks a lot! A small patch to remove the "unused 'urh'- variable" warning if compiled without https-support: *** daemon.c-old    2016-10-17 19:07:46.0 +0200 --- daemon.c    2016-10-17 21:10:59.969913792 +0200 *** process_urh (struct MHD_UpgradeResponseH *** 1151,11

Re: [libmicrohttpd] libmicrohttpd 0.9.52 released

2016-10-17 Thread Christian Grothoff
> > 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/ Eh, actually we are now on Git, I forgot to update that line: $ git clone git://gnunet.org/libmicrohttpd The Su

[libmicrohttpd] libmicrohttpd 0.9.52 released

2016-10-17 Thread Christian Grothoff
Dear all, I'm happy to announce the release of libmicrohttpd 0.9.52. 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,