aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-10statisticsFlorian Dold
2015-12-10Make resource diagnostics output more useful.Florian Dold
The old format had output that looked like a floating point number, but was actually two integers (seconds, microseconds) separated by a dot. Actually outputting floating point numbers makes the output more amendable to processing with standard tools like awk.
2015-12-09- warn when trying to send traffic to disconnected neighborBart Polot
2015-12-09Another attampt at fixing #4010: mark unavailable neighbors in FlowControl ↵Bart Polot
struct, test on POLL
2015-12-09Fix #4020, wrong assertion: if destroy is different from NO, state MUST be ↵Bart Polot
DESTROYED
2015-12-09Statistics log file for consensus profiler.Florian Dold
2015-12-08-updateMartin Schanzenbach
2015-12-07More refined evil behaviour.Florian Dold
2015-12-06namecache: fix NULL-pointer dereference in namecache-flatDaniel Golle
namecache-flat crashes if started on an empty or non-existent file. gnunet-service-[2568]: segfault at 0 ip 00007fe32dc8bb3c sp 00007ffde11826f0 error 4 in libgnunet_plugin_namecache_flat.so[7fe32dc8a000+202000] gnunet-service-[2576]: segfault at 0 ip 00007f2a6be75b3c sp 00007ffdf9b6d880 error 4 in libgnunet_plugin_namecache_flat.so[7f2a6be74000+202000] gnunet-service-[2581]: segfault at 0 ip 00007ff1dcfb1b3c sp 00007fff834070f0 error 4 in libgnunet_plugin_namecache_flat.so[7ff1dcfb0000+202000] This fix at least prevents parsing a 0-byte file, however, looking at the code it is clear that more needs to be done to prevent crashes in case of corrupted or incompletely written cache data. Fixes https://gnunet.org/bugs/view.php?id=4082 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-06namecache: fix testcase config for namecache-plugin-flatDaniel Golle
Fixes https://gnunet.org/bugs/view.php?id=4081 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-01-removed obsolete functionsJulius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-12-01-rename _peers.* -> _custommap.*Julius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-fixed bug in removal of peer in "view"Julius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-doxygenJulius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-using "view" helper in rps serviceJulius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-fixed _clear() in peers "helper"Julius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-added test of _change_len() to test of "view"Julius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-add tests for helpers "view" and "peers"Julius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-fix of issues in helper for "view"Julius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-30-fixed 4076Julius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-29added helper for handling the "view" in rpsJulius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-28Fix UAF in asynchronous datastore pluginsDavid Barksdale
2015-11-27Don't match clients without handlers or callbacksDavid Barksdale
2015-11-27-substitute array-structures push_list, pull_list with custom list structureJulius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-27added a custom list/peer-/hashmap structure for use in rpsJulius Bünger
Signed-off-by: Julius Bünger <buenger@mytum.de>
2015-11-23-fix: prevent division by zeroJulius Bünger
2015-11-23implemented CLIJulius Bünger
2015-11-23preparations for fixing #4065Christian Grothoff
2015-11-22Invalid Gnunet URIDavid Barksdale
commit c1decf4e2eef8a3d922a07164fed8dd24e2ad80f Author: Lehi Toskin <lehi@tosk.in> Date: Sat Nov 21 17:07:49 2015 -0800
2015-11-21Update README to match configure.acDavid Barksdale
They are still out of sync for libgnurl, libunistring, and mysql.
2015-11-21Clean up gnunet_test_cosks_ssh_garbageDavid Barksdale
2015-11-21gnunet-transport shutting down too earlyDavid Barksdale
Fixes issue #3700
2015-11-20Typo in gnunet-publish man pageDavid Barksdale
2015-11-20- update; add attribute updatesMartin Schanzenbach
2015-11-19- fixesMartin Schanzenbach
2015-11-19-add identity token serviceMartin Schanzenbach
2015-11-18social: store/load entered places & notify clients about themGabor X Toth
2015-11-18- Add expiration and renewal parametersMartin Schanzenbach
- Remove debug output as errors - Fix buggy error output
2015-11-17-removing bogus empty linesChristian Grothoff
2015-11-17-fix indentChristian Grothoff
2015-11-17-fixing memory leaks and shutdown issues related to NATChristian Grothoff
2015-11-16typoChristian Grothoff
2015-11-16more PATH_MAX issues (#4054)Christian Grothoff
2015-11-16fix #4054Christian Grothoff
2015-11-16fix crash #4053Christian Grothoff
2015-11-16-update and correct man page (#4056)Christian Grothoff
2015-11-15-indentingChristian Grothoff
2015-11-08-more DCE after try_connect refactoringChristian Grothoff
2015-11-07-some code cleanup (indentation, redundant branches, etc.)Christian Grothoff
2015-11-06removing try_connect-related logic that really should no longer be needed ↵Christian Grothoff
(#3675)