aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fast reconnect: new state is reconnect, not initMatthias Wachs2014-03-17
| | | | | this fixes mantis #0003330: assertion at transport_api.c:618
* Remove blacklist check after address switch: blacklist check is now ↵Matthias Wachs2014-03-17
| | | | performed before switching
* Added a dll to store finger trail in struct FingerInfoSupriti Singh2014-03-17
|
* fixed clean up and improved loggingMatthias Wachs2014-03-17
|
* no set_state to DISCONNECT_FINISHED required before free_neighbour Matthias Wachs2014-03-17
| | | | | fixing log output
* improved messagesMatthias Wachs2014-03-17
|
* disabling hello import in configuration Matthias Wachs2014-03-17
|
* reformating and adding additional log info about hello importMatthias Wachs2014-03-17
|
* - logBart Polot2014-03-17
|
* - set searching state before trying to reconnect, otherwise waiting is ↵Bart Polot2014-03-17
| | | | overwritten
* - debug logBart Polot2014-03-17
|
* - use explicit ping/pong messages with counter and timestampBart Polot2014-03-17
|
* - docBart Polot2014-03-17
|
* - docBart Polot2014-03-17
|
* - dont disconnect from mesh serviceBart Polot2014-03-17
|
* - only ping from select peers, do not shut them downBart Polot2014-03-17
|
* - disconnect all mesh handlesBart Polot2014-03-17
|
* - fix disconnect task schedulingBart Polot2014-03-17
|
* - fix run flagBart Polot2014-03-17
|
* - NPEBart Polot2014-03-17
|
* - fix operation handlingBart Polot2014-03-17
|
* -debugBart Polot2014-03-17
|
* - don't shutdown twiceBart Polot2014-03-17
|
* - check task (could be in the middle of transmission loop and be 0)Bart Polot2014-03-17
|
* - update peer counterBart Polot2014-03-17
|
* - cancel pings on peer shutdownBart Polot2014-03-17
|
* - mark peer as downBart Polot2014-03-17
|
* - fix cleanerBart Polot2014-03-17
|
* - log, debugBart Polot2014-03-17
|
* - fix infinite loopBart Polot2014-03-17
|
* - check incoming channel for NULLBart Polot2014-03-17
|
* - nse-style round cyclingBart Polot2014-03-17
|
* - don't send duplicate pings when a pong is delayedBart Polot2014-03-14
|
* - dont ping after timeoutBart Polot2014-03-14
|
* - refactorBart Polot2014-03-14
|
* - use ping-pong to avoid collisionsBart Polot2014-03-14
|
* - use proper HashBart Polot2014-03-14
|
* - name inside fileBart Polot2014-03-14
|
* - rename mesh profilerBart Polot2014-03-14
|
* - remove unused constant: test based on time, not messagesBart Polot2014-03-14
|
* - use global hashmap for IDsBart Polot2014-03-14
|
* PSYC: some code cleanupGabor X Toth2014-03-13
|
* PSYC: message types, documentationGabor X Toth2014-03-13
|
* - fix warnings, remove explicit keepalive countBart Polot2014-03-13
|
* - use pointers in struct itselfBart Polot2014-03-13
|
* -add info about trafficBart Polot2014-03-13
|
* - change cls to pointers instead of indexesBart Polot2014-03-13
|
* - connect in cliqueBart Polot2014-03-13
|
* - fix compilation issues, add to MakefileBart Polot2014-03-13
|
* - change test to profilerBart Polot2014-03-13
|