aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_shutdown_select.c
Commit message (Expand)AuthorAge
* Refactored threads supportEvgeny Grin (Karlson2k)2023-09-17
* test_shutdown_select: muted compiler warninigEvgeny Grin (Karlson2k)2023-09-17
* Fixed missing <errno.h> includesEvgeny Grin (Karlson2k)2023-09-17
* src/microhttpd/test_*: more compiler warning fixedEvgeny Grin (Karlson2k)2022-06-14
* test_shutdown_select: fixed code styleEvgeny Grin (Karlson2k)2022-04-23
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
* Muted sanitizer errors on W32 platform.Evgeny Grin (Karlson2k)2021-10-06
* test_shutdown_select: file description fixedEvgeny Grin (Karlson2k)2021-08-30
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* Proper detection of .sin?_len members, fixed build on *BSDEvgeny Grin (Karlson2k)2019-05-25
* Improved compatibility with CygwinEvgeny Grin (Karlson2k)2017-11-26
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* Fixed compiler warnings for tests in src/microhttpdEvgeny Grin (Karlson2k)2017-09-29
* test_shutdown_select/test_shutdown_poll: conditionally use test_shutdown_*_ig...Evgeny Grin (Karlson2k)2017-06-25
* Stick to C99 standard 'bool' for internals, fallback to 'int' when 'bool' is ...Evgeny Grin (Karlson2k)2016-11-06
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* Added more detailed description for test_shutdown_select.cEvgeny Grin (Karlson2k)2016-02-19
* Added test for checking ability of shutdown() on socket to trigger poll()Evgeny Grin (Karlson2k)2016-02-05
* Added test for checking ability of shutdown() on socket to trigger select()Evgeny Grin (Karlson2k)2016-01-25