aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Properly cleanup resources in test_concurrent_stopEvgeny Grin (Karlson2k)2016-04-24
* test_concurrent_stop ported to use pthread instead of fork()Evgeny Grin (Karlson2k)2016-04-23
* perf_get_concurrent: port to systems without fork(), added error checkingEvgeny Grin (Karlson2k)2016-04-23
* perf_get_concurrent: correctly detect available modesEvgeny Grin (Karlson2k)2016-04-23
* test_quiesce: do not violate our APIEvgeny Grin (Karlson2k)2016-04-23
* test_quiesce: added more checks and more error reportsEvgeny Grin (Karlson2k)2016-04-23
* 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
* 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
* 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
* -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 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