aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Collapse)AuthorAge
* Be more compatible with older compilersEvgeny Grin (Karlson2k)2015-12-15
|
* w32functions.c: fix compiler warningEvgeny Grin (Karlson2k)2015-09-06
|
* Fix C++-style commentsEvgeny Grin (Karlson2k)2015-07-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* [w32] Set thread nameEvgeny Grin (Karlson2k)2014-12-24
|
* [w32] Add W32 emulation for snprintf()Evgeny Grin (Karlson2k)2014-12-22
|
* Rename internal helper lib libmicrohttpd_w32.la -> libplatform_interface.laEvgeny Grin (Karlson2k)2014-04-01
|
* CosmeticsEvgeny Grin (Karlson2k)2014-04-01
|
* w32functions cleanups and makefile fixes for W32Evgeny Grin (Karlson2k)2014-02-20
|
* More typo fixes and proper convenience lib makefile rulesLRN2014-02-19
|
* move headers to src/include, build w32functions.c as static library ↵Christian Grothoff2014-02-19
| | | | (untested) to make 'make distclean' work cleanly
* Implement MHD_W32_random(), replace RANDOM() -> MHD_random_()Evgeny Grin (Karlson2k)2014-02-18
|
* add ability to use socketspair instead of pipe, implement W32 ↵Evgeny Grin (Karlson2k)2014-02-18
| | | | | | pipe/socketspair emulation, implement MHD_SYS_select_ configure.ac: add "--disable-pipes" option
* add platform abstraction for errno and strerror, check EWOULDBLOCK ↵Evgeny Grin (Karlson2k)2014-02-18
| | | | additionally to EAGAIN
* Replace CLOSE() with MHD_socket_close_() for socketsEvgeny Grin (Karlson2k)2014-02-18