aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* -towards having the monitoring API supported by TCPChristian Grothoff2014-06-23
|
* make myoptions member of 'struct Plugin' instead of a globalChristian Grothoff2014-06-23
|
* adding monitoring support to UDP plugin, plus some doxygen/indentation fixesChristian Grothoff2014-06-23
|
* -removing global state from UDP plugin (statics), doxygen, indentation, ↵Christian Grothoff2014-06-23
| | | | starting support for monitoring
* describing different testsMatthias Wachs2014-06-23
|
* extended test to check configuration filesMatthias Wachs2014-06-23
| | | | | + fixed cfg files
* printing peer ids Matthias Wachs2014-06-23
| | | | | fixing first set of cfgs
* -misc stuffChristian Grothoff2014-06-23
|
* -simplify logging using macroChristian Grothoff2014-06-22
|
* -fix regexChristian Grothoff2014-06-22
|
* -updateing tempalteChristian Grothoff2014-06-22
|
* -actually perform monitor calls where appropriateChristian Grothoff2014-06-22
|
* implement monitoring API in UNIX, simplify code a bitChristian Grothoff2014-06-22
|
* adding design for session monitoring API to transport plugins; skeleton ↵Christian Grothoff2014-06-22
| | | | implementation for UNIX plugin of that API; clean up of UNIX API code (removing of duplicated/dead code)
* -doxygen, cleanupChristian Grothoff2014-06-22
|
* -doxygen, cleanupChristian Grothoff2014-06-22
|
* -doxygen, cleanupChristian Grothoff2014-06-22
|
* -split up transport_api_monitoring into monitor_peers and monitor_validationChristian Grothoff2014-06-22
|
* -doxygen, indentationChristian Grothoff2014-06-22
|
* -simplify logic a bit, doxygen, indentationChristian Grothoff2014-06-22
|
* -indentation, doxygenChristian Grothoff2014-06-22
|
* -fix channel data range to make -1 legal valueChristian Grothoff2014-06-17
|
* -handle case where sendsocket is still -1Christian Grothoff2014-06-17
|
* -check 'socket' call return value, handle failureChristian Grothoff2014-06-17
|
* -fix socket leak in error handling branchesChristian Grothoff2014-06-17
|
* - renamed NAT's failure code to status code across gnunet (not GTK yet)Christian Fuchs2014-06-17
| | | | | | | - added proper error reporting to NAT-test-start/stop - timed-out nat tests not automatically stop the test itself - fixed a design flaw in nat-test - fixed a potential crash in the tests of the nat functionality (NOT NAT_TEST_xy...)
* -fix #3443Christian Grothoff2014-06-12
|
* fixing issues found by coverityMatthias Wachs2014-06-11
|
* -fixChristian Grothoff2014-06-11
|
* -misc fixesChristian Grothoff2014-06-11
|
* -misc fixesChristian Grothoff2014-06-11
|
* -fix handlingChristian Grothoff2014-06-11
|
* -send proper termination on errorChristian Grothoff2014-06-11
|
* -fix status codeChristian Grothoff2014-06-11
|
* fixing compile errorMatthias Wachs2014-06-10
|
* -fix compiler warning, fix test logicChristian Grothoff2014-06-09
|
* clarify prettyprinter API and protocols, make sure implementations are ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* -die dead stuffChristian Grothoff2014-06-09
|
* -fixing doxygen, indentationChristian Grothoff2014-06-09
|
* - moved timeout handling responsibility from for nat tests from caller to ↵Christian Fuchs2014-06-08
| | | | | | | | | the library - updated NAT API accordingly - removed obsolete timeout handling code from gnunet-transport - updated result callback for nat-test gnunet-transport to not always just report success, but we now actually report the proper result code we got from the NAT API - updated nat tests
* remove protocol violationMatthias Wachs2014-06-05
| | | | | | - this issue can occur when 2 peers use the same addresses, for example private ip addresses So if a remote peer uses and publishes the same private address as the local peer, we might receive our own id if we try to connect it
* fix for bug #0003416: do not stop parsing uri when plugin is not foundMatthias Wachs2014-06-03
| | | | | - changed semantics for address generator cb: GNUNET_SYSERR indicates stop, >= 0 indicates bytes added
* -indentation and doxygen fixesChristian Grothoff2014-06-03
|
* no comma, breaks gnunet-statistics-gtk (fixes #3417)Christian Grothoff2014-06-02
|
* fix semantic for address_to_stringMatthias Wachs2014-06-02
|
* Support a wider range of http transport clients.David Barksdale2014-06-01
| | | | | | Specifically web clients which cannot maintain permanent GET and PUT connections.
* these messages should not be logged as errorsMatthias Wachs2014-05-27
| | | | | when addresses have changed (due to plugins disabled, ip address changing) this behaviour is expected
* error handling was moved to clientsMatthias Wachs2014-05-27
| | | | | all clients (gnunet-peerinfo, gnunet-peerinfo-gtk, gnunet-ats/transport) support error handling with error code
* bug huntingMatthias Wachs2014-05-27
|
* minor changesMatthias Wachs2014-05-27
|