minor changes for address conversion
[oweals/gnunet.git] / src / mesh /
2014-03-17 Bart Polot- don't shutdown twice
2014-03-17 Bart Polot- check task (could be in the middle of transmission...
2014-03-17 Bart Polot- update peer counter
2014-03-17 Bart Polot- cancel pings on peer shutdown
2014-03-17 Bart Polot- mark peer as down
2014-03-17 Bart Polot- fix cleaner
2014-03-17 Bart Polot- log, debug
2014-03-17 Bart Polot- fix infinite loop
2014-03-17 Bart Polot- check incoming channel for NULL
2014-03-17 Bart Polot- nse-style round cycling
2014-03-14 Bart Polot- don't send duplicate pings when a pong is delayed
2014-03-14 Bart Polot- dont ping after timeout
2014-03-14 Bart Polot- refactor
2014-03-14 Bart Polot- use ping-pong to avoid collisions
2014-03-14 Bart Polot- use proper Hash
2014-03-14 Bart Polot- name inside file
2014-03-14 Bart Polot- rename mesh profiler
2014-03-14 Bart Polot- remove unused constant: test based on time, not messages
2014-03-14 Bart Polot- use global hashmap for IDs
2014-03-13 Bart Polot- fix warnings, remove explicit keepalive count
2014-03-13 Bart Polot- use pointers in struct itself
2014-03-13 Bart Polot-add info about traffic
2014-03-13 Bart Polot- change cls to pointers instead of indexes
2014-03-13 Bart Polot- connect in clique
2014-03-13 Bart Polot- fix compilation issues, add to Makefile
2014-03-13 Bart Polot- change test to profiler
2014-03-13 Bart Polot- prepare profiler: start peer, get IDs, log at the end
2014-03-13 Bart Polot- minor fixes
2014-03-13 Bart Polot- use testbed's get_index to identify peer in array
2014-03-13 Bart Polot- use testbeds stats
2014-03-13 Bart Polot- inital mesh_profiler commit
2014-03-10 Bart Polot- use 256 hashs for hmac
2014-03-10 Bart Polot- use MeshHash in connection code
2014-03-10 Bart Polot- use an array of 256 hashes on connection info
2014-03-10 Bart Polot- generate smaller hashes for Conn IDs
2014-03-10 Bart Polot- add const
2014-03-10 Bart Polot- refactor
2014-03-10 Bart Polot- replace all HashCodes with short MeshHashes in Mesh...
2014-03-10 Bart Polot- use MeshHash
2014-03-10 Bart Polot- Define MeshHash
2014-03-06 Bart Polot- encrypt-then-MAC
2014-03-06 Bart Polot- fix warning
2014-03-06 Bart Polot- warning on direct KEEPALIVE sending
2014-03-06 Bart Polot- finally fixed missing keepalive messages
2014-03-06 Bart Polot- don't use global peer counter, cls instead
2014-03-06 Bart Polot- run statistics service by default
2014-03-06 Bart Polot- debug, indentation
2014-03-06 Bart Polot- fix scheduler clearance
2014-03-06 Bart Polot- add makefile for new testcase
2014-03-06 Bart Polot- evaluate keepalive counters
2014-03-06 Bart Polot- add keepalive testcase, statistics gathering
2014-03-06 Bart Polot- update config files for tests
2014-03-06 Bart Polot- add keepalive stats
2014-03-06 Bart Polot- cleanup
2014-03-06 Bart Polot- fix expected KX size
2014-03-06 Bart Polot- add hmac to tunnel messages
2014-03-06 Bart Polot- remove reserved filed code
2014-03-06 Bart Polot- remove unneccessary reserved fields
2014-03-06 Bart Polot- remove dead handler
2014-03-06 Bart Polot- register keepalive as tunnel payload
2014-03-06 Bart PolotMove mesh connection keepalive messages inside tunnel...
2014-03-06 Bart Polot- refactor fwd/bck connection keepalive
2014-03-06 Bart Polot- log payload ID for channel traffic
2014-03-06 Bart Polot-log
2014-02-19 Bart Polot- log
2014-02-19 Bart Polot- standarize log messages
2014-02-19 Bart Polot- revamp logging
2014-02-19 Bart Polot- limit message name width
2014-02-19 Bart Polot- add missing message type names
2014-02-19 Bart Polot- use fixed-width message type names
2014-02-19 Bart Polot- fix log messages
2014-02-19 Bart Polot- reduce debug messages amount of hello operations
2014-02-19 Bart Polot- simplify message names
2014-02-19 Bart Polot- use new service startup message
2014-02-13 Bart Polot- cleanup log messages
2014-02-06 Bart Polot- remove _break
2014-02-06 Bart Polot- log
2014-02-05 Bart Polot- use HELLOs from DHT to try_connect on TRANSPORT level
2014-02-05 Bart Polot- whitespace
2014-02-05 Bart Polot- fix search, use target ID, not own
2014-02-05 Bart Polot- log levels
2014-02-05 Bart Polot- fix crash on NULL hello with valid ID
2014-02-05 Bart Polot- fix PUT, use proper key
2014-02-05 Bart Polot- log
2014-02-05 Bart Polot- don't run test on shutdown
2014-02-05 Bart Polot- remove MESH own block code (MESH uses DHT_HELLO now)
2014-02-05 Bart PolotUse DHT_HELLO for MESH peer discovery, benefit from...
2014-02-05 Bart Polot- doxygen, add get_mine
2014-02-04 Bart Polot- don't call set on NULL hellos
2014-02-04 Bart Polot- ignore NULL hellos
2014-02-04 Bart Polot- simplify timing out of old hellos
2014-02-04 Bart Polot- store own hello
2014-02-04 Bart Polot- wrong assertion
2014-02-04 Bart Polot- do'h
2014-02-04 Bart Polot- add hello lib
2014-02-04 Bart Polot- fix segfault at get size of null hello
2014-02-04 LRNClean up transport connection in mesh
2014-02-04 Bart Polot- use correct function return type
2014-02-04 Bart Polot- copy hellos since parameter is const
2014-02-04 Bart Polot- use hach directly instead of _2s function
next