aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
...
* - as connecton_pop destroys many message type wihtout return, count is not ap...Bart Polot2014-07-21
* - don't dereference c in connection pop, c might be free'd if previous call p...Bart Polot2014-07-21
* - more debug info on received ACK, doxygenBart Polot2014-07-21
* - show queued messages when allowing client to send moreBart Polot2014-07-21
* - don't re-encrypt data queued in a broken connectionBart Polot2014-07-21
* - save old logfilesBart Polot2014-07-21
* - simplify loopcheckBart Polot2014-07-21
* - check that the connection belongs to a tunnel when keeping it alive (otherw...Bart Polot2014-07-21
* - cancel any rekey tasks when calling it directlyBart Polot2014-07-21
* - test for coredumps and assertions on loopcheckBart Polot2014-07-21
* - warn when test goes wrongBart Polot2014-07-21
* - when a connection is broken, remove it from tunnel, allow tunnel to update ...Bart Polot2014-07-21
* - allow to run specific checks in a loopBart Polot2014-07-21
* - include NULL guards in debugBart Polot2014-07-09
* - fix variable log level, add connection debug functionBart Polot2014-07-09
* - include order upsets kdevelopBart Polot2014-07-09
* - document code, small sanity checksBart Polot2014-07-05
* - fix #3483Bart Polot2014-07-04
* - verbose debugBart Polot2014-07-04
* - dont use pointer after freeBart Polot2014-07-04
* - fix connection pending counterBart Polot2014-07-03
* - debug info for buildbot reportsBart Polot2014-07-03
* Since we started using ECC, peer identities ARE public keys, not their hashes...Bart Polot2014-07-03
* - trigger an immediate rekey if a peer's ephemeral key changesBart Polot2014-07-02
* - dont destroy in-progress kxBart Polot2014-07-02
* - destroy kx_ctx created on receipt of an ephemeral key if key is not newBart Polot2014-07-02
* - refactorBart Polot2014-07-02
* - fix #3479Bart Polot2014-07-02
* - fix error conditionBart Polot2014-07-02
* - don't warn when connection is being establishedBart Polot2014-07-02
* - don't update ACK based on queued and yet undelivered messagesBart Polot2014-07-02
* - fix logBart Polot2014-07-02
* - debugBart Polot2014-06-30
* - logBart Polot2014-06-25
* - adjust test's log levelsBart Polot2014-06-24
* - debug info for #3425Bart Polot2014-06-24
* - update m2s for non-payloadBart Polot2014-06-24
* - don't use payload_type on non-payload messagesBart Polot2014-06-24
* - more verbose warning messageBart Polot2014-06-24
* - remove debug info used to fix #3405Bart Polot2014-06-24
* - check return values from GCC_send_prebuilt_messageBart Polot2014-06-24
* - don't try update info on NULL connections, avoid segfault for #3453Bart Polot2014-06-24
* - more info APIBart Polot2014-06-24
* - use same loglevel as connectBart Polot2014-06-24
* - doxygenBart Polot2014-06-24
* - use setter, imporve logsBart Polot2014-06-24
* - attempt to fix #3405Bart Polot2014-06-24
* - refactor peer debugBart Polot2014-06-24
* - fix peer debug null derefBart Polot2014-06-24
* - more debug for #3405Bart Polot2014-06-24