aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_shutdown_select.c
Commit message (Collapse)AuthorAge
* 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
| | | | 'defined()' should be used without space before bracket
* Muted sanitizer errors on W32 platform.Evgeny Grin (Karlson2k)2021-10-06
| | | | Actually MinGW headers need to be fixed.
* 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 ↵Evgeny Grin (Karlson2k)2017-06-25
| | | | test_shutdown_*_ignore to avoid XFAIL results
* Stick to C99 standard 'bool' for internals, fallback to 'int' when 'bool' is ↵Evgeny Grin (Karlson2k)2016-11-06
| | | | not available
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
| | | | aborting of execution.
* 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
| | | | minor bugs fixed.
* 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