Age | Commit message (Expand) | Author |
2018-05-20 | fix off-by-one error in cadet connection construction, also enforce better ti... | Christian Grothoff |
2017-06-29 | fix FTBFS issues if --enable-logging=no is set | Christian Grothoff |
2017-03-11 | rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where the... | Christian Grothoff |
2017-03-11 | remove old CADET service code | Christian Grothoff |
2017-01-29 | introduce buffering options on the route level | Christian Grothoff |
2017-01-21 | more logging, minor bugfixes / renames | Christian Grothoff |
2017-01-20 | more work on channel/tunnel logic | Christian Grothoff |
2017-01-18 | more rename festivities | Christian Grothoff |
2017-01-18 | introduce CadetEncryptedMessageIdentifier instead of over-using uint32_t | Christian Grothoff |
2017-01-18 | cadet message struct and type rename-fest | Christian Grothoff |
2017-01-17 | use new shortmap to simplify CADET logic a bit | Christian Grothoff |
2017-01-17 | towards actual routing... | Christian Grothoff |
2017-01-17 | more work on new CADET | Christian Grothoff |
2017-01-15 | cleaning up some CADET logic, improving types used | Christian Grothoff |
2017-01-09 | cosmetics | Christian Grothoff |
2017-01-09 | out-of-order PIDs are not exactly protocol violations, hence do not report as... | Christian Grothoff |
2017-01-09 | fix crashes caused by DLL removes preceeding DLL inserts | Christian Grothoff |
2016-11-17 | Sometimes it's OK if multiplication overflows | David Barksdale |
2016-11-04 | - avoid connection timeout in valgrind tests | Bart Polot |
2016-11-04 | -remove dead code | Bart Polot |
2016-11-04 | - simplify logging | Bart Polot |
2016-11-04 | - refactor connection upkeep code, remove unneeded functions | Bart Polot |
2016-11-04 | - update doxygen / doc | Bart Polot |
2016-11-04 | - fix logging | Bart Polot |
2016-11-04 | - simplify ack handling, die if trying to send conneciton-level ACK to clients | Bart Polot |
2016-11-04 | - always return a queue handle | Bart Polot |
2016-11-04 | - don't complain about retransmitted connection_create/_ack messages | Bart Polot |
2016-11-04 | - doc | Bart Polot |
2016-10-29 | Refactor encrypted traffic handling | Bart Polot |
2016-10-29 | - Fix Coverity #153011, abort on NULL path instead of dereferencing later | Bart Polot |
2016-10-27 | Build messages fully in tunnel code, avoid copying in connection layer | Bart Polot |
2016-10-26 | Don't mind me, I'm just going to put this function back together | David Barksdale |
2016-10-26 | - reset timeout for early keepalive on CONN_ACK | Bart Polot |
2016-10-26 | - improve logging of CONN_ACK | Bart Polot |
2016-10-26 | - don't send ACK con CREATE if one is queued | Bart Polot |
2016-10-26 | - fix AX/KX CID initialization | Bart Polot |
2016-10-26 | Make a copy of the message on connection level only if it needs to be modifie... | Bart Polot |
2016-10-26 | - simplify connection-level processing of messages to be sent | Bart Polot |
2016-10-26 | - don't allocate message copies on the heap | Bart Polot |
2016-10-26 | - send connection keepalive if tunnel is unable to send traffic yet | Bart Polot |
2016-10-26 | - cancel maintenance message if connection is confirmed while a maintenance m... | Bart Polot |
2016-10-26 | - minor changes, TODO, debug message | Bart Polot |
2016-10-26 | - add queue control in peer and connection to cancel MQ_env when those are de... | Bart Polot |
2016-10-26 | - initialize reserved to 0 to avoid valgrind complaints | Bart Polot |
2016-09-20 | -use is_fwd to retrieve traffic direction | Bart Polot |
2016-09-20 | - fix PID accounting without direct queue control | Bart Polot |
2016-09-20 | Port CADET to CORE MQ API | Bart Polot |
2016-08-26 | putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR legacy... | Christian Grothoff |
2016-07-29 | fixed a memleak, a static string free, an access of freed memory etc | Carlo von lynX |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |