aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAge
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ↵Christian Grothoff2019-06-03
| | | | Brinkmeier)
* Proper detection of .sin?_len members, fixed build on *BSDEvgeny Grin (Karlson2k)2019-05-25
|
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
| | | | Fixed spelling in comments
* 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 ↵silvioprog2018-12-06
| | | | increasing its internal buffer size and allowed to customize it via macro MHD_FD_BLOCK_SIZE.
* 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 ↵Christian Grothoff2018-03-05
| | | | disabled
* 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 ↵Christian Grothoff2018-03-02
| | | | callback from wrong thread
* 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, ↵Christian Grothoff2018-02-18
| | | | do not link libmicrohttpd2.so against gnutls/libgcrypt
* 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
| | | | connection_close handling
* 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
|