aboutsummaryrefslogtreecommitdiff
path: root/src
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
* Referenced the gnutls_load_file() function in the HTTPs examples.silvioprog2018-12-06
* fix #5496:Christian Grothoff2018-12-05
* Improve parsing of HTTPS optionsJosé Bollo2018-12-05
* releasing 0.9.61Christian Grothoff2018-11-20
* import sha256 from GNU NettleChristian Grothoff2018-11-20
* avoid sprintfChristian Grothoff2018-11-18
* fix format string, prefer snprintfChristian Grothoff2018-11-18
* fix format string, prefer snprintfChristian Grothoff2018-11-18
* fix build issue with GnuTLS < 3.0Christian Grothoff2018-11-14
* From: Christian Hesse <mail@eworm.de>Christian Grothoff2018-11-12
* fix ftbfsChristian Grothoff2018-11-12
* add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
|\
| * releasing libmicrohttpd 0.9.60v0.9.60Christian Grothoff2018-11-06
* | add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
|/
* initialize epoll_fd even if we have no listen fd, patch by Jose BolloChristian Grothoff2018-11-01
* force setting MHD_USE_ITC if using thread-per-connection and notify_completed...Christian Grothoff2018-10-29
* fix possibly bad clearing of client_aware flagChristian Grothoff2018-10-29
* notify main thread about thread termination for instant clean upChristian Grothoff2018-10-20
* add --enable-experiemental option to not compile src/lib/ unless explicitly r...Christian Grothoff2018-10-18
* From: Gauthier Haderer <ghaderer@wyplay.com>Christian Grothoff2018-10-16
* improve comments, cosmeticsilvioprog2018-10-09
* Style fixes.silvioprog2018-10-09
* fix #5411Christian Grothoff2018-10-05
* Fixed compiler warning on W32Evgeny Grin (Karlson2k)2018-09-26
* Fixed build without HTTPS supportEvgeny Grin (Karlson2k)2018-09-26
* fix linker error with --with-gnutls path for mhd2 libChristian Grothoff2018-09-12
* clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS res...Christian Grothoff2018-09-11
* fix test in testcaseChristian Grothoff2018-08-18
* style fixesChristian Grothoff2018-08-18
* fix a few more compiler warningsChristian Grothoff2018-08-18
* fix typoChristian Grothoff2018-08-18
* polish configure.ac, use AS_IF where appropriateChristian Grothoff2018-08-18
* add missing breakChristian Grothoff2018-08-18
* fix where we call gnutls_session_set_ptr to prevent NPE (#5427)Christian Grothoff2018-08-18
* Small spell correction.silvioprog2018-07-31
* 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