aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform_interface.h
Commit message (Expand)AuthorAge
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved pipe/socketpair to separate mhd_itc.h/.c files.Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* platform_interface.h: fix possible NULL pointer dereference on Win32Evgeny Grin (Karlson2k)2016-04-08
* Faster drain pipes.Evgeny Grin (Karlson2k)2016-02-05
* Fixed MHD_pipe_drain_ with emulated pipesEvgeny Grin (Karlson2k)2016-02-05
* trying to fix full signal pipe issue reported on MLChristian Grothoff2016-02-03
* Fix running select() on W32 with empty fdsets - W32 return error if no socket...Evgeny Grin (Karlson2k)2016-01-30
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16
* Add support for native snprintf() on W32.Evgeny Grin (Karlson2k)2015-12-03
* daemon.c: recv_param_adapter(): fix VS compiler warning for send()/recv()Evgeny Grin (Karlson2k)2015-08-08
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
* Fix C++-style commentsEvgeny Grin (Karlson2k)2015-07-07
* Unify and correct usage of WINDOWS/CYGWIN/MHD_WINSOCK_SOCKETS macrosEvgeny Grin (Karlson2k)2015-06-02
* Define and use system-independent wrapper macro for poll()Evgeny Grin (Karlson2k)2015-05-07
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* [W32] Use _beginthreadex() instead of CreateThread() for better compatibility...Evgeny Grin (Karlson2k)2014-12-26
* Replace snprintf with platform-independent macroEvgeny Grin (Karlson2k)2014-12-22
* Replace strcasecmp/strncasecmp with platform-independent macrosEvgeny Grin (Karlson2k)2014-12-22
* adding MHD_set_response_options functionChristian Grothoff2014-06-08
* Added ability to use native W32 threads, added --with-threads=LIB configure p...Evgeny Grin (Karlson2k)2014-04-08
* W32: use critical section instead of waitable object as MHD require synchroni...Evgeny Grin (Karlson2k)2014-04-04
* fix macros for pthread mutexEvgeny Grin (Karlson2k)2014-04-01
* Implement wrapper macros for mutex manipulations, support W32 native mutex, r...Evgeny Grin (Karlson2k)2014-04-01
* w32functions cleanups and makefile fixes for W32Evgeny Grin (Karlson2k)2014-02-20
* move headers to src/include, build w32functions.c as static library (untested...Christian Grothoff2014-02-19