aboutsummaryrefslogtreecommitdiff
path: root/src/examples/https_fileserver_example.c
Commit message (Collapse)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
| | | | The new certificate should be a bit more similar to production certs.
* src/examples: Fixed drop of 'const' qualifiers and minor fixes.Evgeny Grin (Karlson2k)2022-04-19
| | | | * some minor fixes and improvements.
* 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.
* Updated test certificatesEvgeny Grin (Karlson2k)2021-04-11
| | | | | | Updated TLS test certificates with modern algorithms and correct alternative names, which is closer to real live scenarios. Examples programs work with browsers again.
* 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
| | | | libgnutls in non-default path.
* 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
| | | | New name better explains flag actions.
* 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 ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data
* 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 ↵Christian Grothoff2008-09-12
| | | | files
* some test fixeslv-4262008-09-08
tls connection teardown upon unrecognized message type connection state dictionary compiles based on 'enable_messages'