aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Collapse)AuthorAge
* - if a path is NULL is not equivalent to any otherBart Polot2015-06-26
|
* - first log, then freeBart Polot2015-06-26
|
* - fix log formatBart Polot2015-06-26
|
* - don't log old mesh versions as errorsBart Polot2015-06-26
|
* - try to retransmit in case of core errorBart Polot2015-06-26
|
* - explicitly track shutdown statusBart Polot2015-06-26
|
* - don't torture buildbots with 5000 messagesBart Polot2015-06-26
|
* Merge branch 'crypto'Bart Polot2015-06-26
|
* - Fix #3846. When receiving a create request for an invalid path singal that ↵Bart Polot2015-06-26
| | | | register failed to avoid trying to unregister the connection on destroy.
* - on shutdown it will happen that core will return 0/NULL, this is not a warningBart Polot2015-06-26
|
* - don't try to retrive a peer during a shutdown taskBart Polot2015-06-25
|
* - destroy queued messages only after making sure no channels have handles to ↵Bart Polot2015-06-25
| | | | them
* - If the path was cleared before, connection is not registered with ↵Bart Polot2015-06-25
| | | | neighbors. Should fix #3845, #3846
* - documentation, statistics about failuresBart Polot2015-06-25
|
* - if this happens the code is badly broken, bail outBart Polot2015-06-25
|
* - fix error messageBart Polot2015-06-24
|
* - fixBart Polot2015-06-24
|
* - complain about excessive core waiting timesBart Polot2015-06-24
|
* - check connections on peer destroyBart Polot2015-06-24
|
* - free skipped keys on tunnel Axolotl destroyBart Polot2015-06-24
|
* - free path after unregisterBart Polot2015-06-24
|
* - always free connection path, fix memory leakBart Polot2015-06-24
|
* NULL terminate core_handlers[]David Barksdale2015-06-23
|
* -doxygen fixesChristian Grothoff2015-06-22
|
* - only log time if core is requestedBart Polot2015-06-18
|
* - add core timing to peer debugBart Polot2015-06-18
|
* - cleanupBart Polot2015-06-18
|
* - free hello when destroying peerBart Polot2015-06-17
|
* - destroy peers on shutdownBart Polot2015-06-17
|
* - fix memleakBart Polot2015-06-17
|
* - since the connection->id reduction hashmap puts use a helper function with ↵Bart Polot2015-06-17
| | | | local static buffer, workaround
* - make sure there are no duplicates in the hashmapBart Polot2015-06-17
|
* - don't invalidate direct connections unless peer disconnects on core levelBart Polot2015-06-17
|
* - roll back duplication of peer->connectionsBart Polot2015-06-17
|
* - fix shutdown memleakBart Polot2015-06-17
|
* - logBart Polot2015-06-17
|
* - make sure tunnel queues are consistentBart Polot2015-06-17
|
* - compiler fixesBart Polot2015-06-10
|
* - refactor connection timeout into one implementationBart Polot2015-06-10
| | | | - always send CONNECTION_BROKEN to alert of the timeout
* - fix returned buffer amount, to make sure channel bugs don't affect connectionsBart Polot2015-06-10
|
* Always allow a connection to receive data in a tunnel, even if all buffers ↵Bart Polot2015-06-10
| | | | are full: new channels and keepalives must be allowed.
* - move break to documentationBart Polot2015-06-10
|
* - start poll after sendBart Polot2015-06-10
|
* - fix poll logBart Polot2015-06-10
|
* note to selfBart Polot2015-06-10
|
* - fix debug messagesBart Polot2015-06-10
|
* Fixed channel recv buffer space accounting error when receiving a duplicate ↵Bart Polot2015-06-10
| | | | message
* - more messages to force errorsBart Polot2015-06-10
|
* - fix logBart Polot2015-06-10
|
* - add n_recv to debug infoBart Polot2015-06-10
|