aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 2to3 lint in consensus-simulation, sed the python location.Nils Gillmann2018-05-17
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* work-around for crypto bug (to be documented more)Christian Grothoff2018-05-17
|
* deduplicate code in crypto_eccChristian Grothoff2018-05-17
|
* extend test to show crypto issueChristian Grothoff2018-05-17
|
* sanitize KX logic by always having the same peer go firstChristian Grothoff2018-05-17
|
* log key material hashesChristian Grothoff2018-05-16
|
* optimize setting upload length if availableChristian Grothoff2018-05-16
|
* disable churnJulius Bünger2018-05-16
|
* prevent division by zeroJulius Bünger2018-05-16
|
* undo KX short cut modificationChristian Grothoff2018-05-16
|
* eliminate KX short cut v2Christian Grothoff2018-05-16
|
* eliminate KX short cutChristian Grothoff2018-05-16
|
* also remember last ephemeral for duplicate KX detectionChristian Grothoff2018-05-16
|
* add more KX stats to CADETChristian Grothoff2018-05-16
|
* ign zonewalkChristian Grothoff2018-05-16
|
* reduce queue limit to setting actually used in experiments so farChristian Grothoff2018-05-13
|
* add missing #defineChristian Grothoff2018-05-13
|
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* support grabbing individual recordsChristian Grothoff2018-05-13
|
* output basic stats even on 100% failuresChristian Grothoff2018-05-13
|
* off is off, should be rcChristian Grothoff2018-05-13
|
* fix shutdown orderChristian Grothoff2018-05-13
|
* truly use all DNS results for NS lookupChristian Grothoff2018-05-13
|
* properly calculate min_relative_record_time without imposing global max, use ↵Christian Grothoff2018-05-13
| | | | constant from DHT API where applicable instead of defining our own
* rename gnunet-zoneimport to gnunet-zonewalk to avoid sharing the nameChristian Grothoff2018-05-13
|
* remove dead statisticChristian Grothoff2018-05-13
|
* no delays during first iterationChristian Grothoff2018-05-13
|
* fix zonemaster delay calculationChristian Grothoff2018-05-13
|
* add logic to compute statistics from benchmarkChristian Grothoff2018-05-12
|
* add first sketch of gns benchmarking toolChristian Grothoff2018-05-12
|
* add warning about slow monitorsChristian Grothoff2018-05-10
|
* watch for namestore not completing store operations, add auto-abort with ↵Christian Grothoff2018-05-10
| | | | warning plus statistics to detect
* fix testcase cleanup in hostlist testsChristian Grothoff2018-05-10
|
* fix clean up logic in test_plugin_transport.cChristian Grothoff2018-05-10
|
* more verbose loggingChristian Grothoff2018-05-10
|
* + is now @Christian Grothoff2018-05-10
|
* fix /tmp removalChristian Grothoff2018-05-10
|
* add option to bump lifetimeChristian Grothoff2018-05-10
|
* fix test check for TMPDIR: do not throw exception if variable does not existChristian Grothoff2018-05-10
|
* fix crash on monitor disconnectChristian Grothoff2018-05-10
|
* simplify logicChristian Grothoff2018-05-10
|
* separate zonemaster monitoring functionality from main iterate-and-publish ↵Christian Grothoff2018-05-10
| | | | operation
* add gnscrypto benchmarkChristian Grothoff2018-05-10
|
* fix config filesChristian Grothoff2018-05-09
|
* fix offset computation in flat iteratorChristian Grothoff2018-05-09
|
* fix context for zone_to_name flat pluginChristian Grothoff2018-05-09
|
* fix crash on error in test logic on shutdownChristian Grothoff2018-05-09
|
* missed a few placesChristian Grothoff2018-05-09
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests