aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-06-05less heteronormative function names (SCNR)psyc://loupsycedyglgamf.onion/~lynX
2018-06-04use DEBUG_KX for new core log messagesChristian Grothoff
2018-06-03more loggingChristian Grothoff
2018-06-03more crypto KX loggingChristian Grothoff
2018-06-03more core KX loggingChristian Grothoff
2018-06-03more loggingChristian Grothoff
2018-05-31add more logging for core KX to improve diagnosticsChristian Grothoff
2018-05-19follow-up, fix conf locationsNils Gillmann
Signed-off-by: Nils Gillmann <ng0@n0.is>
2018-05-06Switch to $GNUNET_TMP in all configuration files.Nils Gillmann
Signed-off-by: Nils Gillmann <ng0@n0.is>
2018-01-01Fix broken buildDavid Barksdale
2018-01-01remove speed bumpsChristian Grothoff
2017-12-30Merge branch 'fix_social'lurchi
2017-12-29Demote some log messagesDavid Barksdale
2017-10-29allow MST callback to distinguish between disconnect and parse error ↵Christian Grothoff
situations, and only log for the hard errors
2017-10-09Fix memory leak in test_core_api_reliabilityDavid Barksdale
2017-10-06fix leakChristian Grothoff
2017-06-26fix nat service port collision during testChristian Grothoff
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-03-17Merge branch 'master' into getoptChristian Grothoff
2017-03-16removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff
plugins (which will be updated 'later')
2017-03-15Still porting to new getopt API.Marcello Stanisci
2017-02-24improve traffic drop heuristicChristian Grothoff
2017-02-24lower log levelChristian Grothoff
2017-02-23limit queue size CORE maintains for any client, warn if we exceed itChristian Grothoff
2017-02-22fix sign issue in bitshiftChristian Grothoff
2017-02-21prevent crash on exitChristian Grothoff
2017-02-20Refactor copying of handler arraysBart Polot
2017-02-19mostly logging, avoid having more than one typemap in transmission queue, ↵Christian Grothoff
accept port=0 as not an error, tolerate link-local addrs
2017-01-27unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff
badly
2017-01-25remove legacy commented out codeChristian Grothoff
2017-01-25fix leakChristian Grothoff
2017-01-22fix stray log calls that lagged the core-api prefixChristian Grothoff
2017-01-22use new SCHEDULER_add_at API where applicableChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2017-01-09eliminate dead NAT optionsChristian Grothoff
2017-01-09fix link issueChristian Grothoff
2017-01-09rename new core API implementation to name of standard implementationChristian Grothoff
2017-01-09remove legacy core api code (now dead)Christian Grothoff
2017-01-09dead code eliminationChristian Grothoff
2017-01-09handle transmissions initiated during disconnect callbacks by droppingChristian Grothoff
2017-01-08exclude more testsChristian Grothoff
2016-11-09- add subdirectory gitignore filesBart Polot
2016-09-28-cleaning up implementation of typemap signallingChristian Grothoff
2016-09-26fix client init handlingChristian Grothoff
2016-09-26set flag to know that client did call init, thereby avoiding assertion ↵Christian Grothoff
failure on code that expected initialized client
2016-09-26init connect map on connectChristian Grothoff