aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
* Make process_log more genericBart Polot2014-12-15
* - move script to proper dirBart Polot2014-12-15
* - fix segfaultBart Polot2014-12-15
* Fix memory corruption: new connection always makes copy of path.Bart Polot2014-12-15
* Never invalidate a direct path. (Like after getting a CONNECTION_BROKEN on a ...Bart Polot2014-12-15
* Fix resending of connection trafficBart Polot2014-12-15
* - remove duplicate loggingBart Polot2014-12-15
* - refactor resend_messages_and_destroy for popping and sending messages of a ...Bart Polot2014-12-15
* - debug for KXBart Polot2014-12-15
* - debug for missing paths on incoming messagesBart Polot2014-12-15
* Fix message resend on connection timeout: mark connection as destroyed to avo...Bart Polot2014-12-15
* - more debug for received trafficBart Polot2014-12-15
* Fix conservation of old keys in case of simultaneous KX:Bart Polot2014-12-15
* - log EPHM on receiptBart Polot2014-12-15
* - fix sending of queued tunnel data on KX endBart Polot2014-12-15
* - logBart Polot2014-12-15
* - fix minor t->estate issues for better debug traceabilityBart Polot2014-12-15
* Fixed key context manipulation in case of duplicate EPHM messagesBart Polot2014-12-15
* - refactor enc_state changerBart Polot2014-12-15
* - doxygenBart Polot2014-12-15
* - doxygenBart Polot2014-12-15
* - fix resetting of key cleaner taskBart Polot2014-12-15
* - logBart Polot2014-12-15
* - use proper STDIOBart Polot2014-12-15
* - avoid usage of direct stdio sprintfBart Polot2014-12-15
* -do forcestart for gns; doxygen fixesChristian Grothoff2014-12-14
* -indentation, doxygen, styleChristian Grothoff2014-12-11
* - proper CADET overheadBart Polot2014-12-11
* Add maximum message sizeBart Polot2014-12-11
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #...Christian Grothoff2014-12-10
* -styleChristian Grothoff2014-12-07
* - debug key clearingBart Polot2014-10-15
* - fix logging of key materialBart Polot2014-10-15
* - only try to pop messages if there are any, otherwise directly destory the c...Bart Polot2014-10-15
* - fix connection.c:972 assertion, mark tunnel as WAITING when an incoming con...Bart Polot2014-10-15
* - fix assertion during single-connection timeout, update docsBart Polot2014-10-15
* - logBart Polot2014-10-15
* - test all log files (except .log)Bart Polot2014-10-15
* - wrong condition, random paths removed instead of direct ones, fix #3531Bart Polot2014-10-15
* - signal when dht path is not correct, styleBart Polot2014-10-15
* - off by one: add own ID to ID array when creating path from DHTBart Polot2014-10-15
* Use optimizaiton of paths on store from DHT as well as on receipt from CONN_C...Bart Polot2014-10-15
* - fix false assert trigger when message #0 is lostBart Polot2014-10-15
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
* - remove dead codeBart Polot2014-09-05
* - check path length, simplify error conditionsBart Polot2014-09-05
* - free memory on error, coverity #13058Bart Polot2014-09-05
* - remove dead code, coverity #13008Bart Polot2014-09-05
* - remove duplicate/incorrect API callBart Polot2014-08-31
* Fix infinite loop ( grothoff, please check !)Bruno Cabral2014-08-31