aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Fixed early response with digest auth in tests, examples, and documentationEvgeny Grin (Karlson2k)2022-01-18
|
* Added more workarounds for uncrustify bugsEvgeny Grin (Karlson2k)2022-01-18
|
* largepost: fixed code styleEvgeny Grin (Karlson2k)2022-01-18
|
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* doc/examples/Makefile: fixed missing fileEvgeny Grin (Karlson2k)2022-01-09
|
* doc: fixed missing 'websocket.inc' in dist filesEvgeny Grin (Karlson2k)2022-01-09
|
* Doxygen: changed description of make targetsEvgeny Grin (Karlson2k)2022-01-06
|
* Fixed compiler warning in examplesEvgeny Grin (Karlson2k)2022-01-06
|
* Autotools refactoring: better follow GNU coding standardsEvgeny Grin (Karlson2k)2022-01-06
| | | | | | | | Never override CFLAGS, CPPFLAGS, and LDFLAGS in 'configure'. Let user override compile setting as make-time almost in the same way like at configure-time. Removed some redundant compile settings.
* doc/Makefile: fixed *-local rulesEvgeny Grin (Karlson2k)2022-01-05
|
* doc/Makefile: reordered targets and dependenciesEvgeny Grin (Karlson2k)2022-01-05
|
* doc/Makefile: added phony target to force update timestampEvgeny Grin (Karlson2k)2022-01-05
|
* test and examples: check socket control functions resultsEvgeny Grin (Karlson2k)2021-11-21
|
* websockets: fixed code styleEvgeny Grin (Karlson2k)2021-10-31
|
* websocket updateDavid Gausmann2021-10-31
| | | | | | | | | | | | | | | | - added API documentation to libmicrohttpd.texi - added websocket tutorial chapter to libmicrohttpd-tutorial and an much easier example for the tutorial - added additional helper functions to ease the HTTP websocket handshake - the code can now be compiled on Linux without errors - changed sha1.c and sha1.h to the files provided by Evgeny (I replaced those files in src/microhttpd_ws/ with the files from src/microhttpd/ - maybe there is a smarter way...?) - removed dependency for "htons" and "htonl" (these functions are now implemented in MHD_websocket.c; no need for OS-dependent files anymore) - added an additional test script for testing of the library with any webbrowser (for manual practice test) - several bugfixes - parameters renamed - special things clarified (fragmentation, RNG for client mode) The new version of the API is at some points incompatible with the old version, but since it was in an experimental phase and it didn't compile on Linux, I guess this shouldn't bother anyone. From my point of view, I am now finished with the library and it could go out of experimental.
* tlsauthentication.c: better fix for compiler warningEvgeny Grin (Karlson2k)2021-08-25
|
* tlsauthentication.c: inelegant mute of compiler warningEvgeny Grin (Karlson2k)2021-08-25
|
* -typoChristian Grothoff2021-08-04
|
* introduce new MHD_CONNECTION_INFO_HTTP_STATUSChristian Grothoff2021-08-04
|
* fix typoChristian Grothoff2021-03-09
|
* fix exampleChristian Grothoff2021-03-04
|
* improve example on client cert validation, as suggested by Folkert van HeusdenChristian Grothoff2021-03-02
|
* -misc style fixes, no semantic changesChristian Grothoff2021-02-26
|
* Implemented new function MHD_create_response_from_iovec()Evgeny Grin (Karlson2k)2021-02-24
| | | | | | | Implemented the new function, related framework, and tests for iovec-based responses. The implementation is based on the patch provided by Lawrence Sebald and Damon N. Earp from NASA.
* expand tutorial on connection phases, thanks to Igor for pointing out that ↵Christian Grothoff2021-02-02
| | | | the text was incomplete
* document cross-compile to Android, fixes #4913Christian Grothoff2021-01-30
|
* Fixed build with --disable-bauthEvgeny Grin (Karlson2k)2020-12-27
|
* Muted compiler warningsEvgeny Grin (Karlson2k)2020-12-27
|
* Merge branch 'master' of git+ssh://gnunet.org/libmicrohttpdChristian Grothoff2020-07-26
|\
| * Fixed examples using 'enum MHD_Result'.silvioprog2020-07-25
| |
* | add ability to serve files from pipeChristian Grothoff2020-07-26
|/
* fix misc typosChristian Grothoff2020-07-23
|
* fix typosChristian Grothoff2020-07-23
|
* fix manual entry for MHD_lookup_connection_valueChristian Grothoff2020-06-10
|
* Sanitized all log and error messages.silvioprog2020-05-09
|
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
| |
* | define and use 'enum MHD_Result'Christian Grothoff2020-04-08
| |
* | introduce 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* .3: Files markup.ng02019-10-28
|
* libmicrohttpd.3: Use mdocml, adjust to some standards, fix some markup.ng02019-10-28
|
* allow clients to override sanity check for content-length headerChristian Grothoff2019-10-25
|
* fix #5868Christian Grothoff2019-09-04
|
* Document MHD_UPGRADE_ACTION_CORK_ON and HD_UPGRADE_ACTION_CORK_OFF.ng02019-08-02
|
* is this yearChristian Grothoff2019-07-29
|
* undo, duplicated functionalityChristian Grothoff2019-07-22
|
* unifyChristian 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
|
* fix #5773Christian Grothoff2019-06-30
|