aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Collapse)AuthorAge
* fix FTBFS issues if --enable-logging=no is setChristian Grothoff2017-06-29
|
* Fix debug message.jah2017-06-25
|
* fix #4985Christian Grothoff2017-04-11
|
* implement #4973Christian Grothoff2017-03-26
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* fix FTBFS of testChristian Grothoff2017-03-17
|
* Porting leftovers to new getopt API.Marcello Stanisci2017-03-17
|
* Merge branch 'master' into getoptChristian Grothoff2017-03-17
|\
| * fix build issuesChristian Grothoff2017-03-16
| |
* | porting.Marcello Stanisci2017-03-15
|/
* renaming CADET APIs to match naming conventions again, now that the old ↵Christian Grothoff2017-03-13
| | | | symbols have been purged
* rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
|
* getting rid of the old cadet client library (pre-MQ)Christian Grothoff2017-03-13
|
* note about performance issue, indentation fixChristian Grothoff2017-03-13
|
* fix ftbfsChristian Grothoff2017-03-12
|
* rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where ↵Christian Grothoff2017-03-11
| | | | the 'old' one is not yet entirely dead)
* drop 'new' suffix from testsChristian Grothoff2017-03-11
|
* remove old CADET testcasesChristian Grothoff2017-03-11
|
* remove old CADET service codeChristian Grothoff2017-03-11
|
* add assertion to make static analysis happyChristian Grothoff2017-03-10
|
* add assertion to make static analysis happyChristian Grothoff2017-03-10
|
* add assertion to make static analysis happyChristian Grothoff2017-03-10
|
* 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
|