- fix makefile
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_connection.c
2014-05-07 Bart PolotRename mesh->cadet
2014-05-07 Bart Polot- Eliminate next_pid
2014-05-07 Bart Polot- add PID getter
2014-04-14 Bart Polot- const
2014-04-14 Bart PolotNotify neighbors if received messages about unknown...
2014-04-14 Bart Polot- use full peer IDs
2014-04-14 Bart Polot- doc
2014-04-14 Bart Polot- allow NULL peer id for broken connection
2014-04-11 Bart Polot- comply with doc
2014-04-11 Bart Polot- log
2014-04-11 Bart Polot- more info in log about payload
2014-04-11 Bart Polot- log
2014-04-11 Bart Polot- KX are also keepalives
2014-04-11 Bart Polot- de-duplicate ifs
2014-04-11 Bart Polot- verbose error
2014-04-10 Bart Polot- don't free connections in the middle of being build.
2014-04-10 Bart Polot- less verbose debug
2014-04-10 Bart Polot- skip all metadata update on destroyed connections
2014-04-10 Bart Polot- log
2014-04-10 Bart Polot- fix use after free
2014-04-10 Bart Polot- keep track of connection pids on queueing/sending
2014-04-09 Bart Polot- add context in path to link connection
2014-04-09 Bart Polot- log
2014-04-08 Bart Polot- dont send keepalives if payload traffic is already...
2014-04-08 Bart Polot- fixme
2014-04-07 Bart Polotlog
2014-04-07 Bart Polot- log
2014-04-07 Bart Polot- rename 256 bit mesh hash type
2014-04-01 Bart PolotDo not account canceled messages as sent regarding...
2014-04-01 Bart Polot- log
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
next