aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
Commit message (Collapse)AuthorAge
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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
| | | | | | - clean up shutdown - renaming GET/PUT connections to "requests"
* tracking down connection exceeded issueMatthias Wachs2014-07-02
|
* Add HTTP transport tests with XHR client emulationDavid Barksdale2014-07-01
| | | | | | | These tests don't pass currently but I ran them against a hacked version of the HTTP server which never calls server_delete_session and they passed.
* 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
| | | | 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
|