Age | Commit message (Expand) | Author |
2022-12-04 | UTIL: Allow only inlcusion of util glib-style. | Martin Schanzenbach |
2022-12-04 | BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c... | Martin Schanzenbach |
2022-10-03 | -DOC: Major doc comment stripping pass through TRANSPORT | Willow Liquorice |
2020-04-11 | fixing #6149 | Christian Grothoff |
2020-04-08 | fix sign api for to address #6164 | Christian Grothoff |
2019-10-31 | tighten formatting rules | Christian Grothoff |
2019-10-05 | global reindent, now with uncrustify hook enabled | Christian Grothoff |
2019-09-08 | uncrustify as demanded. | ng0 |
2019-02-25 | style fixes during debugging | Christian Grothoff |
2019-01-14 | src: for every AGPL3.0 file, add SPDX identifier. | ng0 |
2018-11-15 | remove dead field quota_in | Christian Grothoff |
2018-06-27 | -comments: the world ain't all male | psyc://loupsycedyglgamf.onion/~lynX |
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX |
2018-01-13 | prevent assertion failure | Christian Grothoff |
2018-01-13 | prevent NPE | Christian Grothoff |
2018-01-07 | transport: [fix] Typos in comments | Matthias Kolja Miehl |
2018-01-05 | eliminate warnings | Christian Grothoff |
2018-01-05 | prevent use-after-free by indicating free status in return value of set_incom... | Christian Grothoff |
2017-12-19 | Another assert which is actually OK | David Barksdale |
2017-02-26 | #4801 seems solidly fixed now, don't see how it can happen anymore | Christian Grothoff |
2017-02-24 | update counters properly | Christian Grothoff |
2017-01-22 | use new SCHEDULER_add_at API where applicable | Christian Grothoff |
2017-01-14 | trying to fix issue reported by Lurchi | Christian Grothoff |
2016-09-20 | migrating transport service to new MQ API | Christian Grothoff |
2016-07-26 | -indentation, logging, style issues | Christian Grothoff |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-05-06 | fixing compiler warnings | Christian Grothoff |
2016-04-09 | small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex... | Christian Grothoff |
2016-01-19 | -fix (C) notices | Christian Grothoff |
2015-11-08 | -more DCE after try_connect refactoring | Christian Grothoff |
2015-11-06 | removing try_connect-related logic that really should no longer be needed (#3... | Christian Grothoff |
2015-11-01 | -typo-doxygen | Christian Grothoff |
2015-10-30 | r36622 was supposed to set to YES, not NO | Christian Grothoff |
2015-10-29 | -stop ignoring the option; #4009 should be fixed by other changes | Christian Grothoff |
2015-10-28 | -fix #4025 | Christian Grothoff |
2015-10-26 | -check transport-side for connect-to-self | Christian Grothoff |
2015-10-18 | -handle NULL for session (i.e. already gone/down) | Christian Grothoff |
2015-10-18 | add 'strength' argument to address suggestion request for ATS | Christian Grothoff |
2015-10-18 | rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv... | Christian Grothoff |
2015-10-17 | log plugin involved in slow transmissions | Christian Grothoff |
2015-10-17 | -be harsher about transport service sending messages out of line, also at the... | Christian Grothoff |
2015-10-17 | -add option to ignore SetQuotaMessage (but still generate them), and if the o... | Christian Grothoff |
2015-10-17 | -do not export set_incoming_quota past file, it is not used beyond the scope | Christian Grothoff |
2015-10-07 | determine network scope for ATS even if we do not yet have a session and only... | Christian Grothoff |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff |
2015-06-28 | fix #3693: if PA is NULL, ignore message, we must be in the wrong state | Christian Grothoff |
2015-06-27 | Change NPE into GNUNET_break (0) | David Barksdale |
2015-06-24 | Avoid trying to disconnect a neighbour twice | David Barksdale |