6 Commits

Author SHA1 Message Date
bcallah
210c91c640 Bugfix update to libmicrohttpd-0.9.63 2019-02-12 21:11:40 +00:00
bcallah
fa177a6768 Minor update to libmicrohttpd-0.9.62 -- note the minor bump
Consumers happy
2018-12-10 19:26:27 +00:00
bcallah
ce03afca2f Update to libmicrohttpd-0.9.61 -- mostly bug fixes but a symbol was added,
so minor bump.
Drawpile remains happy.
Changelog: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
2018-11-30 19:55:19 +00:00
bcallah
dc48bf7cc7 Update to libmicrohttpd-0.9.60 -- note the minor bump
Changelog: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
Build tests all pass; Drawpile also happy with this at runtime.
2018-11-08 22:18:58 +00:00
bcallah
b1ee24599d Bugfix update to libmicrohttpd-0.9.59 2018-02-02 16:20:46 +00:00
bcallah
efddcc68a0 Import www/libmicrohttpd, a tiny embeddable httpd library written in C.
ok landry@ nigel@ tb@

GNU libmicrohttpd is a small C library that is supposed to make it easy
to run an HTTP server as part of another application.

Features:
* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is HTTP 1.1 compliant
* HTTP server can listen on multiple ports
* Four different threading models (select, poll, pthread, thread pool)
* Support for IPv6
* Support for SHOUTcast
* Support for incremental processing of POST data
* Support for basic and digest authentication
* Support for TLS
2017-12-27 19:31:07 +00:00