aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* social: compile fixGabor X Toth2016-01-11
|
* - update issue handling, fix memleaksMartin Schanzenbach2016-01-10
|
* - refactorMartin Schanzenbach2016-01-09
|
* -add configMartin Schanzenbach2016-01-09
|
* - fix build, fix bugsMartin Schanzenbach2016-01-09
|
* - updateMartin Schanzenbach2016-01-08
|
* - More heavy refactoring. Probably lots of broken things to see here.Martin Schanzenbach2016-01-08
|
* - Finish refactoringMartin Schanzenbach2016-01-07
|
* - Start commenting. Major refactorMartin Schanzenbach2016-01-07
|
* - update token handlingMartin Schanzenbach2016-01-07
|
* psyc/social: local join flag; social service: leave place, save _fileGabor X Toth2016-01-06
|
* multicast test: now compiles in non-C99 modeGabor X Toth2016-01-06
|
* - RefactorMartin Schanzenbach2016-01-05
|
* - verify ecdh signature in token codeMartin Schanzenbach2016-01-04
|
* - encrypted tokenMartin Schanzenbach2016-01-04
|
* - minus leaksMartin Schanzenbach2016-01-04
|
* - Add ecdsa ecdh functionsMartin Schanzenbach2016-01-04
| | | | | - Update identity token to encrypted protocol
* social: API changes for application connections: store/load app ↵Gabor X Toth2015-12-17
| | | | subscriptions to places
* Disable salting because it's still buggy.Florian Dold2015-12-16
|
* - add flat plugin config filename pathMartin Schanzenbach2015-12-15
|
* - update flat plugin to namestore flat plugin status. Add config filename.Martin Schanzenbach2015-12-15
|
* Remove logging.Florian Dold2015-12-12
|
* Handle larger IBFs correctly.Florian Dold2015-12-12
|
* Increase maximum IBF size a bit.Florian Dold2015-12-11
|
* Proper salting for set union.Florian Dold2015-12-11
|
* Set statisticsFlorian Dold2015-12-11
|
* Also install set profiler.Florian Dold2015-12-11
|
* More statistics.Florian Dold2015-12-10
|
* statisticsFlorian Dold2015-12-10
|
* Make resource diagnostics output more useful.Florian Dold2015-12-10
| | | | | | | | 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.
* - warn when trying to send traffic to disconnected neighborBart Polot2015-12-09
|
* Another attampt at fixing #4010: mark unavailable neighbors in FlowControl ↵Bart Polot2015-12-09
| | | | struct, test on POLL
* Fix #4020, wrong assertion: if destroy is different from NO, state MUST be ↵Bart Polot2015-12-09
| | | | DESTROYED
* Statistics log file for consensus profiler.Florian Dold2015-12-09
|
* -updateMartin Schanzenbach2015-12-08
|
* More refined evil behaviour.Florian Dold2015-12-07
|
* namecache: fix NULL-pointer dereference in namecache-flatDaniel Golle2015-12-06
| | | | | | | | | | | | | | | 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>
* namecache: fix testcase config for namecache-plugin-flatDaniel Golle2015-12-06
| | | | | | Fixes https://gnunet.org/bugs/view.php?id=4081 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* -removed obsolete functionsJulius Bünger2015-12-01
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -rename _peers.* -> _custommap.*Julius Bünger2015-12-01
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -fixed bug in removal of peer in "view"Julius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -doxygenJulius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -using "view" helper in rps serviceJulius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -fixed _clear() in peers "helper"Julius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -added test of _change_len() to test of "view"Julius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -add tests for helpers "view" and "peers"Julius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -fix of issues in helper for "view"Julius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -fixed 4076Julius Bünger2015-11-30
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* added helper for handling the "view" in rpsJulius Bünger2015-11-29
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* Fix UAF in asynchronous datastore pluginsDavid Barksdale2015-11-28
|