aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fixed race conditions for thread pool.Evgeny Grin (Karlson2k)2016-04-22
* Updated test_post.c to not ignore specific error on W32 if libcurlEvgeny Grin (Karlson2k)2016-04-20
* mhd_str.c: fixed commentsEvgeny Grin (Karlson2k)2016-04-19
* sysfdsetsize.c: fixed typo in macros,Evgeny Grin (Karlson2k)2016-04-19
* Updated .gitignore for W32 projectsEvgeny 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
* Testsuite: ignore specific test_post errors on W32 until libcurl will merge w...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
* largepost.c: corrected const pointer to const charEvgeny Grin (Karlson2k)2016-04-11
* Added check result of MHD_post_process() in largepost.cEvgeny Grin (Karlson2k)2016-04-11
* VS projects: added largepost.c exampleEvgeny Grin (Karlson2k)2016-04-11
* VS projects: added simplepost.c exampleEvgeny Grin (Karlson2k)2016-04-11
* VS projects updated: cleanup, renamed fileEvgeny Grin (Karlson2k)2016-04-11
* largepost.c: fixed compiling by VSEvgeny Grin (Karlson2k)2016-04-11
* simplepost.c: fixed compiling with VS before 2015Evgeny Grin (Karlson2k)2016-04-11
* -indentChristian Grothoff2016-04-10
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* Use less locking with MHD_USE_THREAD_PER_CONNECTION.Evgeny Grin (Karlson2k)2016-04-10
* Silent compiler warningEvgeny Grin (Karlson2k)2016-04-10
* Releasing 0.9.49Evgeny Grin (Karlson2k)2016-04-09
* one variable per lineChristian Grothoff2016-04-08
* Reworked calling shutdown() on connections:Evgeny Grin (Karlson2k)2016-04-08
* connection.c: remove unneeded check in try_ready_normal_body()Evgeny Grin (Karlson2k)2016-04-08
* platform_interface.h: fix possible NULL pointer dereference on Win32Evgeny Grin (Karlson2k)2016-04-08
* Check result of snprintf() in basicauth.c and digestauth.c, log more errorsEvgeny Grin (Karlson2k)2016-04-08
* daemon.c: remove unused variable in MHD_handle_connection()Evgeny Grin (Karlson2k)2016-04-08
* connection.c: fix using uninitialized variable in build_header_response()Evgeny Grin (Karlson2k)2016-04-08
* fix #4233Christian Grothoff2016-04-02
* fix #4235Christian Grothoff2016-04-02
* Fix testsuite compiler warnings on W32Evgeny Grin (Karlson2k)2016-03-26
* Dan Dedrick wrote:Christian Grothoff2016-03-15
* fix unnecessary and potentially problematic use of eready DLL in thread-per-c...Christian Grothoff2016-03-15