aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Added MHD_FEATURE_TLS with as synonym for MHD_FEATURE_SSL.Evgeny Grin (Karlson2k)2016-11-03
* Added MHD_FEATURE_UPGRADE for MHD_is_feature_supported()Evgeny Grin (Karlson2k)2016-11-03
* 'Upgrade' connections: simplify daemon optionsEvgeny Grin (Karlson2k)2016-11-02
* Reworked "upgraded" closure logic: resources deallocated and sockets are closedEvgeny Grin (Karlson2k)2016-10-30
* Added support for suspending connection in thread-per-connection modeEvgeny Grin (Karlson2k)2016-10-27
* clean up leftovers in upgrade documentationChristian Grothoff2016-10-17
* improve upgrade documentation to clarify what the application can or cannot d...Christian Grothoff2016-10-16
* do not deprecate so quickly, otherwise we get compilation issuesChristian Grothoff2016-10-12
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* deprecate USE_SSL for USE_TLSChristian Grothoff2016-10-11
* Updated ChangeLog and bimped version patchlevel.Evgeny Grin (Karlson2k)2016-10-11
* Rename 'MHD_USE_PIPE_FOR_SHUTDOWN' -> 'MHD_USE_ITC' to reflect real meaning o...Evgeny Grin (Karlson2k)2016-10-11
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* Added autoconf macro for maximum platform features.Evgeny Grin (Karlson2k)2016-09-13
* -add back Martin's fix, he was rightChristian Grothoff2016-09-06
* -document better how to use MHD_resume_connection() with external event loopChristian Grothoff2016-09-04
* also add tests for external select/epoll for connection upgradesChristian Grothoff2016-09-04
* -fixing the FLUSH problem nicelyChristian Grothoff2016-09-04
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
* -reverting SVN 37849Christian Grothoff2016-09-01
* fix memory corruptionMartin Schanzenbach2016-08-30
* -theoretically finishing epoll() + HTTPS-based connection upgrade logicChristian Grothoff2016-08-28
* documenting upgrade API in manualChristian 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
* 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
* Bumped MHD_VERSION and updated ChangeLog.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
* fixing crash bug, connection-limit bug and documenting connection-limit behav...Christian Grothoff2016-08-15
* Updated ChangeLog, bump build versionEvgeny Grin (Karlson2k)2016-08-10
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* configure.ac: added --disable-thread-names parameterEvgeny Grin (Karlson2k)2016-08-10
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* Updated ChangeLog and bump MHD_VERSIONEvgeny Grin (Karlson2k)2016-07-23
* Added MHD_FAVOR_FAST_CODE and MHD_FAVOR_SMALL_CODE automatic macros.Evgeny Grin (Karlson2k)2016-07-23
* Added new header mhd_options.hEvgeny Grin (Karlson2k)2016-07-23
* print warning if application code performing connection POST processing is buggyChristian Grothoff2016-07-16
* support 308Christian Grothoff2016-07-08
* -fix ftbfsChristian Grothoff2016-06-02
* do not generate Content-Length header for 1xx/204/304 replies, also suppress ...Christian Grothoff2016-06-01
* -bumpChristian Grothoff2016-05-17
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
* handle EMFILE, ENFILE, ENOBUF on acceptChristian Grothoff2016-05-15
* adding logic to do 'fast' calls to read/write on a single connection without ...Christian Grothoff2016-05-02
* Releasing 0.9.49Evgeny Grin (Karlson2k)2016-04-09