aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.h
Commit message (Collapse)AuthorAge
* -fix typosChristian Grothoff2021-04-26
|
* - forgot to actually add a file and some method documentations.t3sserakt2020-06-05
|
* Fixed bug #5822 by adding a monotonic time to the connection create message ↵t3sserakt2020-06-05
| | | | of a peer that want to start a KX, and the corresponding test #5823. Credits to dvn, lurchi and xrs for helpful discussions and coding.
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* bug 5228: made gnunet-cadet -p work as intendedt3sserakt2018-06-25
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* implement #4973Christian Grothoff2017-03-26
|
* rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where ↵Christian Grothoff2017-03-11
| | | | the 'old' one is not yet entirely dead)
* remove old CADET service codeChristian Grothoff2017-03-11
|
* introduce CadetEncryptedMessageIdentifier instead of over-using uint32_tChristian Grothoff2017-01-18
|
* cleaning up some CADET logic, improving types usedChristian Grothoff2017-01-15
|
* Port CADET to CORE MQ APIBart Polot2016-09-20
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* - Revamp traffic logging, small bugfixes, complete doxygenBart Polot2015-10-06
|
* Fixed usage of known broken paths. If a connection was destroyedBart Polot2015-10-02
| | | | | while handling a neighbor disconnection, cadet tried to reconnect to peers using paths containing the disconnecting peer.
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
|
* committing version used to produce 3846:9432Christian Grothoff2015-07-14
|
* adding moderately expensive instrumentation to track down invariant ↵Christian Grothoff2015-07-13
| | | | violation #3846 in CADET
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* Merge branch 'crypto'Bart Polot2015-06-26
|
* - roll back duplication of peer->connectionsBart Polot2015-06-17
|
* -avoid concurrent modification trouble when handing peer disconnectChristian Grothoff2015-06-09
|
* -indentation, doxygen, be a bit pickier about return values to eliminate ↵Christian Grothoff2015-06-08
| | | | possible causes of #3794
* -simplifying Cadet KX to directly use EdDSA keys for ECDHEChristian Grothoff2015-06-04
|
* - add getter for peer's permanent ECDH keyBart Polot2015-04-27
|
* - add ECDH key caching and verifyingBart Polot2015-04-27
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - fix assertion during single-connection timeout, update docsBart Polot2014-10-15
|
* - make sure connection is destroyed and no use-after-free happensBart Polot2014-07-22
|
* - notify about deleted messages when popping messages from a connection, ↵Bart Polot2014-07-21
| | | | allowing to keep a count and make sure the connection is destroyed
* - doxygen, code formattingBart Polot2014-07-21
|
* - add a peer debug functionBart Polot2014-06-24
|
* - stop using CadetTunnel3 and go back to CadetTunnelBart Polot2014-05-14
|
* - change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)Bart Polot2014-05-14
|
* Renamed directoryBart Polot2014-05-07