aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* version bumpv0.9.68Christian Grothoff2019-10-26
|
* fix regression: uncork when HTTPS is used in conjunction with empty response ↵Christian Grothoff2019-10-26
| | | | body
* allow clients to override sanity check for content-length headerChristian Grothoff2019-10-25
|
* cosmetics for MarkusChristian Grothoff2019-10-17
|
* presumably last touches on ng0's GSoC setsockopt refactoringChristian Grothoff2019-10-17
|
* Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019ng02019-08-18
|\
| * add compiler/linker hardneningChristian Grothoff2019-08-09
| |
* | Add draft of Changelog.ng02019-08-02
|/
* releasing v0.9.66v0.9.66Christian Grothoff2019-08-01
|
* attempt to fix issue with upload data discovered by FDChristian Grothoff2019-08-01
|
* fix hang reported by Viet on 24.6.2019 on the mailinglist: do not just ↵Christian Grothoff2019-07-29
| | | | consider nested epoll, but also already ready connections
* fix regression introduced in cc5032b85Christian Grothoff2019-07-25
|
* undo, duplicated functionalityChristian Grothoff2019-07-22
|
* introducte MHD_RO_FREE_FUNCTION as proposed by Nicolas Mora on the listChristian Grothoff2019-07-22
|
* Add callback to allow OCSP staplingTim Rühsen2019-07-17
|
* Releasing GNU libmicrohttpd 0.9.65v0.9.65Evgeny Grin (Karlson2k)2019-07-05
|
* Updated ChangeLogEvgeny Grin (Karlson2k)2019-06-23
|
* Releasing 0.9.64v0.9.64Evgeny Grin (Karlson2k)2019-06-09
|
* microhttpd.h: reordered includes for better compatibility,Evgeny Grin (Karlson2k)2019-06-09
| | | | Updated ChangeLog
* Updated ChangeLogEvgeny Grin (Karlson2k)2019-06-08
|
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ↵Christian Grothoff2019-06-03
| | | | Brinkmeier)
* ChangeLog updatedEvgeny Grin (Karlson2k)2019-05-26
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2019-05-21
|
* ChangeLog updateEvgeny Grin (Karlson2k)2019-05-21
|
* Fixed build from source on GNU HurdEvgeny Grin (Karlson2k)2019-05-15
|
* Updated ChangeLogEvgeny Grin (Karlson2k)2019-05-13
|
* applying patch from TimChristian Grothoff2019-04-30
|
* add flags for TLS option controlChristian Grothoff2019-04-15
|
* mergeChristian Grothoff2019-04-08
|\
| * allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
| |
| * Added example for how to compress chunked HTTP response.silvioprog2019-02-10
| |
| * adjusting digest auth to previous regression fix, releasing 0.9.63v0.9.63Christian Grothoff2019-02-10
| |
| * 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 close() checksChristian Grothoff2019-04-08
|/
* 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
| | | | | | | | | | | | | | | | | | | | | | | Lasa Martxel wrote: Hello, I have found the following code in daemon.c file, lines 1449 to 1467: if (0 >= res) { if (GNUTLS_E_INTERRUPTED != res) { urh->app.celi &= ~MHD_EPOLL_STATE_WRITE_READY; if (GNUTLS_E_INTERRUPTED != res) (GNUTLS_E_INTERRUPTED != res) is checked twice. In the read part (a few lines above), GNUTLS_E_INTERRUPTED != res is checked first and then GNUTLS_E_AGAIN != res. It looks like something similar should be done here, but I’m not sure. Thanks, Martxel
* reset timeout on response being queued, needed in thread-per-connection mode ↵Christian Grothoff2018-12-13
| | | | if the working thread takes very long
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
|
* use WSA_FLAG_OVERLAPPED in W32 sockets as per suggestion from Johnathan ↵Christian Grothoff2018-12-08
| | | | McDougall on the mailinglist
* 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
|
* 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 ↵silvioprog2018-12-06
| | | | increasing its internal buffer size and allowed to customize it via macro MHD_FD_BLOCK_SIZE.
* Referenced the gnutls_load_file() function in the HTTPs examples.silvioprog2018-12-06
|
* fix #5496:Christian Grothoff2018-12-05
| | | | '
* releasing 0.9.61Christian Grothoff2018-11-20
|