aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
Commit message (Expand)AuthorAge
* 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
* -fixing the FLUSH problem nicelyChristian Grothoff2016-09-04
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
* -theoretically finishing epoll() + HTTPS-based connection upgrade logicChristian Grothoff2016-08-28
* -setup IO buffers for upgraded connections from memory pool - if possibleChristian Grothoff2016-08-28
* -define HTTPS-structures for upgrade only when we have upgradeChristian Grothoff2016-08-28
* -fix misc issues with upgrade introductionChristian Grothoff2016-08-28
* -fix ftbfsChristian Grothoff2016-08-28
* sketching support for upgrade handlingChristian Grothoff2016-08-27
* sketching how I envision handling UpgradeChristian Grothoff2016-08-26
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* 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
* -use const, as this may actually point to a const stringChristian Grothoff2016-08-15
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* handle EMFILE, ENFILE, ENOBUF on acceptChristian Grothoff2016-05-15
* struct MHD_NonceNc: use uint64_t for counter.Evgeny Grin (Karlson2k)2016-04-12
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* Use less locking with MHD_USE_THREAD_PER_CONNECTION.Evgeny Grin (Karlson2k)2016-04-10
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* Change default listen backlog size from 32 to SOMAXCONN, allow to specify req...Evgeny Grin (Karlson2k)2015-12-08
* doxygenChristian Grothoff2015-10-25
* -doxygenChristian Grothoff2015-10-25
* -doxygenChristian Grothoff2015-10-25
* deduplicate arg parsing logic between connection.c and digestauth.c (now in i...Christian Grothoff2015-10-05
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27