aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | direct connection)
* Fix resending of connection trafficBart Polot2014-12-15
| | | | | * avoid SEGFAULT on connections with no tunnel * don't leak memory
* - remove duplicate loggingBart Polot2014-12-15
|
* - refactor resend_messages_and_destroy for popping and sending messages of a ↵Bart Polot2014-12-15
| | | | dead connection
* - 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 ↵Bart Polot2014-12-15
| | | | avoid re-queueing in self.
* - more debug for received trafficBart Polot2014-12-15
|
* Fix conservation of old keys in case of simultaneous KX:Bart Polot2014-12-15
| | | | when creating a new kx_ctx, copy old keys based on tunnel estate, not finish_task
* - 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
|
* Implement asynchronous peerstore plugin APIDavid Barksdale2014-12-15
| | | | | Resolves #3506
* fix key management issue with LOC signing identified in #3559Christian Grothoff2014-12-14
|
* fix #3570: finally remove SList APIChristian Grothoff2014-12-14
|
* -dead varsChristian Grothoff2014-12-14
|
* fixed errorsJulius Bünger2014-12-14
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* fixed errorJulius Bünger2014-12-14
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* Got rid of compile errors and warningsJulius Bünger2014-12-14
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* Completely got rid of SListJulius Bünger2014-12-14
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* Got rid of SListJulius Bünger2014-12-14
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* before deleting PeerListJulius Bünger2014-12-14
| | | | Signed-off-by: Julius Bünger <buenger@mytum.de>
* -fixing peerinfo part of #3559Christian Grothoff2014-12-14
|
* Grothoff's W32 select slist elimination and prettificationLRN2014-12-14
|
* Grothoff's massive indentation and documentation fixes in util/network.cLRN2014-12-14
|
* -do forcestart for gns; doxygen fixesChristian Grothoff2014-12-14
|
* trying to fix #3576Christian Grothoff2014-12-14
|
* -more logging in try_transmissionChristian Grothoff2014-12-13
|
* -style fixesChristian Grothoff2014-12-13
|
* properly clean up pending advertisement message requests with CORE on peer ↵Christian Grothoff2014-12-13
| | | | disconnect
* -doxygen, one more statisticChristian Grothoff2014-12-13
|
* -split off MQ API into separate C file to reduce visibility of symbols; ↵Christian Grothoff2014-12-13
| | | | reindentation, stylistic fixes
* do check message sizes in union p2p protocolChristian Grothoff2014-12-12
|
* -fix leakChristian Grothoff2014-12-12
|
* -fix leakChristian Grothoff2014-12-12
|
* -bad alloc, just leaksChristian Grothoff2014-12-12
|
* start fewer FS probes concurrently, run them all in the same task to avoid ↵Christian Grothoff2014-12-12
| | | | undue pressure on the scheduler