aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* integrate TLS PSK patch from Tal Moaz (plus documentation, plus style and bug...Christian Grothoff2018-07-14
* add support for digest auth with hashed passwordChristian Grothoff2018-07-14
* applying W32 fix suggested by TimChristian Grothoff2018-06-26
* check response allocation succeeded when generating internal errorsChristian Grothoff2018-06-22
* some minor code cleaning issuesChristian Grothoff2018-06-22
* mark bug, too tired to fix right nowChristian Grothoff2018-03-25
* Merge branch 'master' of gnunet.org:libmicrohttpdChristian Grothoff2018-03-25
|\
| * Cosmetic fix.silvioprog2018-03-24
* | fix bugChristian Grothoff2018-03-25
|/
* fix c90 warningChristian Grothoff2018-03-23
* Fix race condition in test_get_sendfile/test_get_sendfile11Tim Rühsen2018-03-15
* add missing mhd_winsock_inited_ to src/lib/init.cTim Rühsen2018-03-15
* add suspend_resume_epoll example (from mailinglist)Christian Grothoff2018-03-14
* Hi Christian,Christian Grothoff2018-03-14
* fix FTBFS issues on MinGWChristian Grothoff2018-03-10
* fix misc build issues if various features (poll/epoll/upgrade-support) are di...Christian Grothoff2018-03-05
* check for dlfcn.h presenceChristian Grothoff2018-03-04
* fix build issue in absence of epollChristian Grothoff2018-03-04
* do not use MHD_NONNULL on w32Christian Grothoff2018-03-04
* fix 'race' between MHD_epoll and MHD_daemon_quiesce on epoll listen FD remova...Christian Grothoff2018-03-02
* fix leak in testcaseChristian Grothoff2018-03-02
* make asan happierChristian Grothoff2018-03-02
* fix enum inconsistenciesChristian Grothoff2018-03-02
* use curi instead of uri to avoid passing NULL to memchr, even with len 0Christian Grothoff2018-03-02
* fix spacy url check in strict modeChristian Grothoff2018-03-02
* asan fix for flagsChristian Grothoff2018-03-02
* work around silly address sanitizer alignment warningChristian Grothoff2018-03-02
* fix test_upgrade transient failures (#5189)Christian Grothoff2018-03-02
* minimal logic simplificationsChristian Grothoff2018-03-02
* remove dead IN_CLEANUP state, revert previous patch that called completed cal...Christian Grothoff2018-03-02
* postfixChristian Grothoff2018-03-01
* expand strictness to cover spaces in URLChristian Grothoff2018-03-01
* include headers in dist, but do not yet install those in the system (too early)Christian Grothoff2018-02-28
* Fix make distcheckTim Rühsen2018-02-28
* eliminate strcat()Tim Rühsen2018-02-28
* fix #5289 (ftbfs without https in src/lib/)Christian Grothoff2018-02-28
* fix leak in test on error pathChristian Grothoff2018-02-28
* eliminate two more strcpy()sChristian Grothoff2018-02-27
* update .gitignoreChristian Grothoff2018-02-27
* fix leaks in testcaseChristian Grothoff2018-02-27
* fix leak in test_quiesce_streamChristian Grothoff2018-02-27
* call completion handler also for upgrade connectionsChristian Grothoff2018-02-27
* fix a few memory leaks in test_upgrade logicChristian Grothoff2018-02-27
* fix ftbfs if https is not enabled in src/lib/Christian Grothoff2018-02-27
* make checkers happier by reducing use of strcpy and strcatChristian Grothoff2018-02-22
* eliminate compiler warnings from dead assignmentsChristian Grothoff2018-02-22
* fix memcpy calls with NULL and len 0 (pretty harmless, but causing compiler w...Christian Grothoff2018-02-22
* fix fwd ref to MHD_initChristian Grothoff2018-02-21
* add lib to ordinary build process, rename lib output to libmicrohttpd2.so, do...Christian Grothoff2018-02-18
* simplify init for gnutls-less libChristian Grothoff2018-02-18