aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* releasing 0.9.52v0.9.52Christian Grothoff2016-10-17
* Simplify portability by using MHD_recv_() wrapper macroEvgeny Grin (Karlson2k)2016-10-17
* Simplify portability by using MHD_send_() wrapper macroEvgeny Grin (Karlson2k)2016-10-17
* Fixed incorrect recv() flagEvgeny Grin (Karlson2k)2016-10-17
* fix more clang warnignsChristian Grothoff2016-10-17
* fix clang warningsChristian Grothoff2016-10-17
* removing dead semaphore logicChristian Grothoff2016-10-17
* implement early thread-termination for upgraded HTTP connections logicChristian Grothoff2016-10-17
* add test logic to check that callbacks are invoked properly (and from the rig...Christian Grothoff2016-10-17
* do not call notify closed twiceChristian Grothoff2016-10-17
* get test_upgrade_ssl to pass againChristian Grothoff2016-10-17
* fix test_ugprade test, who put the && instead of & all over the place...Christian Grothoff2016-10-17
* remove bogus NULL check (this function must never be called with a NULL argum...Christian Grothoff2016-10-17
* clean up leftovers in upgrade documentationChristian Grothoff2016-10-17
* upgrade: fixed double-free, fixed use-after-freeEvgeny Grin (Karlson2k)2016-10-17
* improve upgrade documentation to clarify what the application can or cannot d...Christian Grothoff2016-10-16
* MHD_cleanup_connections(): reduce time of lockEvgeny Grin (Karlson2k)2016-10-14
* Remove leftover "linux only" on epoll fd.Evgeny Grin (Karlson2k)2016-10-14
* epoll FD is not MHD_socket type, adjust and unify usageEvgeny Grin (Karlson2k)2016-10-14
* Simplified .gitignoreEvgeny Grin (Karlson2k)2016-10-13
* Always use 'struct' for ITC.Evgeny Grin (Karlson2k)2016-10-13
* do not deprecate so quickly, otherwise we get compilation issuesChristian Grothoff2016-10-12
* add more generated files to be ignored by GitChristian Grothoff2016-10-12
* eliminating dead base64_chars arrayChristian Grothoff2016-10-12
* update README to reflect that Upgrade is now supportedChristian Grothoff2016-10-12
* migrating to GitChristian Grothoff2016-10-12
* update changelogChristian Grothoff2016-10-11
* 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
* Change 'pipe'->'ITC' in comments, messages and var names.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
* Always use ITC in non-blocking mode, save some system calls.Evgeny Grin (Karlson2k)2016-10-11
* Renamed 'MHD_make_invalid_pipe_' -> 'MHD_itc_set_invalid_'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
* Renamed 'MHD_pipe_close' -> 'MHD_itc_destroy_'Evgeny Grin (Karlson2k)2016-10-11
* Renamed 'MHD_pipe_drain_' -> 'MHD_itc_clear_'Evgeny Grin (Karlson2k)2016-10-11
* Renamed 'MHD_pipe_get_write_fd_' -> 'MHD_itc_r_fd_', 'MHD_pipe_get_write_fd_'...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_pipe_last_strerror_' -> 'MHD_itc_last_strerror_'Evgeny Grin (Karlson2k)2016-10-11
* ITC socketpair: renamed struct member 'fd' -> 'sk'Evgeny Grin (Karlson2k)2016-10-11
* Renamed 'MHD_Daemon.wpipe' -> 'MHD_Daemon.itc'Evgeny Grin (Karlson2k)2016-10-11
* Simplify MHD_itc_init_() macro for eventfdEvgeny Grin (Karlson2k)2016-10-11
* Renamed 'MHD_pipe_' -> 'MHD_itc_init_'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
* Add 'configure' parameter to control ITC typeEvgeny Grin (Karlson2k)2016-10-11
* Use MHD_socket_pair_nblk_ for HTTP UpgradeEvgeny Grin (Karlson2k)2016-10-11
* Added socketpair creation in non-blocking mode to save system calls where sup...Evgeny Grin (Karlson2k)2016-10-11
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* Fixed test_upgrade_ssl.c: missing include for waitpid()Evgeny Grin (Karlson2k)2016-10-10