aboutsummaryrefslogtreecommitdiff
path: root/src/examples/suspend_resume_epoll.c
Commit message (Collapse)AuthorAge
* 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.
* -fix tests for libmagic (and uncrustify indentation)Christian Grothoff2021-12-08
|
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* fix compiler warningsChristian Grothoff2019-08-25
|
* avoid c99-style comments in examples, fix missed VLAChristian Grothoff2018-12-12
|
* releasing 0.9.61Christian Grothoff2018-11-20
|
* Style fixes.silvioprog2018-10-09
|
* some minor code cleaning issuesChristian Grothoff2018-06-22
|
* add suspend_resume_epoll example (from mailinglist)Christian Grothoff2018-03-14