aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* Added unit tests for caseless string comparisons.Evgeny Grin (Karlson2k)2016-07-23
* Added MHD_FAVOR_FAST_CODE and MHD_FAVOR_SMALL_CODE automatic macros.Evgeny Grin (Karlson2k)2016-07-23
* mhd_limits.h: use GCC predefined macros if availableEvgeny Grin (Karlson2k)2016-07-23
* Added new header mhd_options.hEvgeny Grin (Karlson2k)2016-07-23
* mhd_str.c: fixed typoEvgeny Grin (Karlson2k)2016-07-22
* connection.c: fixed build without messages (#endif placement)Evgeny Grin (Karlson2k)2016-07-22
* print warning if application code performing connection POST processing is buggyChristian Grothoff2016-07-16
* mhd_str.c: fix compiler warningsEvgeny Grin (Karlson2k)2016-07-13
* mhd_limits.h: fixed typo (wrong define)Evgeny Grin (Karlson2k)2016-07-13
* support 308Christian Grothoff2016-07-08
* mhd_str: improved compatibility with older compilers, including VS2010, VS2012Evgeny Grin (Karlson2k)2016-06-25
* -do not call callback if connection was already suspendedChristian Grothoff2016-06-10
* -fix ftbfsChristian Grothoff2016-06-02
* -check obscure error on close()Christian Grothoff2016-06-02
* -fix branching, might have FD_CLR'ed -1 otherwiseChristian Grothoff2016-06-02
* off-by-1Christian Grothoff2016-06-01
* do not generate Content-Length header for 1xx/204/304 replies, also suppress ...Christian Grothoff2016-06-01
* indentChristian Grothoff2016-05-29
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
* handle EMFILE, ENFILE, ENOBUF on acceptChristian Grothoff2016-05-15
* -fix fixChristian Grothoff2016-05-12
* fix epoll ready check reported by Chris Penev on the mailinglistChristian Grothoff2016-05-12
* adding logic to do 'fast' calls to read/write on a single connection without ...Christian Grothoff2016-05-02
* daemon.c: OS X: set SO_NOSIGPIPE on listen socket.Evgeny Grin (Karlson2k)2016-04-29
* MHD_quiesce_daemon(): notify other threads so listen socket FDEvgeny Grin (Karlson2k)2016-04-23
* Fixed race conditions for thread pool.Evgeny Grin (Karlson2k)2016-04-22
* mhd_str.c: fixed commentsEvgeny Grin (Karlson2k)2016-04-19
* sysfdsetsize.c: fixed typo in macros,Evgeny Grin (Karlson2k)2016-04-19
* Added more comments about data races.Evgeny Grin (Karlson2k)2016-04-18
* Fixed rare situations when suspended connection can't be resumed.Evgeny Grin (Karlson2k)2016-04-18
* Corrected pipes for worker thread for modes without MHD_USE_SUSPEND_RESUMEEvgeny Grin (Karlson2k)2016-04-14
* Don't create daemon if failed to make daemon control pipe non-blockingEvgeny Grin (Karlson2k)2016-04-14
* Free pipes if worker thread initialization failsEvgeny Grin (Karlson2k)2016-04-14
* Make pipe non-blocking for tread poolEvgeny Grin (Karlson2k)2016-04-14
* digestauth.c: removed unused variableEvgeny Grin (Karlson2k)2016-04-12
* Fixed handling of caller-supplied socket with MHD_OPTION_LISTEN_SOCKET.Evgeny Grin (Karlson2k)2016-04-12
* MHD_digest_auth_check(): used internal function to decode nc, fixed incorrect...Evgeny Grin (Karlson2k)2016-04-12
* MHD_digest_auth_check(): decode timestamp value by internal function, added e...Evgeny Grin (Karlson2k)2016-04-12
* mhd_str: added MHD_strx_to_uint32_(), MHD_strx_to_uint32_n_(), MHD_strx_to_ui...Evgeny Grin (Karlson2k)2016-04-12
* connection.c: used internal US-ASCII-only hex string -> value conversionEvgeny Grin (Karlson2k)2016-04-12
* mhd_str: added hex string to value conversion functionsEvgeny Grin (Karlson2k)2016-04-12
* struct MHD_NonceNc: use uint64_t for counter.Evgeny Grin (Karlson2k)2016-04-12
* connection.c: removed unused variable, silent compiler warningEvgeny Grin (Karlson2k)2016-04-12
* mhd_str.c: cosmetics, corrected commentsEvgeny Grin (Karlson2k)2016-04-12
* mhd_str: refactored MHD_str_to_uint64() and MHD_str_to_uint64_n_() for simpli...Evgeny Grin (Karlson2k)2016-04-12
* mhd_str: fixed typo in commentEvgeny Grin (Karlson2k)2016-04-11
* parse_connection_headers(): fixed uploading by POST files larger then LONG_MAXEvgeny Grin (Karlson2k)2016-04-11
* mhd_str: added MHD_str_to_uint64_() and MHD_str_to_uint64_n_() functions for ...Evgeny Grin (Karlson2k)2016-04-11
* -indentChristian Grothoff2016-04-10
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10