aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fileserver_example_external_select.c
Commit message (Collapse)AuthorAge
* src/examples/*fileserver*.c: added error checkingEvgeny Grin (Karlson2k)2022-06-01
|
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
|
* Replaced calls of MHD_get_timeout() in tests and examplesEvgeny Grin (Karlson2k)2022-04-28
| | | | | The calls were replaced with the calls of the new functions. Completely removed the usage of MHD_UNSIGNED_LONG_LONG.
* 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.
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* Muted compiler warnings in examples.Evgeny Grin (Karlson2k)2017-09-29
|
* 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.
* add return value checks for a few more system calls in testcases and examplesChristian Grothoff2016-09-23
|
* -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
|
* minor MHD_socket/int fixesEvgeny Grin (Karlson2k)2014-03-24
|
* -work around compiler warningsChristian Grothoff2013-12-22
|
* -introduce MHD_UNSIGNED_LONG_LONG, deprecate MHD_LONG_LONG, check for ↵Christian Grothoff2012-09-28
| | | | invalid options on start, document
* introducing MHD_create_response_from_buffer, deprecating ↵Christian Grothoff2011-01-04
| | | | MHD_create_response_from_data
* mantis 1631Christian Grothoff2010-12-20
|
* use size_tChristian Grothoff2010-09-21
|
* moreChristian Grothoff2010-06-13
|
* clean up example codeChristian Grothoff2010-06-13
|
* use untranslated file input mode, important on WindowsNils Durner2010-01-20
|
* check return codeChristian Grothoff2009-11-13
|
* 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 z/OS build issuesChristian Grothoff2008-07-20
|
* addressing Mantis 1384Christian Grothoff2008-07-02
|
* fixing lv formattingChristian Grothoff2008-05-25
|
* fix Linux & break WindowsNils Durner2008-04-20
|
* another exampleChristian Grothoff2008-04-20
|
* another exampleChristian Grothoff2008-04-20