aboutsummaryrefslogtreecommitdiff
path: root/src/examples/https_fileserver_example.c
Commit message (Expand)AuthorAge
* examples: marked non-global variables as 'static'Evgeny Grin (Karlson2k)2022-06-02
* src/examples/*fileserver*.c: added error checkingEvgeny Grin (Karlson2k)2022-06-01
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
* Updated test TLS certificate in test and examplesEvgeny Grin (Karlson2k)2022-04-21
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
* Updated test certificatesEvgeny Grin (Karlson2k)2021-04-11
* Sanitized all log and error messages.silvioprog2020-05-09
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* improve comments, cosmeticsilvioprog2018-10-09
* https_fileserver_example: removed unused headers, fixed build withEvgeny Grin (Karlson2k)2017-11-13
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
* Dropped dependency on libgcrypt with new GnuTLS (>2.12.20) versionsEvgeny Grin (Karlson2k)2017-06-20
* Added missing MHD_USE_INTERNAL_POLLING_THREAD in examples.Evgeny Grin (Karlson2k)2016-11-08
* Added MHD_USE_ERROR_LOG flag with same value as MHD_USE_DEBUG.Evgeny Grin (Karlson2k)2016-11-08
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* -fclose file, even if fileno failed...Christian Grothoff2016-01-18
* eliminate stat/fopen race in exampleChristian Grothoff2016-01-18
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* -improvements to docsChristian Grothoff2013-05-05
* introducing MHD_create_response_from_buffer, deprecating MHD_create_response_...Christian Grothoff2011-01-04
* use size_tChristian Grothoff2010-09-21
* fixing Mantis 1594Christian Grothoff2010-07-30
* towards using libgnutls directlyChristian Grothoff2010-07-24
* fixChristian Grothoff2010-06-13
* betterChristian Grothoff2010-06-13
* betterChristian Grothoff2010-06-13
* voidcastsChristian Grothoff2010-06-13
* clean up example codeChristian Grothoff2010-06-13
* fix the fixNils Durner2010-01-20
* use untranslated file input mode, important on WindowsNils Durner2010-01-20
* don't use the first slash for pathsNils Durner2010-01-17
* fixing bugs as pointed out by Timothy ShaefferChristian Grothoff2009-02-27
* incompatible API change to allow 64-bit uploads and downloads on 32-bit systemsChristian Grothoff2009-02-06
* fixing commentChristian Grothoff2008-10-13
* indentationChristian Grothoff2008-10-13
* documenting all enums, functions and structs, removing support for key/cert f...Christian Grothoff2008-09-12
* some test fixeslv-4262008-09-08