aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-01-17add crc8Christian Grothoff
2016-01-15psyc/multicast: var namesGabor X Toth
2016-01-15social: set/clear msg proc flagsGabor X Toth
2016-01-15doxygen: add documentation linksGabor X Toth
2016-01-12psycutil reorg: message, env, slicerGabor X Toth
2016-01-12docGabor X Toth
2016-01-12-minorMartin Schanzenbach
2016-01-12doxygen: group/module definitions (part 2)Gabor X Toth
2016-01-11doxygen: group/module definitions (part 1)Gabor X Toth
2016-01-11-remove debug outputMartin Schanzenbach
2016-01-11- fixes, modify apiMartin Schanzenbach
2016-01-11social: compile fixGabor X Toth
2016-01-10- update issue handling, fix memleaksMartin Schanzenbach
2016-01-09- refactorMartin Schanzenbach
2016-01-09-add configMartin Schanzenbach
2016-01-09- fix build, fix bugsMartin Schanzenbach
2016-01-08- updateMartin Schanzenbach
2016-01-08- More heavy refactoring. Probably lots of broken things to see here.Martin Schanzenbach
2016-01-07- Finish refactoringMartin Schanzenbach
2016-01-07- Start commenting. Major refactorMartin Schanzenbach
2016-01-07- update token handlingMartin Schanzenbach
2016-01-06psyc/social: local join flag; social service: leave place, save _fileGabor X Toth
2016-01-06multicast test: now compiles in non-C99 modeGabor X Toth
2016-01-05- RefactorMartin Schanzenbach
2016-01-04- verify ecdh signature in token codeMartin Schanzenbach
2016-01-04- encrypted tokenMartin Schanzenbach
2016-01-04- minus leaksMartin Schanzenbach
2016-01-04- Add ecdsa ecdh functionsMartin Schanzenbach
- Update identity token to encrypted protocol
2015-12-17social: API changes for application connections: store/load app ↵Gabor X Toth
subscriptions to places
2015-12-16Disable salting because it's still buggy.Florian Dold
2015-12-15- add flat plugin config filename pathMartin Schanzenbach
2015-12-15- update flat plugin to namestore flat plugin status. Add config filename.Martin Schanzenbach
2015-12-12Remove logging.Florian Dold
2015-12-12Handle larger IBFs correctly.Florian Dold
2015-12-11Increase maximum IBF size a bit.Florian Dold
2015-12-11Proper salting for set union.Florian Dold
2015-12-11Set statisticsFlorian Dold
2015-12-11Also install set profiler.Florian Dold
2015-12-10More statistics.Florian Dold
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>