aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAge
* Renamed all occurrences from _model(s)_ to _mode(s)_.silvioprog2018-12-06
* Optimized the function MHD_create_response_from_callback() for Windows by inc...silvioprog2018-12-06
* fix linker error with --with-gnutls path for mhd2 libChristian Grothoff2018-09-12
* applying W32 fix suggested by TimChristian Grothoff2018-06-26
* some minor code cleaning issuesChristian Grothoff2018-06-22
* mark bug, too tired to fix right nowChristian Grothoff2018-03-25
* fix bugChristian Grothoff2018-03-25
* add missing mhd_winsock_inited_ to src/lib/init.cTim Rühsen2018-03-15
* 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
* 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
* fix test_upgrade transient failures (#5189)Christian 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
* Fix make distcheckTim Rühsen2018-02-28
* fix #5289 (ftbfs without https in src/lib/)Christian Grothoff2018-02-28
* eliminate two more strcpy()sChristian Grothoff2018-02-27
* call completion handler also for upgrade connectionsChristian 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 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
* add remaining missing symbols for library to fully linkChristian Grothoff2018-02-18
* more work towards getting lib to build nicely (currently FTBFS)Christian Grothoff2018-02-18
* more work on connection_call_handlers.cChristian Grothoff2018-02-17
* work towards idle handler rewrite'Christian Grothoff2018-02-17
* more work on connnection_call_handlers.cChristian Grothoff2018-02-17
* add call_handlersChristian Grothoff2018-02-16
* implement recv/send adaptersChristian Grothoff2018-02-16
* implement connection_cleanup.cChristian Grothoff2018-02-16
* implementing daemon_close_all_connectionsChristian Grothoff2018-02-16
* add upgrade_process.cChristian Grothoff2018-02-16
* implement connection_finish_forwardChristian Grothoff2018-02-16
* more work on new src/lib implementation: connection_update_last_activity and ...Christian Grothoff2018-02-16
* fixing #5278 as suggested by reporterChristian Grothoff2018-02-16
* notes on required build systems fixesChristian Grothoff2018-02-15
* implement MHD_resume_suspended_connections_Christian Grothoff2018-02-15
* implementing thread_main_connection_upgradeChristian Grothoff2018-02-15
* implement request_resumeChristian Grothoff2018-02-15
* adding ip counting and connection_add logicChristian Grothoff2018-02-15
* migrating main parts of event loopsChristian Grothoff2018-02-15
* add explicit nonnull declarations to function argumentsChristian Grothoff2018-02-15
* add a few more missing fundamental API functionsChristian Grothoff2018-02-15