aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Collapse)AuthorAge
* upstyle gnunet-cadet docspsyc://loupsycedyglgamf.onion/~lynX2017-03-08
|
* make total traffic and timeout configurable without recompilingBart Polot2017-03-01
|
* fix testcases: ack received messagesBart Polot2017-03-01
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetBart Polot2017-03-01
|\
| * do not bitch at CADET for issues that can happen in normal operationChristian Grothoff2017-02-28
| |
| * more stats for happy FlorianChristian Grothoff2017-02-28
| |
| * fix some breaks, add stats for encrypted/decrypted bytes in CADETChristian Grothoff2017-02-28
| |
| * misc minor fixesChristian Grothoff2017-02-28
| |
* | - fix short new testcases: send_test_message initizalize data for forward ↵Bart Polot2017-03-01
|/ | | | and signal test
* move path destruction to separate task to avoid deep-recursion ↵Christian Grothoff2017-02-26
| | | | free-while-in-use issue
* Change helper libraries to be noinst_LTLIBTRARIESРуслан Ижбулатов2017-02-26
| | | | | This is the standard way to make helper/convenience libraries with libtool. Doesn't link on W32 otherwise.
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| | | | W32 version of ntohl() returns u_long. Thank you, Microsoft!
* not always ready when send_kx is calledChristian Grothoff2017-02-24
|
* permit NULL headChristian Grothoff2017-02-24
|
* update counters properlyChristian Grothoff2017-02-24
|
* not exactly a protocol violation, but a case for statsChristian Grothoff2017-02-22
|
* ignore new testcasesBart Polot2017-02-21
|
* Add new testcases, to exercise the mq API.Bart Polot2017-02-21
|
* change Makefile.am back so it builds at least; fix #4908 in cadet APIChristian 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
|
* also do send_kx if we fail to decryptChristian Grothoff2017-02-20
|
* - doxygenBart Polot2017-02-20
|
* - minor changes: doxygen, log, code order, code legibilityBart Polot2017-02-20
|
* Refactor copying of handler arraysBart Polot2017-02-20
|
* misc logging, no semantic changesChristian Grothoff2017-02-19
|
* trying to fix #4899Christian Grothoff2017-02-19
|
* make sure after any transmission succeeds we continue looking for more ↵Christian Grothoff2017-02-18
| | | | (previous code missed some corner cases, see #4896/11780)
* loglevel MESSAGE for the incoming connection message + typelurchi2017-02-18
|
* misc bugfixesChristian Grothoff2017-02-18
|
* no prefix in GitChristian Grothoff2017-02-17
|
* Fix cleanup issues and some leakChristian Grothoff2017-02-17
|
* fix loopback disconnect signalling and a few memory leaksChristian Grothoff2017-02-17
|
* misc fixes in new CADET API, porting gnunet-cadet to new APIChristian Grothoff2017-02-17
|
* missing 'const'Christian Grothoff2017-02-17
|
* get FS test with CADET to finally pass againChristian Grothoff2017-02-17
|
* hacking up 'new' CADET API without legacy logicChristian Grothoff2017-02-17
|
* this actually happens and is fineChristian Grothoff2017-02-16
|
* introduce loose state, fix channel state machineChristian Grothoff2017-02-16
|
* properly clean up unbound channelsChristian Grothoff2017-02-16
|
* fix logChristian Grothoff2017-02-16
|
* do not respond to BROKEN messages with BROKEN messagesChristian Grothoff2017-02-16
|
* cancel existing last_control_qe handle before scheduling a new one, alwaysChristian Grothoff2017-02-16
|
* extra assertsChristian Grothoff2017-02-16
|
* use force when requiredChristian Grothoff2017-02-16
|
* fix #4895: set highbit always for the returned cn, not just on the second callChristian Grothoff2017-02-15
|