aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
Commit message (Collapse)AuthorAge
* -add monitor support to http server, more code clean up, add http server MHD ↵Christian Grothoff2014-06-25
| | | | suspend feature, support quota reset API from transport in HTTP server
* -simplify deletion logic, tell monitor that we are initiatorChristian Grothoff2014-06-23
|
* -add support for 'update_inbound_delay' to HTTP client, complete plugin ↵Christian Grothoff2014-06-23
| | | | monitoring implementation
* -avoid passing ambiguously typed 'cls' pointer to address_to_string routine ↵Christian Grothoff2014-06-23
| | | | in http_common, code cleanup
* 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 ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* 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
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* -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 ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* 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
|
* -add dv_get_network to DV API, improve signature to use 'struct Session *' ↵Christian Grothoff2013-07-13
| | | | instead of 'void *'
* fix if plugin is loaded only in stub modeMatthias Wachs2013-07-12
|
* adding debug messageMatthias Wachs2013-07-11
|
* session report in http serverMatthias Wachs2013-07-10
|
* changed return type to enumMatthias Wachs2013-07-10
| | | | | added get_network to template
* get function implementation in all pluginsMatthias Wachs2013-07-09
|
* fixed: invalid network scope for external hostnameMatthias Wachs2013-07-02
|
* printing fixMatthias Wachs2013-06-27
|
* (CURLOPT_SSL_VERIFYHOST, 1L) is not suported anymore, have to use 2LMatthias Wachs2013-06-27
|
* Implementing bug 0002910Matthias Wachs2013-06-27
| | | | | | | | | | - extended plugin to contain option field in addresses Implementing bug 0002677 - adding ssl verification for external hostname having - the server send the HTTP_OPTIONS_VERIFY_CERTIFICATE option - client use this option to enable ssl verification
* -no longer pass distance information from non-DV pluginsChristian Grothoff2013-03-30
|
* transport plugin api change: split of address receive and ats updatesMatthias Wachs2013-03-18
|
* hotfix for curl vulnerability: libcurl SASL buffer overflow vulnerability ↵Matthias Wachs2013-02-11
| | | | CVE-2013-0249
* -restrict curl accesses to http, disable redirect for http pluginsChristian Grothoff2013-02-09
|
* changesMatthias Wachs2013-01-18
|
* - fixing 0002674Matthias Wachs2012-11-29
|
* docuMatthias Wachs2012-11-05
|