aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
Commit message (Expand)AuthorAge
...
* convert tls_closed to 'bool'Christian Grothoff2017-02-15
* convert clean_ready to 'bool'Christian Grothoff2017-02-15
* convert have_dhparams to 'bool'Christian Grothoff2017-02-15
* convert upgrade_fd_in_epoll to 'bool'Christian Grothoff2017-02-15
* convert listen_socket_in_epoll to 'bool'Christian Grothoff2017-02-15
* fix race related to MHD_quiesce_daemon setting the listen socket to -1 which ...Christian Grothoff2017-02-15
* convert have_chunked_upload to 'bool' typeChristian Grothoff2017-02-15
* remove dead flagChristian Grothoff2017-02-15
* convert read_closed to 'bool' typeChristian Grothoff2017-02-15
* convert 'thread_joined' to boolChristian Grothoff2017-02-14
* mark 'was_closed' as volatile; move connection resumption to end of upgrade r...Christian Grothoff2017-02-14
* convert more int to boolChristian Grothoff2017-02-14
* mark 'shutdown' as volatile, and convert to boolChristian Grothoff2017-02-14
* Rewrote epoll handling: handle all connections instead of drying last activeEvgeny Grin (Karlson2k)2017-02-08
* Fixed processing epoll with many connections to accept.Evgeny Grin (Karlson2k)2017-01-21
* fix FIXME about 128 connection limit; fix uninitialized 'fd' variable in send...Christian Grothoff2017-01-13
* Fixed sending on Linux responses backed with file which is not supported by s...Evgeny Grin (Karlson2k)2016-11-26
* Fixed forwarding data of TLS "upgraded" connections for chunks sizes larger t...Evgeny Grin (Karlson2k)2016-11-15
* Fixed unintentional usage of SO_REUSEPORT on W32.Evgeny Grin (Karlson2k)2016-11-14
* Added support for SO_EXCLBIND socket option on Solaris.Evgeny Grin (Karlson2k)2016-11-14
* Used 'bool' for struct MHD_Connection::tls_read_readyEvgeny Grin (Karlson2k)2016-11-14
* use 'bool' for a few more internal fieldsChristian Grothoff2016-11-13
* Mark connection as blocking or non-blockingEvgeny Grin (Karlson2k)2016-11-10
* Prevent accidental double-cleanupEvgeny Grin (Karlson2k)2016-11-10
* Fixed descriptions in commentsEvgeny Grin (Karlson2k)2016-11-08
* Stick to C99 standard 'bool' for internals, fallback to 'int' when 'bool' is ...Evgeny Grin (Karlson2k)2016-11-06
* document new invariants introduced by afe4f08eda64657f268e0d83e204041b2c281194Christian Grothoff2016-11-04
* Added 'configure' parameter '--disable-httpupgrade'.Evgeny Grin (Karlson2k)2016-11-02
* Build-time configuration: undef HTTPS_SUPPORT if TLS is disabled. Improved codeEvgeny Grin (Karlson2k)2016-11-02
* Deduplicated connection's closure code, improved TLS closure.Evgeny Grin (Karlson2k)2016-11-01
* Reworked "upgraded" closure logic: resources deallocated and sockets are closedEvgeny Grin (Karlson2k)2016-10-30
* struct MHD_UpgradeResponseHandle: improve readability by renaming membersEvgeny Grin (Karlson2k)2016-10-27
* upgrade: fixed connection states with same valueEvgeny Grin (Karlson2k)2016-10-22
* removing dead semaphore logicChristian Grothoff2016-10-17
* get test_upgrade_ssl to pass againChristian Grothoff2016-10-17
* remove bogus NULL check (this function must never be called with a NULL argum...Christian Grothoff2016-10-17
* upgrade: fixed double-free, fixed use-after-freeEvgeny Grin (Karlson2k)2016-10-17
* epoll FD is not MHD_socket type, adjust and unify usageEvgeny Grin (Karlson2k)2016-10-14
* Always use 'struct' for ITC.Evgeny Grin (Karlson2k)2016-10-13
* 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
* Renamed "pipe" to "itc" as it actually more some kind of channel, not always ...Evgeny Grin (Karlson2k)2016-10-11
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* 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
* implement out-of-order nonce support (#4636)Christian 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
* adding gettext stuff for fixing #4614Christian Grothoff2016-09-05
* -fixing minor issues (leaks, use after free) in recently added upgrade logicChristian Grothoff2016-09-04