aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_locks.h
Commit message (Collapse)AuthorAge
* 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
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* mhd_locks: added ability to statically initialise mutex,Evgeny Grin (Karlson2k)2017-11-27
| | | | if supported by mutex library
* removing dead semaphore logicChristian Grothoff2016-10-17
|
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
| | | | aborting of execution.
* -fix locking issueChristian Grothoff2016-10-09
|
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
|
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
|
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
Minor refactoring to allow better code optimization.