aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAge
* use ifdef for several HAVE header macrosRosen Penev2022-04-04
* -fix tests for libmagic (and uncrustify indentation)Christian Grothoff2021-12-08
* Fix busy waiting up to one second using connection timeoutAlexander Irion2021-08-11
* fix #6693: get src/lib/ to build with clangChristian Grothoff2021-01-30
* fix typosChristian Grothoff2020-10-22
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* fix misc typosChristian Grothoff2020-07-23
* Sanitized all log and error messages.silvioprog2020-05-09
* Applied several spelling fixes. (#6142)silvioprog2020-03-31
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ...Christian Grothoff2019-06-03
* Proper detection of .sin?_len members, fixed build on *BSDEvgeny Grin (Karlson2k)2019-05-25
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
* Spelling fixesEvgeny Grin (Karlson2k)2019-05-21
* File read block size: move to proper locationEvgeny Grin (Karlson2k)2019-04-17
* fix close() checksChristian Grothoff2019-04-08
* 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