- fix handling of duplicate incoming channel create with respect to queued retransmis...
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_connection.c
2014-03-22 Bart Polot- fix peer to notify
2014-03-22 Bart Polot- eliminate broken paths
2014-03-22 Bart Polot- use proper type
2014-03-22 Bart Polot- fix infinite resend loop
2014-03-22 Bart Polot-fix own position
2014-03-21 Bart Polot- connections no longer have native 512 hashes, transla...
2014-03-21 Bart Polot- dont show warning on duplicate broken connections
2014-03-21 Bart Polot- fix path optimization bug
2014-03-21 Bart Polot- requeue messages on connection broken
2014-03-17 Bart Polot- log
2014-03-10 Bart Polot- use MeshHash in connection code
2014-03-10 Bart Polot- refactor
2014-03-10 Bart Polot- use MeshHash
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- add keepalive stats
2014-03-06 Bart Polot- fix expected KX size
2014-03-06 Bart Polot- remove unneccessary reserved fields
2014-03-06 Bart PolotMove mesh connection keepalive messages inside tunnel...
2014-03-06 Bart Polot- refactor fwd/bck connection keepalive
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- fix log messages
2014-02-06 Bart Polot- remove _break
2014-02-06 Bart Polot- log
2014-02-04 Bart Polot- use hach directly instead of _2s function
2014-02-04 Bart Polot- refactor logging to allow for shorter log files
2014-01-30 Bart Polot- log
2014-01-21 Bart Polot- wait for conncetion_ACK to start keepalive timer
2014-01-21 Bart Polot- dont start keepalive on intermediate peers
2014-01-21 Bart Polot- dont schedule keepalive on connection creation, wait...
2014-01-08 Bart Polot- only re-send keepalive/recreate once the previous...
2014-01-07 Bart Polot- do exponential backoff for connection creation
2013-12-24 Bart Polot- Don't crash, _break instead
2013-12-21 Bart Polot- take care of PEER RCs
2013-12-21 Christian Grothoff-fix leak
2013-12-20 Bart Polot- debug
2013-12-18 Bart Polot- send notification immediately if a connection fails...
2013-12-17 Bart Polot- fix core_disconnect handler to avoid reusing the...
2013-12-17 Bart Polot- dont destroy a path right away, broken paths can...
2013-12-17 Bart Polot- log fixes, limit kx to live tunnels
2013-12-17 Bart Polot- dying connections can drop traffic
2013-12-17 Bart Polot- use tunnel encryption state to select decryption key
2013-12-17 Bart Polot- fix connection ack direction, revert assert to break
2013-12-17 Bart Polot- fix log msg
2013-12-17 Bart Polot- refactor and improve path creation
2013-12-17 Bart Polot- debug info
2013-12-17 Bart Polot- refine break condition
2013-12-16 Bart Polot- not a protocol break, plausible asyc msg
2013-12-16 Bart Polot- log
2013-12-16 Bart Polot- don't show WARNING/ERROR on wrong connection create...
2013-12-16 Bart Polot- don't keep alive connections that are scheduled to...
2013-12-16 Bart Polot- fix
2013-12-16 Bart Polot- fix timing out of connections
2013-12-16 Bart Polot- only treat KX as confirmation if connection is not...
2013-12-16 Bart Polot- fix prev commit
2013-12-16 Bart Polot- remove connection from tunnel when no longer usable
2013-12-16 Bart Polot- debug
2013-12-16 Bart Polot- log
2013-12-16 Bart Polot- simplify error handling
2013-12-16 Bart Polot- fixes
2013-12-16 Bart Polot- small refactor
2013-12-16 Bart Polot- don't loop on the same invalid path
2013-12-16 Bart Polot- not an error, always happens on relay nodes
2013-12-16 Bart Polot- hunting 3214
2013-12-16 Bart Polot- various minor fixes and breaks
2013-12-12 Bart Polot- dont GNUNET_break on non-validable paths, DHT seems...
2013-12-12 Bart Polot- fix warnings
2013-12-12 Bart Polot- react to connection destrutcion in exisitng tunnel
2013-12-12 Bart Polot- dont retransmit connection_destroy to self
2013-12-09 Bart Polot- conditional break already called freom register_neighbors
2013-12-09 Bart Polot- connection_cancel_queues can destroy connection,...
2013-12-09 Bart Polot- log condition prior to abort
2013-12-09 Bart Polot- improve handling of duplicate connection_create
2013-12-08 Christian Grothofffix #3170, again by cancelling scheduler tasks last...
2013-11-30 Bart Polot- code cleanup
2013-11-29 Bart Polot- do not count channel management traffic as payload
2013-11-29 Bart Polot- use force flag to avoid connections dropping channel...
2013-11-28 Bart Polot- remove deprecated tests
2013-11-28 Bart Polot- warning--
2013-11-28 Bart Polot- use new keepalive message type
2013-11-28 Bart Polot- send conncetion ack before kex exchange -> cleaner...
2013-11-28 Bart Polot- typos, indent
2013-11-28 Bart Polot- log
2013-11-27 Bart Polot- revamp mesh_common code, minor refactoring
2013-11-27 Bart Polot- use only once KEEPALIVE message
2013-11-27 Bart Polot- plug leak
2013-11-27 Bart Polot- fix consensus profiler test (multiple channels reusin...
2013-11-27 Bart Polot- tunnels need separate connectivity state and encrypti...
2013-11-27 Bart Polot- log
2013-11-27 Bart Polot- dont try to send data on connections that are going...
2013-11-26 Bart Polot- dont send ACK on dying connections
2013-11-26 Bart Polot- log
2013-11-26 Bart Polot- fix crash on GMC_create (3131, 3123)
2013-11-25 Bart Polot- fix #3111
2013-11-25 Bart Polot- log
2013-11-21 Bart Polot- destroy all connections on shutdown, so core_disconne...
2013-11-19 Bart Polot- don't reschedule a POLL if connectio is being destroy...
2013-11-18 Bart Polot- fix handling of path's on duplicate PATH_CREATE messages
next