aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* unix domain sockets used hardcoded path instead of configuration settingMatthias Wachs2014-02-07
| | | | | | - removing UNIX domain sockets port support and UNIX domain socket NAT support
* -doxygen, indentation, code cleanupChristian Grothoff2014-02-06
|
* fix for 3300: remember to call client_receive_done for blacklist clientMatthias Wachs2014-02-04
|
* fixing 3299: use after free caused by shutdown order neighbours & pluginsMatthias Wachs2014-02-04
|
* add API for #3296Christian Grothoff2014-02-02
|
* removing depreated 'priority' argument from ↵Christian Grothoff2014-02-02
| | | | GNUNET_TRANSPORT_notify_transmit_ready
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* send receive delay rescheduling supportMatthias Wachs2014-01-30
|
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* fix compile errorMatthias Wachs2014-01-28
|
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* blacklist check on try connectMatthias Wachs2014-01-20
|
* fix use after free and mantis 0003257Matthias Wachs2014-01-20
|
* removing useless fixme commentMatthias Wachs2014-01-20
|
* fix ftbfs on system where SIN_LEN existsMatthias Wachs2014-01-17
|
* perform blacklist before address switchMatthias Wachs2014-01-16
| | | | | | this commit adds the blacklist check before address switch in the next step the old blacklist check has to be removed
* more fixed documentationMatthias Wachs2014-01-16
|
* documentation for transport serviceMatthias Wachs2014-01-16
|
* documentation for validation monitoring test caseMatthias Wachs2014-01-16
|
* testMatthias Wachs2014-01-16
|
* correct stringMatthias Wachs2014-01-16
|
* fixes for reconnecting and message handling Matthias Wachs2014-01-16
|
* printing validation information with cliMatthias Wachs2014-01-16
|
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
| | | | | + fix for crash in transport/plugin_transport_udp.c
* fix mantis bug 0003270: do not broadcast on loopbackMatthias Wachs2014-01-15
|
* fix bt pluginMatthias Wachs2014-01-15
|
* remove inbound outbound notion from wlan pluginMatthias Wachs2014-01-15
|
* fixed wlan pluginMatthias Wachs2014-01-15
|
* fix crash on shutdownMatthias Wachs2014-01-14
|
* simplification for tcp pluginMatthias Wachs2014-01-14
|
* fix memory leakMatthias Wachs2014-01-14
|
* issue: as long as we do not have a peer identity we cannot work with ↵Matthias Wachs2014-01-14
| | | | | | | HELLO_addresses, so we have to stick to sock_addr fixed sockaddr-to-session lookup
* fixing memory leaksMatthias Wachs2014-01-14
|
* fixing issues with udp due to internal address lengthMatthias Wachs2014-01-14
|
* fix for creating session Matthias Wachs2014-01-14
|
* improved checking for directionMatthias Wachs2014-01-14
|
* improved log messagesMatthias Wachs2014-01-14
|
* increase log level for useful messagesMatthias Wachs2014-01-14
|
* fix for printing addressMatthias Wachs2014-01-14
|
* 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
* - fix parallel buildSree Harsha Totakura2014-01-10
|
* naming conventions for peer statesMatthias Wachs2014-01-10
|
* consistent documentationMatthias Wachs2014-01-10
|
* extending ATS api suggest callback with peer idMatthias Wachs2014-01-09
| | | | | adding suggest continuation
* renaming states according to naming convenationsMatthias Wachs2014-01-09
|
* fixed return valueMatthias Wachs2014-01-09
|
* test + documentationMatthias Wachs2014-01-09
|
* missing configsMatthias Wachs2014-01-09
|
* - test properlySree Harsha Totakura2014-01-08
|