aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add test for &-URI parsing and URI loggingChristian Grothoff2019-02-09
* preliminary patch for query string issue reported on the MLChristian Grothoff2019-02-07
* fix memory leak with TLS if daemon startup fails as reported by Nicolas Mora ...Christian Grothoff2019-01-11
* Added minimal example for how to compress HTTP response. (#4914)silvioprog2019-01-08
* Check should (indeed) be for GNUTLS_E_AGAIN.Christian Grothoff2018-12-19
* Fixes build issue of testcase for some configurations.Christian Grothoff2018-12-14
* update ignore fileChristian Grothoff2018-12-13
* reset timeout on response being queued, needed in thread-per-connection mode ...Christian Grothoff2018-12-13
* add conn. close exampleChristian Grothoff2018-12-12
* brutally simplify VLA macro for stupid compilersChristian Grothoff2018-12-12
* avoid c99-style comments in examples, fix missed VLAChristian Grothoff2018-12-12
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
* Track socket CORK/NODELAY states to avoid extra syscallsEvgeny Grin (Karlson2k)2018-12-10
* connection.c: updated connection buffer control function to useEvgeny Grin (Karlson2k)2018-12-09
* configure: fixed build for latest MinGWEvgeny Grin (Karlson2k)2018-12-09
* add JMChristian Grothoff2018-12-08
* use WSA_FLAG_OVERLAPPED in W32 sockets as per suggestion from Johnathan McDou...Christian Grothoff2018-12-08
* pot updateChristian Grothoff2018-12-08
* releasing libmicrohttpd 0.9.62v0.9.62Christian Grothoff2018-12-08
* add test for RFC 7616 and document new APIChristian Grothoff2018-12-08
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
* fix FTBFSChristian Grothoff2018-12-07
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* Renamed all occurrences from _model(s)_ to _mode(s)_.silvioprog2018-12-06
* Optimized the function MHD_create_response_from_callback() for Windows by inc...silvioprog2018-12-06
* Referenced the gnutls_load_file() function in the HTTPs examples.silvioprog2018-12-06
* fix #5496:Christian Grothoff2018-12-05
* Improve parsing of HTTPS optionsJosé Bollo2018-12-05
* releasing 0.9.61Christian Grothoff2018-11-20
* import sha256 from GNU NettleChristian Grothoff2018-11-20
* avoid sprintfChristian Grothoff2018-11-18
* fix format string, prefer snprintfChristian Grothoff2018-11-18
* fix format string, prefer snprintfChristian Grothoff2018-11-18
* fix build issue with GnuTLS < 3.0Christian Grothoff2018-11-14
* From: Christian Hesse <mail@eworm.de>Christian Grothoff2018-11-12
* fix ftbfsChristian Grothoff2018-11-12
* add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
|\
| * releasing libmicrohttpd 0.9.60v0.9.60Christian Grothoff2018-11-06
* | add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
|/
* initialize epoll_fd even if we have no listen fd, patch by Jose BolloChristian Grothoff2018-11-01
* force setting MHD_USE_ITC if using thread-per-connection and notify_completed...Christian Grothoff2018-10-29
* fix possibly bad clearing of client_aware flagChristian Grothoff2018-10-29
* notify main thread about thread termination for instant clean upChristian Grothoff2018-10-20
* add --enable-experiemental option to not compile src/lib/ unless explicitly r...Christian Grothoff2018-10-18
* From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de>Christian Grothoff2018-10-18
* From: Gauthier Haderer <ghaderer@wyplay.com>Christian Grothoff2018-10-16
* improve comments, cosmeticsilvioprog2018-10-09
* Style fixes.silvioprog2018-10-09
* fix #5411Christian Grothoff2018-10-05