aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* Remove PlibC from autotools filesEvgeny Grin (Karlson2k)2014-02-18
* Replace plibc_init() and plibc_shutdown()Evgeny Grin (Karlson2k)2014-02-18
* Remove PlibC wrappers and macrosEvgeny Grin (Karlson2k)2014-02-18
* Implement MHD_W32_random(), replace RANDOM() -> MHD_random_()Evgeny Grin (Karlson2k)2014-02-18
* gmtime_r() replacement on W32, add error check in get_date_string()Evgeny Grin (Karlson2k)2014-02-18
* add ability to use socketspair instead of pipe, implement W32 pipe/socketspai...Evgeny Grin (Karlson2k)2014-02-18
* add platform abstraction for errno and strerror, check EWOULDBLOCK additional...Evgeny Grin (Karlson2k)2014-02-18
* Replace CLOSE() with MHD_socket_close_() for socketsEvgeny Grin (Karlson2k)2014-02-18
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
* memorypool.c: use native memory function for W32Evgeny Grin (Karlson2k)2014-02-18
* Karlson2k: fix AM_CPPFLAGS vs AM_CFLAGS usageChristian Grothoff2014-02-18
* Karlson2k: fix MHD_get_fdset with defined DEBUG_CONNECTChristian Grothoff2014-02-15
* refactoring and cleanup of make_nonblocking_noninheritable(),Christian Grothoff2014-02-12
* From: Karlson2k <k2k@narod.ru>Christian Grothoff2014-02-12
* From: Karlson2k <k2k@narod.ru>Christian Grothoff2014-02-12
* clarification to documentation by Evgeny GrinChristian Grothoff2014-02-11
* Patch from Karlson2k: fix MHD_get_fdset to accept NULL as max_fd, as describe...Christian Grothoff2014-02-11
* size_t vs. int fixes by Evgeny Grin, plus some additional fixes by CGChristian Grothoff2014-02-08
* -cosmetic patch from Evgeny GrinChristian Grothoff2014-02-08
* Karlson2k: fix makefiles: src/daemon -> src/microhttpdChristian Grothoff2014-02-04
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
* Luke-Jr wrote:Christian Grothoff2014-01-22
* -grammarChristian Grothoff2014-01-13
* enable use of keep-alive with http 1.0 if explicitly requested by the clientChristian Grothoff2014-01-01
* -re-adding logic to restrict exported symbols via linker, unsure how/when tha...Christian Grothoff2013-12-24
* -hiding a few moreChristian Grothoff2013-12-24
* -missing includeChristian Grothoff2013-12-24
* -hide symbolsChristian Grothoff2013-12-24
* -work around compiler warningsChristian Grothoff2013-12-22
* add support for SNIChristian Grothoff2013-12-21
* -fix issue with sendfile incrementing buffer offset when it should notChristian Grothoff2013-12-20
* remove debug messageMatthias Wachs2013-12-20
* fixing #3179Christian Grothoff2013-12-09
* -fix build issue without HTTPS and compiler warnings, as reported by Dilyan...Christian Grothoff2013-12-06
* -fix tests for MHD_USE_SUSPEND_RESUMEChristian Grothoff2013-12-03
* -newlineChristian Grothoff2013-12-03
* Adding Matt Holiday's fixes to suspend/resume logicChristian Grothoff2013-12-03
* eliminate theoretical stack overflowChristian Grothoff2013-11-29
* -handle case that original allocation request was zeroChristian Grothoff2013-11-28
* -fix theoretical overflow issue reported by Florian WeimerChristian Grothoff2013-11-28
* -fix yearChristian Grothoff2013-11-26
* -fix shutdown race for wpipe on non-Linux systemsChristian Grothoff2013-11-26
* -fixes to MHD_suspend_connectionChristian Grothoff2013-11-25
* -fix post processor, expanded test suite to cover garbage before payloadChristian Grothoff2013-10-30
* Add a variant of multipart preprocessor test that splits data in two partsLRN2013-10-30
* -improve POST processing performanceChristian Grothoff2013-10-27
* experimental code to support flow control for connections via MHD_suspend_con...Christian Grothoff2013-10-24
* check CLOCK_MONOTONIC is definedChristian Grothoff2013-09-23
* typoChristian Grothoff2013-09-23
* fully initialze modern gcrypt in MHD_init, only use thread initialization wit...Christian Grothoff2013-09-23