aboutsummaryrefslogtreecommitdiff
path: root/src/examples
Commit message (Collapse)AuthorAge
* applying cosmetics patch #4137Christian Grothoff2016-01-28
|
* fixing another one of the open/stat clonesChristian Grothoff2016-01-18
|
* -fixes in code clones()Christian Grothoff2016-01-18
|
* -fclose file, even if fileno failed...Christian Grothoff2016-01-18
|
* -check rval before fstat'ingChristian Grothoff2016-01-18
|
* -fclose file, even if fileno failed...Christian Grothoff2016-01-18
|
* avoid stat/open race, and actually check for regular file (in demo)Christian Grothoff2016-01-18
|
* eliminate stat/fopen race in exampleChristian Grothoff2016-01-18
|
* eliminate stat/fopen race in exampleChristian Grothoff2016-01-18
|
* use getc() as in demo.c instead of sleep()Christian Grothoff2016-01-18
|
* free user to clarify API usageChristian Grothoff2016-01-18
|
* free pass to clarify API usageChristian Grothoff2016-01-18
|
* -nl issueChristian Grothoff2016-01-18
|
* add timeout exampleChristian Grothoff2015-12-05
|
* killing libmicrospdyChristian Grothoff2015-12-01
|
* fix #3926: ignore close() errors other than EBADFChristian Grothoff2015-08-02
|
* -avoid deprecationChristian Grothoff2015-07-15
|
* -support HEAD in exampleChristian Grothoff2015-06-26
|
* modify demo to handle HEAD requestsChristian Grothoff2015-06-25
|
* Adding "testcase" (demo_https) and a fix. -CGChristian Grothoff2015-04-12
| | | | | | | | | | | | | | | | | | | | | Hi, I am doing test with HTTPS at low bit rate for large files using: wget -v --no-check-certificate --limit-rate=1000 https://.... When the MHD daemon is configured with MHD_USE_EPOLL_INTERNALLY_LINUX_ONLY, I noticed that the thread takes 100% CPU, whereas the MHD_USE_POLL_INTERNALLY configuration show a normal CPU usage. Adding logs I see that the busy loops takes place at daemon.c, line 2605 (0.9.38): daemon->eready_tail never gets NULL most probably due to connection.c, line 2671 to 2721 Thanks, Louis
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fix issue with chunked encoding used for http1.0 connections of Keep-Alive ↵Christian Grothoff2015-02-04
| | | | header was set
* -check malloc() return valueChristian Grothoff2014-12-20
|
* minor MHD_socket/int fixesEvgeny Grin (Karlson2k)2014-03-24
|
* Use number of CPUs in tests and examplesEvgeny Grin (Karlson2k)2014-03-06
|
* Update usage of libcurl and libgnutls compiler flags, allow correct ↵Evgeny Grin (Karlson2k)2014-03-06
| | | | compilation with "--with-gnutls=prefix"
* Cleanup libmicrospdy extra flagsEvgeny Grin (Karlson2k)2014-03-05
|
* Remove global dependency on PTHREAD_LIBS and use it only where it's requiredEvgeny Grin (Karlson2k)2014-02-26
|
* Remove PlibC from autotools filesEvgeny Grin (Karlson2k)2014-02-18
|
* add sleep() and usleep() replacement for W32Evgeny Grin (Karlson2k)2014-02-18
|
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
|
* Karlson2k: fix AM_CPPFLAGS vs AM_CFLAGS usageChristian Grothoff2014-02-18
|
* enable use of keep-alive with http 1.0 if explicitly requested by the clientChristian Grothoff2014-01-01
|
* mhd2spdy: usage infoAndrey Uzunov2013-12-28
|
* spdy: fixed bug when adding header with NULL valueAndrey Uzunov2013-12-28
|
* -work around compiler warningsChristian Grothoff2013-12-22
|
* add support for SNIChristian Grothoff2013-12-21
|
* -fix postexampleChristian Grothoff2013-12-21
|
* mhd2spdy: minor bugs fixedAndrey Uzunov2013-12-08
|
* mhd2spdy: dont die on frame for unknown streamAndrey Uzunov2013-10-10
|
* mhd2spdy: dont send duplicate RST_STREAMsAndrey Uzunov2013-10-08
|
* -rename OPAQUE to MY_OPAQUE to avoid symbol conflict on W32Christian Grothoff2013-09-23
|
* mhd2spdy: memory leaks (cleaning up proxy structs) fixed nowAndrey Uzunov2013-09-08
|
* mhd2spdy: segfaults on cleaning up proxy structs fixedAndrey Uzunov2013-09-03
|
* mhd2spdy: changes to use MHDs request completed callbackAndrey Uzunov2013-08-28
|
* mhd2spdy: simple statistics (send/received bytes) addedAndrey Uzunov2013-08-28
|
* spdy:warnings fixed in event loop exampleAndrey Uzunov2013-08-14
|
* -fixChristian Grothoff2013-08-13
|
* spdy: simple POST support implemented; API changes; fixed warnings in spdy testsAndrey Uzunov2013-08-11
|