aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_shutdown_select.c
Commit message (Expand)AuthorAge
* 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