aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
Commit message (Expand)AuthorAge
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -rename constantsChristian Grothoff2014-11-22
* adding TCP STEALTH support (without integrity protection) to HTTP(S) serverChristian Grothoff2014-11-22
* -fixesChristian Grothoff2014-11-22
* -doxChristian Grothoff2014-11-22
* adding TCP STEALTH support to HTTP client (without integrity protection)Christian Grothoff2014-11-22
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
* fixing documentationMatthias Wachs2014-07-24
* fix statistics for reuqestsMatthias Wachs2014-07-04
* wrong typeMatthias Wachs2014-07-03
* additional log infoMatthias Wachs2014-07-03
* - introducing state for put requestsMatthias Wachs2014-07-03
* tracking down connection exceeded issueMatthias Wachs2014-07-02
* Add HTTP transport tests with XHR client emulationDavid Barksdale2014-07-01
* reflow paragraphMatthias Wachs2014-06-27
* removing duplicate curl handlesMatthias Wachs2014-06-26
* target not required anymore since we use HELLO_ADDRESSESMatthias Wachs2014-06-26
* -add monitor support to http server, more code clean up, add http server MHD ...Christian Grothoff2014-06-25
* -simplify deletion logic, tell monitor that we are initiatorChristian Grothoff2014-06-23
* -add support for 'update_inbound_delay' to HTTP client, complete plugin monit...Christian Grothoff2014-06-23
* -avoid passing ambiguously typed 'cls' pointer to address_to_string routine i...Christian Grothoff2014-06-23
* use session map instead of DLLChristian Grothoff2014-06-23
* -remove logic for somewhat overkill check to see if session object is validChristian Grothoff2014-06-23
* -doxygen, indentationChristian Grothoff2014-06-23
* -use LOG macro instead of GNUNET_log_fromChristian Grothoff2014-06-23
* fixing issues found by coverityMatthias Wachs2014-06-11
* clarify prettyprinter API and protocols, make sure implementations are consis...Christian Grothoff2014-06-09
* Fix simple copy-paste error.David Barksdale2014-05-06
* change debug levelMatthias Wachs2014-04-14
* adding extended proxy support for http(s) clientMatthias Wachs2014-04-14
* destroy session if connect failsMatthias Wachs2014-03-29
* session end function must include address to notify addressMatthias Wachs2014-03-20
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
* -add assertions on non-existing sessionsChristian Grothoff2013-12-23
* -fix castsChristian Grothoff2013-12-23
* -fix #3233Christian Grothoff2013-12-22
* add session to messageMatthias Wachs2013-12-19
* trying to analyze bug 0003218Matthias Wachs2013-12-19
* session time out for http client/serverMatthias Wachs2013-12-18
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
* -doxygen, indentationChristian Grothoff2013-12-13
* -doxygen, indentation, minor code cleanupChristian Grothoff2013-12-13
* -doxygen, style fixesChristian Grothoff2013-12-13
* -extend transport plugin API with capability to just disconnect a single sess...Christian Grothoff2013-12-12
* use a define as statistic string to be sure to set the same valueMatthias Wachs2013-12-11
* renaming timeout constantsMatthias Wachs2013-11-20
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11