Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-17 | add crc8 | Christian Grothoff | |
2016-01-15 | psyc/multicast: var names | Gabor X Toth | |
2016-01-15 | social: set/clear msg proc flags | Gabor X Toth | |
2016-01-15 | doxygen: add documentation links | Gabor X Toth | |
2016-01-12 | psycutil reorg: message, env, slicer | Gabor X Toth | |
2016-01-12 | doc | Gabor X Toth | |
2016-01-12 | -minor | Martin Schanzenbach | |
2016-01-12 | doxygen: group/module definitions (part 2) | Gabor X Toth | |
2016-01-11 | doxygen: group/module definitions (part 1) | Gabor X Toth | |
2016-01-11 | -remove debug output | Martin Schanzenbach | |
2016-01-11 | - fixes, modify api | Martin Schanzenbach | |
2016-01-11 | social: compile fix | Gabor X Toth | |
2016-01-10 | - update issue handling, fix memleaks | Martin Schanzenbach | |
2016-01-09 | - refactor | Martin Schanzenbach | |
2016-01-09 | -add config | Martin Schanzenbach | |
2016-01-09 | - fix build, fix bugs | Martin Schanzenbach | |
2016-01-08 | - update | Martin Schanzenbach | |
2016-01-08 | - More heavy refactoring. Probably lots of broken things to see here. | Martin Schanzenbach | |
2016-01-07 | - Finish refactoring | Martin Schanzenbach | |
2016-01-07 | - Start commenting. Major refactor | Martin Schanzenbach | |
2016-01-07 | - update token handling | Martin Schanzenbach | |
2016-01-06 | psyc/social: local join flag; social service: leave place, save _file | Gabor X Toth | |
2016-01-06 | multicast test: now compiles in non-C99 mode | Gabor X Toth | |
2016-01-05 | - Refactor | Martin Schanzenbach | |
2016-01-04 | - verify ecdh signature in token code | Martin Schanzenbach | |
2016-01-04 | - encrypted token | Martin Schanzenbach | |
2016-01-04 | - minus leaks | Martin Schanzenbach | |
2016-01-04 | - Add ecdsa ecdh functions | Martin Schanzenbach | |
- Update identity token to encrypted protocol | |||
2015-12-17 | social: API changes for application connections: store/load app ↵ | Gabor X Toth | |
subscriptions to places | |||
2015-12-16 | Disable salting because it's still buggy. | Florian Dold | |
2015-12-15 | - add flat plugin config filename path | Martin Schanzenbach | |
2015-12-15 | - update flat plugin to namestore flat plugin status. Add config filename. | Martin Schanzenbach | |
2015-12-12 | Remove logging. | Florian Dold | |
2015-12-12 | Handle larger IBFs correctly. | Florian Dold | |
2015-12-11 | Increase maximum IBF size a bit. | Florian Dold | |
2015-12-11 | Proper salting for set union. | Florian Dold | |
2015-12-11 | Set statistics | Florian Dold | |
2015-12-11 | Also install set profiler. | Florian Dold | |
2015-12-10 | More statistics. | Florian Dold | |
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> |