aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters
Commit message (Collapse)AuthorAge
* -fix typosChristian Grothoff2022-06-26
|
* Updated documentation for the new Basic Authorization APIEvgeny Grin (Karlson2k)2022-06-13
|
* 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.
* 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.
* 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
|
* expand tutorial on connection phases, thanks to Igor for pointing out that ↵Christian Grothoff2021-02-02
| | | | the text was incomplete
* Fixed examples using 'enum MHD_Result'.silvioprog2020-07-25
|
* fix misc typosChristian Grothoff2020-07-23
|
* Applied several spelling fixes. (#6142)silvioprog2020-03-31
|
* typoMarcello Stanisci2017-06-14
|
* Renamed daemon flags:Evgeny Grin (Karlson2k)2016-11-08
| | | | | | MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
* fix FIXME in tutorialChristian Grothoff2016-07-08
|
* fix #4233Christian Grothoff2016-04-02
|
* fix #4235Christian Grothoff2016-04-02
|
* add support for SNIChristian Grothoff2013-12-21
|
* -fixing #2443: tutorial was unclearChristian Grothoff2012-06-22
|
* typoChristian Grothoff2011-11-04
|
* docuChristian Grothoff2011-11-04
|
* fixChristian Grothoff2011-11-03
|
* missingChristian Grothoff2011-03-03
|
* mantis 1659Christian Grothoff2011-02-11
|
* introducing MHD_create_response_from_buffer, deprecating ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data
* updating docsChristian Grothoff2011-01-01
|
* removing client authentication API, moving it into tutorialChristian Grothoff2010-12-25
|
* formattingChristian Grothoff2010-09-23
|
* ready for 0.9.0Christian Grothoff2010-07-26
|
* use untranslated file input mode, important on WindowsNils Durner2010-01-20
|
* incompatible API change to allow 64-bit uploads and downloads on 32-bit systemsChristian Grothoff2009-02-06
|
* docuChristian Grothoff2008-11-16
|
* Upgraded & tested tutorial for version 0.4 prerelease0Sebastian Gerhardt2008-11-01
|
* Tutorial: New chapter for SSL/TLSSebastian Gerhardt2008-10-11
|
* some typos in tutorialSebastian Gerhardt2008-09-04
|
* Added tutorial chapter: processing of large postsSebastian Gerhardt2008-08-31
|
* moved tutorial chapters to separate dirSebastian Gerhardt2008-08-28