aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade_ssl.c
Commit message (Expand)AuthorAge
* all flags start with MHD_USE_, rename MHD_ALLOW_UPGRADE to MHD_USE_UPGRADE fo...Christian Grothoff2016-11-04
* fix commit 334468c467472230b25b2640ba42639d6052c654 which introduced wrong br...Christian Grothoff2016-11-04
* '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
* test_upgrade_ssl: use 'gnutls-cli' instead of 'openssl'Karlson2k2016-10-22
* add test logic to check that callbacks are invoked properly (and from the rig...Christian Grothoff2016-10-17
* get test_upgrade_ssl to pass againChristian Grothoff2016-10-17
* 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
* HTTP Upgrade: portability correctionsEvgeny Grin (Karlson2k)2016-09-14
* use MHD closeChristian Grothoff2016-09-04
* also add tests for external select/epoll for connection upgradesChristian Grothoff2016-09-04
* factor out shared test logic, test with external select as wellChristian Grothoff2016-09-04
* -preparations for testing external selectChristian Grothoff2016-09-04
* -fixing minor issues (leaks, use after free) in recently added upgrade logicChristian Grothoff2016-09-04
* -run tests with/without thread poolChristian Grothoff2016-09-04
* -run non-TLS test also for poll/epollChristian Grothoff2016-09-04
* -extend test to cover poll and epoll, epoll-related fixesChristian Grothoff2016-09-04
* -indentChristian Grothoff2016-09-04
* -remove debug logic from testChristian Grothoff2016-09-04
* -fixing the FLUSH problem nicelyChristian Grothoff2016-09-04
* -first, crazy-pants version of test and implementation of HTTPS upgrade; FLUS...Christian Grothoff2016-09-03