aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* -more meaningful log msgChristian Grothoff2015-10-07
|
* -newline, include error codeChristian Grothoff2015-10-07
|
* -no printfChristian Grothoff2015-10-07
|
* add additional diagnostics to help localize #3971 invariant violationChristian Grothoff2015-10-07
|
* -typoChristian Grothoff2015-10-07
|
* -simplifyChristian Grothoff2015-10-07
|
* -ensure result is +- 1Christian Grothoff2015-10-07
|
* -fix testcase to handle SUCCESS status reply, only recv UDP after STUN ↵Christian Grothoff2015-10-07
| | | | Request is out, etc.
* enable clean up of NAT STUN state, prevents test_plugin_udp from segfaultingChristian Grothoff2015-10-07
|
* -removing spectacular dead codeChristian Grothoff2015-10-07
|
* stylistic fixesChristian Grothoff2015-10-07
|
* -do not leave PPT timeout tasks behindChristian Grothoff2015-10-07
|
* -fix NPEChristian Grothoff2015-10-07
|
* major bugfix: is_ready must only be set to GNUNET_NO if we actually did ↵Christian Grothoff2015-10-07
| | | | transmit something to transport, otherwise we cannot expect to get a SEND_OK back
* -adding more logging to diagnose transport transmission delaysChristian Grothoff2015-10-07
|
* - fix multiple gnunet-nat crashesBart Polot2015-10-06
|
* - fix use of uninitialized memoryBart Polot2015-10-06
|
* - fix script to work with barebone versions of shBart Polot2015-10-06
|
* fix contestation handling / blacklistingFlorian Dold2015-10-06
|
* towards handling byz. faults correctlyFlorian Dold2015-10-06
| | | | | | - blacklisting of peers in consensus - restructuring
* - ignore confirmation of connections that are being destroyed (tunnel ↵Bart Polot2015-10-06
| | | | shutting down, for instance)
* - remove unused variableBart Polot2015-10-06
|
* - refactor test dropping, reduce test loadBart Polot2015-10-06
|
* - Revamp traffic logging, small bugfixes, complete doxygenBart Polot2015-10-06
|
* consensus work in progressFlorian Dold2015-10-06
| | | | | | - store referendum entries differently - split referendum evaluation in specialized task functions
* include element type in hashFlorian Dold2015-10-05
|
* consensusFlorian Dold2015-10-05
| | | | | | | | - fix problem with evil peers and loopback set operations - logging - fix round numbering
* work on consensus and setFlorian Dold2015-10-05
| | | | | | - evil peers for consensus - various fixes for consensus and set
* adding DEBUG logic for #3863Christian Grothoff2015-10-05
|
* fix #3986Christian Grothoff2015-10-05
|
* - another fix to generation handling and lazy copyingFlorian Dold2015-10-03
|
* -improving comments and coding style for libgnunethello libraryChristian Grothoff2015-10-03
|
* improving comments and coding style for libgnunethello libraryChristian Grothoff2015-10-03
|
* -bump yearChristian Grothoff2015-10-03
|
* find network interfaces also using 'ip' command (#3911)Christian Grothoff2015-10-03
|
* - consensus test confFlorian Dold2015-10-02
|
* - don't show WARNINGs on duplicate trafficBart Polot2015-10-02
|
* - only break for cadet errorsBart Polot2015-10-02
|
* -properly verify size, fixes #3991Christian Grothoff2015-10-02
|
* - remove debugBart Polot2015-10-02
|
* - adjust loggingBart Polot2015-10-02
|
* - find the correct stored key, not always the first oneBart Polot2015-10-02
|
* Don't reset axolotl state on receipt of a pseudo-duplicate AX key exchange.Bart Polot2015-10-02
| | | | | | | | | | Pseudo duplicate means same handshake key but different ratchet key. This can happen if Alice's first KX message is lost, she receives Bob's KX and send a payload message herself, advancing her ratchet. If Bob doesn't send a payload message fast enough, or it gets lost, Alice will retransmit her KX message, this time with a different ratchet key. If Bob only checks the ratchet key (the handshake keys are discarded) it could reset the Axolotl status and re-use keys for messages that got lost/delayed.
* Fix try_old_keys, in order to use it for data with the same Header key but ↵Bart Polot2015-10-02
| | | | out-of-order message number
* - added hexdump-like function to write binary data to logBart Polot2015-10-02
|
* - typo in variable nameBart Polot2015-10-02
|
* - use correct message number in the logsBart Polot2015-10-02
|
* - cancel all transmissions so core_api doesn't complainBart Polot2015-10-02
|
* - log shutdownBart Polot2015-10-02
|
* - removed false breakBart Polot2015-10-02
|