aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_itc_types.h
Commit message (Collapse)AuthorAge
* Fixed and muted compiler warningsEvgeny Grin (Karlson2k)2020-12-23
|
* mhd_itc_types.h: added macro for static initialisationEvgeny Grin (Karlson2k)2020-09-21
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* Always use 'struct' for ITC.Evgeny Grin (Karlson2k)2016-10-13
| | | | Help to detect accidental incorrect usage.
* Use MHD_itc_activate_ macro for ITC signaling, move ITC types to separateEvgeny Grin (Karlson2k)2016-10-11
header. Separate header allow exclusion of heavy headers in internal.h, which is included by most source files. Fixed checking success of write() to eventFD by comparing result to 1. Fixed error when trying to signal on fully filled ITC (ITC is already in activated (signaled) state and those conditions are not an error). EventFD is signaled now by macro, not a function.