Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-08 | -be more careful, ppl, please | Christian Grothoff | |
2016-07-07 | -coverity | Martin Schanzenbach | |
2016-07-07 | -coverity | Martin Schanzenbach | |
2016-06-27 | -fix testcase | Christian Grothoff | |
2016-06-19 | avoid deprecated API, use new connecT API | Christian Grothoff | |
2016-06-19 | redefine GNUNET_MQ_queue_for_connection_client to capture client handle | Christian Grothoff | |
2016-06-18 | -fix | Martin Schanzenbach | |
2016-06-18 | -fixing part of Martin's FTBFS | Christian Grothoff | |
2016-06-18 | adapt peerstore API to new MQ API | Christian Grothoff | |
2016-05-29 | - Fix #4532 | Martin Schanzenbach | |
2016-05-25 | - add peerstore tests | Martin Schanzenbach | |
2016-05-24 | - jsonapi build fix, add peerstore flat (EXP) | Martin Schanzenbach | |
2016-05-06 | fixing compiler warnings | Christian Grothoff | |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff | |
2016-04-19 | Do not include platform.h in headers from include/ | Florian Dold | |
2016-04-09 | small API change: do no longer pass rarely needed ↵ | Christian Grothoff | |
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() | |||
2016-03-16 | -fix build issue | Christian Grothoff | |
2016-03-16 | Only compile plugin when we have sqlite. | Florian Dold | |
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-07-27 | Statment added in r36048 terminated by a . instead of a ; | Jeff Burdges | |
Actually make check still fails on test_peerstore_api_sync but at least it builds now. | |||
2015-07-06 | -fix non-deterministic peerstore sync failure | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-05-21 | -no need to abort iterations on reconnect if they are not yet running | Christian Grothoff | |
2015-05-20 | -missing config | Christian Grothoff | |
2015-03-07 | -fix dist issues | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵ | Christian Grothoff | |
even fully address #3247 | |||
2014-12-20 | Remove superflous heap allocation | David Barksdale | |
2014-12-19 | finishing fixing #3581, with also simplified logic | Christian Grothoff | |
2014-12-19 | #3581 | Omar Tarabai | |
2014-12-18 | towards fixing #3581 | Omar Tarabai | |
2014-12-18 | -use const in peerstore callback | Christian Grothoff | |
2014-12-16 | -towards addressing #3581 | Christian Grothoff | |
2014-12-16 | -must notify client on timeout | Christian Grothoff | |
2014-12-16 | -fix leak | Christian Grothoff | |
2014-12-15 | Implement asynchronous peerstore plugin API | David Barksdale | |
Resolves #3506 | |||
2014-10-05 | -fix leak | Christian Grothoff | |
2014-09-13 | fixing parallel build, getting rid of useless _DEPENDENCIES declarations | Christian Grothoff | |
2014-09-08 | peerstore: clearer variable name | Omar Tarabai | |
2014-09-05 | -remve legacy option | Christian Grothoff | |
2014-08-24 | peerstore: fix | Omar Tarabai | |
2014-08-24 | peerstore: minor fixes | Omar Tarabai | |
2014-08-19 | sensor: test case for proof-of-work + fixes | Omar Tarabai | |
2014-08-04 | peerstore: indentation | Omar Tarabai | |
2014-08-01 | There's no GNUNET_LDFLAGS, there's only GN_LIB_FLAGS | LRN | |
This fixes a number of build errors on W32, where -no-undefined is needed to link shared libraries, and -no-undefined comes via GN_LIB_FLAGS. | |||
2014-07-24 | peerstore: doxygen | Omar Tarabai | |
2014-07-15 | -define port for W32 | Christian Grothoff | |
2014-07-14 | config fix | Omar Tarabai | |
2014-07-09 | Added flag to API disconnect method to send pending store requests before ↵ | Omar Tarabai | |
disconnecting. Added a test case for it. |