aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
Commit message (Collapse)AuthorAge
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* support gnurl's curl.h being in include/gnurl/ OR include/curl/Christian Grothoff2015-06-21
|
* adding additional checks for invariants to help find #3690Christian Grothoff2015-02-28
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -fixing some memory leaks from #3667, also reindentation and code cleanupChristian Grothoff2015-02-10
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* simplify ATS API and plugin API by returning the network type, instead of an ↵Christian Grothoff2015-01-17
| | | | ATS_Information struct
* 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
|