aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
|
* internal_add_connection: refuse blocking sockets in epoll modeEvgeny Grin (Karlson2k)2020-10-08
|
* setup_epoll_to_listen: do add ITC when have no listen socketEvgeny Grin (Karlson2k)2020-10-08
|
* MHD_epoll: handle timeout before data processingEvgeny Grin (Karlson2k)2020-10-07
| | | | Connection should not timeout if it gets new data while processing data on other connections
* MHD_epoll: separate epoll results processing from external data processingEvgeny Grin (Karlson2k)2020-10-07
|
* memorypool: fixed assert for an edge situationEvgeny Grin (Karlson2k)2020-10-07
|
* configure: check whether IPv6 could be used for testingEvgeny Grin (Karlson2k)2020-10-07
|
* memorypool: more sanity checksEvgeny Grin (Karlson2k)2020-10-07
|
* memorypool: added sanity checksEvgeny Grin (Karlson2k)2020-10-05
|
* memorypool: fixed typoEvgeny Grin (Karlson2k)2020-10-05
|
* configure: check and report target W32 version.Evgeny Grin (Karlson2k)2020-10-01
| | | | | Default W32 version is now Vista or later. WinXP is still supported by MHD
* correct interpretation of revalue of MHD_socket_cork_Christian Grothoff2020-09-27
|
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* fix thread-start issue discovered by Damon EarpChristian Grothoff2020-09-26
|
* perf_get_concurrent: reduce number of iteration on W32 as free portsEvgeny Grin (Karlson2k)2020-09-24
| | | | are quickly excused on W32 with large amount of CPU cores
* makefiles: removed .NOTPARALLEL: from main makefilesEvgeny Grin (Karlson2k)2020-09-24
| | | | | | | Library itself, main tests and libcurl test could be build and performed in parallel due to MHD_FEATURE_AUTODETECT_BIND_PORT feature testzzuf tests still need to be updated for support of parallel testing
* test_concurrent_stop: check for client errorsEvgeny Grin (Karlson2k)2020-09-24
|
* test_concurrent_stop: removed unused defineEvgeny Grin (Karlson2k)2020-09-24
|
* test_concurrent_stop: renamed vars for clarityEvgeny Grin (Karlson2k)2020-09-24
|
* test_digestauth_sha256: do not test without sha256 support on libcurlEvgeny Grin (Karlson2k)2020-09-23
|
* test_digestauth_sha256: update formattingEvgeny Grin (Karlson2k)2020-09-23
|
* test_upgrade_large: fixed portabilityEvgeny Grin (Karlson2k)2020-09-21
|
* test_upgrade_large: apply formattingEvgeny Grin (Karlson2k)2020-09-21
|
* test_upgrade_large: fixed: don't override errnoEvgeny Grin (Karlson2k)2020-09-21
|
* test_upgrade_large.c: used portable way of inter-thread communicationEvgeny Grin (Karlson2k)2020-09-21
|
* mhd_itc_types.h: added macro for static initialisationEvgeny Grin (Karlson2k)2020-09-21
|
* Updated HTTP headers names, status codes and methodsEvgeny Grin (Karlson2k)2020-09-20
|
* Re-factor debugging macros.Evgeny Grin (Karlson2k)2020-09-20
| | | | 'MHD_NO' is meaningless for precompiler, used special macro instead
* daemon.c: optimisation for MHD_YES/MHD_NO comparisonEvgeny Grin (Karlson2k)2020-09-20
|
* Minor optimisation for MHD_YES/MHD_NO comparisonEvgeny Grin (Karlson2k)2020-09-20
| | | | Comparing against MHD_NO (binary zero) is more efficient
* mhd_sockets.c: fixed warning on W32Evgeny Grin (Karlson2k)2020-09-17
|
* -bump versionChristian Grothoff2020-09-11
|
* fix crash problem found by MDChristian Grothoff2020-09-11
|
* indentation fixChristian Grothoff2020-08-19
|
* add logic to check return value of MHD_pool_reallocate()Christian Grothoff2020-08-19
|
* bump versionChristian Grothoff2020-07-26
|
* add ability to serve files from pipeChristian Grothoff2020-07-26
|
* fix misc typosChristian Grothoff2020-07-23
|
* fix typosChristian Grothoff2020-07-23
|
* another issue found by test from MDChristian Grothoff2020-07-11
|
* fixing pp regressionChristian Grothoff2020-07-11
|
* Merge branch 'master' of git+ssh://gnunet.org/libmicrohttpdChristian Grothoff2020-07-11
|\
| * version bumpChristian Grothoff2020-07-10
| |
| * fix postprocessor parser issue discovered by MDChristian Grothoff2020-07-10
| |
* | extending test (MD)Christian Grothoff2020-07-11
|/
* add MD test for %2 decoding problem in PPChristian Grothoff2020-07-09
|
* fix return value of MHD_queue_basic_auth_fail_responseChristian Grothoff2020-07-02
|
* fix buffer overflow and add testv0.9.71Christian Grothoff2020-06-28
|
* handle gnutls_record_uncork() failure, might help issue PC reported on the listChristian Grothoff2020-06-16
|
* send param adapter is deadChristian Grothoff2020-06-16
|