aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Expand)AuthorAge
* websocket_threaded_example: fixed compiler warning on x32 platformsEvgeny Grin (Karlson2k)2021-10-24
* Muted sanitizer errors on W32 platform.Evgeny Grin (Karlson2k)2021-10-06
* Cosmetics: fixed formatting for 'examples'Evgeny Grin (Karlson2k)2021-09-17
* Use type specifiers for printf() from inttypes.hEvgeny Grin (Karlson2k)2021-09-17
* websocket_threaded_example: fix static analyzer errorEvgeny Grin (Karlson2k)2021-08-25
* querystring_example: free memory with new error checkEvgeny Grin (Karlson2k)2021-08-25
* querystring_example: fixed compiler warning, added error checkingEvgeny Grin (Karlson2k)2021-08-25
* chunked_example: fixed resource leakEvgeny Grin (Karlson2k)2021-06-03
* chunked_example: enforce to use chunked encodingEvgeny Grin (Karlson2k)2021-05-06
* fix typosChristian Grothoff2021-04-27
* add David's WS exampleChristian Grothoff2021-04-26
* Updated test certificatesEvgeny Grin (Karlson2k)2021-04-11
* websocket_threaded_example: muted compiler warningEvgeny Grin (Karlson2k)2021-04-01
* Fixed analyzer warningEvgeny Grin (Karlson2k)2020-12-27
* Muted compiler warningsEvgeny Grin (Karlson2k)2020-12-27
* Examples: fixed logic errorEvgeny Grin (Karlson2k)2020-12-25
* examples: fixed portability and compiler warningsEvgeny Grin (Karlson2k)2020-12-24
* examples: fixed wrong array initialisationEvgeny Grin (Karlson2k)2020-12-24
* Fix for ee18f2421ad86fae7c6017cf9fbe28c7080e7690Evgeny Grin (Karlson2k)2020-10-29
* Fixed 2f4438ab7a9575e605c4a746614cb2b453b8f48dEvgeny Grin (Karlson2k)2020-10-29
* websocket_threaded_example.c: minor improvement and warning fixesEvgeny Grin (Karlson2k)2020-10-29
* Fixed conflict with system CPU_COUNT macroEvgeny Grin (Karlson2k)2020-10-25
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* Sanitized all log and error messages.silvioprog2020-05-09
* fix exampleChristian Grothoff2020-04-29
* fix more warningsChristian Grothoff2020-04-11
* Avoid item duplication inside client list in the websocket example.silvioprog2020-04-10
* Fixed websocket example.silvioprog2020-04-10
* Fixed compiler warnings.silvioprog2020-04-09
* Fixed warnings related to websocket example.silvioprog2020-04-08
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Improved base64-encoder function of the websocket example.silvioprog2020-04-08
| * Improved websocket example allowing the client to connect to the remote host.silvioprog2020-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
|/
* remove useless 'if', fix HTML outputChristian Grothoff2020-03-01
* tighten formatting rulesChristian Grothoff2019-10-31
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26
* add minimal example for empty bodyChristian Grothoff2019-10-24
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* indentation fixesChristian Grothoff2019-10-06
* reindentingChristian Grothoff2019-08-25
* fix compiler warningsChristian Grothoff2019-08-25
* update .gitignore filesChristian Grothoff2019-06-08
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ...Christian Grothoff2019-06-03
* http_chunked_compression: fixed for non-64bit systemsEvgeny Grin (Karlson2k)2019-05-18
* http_chunked_compression example: clarify and improve readabilityEvgeny Grin (Karlson2k)2019-05-18