fix comment
[oweals/gnunet.git] / src / transport /
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
2015-10-18 Christian Grothoff-more logging, avoid duplicate re-scheduling
2015-10-18 Christian Grothoff-use LOG instead of GNUNET_log
2015-10-18 Christian Grothoff-only schedule select once per fragmented message
2015-10-18 Christian Grothoff-fix NPE
2015-10-18 Christian Grothoff-doxygen
2015-10-18 Christian Grothoffadd 'strength' argument to address suggestion request...
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-18 Christian Grothoff-typo
2015-10-18 Christian Grothoff-dead function in header
2015-10-18 Christian Grothoffcombing through transport ATS logic, documenting and...
2015-10-17 Christian Grothofflog plugin involved in slow transmissions
2015-10-17 Christian Grothofffix misscalculation of per-session flow delays and...
2015-10-17 Christian Grothoffadd logging to watch for transmission delays within...
2015-10-17 Christian Grothoff-be harsher about transport service sending messages...
2015-10-17 Christian Grothoff-add option to ignore SetQuotaMessage (but still genera...
2015-10-17 Christian Grothoff-do not export set_incoming_quota past file, it is...
2015-10-16 Christian Grothoff-use INFO, not WARN
2015-10-16 Christian Grothoff-fix destroy_ai
2015-10-16 David BarksdaleRemove unused variable
2015-10-14 Christian Grothofftrying to fix #4003
2015-10-08 Christian Grothoffadd constant for the delay after which we log warnings
2015-10-08 Christian Grothoff-fix template
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-10-07 Christian Grothoff-more meaningful log msg
2015-10-07 Christian Grothoffadd additional diagnostics to help localize #3971 invar...
2015-10-07 Christian Grothoff-do not leave PPT timeout tasks behind
2015-10-07 Christian Grothoff-fix NPE
2015-10-07 Christian Grothoffmajor bugfix: is_ready must only be set to GNUNET_NO...
2015-10-07 Christian Grothoff-adding more logging to diagnose transport transmission...
2015-10-05 Christian Grothoffadding DEBUG logic for #3863
2015-10-05 Christian Grothofffix #3986
2015-09-30 Carlo von lynXDESTDIR fix in Makefiles needed by distro packagers
2015-08-21 Bruno CabralForget to commit some files
2015-08-03 Christian Grothoff-improve indentation, reduce duplication of PIDs in...
2015-07-27 David BarksdaleMatch struct IPv4/6TcpAddress with UDP versions
2015-07-18 Bruno CabralGet STUN to work with UDP plugin
2015-07-18 Christian Grothoffminor modifications to reduce warnings
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-28 Christian Grothofffix #3693: if PA is NULL, ignore message, we must be...
2015-06-27 David BarksdaleChange NPE into GNUNET_break (0)
2015-06-24 David BarksdaleAvoid trying to disconnect a neighbour twice
2015-06-21 Christian Grothoffsupport gnurl's curl.h being in include/gnurl/ OR inclu...
2015-06-12 Christian Grothofffix use of deprecated MHD symbols
2015-06-07 Christian Grothoff-nicer logging
2015-06-03 Christian Grothoff-slightly better logging
next