aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* -first, crazy-pants version of test and implementation of HTTPS upgrade; FLUS...Christian Grothoff2016-09-03
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
* -rename function to make it clear it is not exportedChristian Grothoff2016-09-03
* -reverting SVN 37849Christian Grothoff2016-09-01
* mhd_sockets.h: improved compatibility with old platformsEvgeny Grin (Karlson2k)2016-08-31
* fix memory corruptionMartin Schanzenbach2016-08-30
* Moved implementation of W32 socketpair to mhd_sockets.h/.cEvgeny Grin (Karlson2k)2016-08-30
* Fixed build by MSVCEvgeny Grin (Karlson2k)2016-08-29
* -theoretically finishing epoll() + HTTPS-based connection upgrade logicChristian Grothoff2016-08-28
* -setup IO buffers for upgraded connections from memory pool - if possibleChristian Grothoff2016-08-28
* more work on upgrade implementationChristian Grothoff2016-08-28
* -define HTTPS-structures for upgrade only when we have upgradeChristian Grothoff2016-08-28
* -fix misc issues with upgrade introductionChristian Grothoff2016-08-28
* -fix ftbfsChristian Grothoff2016-08-28
* documenting upgrade API in manualChristian Grothoff2016-08-27
* add testcase for HTTP UpgradeChristian Grothoff2016-08-27
* sketching support for upgrade handlingChristian Grothoff2016-08-27
* -fix @fileChristian Grothoff2016-08-27
* -releasing 0.9.51v0.9.51Christian Grothoff2016-08-27
* -add missing unlockChristian Grothoff2016-08-27
* -fix uninit var warningsChristian Grothoff2016-08-27
* sketching how I envision handling UpgradeChristian Grothoff2016-08-26
* -indentation, ideas for upgrade APIChristian Grothoff2016-08-26
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* mhd_sockets.h: improved header inclusion macros.Evgeny Grin (Karlson2k)2016-08-24
* Fixed building by compilers without support of "inline" functionEvgeny Grin (Karlson2k)2016-08-24
* -nicer indentationChristian Grothoff2016-08-24
* configure.ac: improved compiler "inline" keyword detectionEvgeny Grin (Karlson2k)2016-08-24
* configure.ac: improved compatibility with various precompilers.Evgeny Grin (Karlson2k)2016-08-24
* Bumped MHD_VERSION and updated ChangeLog.Evgeny Grin (Karlson2k)2016-08-23
* Moved create_listen_socket() to mhd_sockets.c, better error handling and chec...Evgeny Grin (Karlson2k)2016-08-23
* Moved make_noninheritable to mhd_sockets.c, improved error reporting.Evgeny Grin (Karlson2k)2016-08-23
* Moved make_nonblocking() to mhd_sockets.c, added MHD_itc_nonblocking() for pi...Evgeny Grin (Karlson2k)2016-08-23
* Moved add_to_fd_set() to mhd_sockets.c, simplified return valueEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets.h: added fd_set macros to use less '#ifdef' in codeEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets.h: silent compiler warningEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets.h: unify some macro namesEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets: better sockets errors abstraction, improved performance on W32Evgeny Grin (Karlson2k)2016-08-23
* Emulate random() on platforms without random(), but with rand() function.Evgeny Grin (Karlson2k)2016-08-23
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved pipe/socketpair to separate mhd_itc.h/.c files.Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* -avoid calling memmove with NULL argumentChristian Grothoff2016-08-22
* monoclock: fixed English in commentsEvgeny Grin (Karlson2k)2016-08-19
* MHD_start_daemon_va(): Fixed pipe errors reportingEvgeny Grin (Karlson2k)2016-08-19
* -remove comment, should really not be neededChristian Grothoff2016-08-16
* configure.ac: minor fix for non-bash shellsEvgeny Grin (Karlson2k)2016-08-16
* mhd_mono_clock.c: fixed compiler warningEvgeny Grin (Karlson2k)2016-08-16
* Improved monotonic clock detection in configure.acEvgeny Grin (Karlson2k)2016-08-16