aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* Added some remarks about functions' thread safety.Evgeny Grin (Karlson2k)2016-10-24
* Destroy response when it's not needed.Evgeny Grin (Karlson2k)2016-10-24
* upgrade: fixed connection states with same valueEvgeny Grin (Karlson2k)2016-10-22
* Simplify portability by using MHD_send_() wrapper macroEvgeny Grin (Karlson2k)2016-10-17
* fix clang warningsChristian Grothoff2016-10-17
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* Change 'pipe'->'ITC' in comments, messages and var names.Evgeny Grin (Karlson2k)2016-10-11
* Renamed 'MHD_INVALID_PIPE_' -> 'MHD_ITC_IS_INVALID_', added 'MHD_ITC_IS_VALID_'Evgeny Grin (Karlson2k)2016-10-11
* Use MHD_itc_activate_ macro for ITC signaling, move ITC types to separateEvgeny Grin (Karlson2k)2016-10-11
* Renamed 'MHD_Daemon.wpipe' -> 'MHD_Daemon.itc'Evgeny Grin (Karlson2k)2016-10-11
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* -fix locking issueChristian Grothoff2016-10-09
* raising MHD_Pipe API abstraction level in preparation for fixing #3557Christian Grothoff2016-09-22
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* HTTP Upgrade: adjusted socket buffering for UpgradeEvgeny Grin (Karlson2k)2016-09-14
* -add back Martin's fix, he was rightChristian Grothoff2016-09-06
* fixing build errors if new upgrade logic is compiled without HTTPS supportChristian Grothoff2016-09-05
* -working on gettext-ing, improving log messages and indentationChristian Grothoff2016-09-05
* -remove duplicated socket_start_no_buffering logic in socket_start_no_bufferi...Christian Grothoff2016-09-05
* -fix where we init daemonChristian Grothoff2016-09-04
* -check for NULL firstChristian Grothoff2016-09-04
* fix #4634 as suggestedChristian Grothoff2016-09-04
* -extend upgrade plaintext test to cover thread-per-connection mode, plus mino...Christian Grothoff2016-09-04
* -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
* -theoretically finishing epoll() + HTTPS-based connection upgrade logicChristian Grothoff2016-08-28
* more work on upgrade implementationChristian Grothoff2016-08-28
* -fix misc issues with upgrade introductionChristian Grothoff2016-08-28
* add testcase for HTTP UpgradeChristian Grothoff2016-08-27
* sketching support for upgrade handlingChristian Grothoff2016-08-27
* -add missing unlockChristian Grothoff2016-08-27
* 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: unify some macro namesEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets: better sockets errors abstraction, improved performance on W32Evgeny Grin (Karlson2k)2016-08-23
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,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
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* connection.c: fixed build without messages (#endif placement)Evgeny Grin (Karlson2k)2016-07-22
* print warning if application code performing connection POST processing is buggyChristian Grothoff2016-07-16
* -do not call callback if connection was already suspendedChristian Grothoff2016-06-10
* -fix branching, might have FD_CLR'ed -1 otherwiseChristian Grothoff2016-06-02
* off-by-1Christian Grothoff2016-06-01
* do not generate Content-Length header for 1xx/204/304 replies, also suppress ...Christian Grothoff2016-06-01
* indentChristian Grothoff2016-05-29
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
* connection.c: used internal US-ASCII-only hex string -> value conversionEvgeny Grin (Karlson2k)2016-04-12
* connection.c: removed unused variable, silent compiler warningEvgeny Grin (Karlson2k)2016-04-12
* mhd_str: refactored MHD_str_to_uint64() and MHD_str_to_uint64_n_() for simpli...Evgeny Grin (Karlson2k)2016-04-12