aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore
Commit message (Collapse)AuthorAge
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix FTBFSChristian Grothoff2017-03-14
|
* convert sqlite peerstore to using libgnunetsqChristian Grothoff2017-03-14
|
* indentation onlyChristian Grothoff2017-03-13
|
* link against libgnunetsqChristian Grothoff2017-03-13
|
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| | | | W32 version of ntohl() returns u_long. Thank you, Microsoft!
* update .gitignore filesChristian Grothoff2017-02-23
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* -fixMartin Schanzenbach2016-10-10
|
* -fix leakChristian Grothoff2016-09-30
|
* migrate peerstore to new service MQ APIChristian Grothoff2016-09-24
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* more transport testing hackingChristian Grothoff2016-07-12
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -be more careful, ppl, pleaseChristian Grothoff2016-07-08
|
* -coverityMartin Schanzenbach2016-07-07
|
* -coverityMartin Schanzenbach2016-07-07
|
* -fix testcaseChristian Grothoff2016-06-27
|
* avoid deprecated API, use new connecT APIChristian Grothoff2016-06-19
|
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* -fixMartin Schanzenbach2016-06-18
|
* -fixing part of Martin's FTBFSChristian Grothoff2016-06-18
|
* adapt peerstore API to new MQ APIChristian Grothoff2016-06-18
|
* - Fix #4532Martin Schanzenbach2016-05-29
|
* - add peerstore testsMartin Schanzenbach2016-05-25
|
* - jsonapi build fix, add peerstore flat (EXP)Martin Schanzenbach2016-05-24
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* Do not include platform.h in headers from include/Florian Dold2016-04-19
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix build issueChristian Grothoff2016-03-16
|
* Only compile plugin when we have sqlite.Florian Dold2016-03-16
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Statment added in r36048 terminated by a . instead of a ;Jeff Burdges2015-07-27
| | | | | | | Actually make check still fails on test_peerstore_api_sync but at least it builds now.
* -fix non-deterministic peerstore sync failureChristian Grothoff2015-07-06
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -no need to abort iterations on reconnect if they are not yet runningChristian Grothoff2015-05-21
|
* -missing configChristian Grothoff2015-05-20
|
* -fix dist issuesChristian Grothoff2015-03-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* Remove superflous heap allocationDavid Barksdale2014-12-20
|