aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * integration-tests: clique: flake8Nils Gillmann2018-05-23
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * integration-tests: gnunet-testing: flake8Nils Gillmann2018-05-23
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * integration-tests reconnect_nat: flake8Nils Gillmann2018-05-23
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-05-23
| |\
| | * starting with another CADET testcase (unfinished)Christian Grothoff2018-05-23
| | |
| | * no need to dup cfgChristian Grothoff2018-05-22
| | |
| | * fix indentationChristian Grothoff2018-05-22
| | |
| | * log on success, tooChristian Grothoff2018-05-22
| | |
| * | integration-tests disconnect_nat flake8Nils Gillmann2018-05-23
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * | revocation: test_local_revocation: Adjust to flake8Nils Gillmann2018-05-23
| |/ | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * +Nils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * fix test locationsNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * test_gnunet_statistics: flake8Nils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * testbed/buildvars.py: flake8Nils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * +Nils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * janitor: flake8ismNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * pyexpect: flake8ismNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * +Nils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * text_gnunet_fs_psd.py.in: Fix loading pxpect + flake8'ismNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * find_typedefs.py: Comment about variable 'li'Nils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * contrib/scripts/terminate.py.in: bump the yearNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * contrib/scripts/terminate.py.in: indent fixes + commentsNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * ++Nils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * More flakesNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * gitignore flake8.logNils Gillmann2018-05-22
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-05-22
| |\
| | * sanitize log levelsChristian Grothoff2018-05-21
| | |
| | * fix crash on unexpected client disconnect on incoming message, remove bogus ↵Christian Grothoff2018-05-21
| | | | | | | | | | | | assertion
| * | peerinfo-tool: flake8 adjustmentsNils Gillmann2018-05-22
| |/ | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * disable debug logicChristian Grothoff2018-05-20
| |
| * update ignoreChristian Grothoff2018-05-20
| |
| * update ignoreChristian Grothoff2018-05-20
| |
| * update ignoreChristian Grothoff2018-05-20
| |
| * fix serialization/deserialization error in namestore deferred monitor logicChristian Grothoff2018-05-20
| |
| * check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
| |
| * off by 0 in log msgChristian Grothoff2018-05-20
| |
| * fix crash on namestore disconnectChristian Grothoff2018-05-20
| |
| * guard more carefully against integer overflowsChristian Grothoff2018-05-20
| |
| * add test for gns2dns records pointing to DNS nameChristian Grothoff2018-05-20
| |
| * fix warningChristian Grothoff2018-05-20
| |
| * add logic to count concurrently active GNS requestsChristian Grothoff2018-05-20
| |
| * allow multiple GNS2DNS records to co-existChristian Grothoff2018-05-20
| |
| * remove dead shorten logicChristian Grothoff2018-05-20
| |
| * fix partitioningChristian Grothoff2018-05-20
| |
| * do not crash on multiple CNAMEsChristian Grothoff2018-05-20
| |
| * fix another off by oneChristian Grothoff2018-05-20
| |
| * fix off-by-one error in cadet connection construction, also enforce better ↵Christian Grothoff2018-05-20
| | | | | | | | timeouts for retransmissions of handshake
| * flake8: add .py.in to tox.ini and realize the process is far from finished.Nils Gillmann2018-05-19
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * Fix failing peerinfo testNils Gillmann2018-05-19
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * disable crypto bug workaroundChristian Grothoff2018-05-19
| |