aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_threads.h
Commit message (Collapse)AuthorAge
* Additional doxy corrections.Evgeny Grin (Karlson2k)2021-12-30
| | | | Fixes for 6d67eadb614da29ac4b143c68064bb7268e30060
* Minor readability improvementsEvgeny Grin (Karlson2k)2021-12-01
|
* Test for stdlib.h presenceEvgeny Grin (Karlson2k)2021-09-01
|
* Fixed build --without-threadsEvgeny Grin (Karlson2k)2020-12-27
| | | | TODO: Fully fix testsuite for builds without threads
* Added asserts to check correct threads for key functionsEvgeny Grin (Karlson2k)2020-10-08
|
* mhd_threads: added and clarified commentsEvgeny Grin (Karlson2k)2020-10-08
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* Doxygen fixesEvgeny Grin (Karlson2k)2017-12-11
|
* mhd_threads: Fixed thread ID data races on pthreadsEvgeny Grin (Karlson2k)2017-11-22
|
* Fixed race condition on W32Evgeny Grin (Karlson2k)2017-11-15
|
* mhd_threads: added MHD_thread_ID_match_current_()Evgeny Grin (Karlson2k)2017-08-27
|
* mhd_threads: added thread ID supportEvgeny Grin (Karlson2k)2017-08-27
|
* Added support for faster setting thread names by pthread_attr_setname_np() ↵Evgeny Grin (Karlson2k)2016-11-11
| | | | where available.
* mhd_threads.h: Fixed typo in macro.Evgeny Grin (Karlson2k)2016-08-10
|
* Added support for thread names on FreeBSD, NetBSD, OpenBSD, Darwin, OSF1 and ↵Evgeny Grin (Karlson2k)2016-08-10
| | | | others.
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
minor bugs fixed.