aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
Commit message (Expand)AuthorAge
* struct MHD_NonceNc: use uint64_t for counter.Evgeny Grin (Karlson2k)2016-04-12
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* Use less locking with MHD_USE_THREAD_PER_CONNECTION.Evgeny Grin (Karlson2k)2016-04-10
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* Change default listen backlog size from 32 to SOMAXCONN, allow to specify req...Evgeny Grin (Karlson2k)2015-12-08
* doxygenChristian Grothoff2015-10-25
* -doxygenChristian Grothoff2015-10-25
* -doxygenChristian Grothoff2015-10-25
* deduplicate arg parsing logic between connection.c and digestauth.c (now in i...Christian Grothoff2015-10-05
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
* internal.h: add BUILTIN_NOT_REACHED macro for VS compilerEvgeny Grin (Karlson2k)2015-08-06
* Correct MHD_MAX() and MHD_MIN() macrosEvgeny Grin (Karlson2k)2015-08-06
* fix HEAD handling issue in connection with MHD_create_response_from_callback ...Christian Grothoff2015-06-26
* Add MHD_create_response_from_fd64() and MHD_create_response_from_fd_at_offset...Evgeny Grin (Karlson2k)2015-06-09
* -fix minor type issue, and minor logging issueChristian Grothoff2015-04-04
* Robert Gronenberg wrote:Christian Grothoff2015-03-31
* adding MHD_OPTION_HTTPS_KEY_PASSWORDChristian Grothoff2015-02-08
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* use __buildin_unreachable() after MHD_PANIC() -- if supported by gccChristian Grothoff2014-12-20
* make MHD_http_unescape() part of API (#3585)Christian Grothoff2014-12-19
* Hi Christian,Christian Grothoff2014-10-29
* From: Milan Straka <fox@ucw.cz>Christian Grothoff2014-10-29
* -preping for release 0.9.38Christian Grothoff2014-10-03
* fix '+' unescape logic for URI-encoded POST dataChristian Grothoff2014-09-29
* code cleanup, expand assertionsChristian Grothoff2014-07-12
* adding MHD_set_response_options functionChristian Grothoff2014-06-08
* -fix #3397Christian Grothoff2014-05-13
* Added ability to use native W32 threads, added --with-threads=LIB configure p...Evgeny Grin (Karlson2k)2014-04-08
* add MHD_OPTION_HTTPS_MEM_DHPARAMS to support PFSChristian Grothoff2014-04-07
* Use MHD mutex macrosEvgeny Grin (Karlson2k)2014-04-01
* Add support for TCP FASTOPEN connections.Sree Harsha Totakura2014-02-24
* 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
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
* size_t vs. int fixes by Evgeny Grin, plus some additional fixes by CGChristian Grothoff2014-02-08
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
* -hide symbolsChristian Grothoff2013-12-24
* add support for SNIChristian Grothoff2013-12-21
* -fix build issue without HTTPS and compiler warnings, as reported by Dilyan...Christian Grothoff2013-12-06
* Adding Matt Holiday's fixes to suspend/resume logicChristian Grothoff2013-12-03
* -fixes to MHD_suspend_connectionChristian Grothoff2013-11-25
* also pass MHD connection handle in URI callback, needed for GNUnetChristian Grothoff2013-09-17
* -doxygen fixesChristian Grothoff2013-09-07
* fix #3007Christian Grothoff2013-08-28
* Use socketpair to wake up listenthread on W32LRN2013-08-12
* adding experimental turbo modeChristian Grothoff2013-07-19
* -fixing #2899: allow clients to customize MHD_BUF_INC_SIZE via optionChristian Grothoff2013-07-05
* Adding support for using epoll for the MHD event loopChristian Grothoff2013-07-04
* -revertChristian Grothoff2013-06-21
* make it clear that we intentionally ignore those return values, as there is n...Christian Grothoff2013-06-21