aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix bug introduced with BLOCK change where we would eval a local reply twice ↵Christian Grothoff2017-02-22
| | | | and discard it as duplicate in the end
* no log macro in hereChristian Grothoff2017-02-22
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* not exactly a protocol violation, but a case for statsChristian Grothoff2017-02-22
|
* complain harder about this type of violationChristian Grothoff2017-02-22
|
* fix sign issue in bitshiftChristian Grothoff2017-02-22
|
* enable RR option for HELLO gets in DHTChristian Grothoff2017-02-22
|
* fix typeChristian Grothoff2017-02-22
|
* fix test_dht_montior abortionChristian Grothoff2017-02-22
|
* fix test_dht_montior abortion, fix crash on NULL HELLOChristian Grothoff2017-02-22
|
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* fix typoChristian Grothoff2017-02-22
|
* fix typoChristian Grothoff2017-02-22
|
* try to fix BF size mess created by original BLOCK API changeChristian Grothoff2017-02-22
|
* clean up new block logic, avoid direct linkage against blockgroup lib from ↵Christian Grothoff2017-02-22
| | | | DHT service
* fix-typoChristian Grothoff2017-02-21
|
* fix misc typosChristian Grothoff2017-02-21
|
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
|
* update .ignore fileChristian Grothoff2017-02-21
|
* handle errors without crashingChristian Grothoff2017-02-21
|
* enforce sequential test order (#4860)Christian Grothoff2017-02-21
|
* ignore new testcasesBart Polot2017-02-21
|
* Add new testcases, to exercise the mq API.Bart Polot2017-02-21
|
* fix conversation issue to make tests pass againChristian Grothoff2017-02-21
|
* change Makefile.am back so it builds at least; fix #4908 in cadet APIChristian Grothoff2017-02-21
|
* disable valgrind during testChristian Grothoff2017-02-21
|
* ignore updateChristian Grothoff2017-02-21
|
* converting conversation to use new CADET APIChristian Grothoff2017-02-21
|
* Fix channel disconnect checking<Bart Polot2017-02-21
|
* - verbose logBart Polot2017-02-21
|
* - docBart Polot2017-02-21
|
* Rewrite cadet tests using MQ APIBart Polot2017-02-21
|
* prevent crash on exitChristian Grothoff2017-02-21
|
* prevent crash on exitChristian Grothoff2017-02-21
|
* prevent crash on exitChristian Grothoff2017-02-21
|
* Don't put POSTGRESQL_CPPFLAGS in CFLAGSDavid Barksdale2017-02-20
|
* Match function type to header declarationDavid Barksdale2017-02-20
|
* also do send_kx if we fail to decryptChristian Grothoff2017-02-20
|
* Restrict update to positive priority deltasDavid Barksdale2017-02-20
| | | | | This is only ever called with positive values and the mysql and postgres plugins were not handling negative values correctly anyway.
* - doxygenBart Polot2017-02-20
|
* - minor changes: doxygen, log, code order, code legibilityBart Polot2017-02-20
|
* Refactor copying of handler arraysBart Polot2017-02-20
|
* Remove unused GNUNET_DATASTORE_update() API callDavid Barksdale2017-02-20
|
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* remove dependency on libextractor from testcase; fix #4901Christian Grothoff2017-02-20
|
* misc log fixes, plus prevent multiple TCP connections from wrecking havoc by ↵Christian Grothoff2017-02-19
| | | | creating a missunderstanding about which one is active
* mostly logging, avoid having more than one typemap in transmission queue, ↵Christian Grothoff2017-02-19
| | | | accept port=0 as not an error, tolerate link-local addrs
* misc logging, no semantic changesChristian Grothoff2017-02-19
|