aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* Released GNU libmicrohttpd 0.9.75v0.9.75Evgeny Grin (Karlson2k)2021-12-26
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2021-12-26
|
* Released GNU libmicrohttpd 0.9.74v0.9.74Evgeny Grin (Karlson2k)2021-12-19
|
* Updated HTTP headers macros from registryEvgeny Grin (Karlson2k)2021-12-19
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2021-12-19
|
* introduce new MHD_CONNECTION_INFO_HTTP_STATUSChristian Grothoff2021-08-04
|
* verbatim import of David Gausmann's websocket extension; tests do not yet ↵Christian Grothoff2021-04-26
| | | | pass, only enabled with --enable-experimental
* Released GNU libmicrohttpd 0.9.73v0.9.73Evgeny Grin (Karlson2k)2021-04-25
|
* Updated ChangeLogEvgeny Grin (Karlson2k)2021-04-25
|
* Updated ChangeLogEvgeny Grin (Karlson2k)2021-04-24
|
* -fix typosChristian Grothoff2021-04-24
|
* test_upgrade{,_large}: removed use on unportable functionEvgeny Grin (Karlson2k)2021-04-22
| | | | | | Usage of CORK is not required for upgraded connection, CORK is not portable. To make test behavior unified for all supported platforms, CORK usage is removed from tests.
* Corrected typos in ChangeLogEvgeny Grin (Karlson2k)2021-04-22
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2021-04-21
|
* fix #6768: do not use TCP-specific syscalls on UNIX domain sockets (merge)Christian Grothoff2021-04-16
|\
| * configure: fixed '--enable-sanitizer'Evgeny Grin (Karlson2k)2021-04-15
| | | | | | | | Due to typo, using '--enable-sanitizer' resulted in lost of LDFLAGS
* | fix #6768: do not use TCP-specific syscalls on UNIX domain socketsEvgeny Grin (Karlson2k)2021-04-16
|/
* mhd_send: use sendmsg() in POSIX-compatible wayEvgeny Grin (Karlson2k)2021-04-14
| | | | | | Some OSes may have limit on number of maximum elements per single call of sendmsg()/writev(). Do not try to send more elements than allowed by OS.
* connection_https: disabled back TCP_NODELAY optimisationEvgeny Grin (Karlson2k)2021-04-11
|
* Added missing '_MHD_EXTERN' to MHD_run_wait()Evgeny Grin (Karlson2k)2021-04-11
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2021-04-11
|
* Implemented new API function MHD_run_wait().Evgeny Grin (Karlson2k)2021-04-01
|
* ChangeLog updated.Evgeny Grin (Karlson2k)2021-03-27
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2021-02-24
|
* ensure ikvi callback returning MHD_NO terminates iterationChristian Grothoff2021-02-04
|
* return timeout of 0 if cleanup is pendingChristian Grothoff2021-01-06
|
* Released GNU libmicrohttpd 0.9.72v0.9.72Evgeny Grin (Karlson2k)2020-12-28
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2020-12-28
|
* ChangeLog updatedEvgeny Grin (Karlson2k)2020-12-28
|
* ChangeLog updated.Evgeny Grin (Karlson2k)2020-11-01
|
* ChangeLog updateEvgeny Grin (Karlson2k)2020-10-25
|
* Fix #6610 as suggested by APChristian Grothoff2020-10-21
|
* configure: check whether IPv6 could be used for testingEvgeny Grin (Karlson2k)2020-10-07
|
* Updated ChangeLogEvgeny Grin (Karlson2k)2020-09-30
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* fix thread-start issue discovered by Damon EarpChristian Grothoff2020-09-26
|
* -update ChangeLogChristian Grothoff2020-09-11
|
* fix crash problem found by MDChristian Grothoff2020-09-11
|
* add logic to check return value of MHD_pool_reallocate()Christian Grothoff2020-08-19
|
* add ability to serve files from pipeChristian Grothoff2020-07-26
|
* fix misc typosChristian Grothoff2020-07-23
|
* fix postprocessor parser issue discovered by MDChristian Grothoff2020-07-10
|
* fix return value of MHD_queue_basic_auth_fail_responseChristian Grothoff2020-07-02
|
* fix buffer overflow and add testv0.9.71Christian Grothoff2020-06-28
|
* handle gnutls_record_uncork() failure, might help issue PC reported on the listChristian Grothoff2020-06-16
|
* fix PP bug discovered by MDChristian Grothoff2020-06-10
|
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Added example for how to provide a tiny threaded websocket server. (#5501)silvioprog2020-04-07
| |
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
| |
* | define and use 'enum MHD_Result'Christian Grothoff2020-04-08
| |