aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy
Commit message (Collapse)AuthorAge
* Karlson2k: fix AM_CPPFLAGS vs AM_CFLAGS usageChristian Grothoff2014-02-18
|
* From: Karlson2k <k2k@narod.ru>Christian Grothoff2014-02-12
| | | | | | | Date: Wed, 12 Feb 2014 14:19:34 +0400 Subject: [PATCH] Fix _MHD_EXTERN if "platform.h" is included in external file
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant -no-undefined (it's part of mandatory MHD_LIB_LDFLAGS now) Remove --export-all-symbols for W32 (visibility is used instead) Add -fvisibility=hidden configure check (shamelessly borrowed from GTK) Remove unused -export-symbols-regex check Define _MHD_EXTERN to "extern" if it's undefined (this is what clients get) Mark all public functions with _MHD_EXTERN Remove HIDDEN_SYMBOL definition Don't mark hidden functions with HIDDEN_SYMBOL (everything that is not explicitly public is hidden by default now) Change constructor macros a bit to apply _MHD_EXTERN to them cleanly Use HIDDEN_VISIBILITY_CFLAGS when compiling libraries Remove EXPORT.sym files, don't mention them in EXTRA_DIST, don't use them to define a list of exported functions Remove redundant -no-undefined, make sure only the one that gets into Makefiles directly remains, remove -Wl prefix from it
* spdy: fixed bug when adding header with NULL valueAndrey Uzunov2013-12-28
|
* spdy: check input param for nullAndrey Uzunov2013-10-10
|
* check CLOCK_MONOTONIC is definedChristian Grothoff2013-09-23
|
* spdy: doc -- parameter description fixedAndrey Uzunov2013-09-08
|
* -doxygen fixesChristian Grothoff2013-09-07
|
* spdy: remove the restriction for HTTP methodAndrey Uzunov2013-08-11
|
* spdy: WINDOW_UPDATE sent on data receiving to allow big HTTP bodiesAndrey Uzunov2013-08-11
|
* spdy: simple POST support implemented; API changes; fixed warnings in spdy testsAndrey Uzunov2013-08-11
|
* -reverting removal of Plibc, select on pipes problem is critialChristian Grothoff2013-08-07
|
* Part 2 of 2 - Remove and replace PlibC macros with native function calls. Christian Grothoff2013-08-07
|
* microspdy: several "unchecked return value"s fixedAndrey Uzunov2013-07-20
|
* -importing Andrey Uzunov's mhd2spdy codeChristian Grothoff2013-07-19
|
* -fix compilation error with old openssl versions that lack SSL_OP_NO_COMPRESSIONChristian Grothoff2013-07-19
|
* spdy: send RST_STREAM when user callback for response failsAndrey Uzunov2013-07-18
|
* spdy: change SPDY_get_timeout to give not seconds but milliseconds as it ↵Andrey Uzunov2013-07-17
| | | | used to be
* spdy: TCP_CORK flush only when needed, fixAndrey Uzunov2013-07-17
|
* spdy: bug fixed - breaking when no headers are provided for responseAndrey Uzunov2013-07-08
|
* spdy: disable TCP_CORK when NO DELAY is setAndrey Uzunov2013-07-07
|
* spdy: TCP_CORK added for io_rawAndrey Uzunov2013-07-05
|
* spdy: NO_DELAY flag added to the daemon to set TCP_NODELAY on socketsAndrey Uzunov2013-07-05
|
* spdy: max num frames added as an option for the daemonAndrey Uzunov2013-07-05
|
* spdy: non blockable sockets for the raw IOAndrey Uzunov2013-07-05
|
* spdy: daemon can now be started without TLS support ("raw SPDY") + test caseAndrey Uzunov2013-07-05
|
* spdy: io_raw integrated; not yet settableAndrey Uzunov2013-07-05
|
* spdy: io_raw just added; not yet integratedAndrey Uzunov2013-07-05
|
* spdy: init library changedAndrey Uzunov2013-07-05
|
* spdy: continue - previous one and rename tls to opensslAndrey Uzunov2013-07-05
|
* spdy: TLS functions are called via callbacks nowAndrey Uzunov2013-07-05
|
* spdy: minor leaks, dead code, etc. fixedAndrey Uzunov2013-06-28
|
* -fixing misc minor bugs and compiler warnings in libmicrospdyChristian Grothoff2013-06-27
|
* spdy: ignore POST instead of abort and send 501 no implementedAndrey Uzunov2013-06-19
|
* -fix build issues on MinGW (#2885)Christian Grothoff2013-05-18
|
* merging libmicrospdy into treeChristian Grothoff2013-05-05