aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* fix tutorial: SERVICEHOME is obsolete, we now have GNUNET_TEST_HOMEChristian Grothoff2017-03-13
|
* fix includeChristian Grothoff2017-03-13
|
* renaming CADET APIs to match naming conventions again, now that the old ↵Christian Grothoff2017-03-13
| | | | symbols have been purged
* rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
|
* getting rid of the old cadet client library (pre-MQ)Christian Grothoff2017-03-13
|
* Merge branch 'master'Julius Bünger2017-03-13
|\
| * major clean up and bugfixes of SETChristian Grothoff2017-03-13
| |
| * indentation fixChristian Grothoff2017-03-13
| |
| * note about performance issue, indentation fixChristian Grothoff2017-03-13
| |
| * improve logging, shutdown on error without timeout, do not destroy listener ↵Christian Grothoff2017-03-13
| | | | | | | | too early
| * improve logging, indentationChristian Grothoff2017-03-13
| |
| * fix debug levelsChristian Grothoff2017-03-13
| |
| * fix minor leakChristian Grothoff2017-03-13
| |
* | fix rpsJulius Bünger2017-03-13
|/
* adapting the Makefile for the new cadet apiJulius Bünger2017-03-12
|
* last step to new cadet apiJulius Bünger2017-03-12
|
* Forgot to remove decl for GNUNET_DATASTORE_updateDavid Barksdale2017-03-12
|
* removed unneeded function callJulius Bünger2017-03-12
|
* migrated rps to new cadet apiJulius Bünger2017-03-12
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* de-duplicate operation typesChristian Grothoff2017-03-12
|
* always initialize HT upon state creationChristian Grothoff2017-03-12
|
* add missing headersChristian Grothoff2017-03-12
|
* migrating namecache to use SQ libChristian Grothoff2017-03-12
|
* migrating namecache to use SQ libChristian Grothoff2017-03-12
|
* fix sq issueChristian Grothoff2017-03-12
|
* fix ftbfsChristian Grothoff2017-03-12
|
* use new GNUNET_SQ_reset where applicableChristian Grothoff2017-03-12
|
* converting datacache to sqlite, fixing misc. issues in libgnunetsqChristian Grothoff2017-03-12
|
* fix logging, immediately switch to full set transmission if other peer has 0 ↵Christian Grothoff2017-03-11
| | | | elements
* cleaning up set handlers, eliminating 2nd level demultiplexing and improving ↵Christian Grothoff2017-03-11
| | | | use of types
* fix memory leakChristian Grothoff2017-03-11
|
* rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where ↵Christian Grothoff2017-03-11
| | | | the 'old' one is not yet entirely dead)
* drop 'new' suffix from testsChristian Grothoff2017-03-11
|
* remove old CADET testcasesChristian Grothoff2017-03-11
|
* remove old CADET service codeChristian Grothoff2017-03-11
|
* use libgnunetsq throughout plugin_datastore_sqlite, fix situation where ↵Christian Grothoff2017-03-10
| | | | continuation was not called if no data was ready for replication
* Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-10
|\
| * check GNUNET_PROGRAM_run return valueChristian Grothoff2017-03-10
| |
| * fix potential NPEChristian Grothoff2017-03-10
| |
| * fix memory leakChristian Grothoff2017-03-10
| |
| * fix use of uninitialized value host1 on error loggingChristian Grothoff2017-03-10
| |
| * fix missing time conversionChristian Grothoff2017-03-10
| |
| * add assertion to make static analysis happyChristian Grothoff2017-03-10
| |
| * add assertion to make static analysis happyChristian Grothoff2017-03-10
| |
| * add assertion to make static analysis happyChristian Grothoff2017-03-10
| |
| * use correct channel when switchingChristian Grothoff2017-03-10
| |
| * fix commentChristian Grothoff2017-03-10
| |
| * check return value from GNUNET_program_runChristian Grothoff2017-03-10
| |
| * check return value from dup2Christian Grothoff2017-03-10
| |
| * remove redundant condition in assertionChristian Grothoff2017-03-10
| |