aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* -correct a few overly optimistic assumptions about what can legitimately ↵Christian Grothoff2015-01-25
| | | | happen...
* -stupid check, removeChristian Grothoff2015-01-25
|
* fix shutdown order to destroy sessions first, fix logic failure with respect ↵Christian Grothoff2015-01-25
| | | | to bi-directional transports like UNIX
* fixing wrong assertionsChristian Grothoff2015-01-25
|
* -indentationChristian Grothoff2015-01-25
|
* -pass closure, indentation fixesChristian Grothoff2015-01-25
|
* -use static where applicableChristian Grothoff2015-01-25
|
* always create session before giving performance metricsChristian Grothoff2015-01-25
|
* -indentationChristian Grothoff2015-01-25
|
* -undo bad commitChristian Grothoff2015-01-25
|
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
|
* only add addresses as valid from peerinfo if we have the respective plugin ↵Christian Grothoff2015-01-25
| | | | loaded
* store suggest handles, do not dropChristian Grothoff2015-01-25
|
* Fix the use of (GNUNET_)strdup and (GNUNET_)freeLRN2015-01-24
|
* towards a cleaner ATS scheduling APIChristian Grothoff2015-01-22
|
* -towards improved ATS API, adding return value with address record when ↵Christian Grothoff2015-01-19
| | | | adding address, adding new subsystem with peer-to-address map to transport; causes various new assertions to fail, but no major regression -- not finished
* -fix compile issue due to api changeChristian Grothoff2015-01-18
|
* -remarking on things to fixChristian Grothoff2015-01-18
|
* remove ATS information from callback from ATS address selection, as the ↵Christian Grothoff2015-01-18
| | | | argument was never used in the first place
* removing dead logic to copy and pass around unused ATS valuesChristian Grothoff2015-01-18
|
* -just indentation, dead codeChristian Grothoff2015-01-18
|
* simplify ATS API and plugin API by returning the network type, instead of an ↵Christian Grothoff2015-01-17
| | | | ATS_Information struct
* eliminating callback argument and its implementation which are never called ↵Christian Grothoff2015-01-17
| | | | in the first place by ATS
* use ATS functions to convert quality network type to string, instead of ↵Christian Grothoff2015-01-17
| | | | using string API
* -oopsChristian Grothoff2015-01-17
|
* do not print two messages, one is enoughChristian Grothoff2015-01-17
|
* -clean up testcaseChristian Grothoff2015-01-10
|
* fixed and improved test for address switchingMatthias Wachs2015-01-08
|
* fixing testcase: task not correctly unset, passes for me nowMatthias Wachs2015-01-08
|
* -docu, style fixesChristian Grothoff2015-01-05
|
* -stylistic fixes, also, only block re-validation for 2s IF we actually did ↵Christian Grothoff2015-01-05
| | | | send a PING, not if we didn't find the plugin
* Add a test to reproduce issue #3554David Barksdale2015-01-01
|
* -fix doxygen issuesChristian Grothoff2014-12-25
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* fix #3589Christian Grothoff2014-12-23
|
* -fix call to MHD_start_daemon, properly pass MHD_USE_IPv6 if neededChristian Grothoff2014-12-23
|
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
|
* -doxygen and minor style fixesChristian Grothoff2014-12-20
|
* -simplify logicChristian Grothoff2014-12-20
|
* -make staticChristian Grothoff2014-12-20
|
* -use separate message types for TRY_CONNECT and TRY_DISCONNECTChristian Grothoff2014-12-20
|
* -eliminate duplicate all_zeros globals, eliminated dead 'latency' field in ↵Christian Grothoff2014-12-20
| | | | SendOKMessage
* -add assertionChristian Grothoff2014-12-20
|
* -use const in peerstore callbackChristian Grothoff2014-12-18
|
* -adding debug logic for #3555Christian Grothoff2014-12-16
|
* -fix use of possibly wrong or uninitialized sessionChristian Grothoff2014-12-16
|
* adding single location for no_forcestart configuration listChristian Grothoff2014-12-11
|
* -simplifying configsChristian Grothoff2014-12-11
|
* -simplifying configsChristian Grothoff2014-12-11
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly