Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-10 | statistics | Florian Dold | |
2015-12-10 | Make 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 neighbor | Bart Polot | |
2015-12-09 | Another attampt at fixing #4010: mark unavailable neighbors in FlowControl ↵ | Bart Polot | |
struct, test on POLL | |||
2015-12-09 | Fix #4020, wrong assertion: if destroy is different from NO, state MUST be ↵ | Bart Polot | |
DESTROYED | |||
2015-12-09 | Statistics log file for consensus profiler. | Florian Dold | |
2015-12-08 | -update | Martin Schanzenbach | |
2015-12-07 | More refined evil behaviour. | Florian Dold | |
2015-12-06 | namecache: fix NULL-pointer dereference in namecache-flat | Daniel 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-06 | namecache: fix testcase config for namecache-plugin-flat | Daniel Golle | |
Fixes https://gnunet.org/bugs/view.php?id=4081 Signed-off-by: Daniel Golle <daniel@makrotopia.org> | |||
2015-12-01 | -removed obsolete functions | Julius 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 | -doxygen | Julius Bünger | |
Signed-off-by: Julius Bünger <buenger@mytum.de> | |||
2015-11-30 | -using "view" helper in rps service | Julius 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 4076 | Julius Bünger | |
Signed-off-by: Julius Bünger <buenger@mytum.de> | |||
2015-11-29 | added helper for handling the "view" in rps | Julius Bünger | |
Signed-off-by: Julius Bünger <buenger@mytum.de> | |||
2015-11-28 | Fix UAF in asynchronous datastore plugins | David Barksdale | |
2015-11-27 | Don't match clients without handlers or callbacks | David Barksdale | |
2015-11-27 | -substitute array-structures push_list, pull_list with custom list structure | Julius Bünger | |
Signed-off-by: Julius Bünger <buenger@mytum.de> | |||
2015-11-27 | added a custom list/peer-/hashmap structure for use in rps | Julius Bünger | |
Signed-off-by: Julius Bünger <buenger@mytum.de> | |||
2015-11-23 | -fix: prevent division by zero | Julius Bünger | |
2015-11-23 | implemented CLI | Julius Bünger | |
2015-11-23 | preparations for fixing #4065 | Christian Grothoff | |
2015-11-22 | Invalid Gnunet URI | David Barksdale | |
commit c1decf4e2eef8a3d922a07164fed8dd24e2ad80f Author: Lehi Toskin <lehi@tosk.in> Date: Sat Nov 21 17:07:49 2015 -0800 | |||
2015-11-21 | Update README to match configure.ac | David Barksdale | |
They are still out of sync for libgnurl, libunistring, and mysql. | |||
2015-11-21 | Clean up gnunet_test_cosks_ssh_garbage | David Barksdale | |
2015-11-21 | gnunet-transport shutting down too early | David Barksdale | |
Fixes issue #3700 | |||
2015-11-20 | Typo in gnunet-publish man page | David Barksdale | |
2015-11-20 | - update; add attribute updates | Martin Schanzenbach | |
2015-11-19 | - fixes | Martin Schanzenbach | |
2015-11-19 | -add identity token service | Martin Schanzenbach | |
2015-11-18 | social: store/load entered places & notify clients about them | Gabor X Toth | |
2015-11-18 | - Add expiration and renewal parameters | Martin Schanzenbach | |
- Remove debug output as errors - Fix buggy error output | |||
2015-11-17 | -removing bogus empty lines | Christian Grothoff | |
2015-11-17 | -fix indent | Christian Grothoff | |
2015-11-17 | -fixing memory leaks and shutdown issues related to NAT | Christian Grothoff | |
2015-11-16 | typo | Christian Grothoff | |
2015-11-16 | more PATH_MAX issues (#4054) | Christian Grothoff | |
2015-11-16 | fix #4054 | Christian Grothoff | |
2015-11-16 | fix crash #4053 | Christian Grothoff | |
2015-11-16 | -update and correct man page (#4056) | Christian Grothoff | |
2015-11-15 | -indenting | Christian Grothoff | |
2015-11-08 | -more DCE after try_connect refactoring | Christian Grothoff | |
2015-11-07 | -some code cleanup (indentation, redundant branches, etc.) | Christian Grothoff | |
2015-11-06 | removing try_connect-related logic that really should no longer be needed ↵ | Christian Grothoff | |
(#3675) |