convert statistics service to new service MQ API
[oweals/gnunet.git] / src / transport /
2016-08-18 David BarksdaleFix comment
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-13 Christian Grothoff-indeed, fixed
2016-08-12 Carlo von lynXipv6 udp broadcasts are ending up on ipv4
2016-08-11 Christian Grothoff-change log level to DEBUG
2016-08-04 Daniel Golletransport_tcp: make use of GNUNET_HELLO_address_check_o...
2016-07-30 Christian Grothoffremove now obsolete get_hello-API
2016-07-30 Christian Grothoffconverting transport tests to hello_get API
2016-07-30 Christian Grothoffuse different enum for HELLO address classes, deploy...
2016-07-30 Christian Grothoffimplementing new TRANSPORT_hello_get API
2016-07-29 Christian Grothoff-finally able to remove old transport API transmission...
2016-07-29 Christian Grothoffmigrate gnunet-transport-profiler to new API
2016-07-29 Christian Grothoffmigrate gnunet-transport to new API
2016-07-26 Christian Grothoff-dead code elimination
2016-07-26 Christian Grothoff-indentation, logging, style issues
2016-07-25 Christian Grothoff-unregister nat on error, indentation, DCE
2016-07-25 Christian Grothoffswitching transport tests to new MQ-based transport API
2016-07-24 Christian Grothoffconvert last test to new send api
2016-07-24 Christian Grothoff-fix http fix
2016-07-24 Christian Grothofffix http server shutdown sequence
2016-07-23 Christian Grothoffmore refactoring of tests for new send API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-21 Christian Grothoffgeneralize send API for transport tests
2016-07-15 Christian Grothofftowards having sending in transport-testing API (not...
2016-07-15 Christian Grothofftowards having sending in transport-testing API (not...
2016-07-15 Christian Grothoffmake more use of testing lib
2016-07-12 Christian Grothoffmore transport testing hacking
2016-07-10 Christian Grothoffadapt test_transport_api_reliability to new testing API
2016-07-10 Christian Grothoffmodify manipulation_cfg test to use new transport-testi...
2016-07-10 Christian Grothoffmodify manipulation_recv_tcp test to use new transport...
2016-07-10 Christian Grothoffremoving dead test
2016-07-10 Christian Grothoffmodify manipulation_send_tcp test to use new transport...
2016-07-10 Christian Grothoff-use new testing API in montior_peers test
2016-07-10 Christian Grothofffold bidirectional test into main test_ats_api
2016-07-10 Christian Grothoffclean up switch tests
2016-07-10 Christian Grothoffremove redundant test
2016-07-10 Christian Grothoffremove redundant test
2016-07-10 Christian Grothoffmore minor fixes
2016-07-10 Christian Grothoff-adapt disconnect test to new testing lib
2016-07-10 Christian Grothoff-towards nicer transport-testing lib
2016-07-09 Christian Grothoff-start to refactor testcases for sanity
2016-07-08 Christian Grothoff-indenting
2016-07-08 Christian Grothoffth is dead in this test
2016-07-08 Christian Grothoff-indenting
2016-07-08 Christian Grothoff-cancel reconnect task
2016-07-08 Christian Grothoffget transport_api_core to compile
2016-07-08 Christian Grothofffix packing issue
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoffmigrate transport_core API to MQ
2016-07-08 Christian Grothoff-draft of next version of transport-core API
2016-07-08 Christian Grothofftowards factoring out HELLO handling from transport_api.c
2016-07-06 Christian Grothoffremove dead monitor validation test
2016-07-06 Christian Grothoffconverting GNUNET_TRANSPORT_address_to_string to MQ
2016-07-06 Christian Grothoffconverting monitor plugin functionality to MQ
2016-07-06 Christian Grothoffremoving GNUNET_TRANSPORT_monitor_validation-API
2016-07-06 Christian Grothoffconverting GNUNET_TRANSPORT_monitor_peers implementatio...
2016-07-06 Christian Grothoffmisc minor fixes
2016-07-06 Christian Grothoffconverting blacklist API to MQ
2016-06-29 Carlo von lynXMerge remote-tracking branch 'origin/master'
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffixing compiler warnings
2016-05-03 Bart PolotFix printf format causing SEISEGV
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-21 David Barksdalegnunet-transport shutting down too early
2015-11-08 Christian Grothoff-more DCE after try_connect refactoring
2015-11-07 Christian Grothoff-some code cleanup (indentation, redundant branches...
2015-11-06 Christian Grothoffremoving try_connect-related logic that really should...
2015-11-06 Christian Grothoffremoving definitively dead try_connect-related logic...
2015-11-06 Christian Grothoff-removing last uses of TRANSPORT_try_connect API
2015-11-01 Christian Grothoff-typo-doxygen
2015-10-30 Christian Grothoffr36622 was supposed to set to YES, not NO
2015-10-29 Christian Grothoff-code cleanup
2015-10-29 Christian Grothoffreplacing try_connect in gnunet-transport-profiler.
2015-10-29 Christian Grothoffpreparations for replacing try_connect from gnunet...
2015-10-29 Christian Grothoff-stop ignoring the option; #4009 should be fixed by...
2015-10-28 Christian Grothoff-dead
2015-10-28 Christian Grothoff-fix #4025
2015-10-27 Christian Grothoff-fix SEGV
2015-10-27 Christian Grothoff-extra logging for #4025
2015-10-26 Christian Grothoff-document quota, use higher quota for test
2015-10-26 Christian Grothoff-fix udp transmission, avoid scheduling when unready
2015-10-26 Christian Grothoff-fix
2015-10-26 Christian Grothoff-ignore PING/PONG from self
2015-10-26 Christian Grothoffnever pass addresses for ourselves to ATS
2015-10-26 Christian Grothoff-check transport-side for connect-to-self
2015-10-18 Christian Grothoff-remove deprecated try_disconnect API
2015-10-18 Christian Grothoffmove -C option from gnunet-transport to gnunet-ats...
2015-10-18 Christian Grothoff-fix log call
2015-10-18 Christian Grothoff-handle NULL for session (i.e. already gone/down)
2015-10-18 Christian Grothoff-log ACK delay vs. last frag transmit
2015-10-18 Christian Grothoff-log expected transmission time on enqueue, together...
2015-10-18 Christian Grothoff-smoother calculation of flow delays, base it on the...
2015-10-18 Christian Grothoff-use UINT32_MAX to mean disconnect, for real
next