aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
Commit message (Collapse)AuthorAge
* migrating transport service to new MQ APIChristian Grothoff2016-09-20
|
* remove now obsolete get_hello-APIChristian Grothoff2016-07-30
|
* implementing new TRANSPORT_hello_get APIChristian Grothoff2016-07-30
|
* -finally able to remove old transport API transmission logicChristian Grothoff2016-07-29
|
* switching transport tests to new MQ-based transport APIChristian Grothoff2016-07-25
|
* more refactoring of tests for new send APIChristian Grothoff2016-07-23
|
* towards having sending in transport-testing API (not yet flexible enough)Christian Grothoff2016-07-15
|
* more transport testing hackingChristian Grothoff2016-07-12
|
* fold bidirectional test into main test_ats_apiChristian Grothoff2016-07-10
|
* remove redundant testChristian Grothoff2016-07-10
|
* remove redundant testChristian Grothoff2016-07-10
|
* -towards nicer transport-testing libChristian Grothoff2016-07-10
|
* -start to refactor testcases for sanityChristian Grothoff2016-07-09
|
* get transport_api_core to compileChristian Grothoff2016-07-08
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* remove dead monitor validation testChristian Grothoff2016-07-06
|
* removing GNUNET_TRANSPORT_monitor_validation-APIChristian Grothoff2016-07-06
|
* -removing last uses of TRANSPORT_try_connect APIChristian Grothoff2015-11-06
|
* preparations for replacing try_connect from gnunet-transport-profiler.Christian Grothoff2015-10-29
|
* DESTDIR fix in Makefiles needed by distro packagersCarlo von lynX2015-09-30
|
* -noinst-ing non-functional binaries/libraries that just exist as ↵Christian Grothoff2015-06-02
| | | | examples/templates
* check for existence of 'getopt' command line toolChristian Grothoff2015-03-15
|
* -include conf files in distChristian Grothoff2015-03-14
|
* -fix misc disting issuesChristian Grothoff2015-03-07
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -reorder tests to have slow ones go lastChristian Grothoff2015-02-09
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Various changes:Christian Grothoff2015-02-05
| | | | | | | | | | | | | | | - removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).
* -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
* Add a test to reproduce issue #3554David Barksdale2015-01-01
|
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* address Debian #758937: allow use of curl if it is really the gnutls version ↵Christian Grothoff2014-09-04
| | | | and libgnurl is unavailable
* fix: bluetooth helper with suid installerMatthias Wachs2014-09-02
|
* profiler and cfgMatthias Wachs2014-08-29
|
* profilerMatthias Wachs2014-08-29
|
* 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.
* combine sources for wlan and bluetooth plugin logic into one fileChristian Grothoff2014-06-25
|
* -rename config files to match test casesChristian Grothoff2014-06-23
|
* -rename tests to caputre better what they testChristian Grothoff2014-06-23
|
* -split up transport_api_monitoring into monitor_peers and monitor_validationChristian Grothoff2014-06-22
|
* add tcp test to makefileMatthias Wachs2014-05-20
|
* address switch testMatthias Wachs2014-05-20
|
* new test caseMatthias Wachs2014-05-20
|
* rename cfg files in MakefileMatthias Wachs2014-05-20
|
* remove unreliability testMatthias Wachs2014-05-20
| | | | | | - update reliabilitility test: this test only ensures that all messages are delivered and are not corrupted out of order delivery is not checked any longer
* version bumping for 0.10.1Christian Grothoff2014-04-08
|
* -fix linkage issue that could cause a transport service crash on exit for ↵Christian Grothoff2014-03-07
| | | | certain NAT configurations
* abstract unix domain socket supportMatthias Wachs2014-02-10
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))