remove never working setuid helper code from the build-system.
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.c
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-25 Christian Grothoffstyle fixes during debugging
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-11-16 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-11-15 Christian Grothoffremove dead field quota_in
2018-07-02 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-29 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-06-27 t3sseraktMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-27 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-01-22 Phil-merge branch 'master' into identity_oidc
2018-01-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-13 Christian Grothoffprevent assertion failure
2018-01-13 Christian Grothoffprevent NPE
2018-01-08 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-08 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-07 Matthias Kolja Miehltransport: [fix] Typos in comments
2018-01-06 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-06 lurchiMerge branch 'lurchi_social'
2018-01-05 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-05 Christian Grothoffeliminate warnings
2018-01-05 Christian Grothoffprevent use-after-free by indicating free status in...
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-20 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-12-20 David BarksdaleAnother assert which is actually OK
2017-03-29 Schanzenbach, Martin- merge with master
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-26 Christian Grothoff#4801 seems solidly fixed now, don't see how it can...
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 Christian Grothoffupdate counters properly
2017-01-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-14 Christian Grothofftrying to fix issue reported by Lurchi
2016-09-20 Christian Grothoffmigrating transport service to new MQ API
2016-07-26 Christian Grothoff-indentation, logging, style issues
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-08 Christian Grothoff-more DCE after try_connect refactoring
2015-11-06 Christian Grothoffremoving try_connect-related logic that really should...
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-stop ignoring the option; #4009 should be fixed by...
2015-10-28 Christian Grothoff-fix #4025
2015-10-26 Christian Grothoff-check transport-side for connect-to-self
2015-10-18 Christian Grothoff-handle NULL for session (i.e. already gone/down)
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-17 Christian Grothofflog plugin involved in slow transmissions
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-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
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-03-09 Christian Grothoff-doxygen and stylistic fixes
2015-03-08 Christian Grothofffinishing implementation of #3652
2015-03-08 Christian Grothoff-always assume at least MIN bandwidth, even if we got...
2015-03-07 Christian Grothoffact on received SessionQuotaMessages
2015-03-07 Christian Grothofftrying to fix #3702 by removing session from session...
2015-03-02 Christian Grothoffdefine quota message to transmit quota requests, toward...
2015-02-28 Christian Grothoffcall GNUNET_SERVER_receive_done() also on internal...
2015-02-28 Christian Grothoff-shorten stats labels
2015-02-28 Christian Grothoffadding additional checks for invariants to help find...
2015-02-18 Christian Grothofffix blacklist checking logic, integrating tracking...
2015-02-12 Christian Grothoff-fix leak on transmission error in combination with...
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoffreset blocking time for addresses upon successful conne...
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-10 Christian Grothofffix #3664: during PS_RECONNECT_ATS, primary address...
2015-02-09 Christian Grothoff-eliminate dead argument, do use quota immediately
2015-02-09 Christian Grothoff-do not continue in case of transmission error
2015-02-09 Christian Grothoff-do only send HELLO to clients once on startup, do...
2015-02-08 Christian Grothoffmore dead and duplicate code elimination
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-05 Christian GrothoffVarious changes:
2015-02-03 Christian Grothoff-docu
2015-02-03 Christian Grothoffget rid of unused state and dead code: GST_neighbour_ge...
2015-02-03 Christian Grothoffnever destroy sessions on free_neighbour(), they should...
2015-02-03 Christian Grothoff-dead code elimination
2015-02-03 Christian Grothoffseparate ATS connectivity suggestions from ATS scheduli...
2015-02-03 Christian Grothoff-document struct
2015-02-03 Christian Grothoffdocument API, do not pass unused 'session' argument
2015-02-03 Christian Grothoffwhen ATS suggests an address that neighbours does not...
2015-02-03 Christian Grothoffadding statistics on why transport may drop ATS suggestions
next