- cancel SYNACK retry task when forced to SYNACK by an incoming SYN
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_peer.c
2014-03-22 Bart Polot- don-t re-scheduler, destroy immediately (comes from...
2014-03-22 Bart Polot- invalidate instead of destroying, to avoid reusing...
2014-03-22 Bart Polot- elimiate all paths
2014-03-22 Bart Polot- eliminate broken paths
2014-03-22 Bart Polot- check path length AFTER shortening
2014-03-21 Bart Polot- use full path debug
2014-03-21 Bart Polot- fix false break() on retransmisson of connection_brok...
2014-03-21 Bart Polot-log
2014-03-21 Bart Polot- log
2014-03-21 Bart Polot- add message pop from transmission queue
2014-03-21 Bart Polot- remove explicit keepalive rest
2014-03-21 Bart Polot- add DISABLE_TRY_CONNECT option
2014-03-21 Bart Polot- establish connections on new paths
2014-03-21 Bart Polot-log
2014-03-17 Bart Polot- debug log
2014-03-14 Bart Polot- use proper Hash
2014-03-06 Bart Polot- remove unneccessary reserved fields
2014-03-06 Bart Polot- remove dead handler
2014-02-19 Bart Polot- standarize log messages
2014-02-19 Bart Polot- revamp logging
2014-02-19 Bart Polot- reduce debug messages amount of hello operations
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- log
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- fix segfault at get size of null hello
2014-02-04 LRNClean up transport connection in mesh
2014-02-04 Bart Polot- copy hellos since parameter is const
2014-02-04 Bart Polot- refactor logging to allow for shorter log files
2014-02-04 Bart PolotUse stored hellos to try to establish direct connection...
2014-02-04 Bart Polot- dont return expired hellos
2014-02-04 Bart Polot- merge hellos in case old hello is still valid
2014-02-04 Bart Polot- add hello messages to peers
2014-02-04 Bart PolotUse proper core priority for each message type and...
2014-01-30 Christian Grothofftowards reviving priorities in core API, this time...
2014-01-30 Bart Polot- service-side implementation of peer queries
2014-01-13 Bart Polot- various CLI fixes
2013-12-29 Bart Polot- use explicit GNUNET_NO instead of 0
2013-12-19 LRNmalloc -> new
2013-12-18 Bart Polot- rmeove break
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- include all message types in switch, complain if...
2013-12-17 Bart Polot- restore break
2013-12-17 Bart Polot- always allow sending KX messages
2013-12-17 Bart Polot- refactor and improve path creation
2013-12-17 Bart Polot- register keepalive for destruction
2013-12-17 Bart Polot- refine break condition
2013-12-16 Bart Polot- logs
2013-12-16 Bart Polot- not a break, can happen if only one path is known...
2013-12-16 Bart Polot- don't show WARNING/ERROR on wrong connection create...
2013-12-16 Bart Polot- not a break
2013-12-16 Bart Polot- fix
2013-12-16 Bart Polot- small refactor
2013-12-16 Bart Polot- avoid double free / use after free
2013-12-16 Bart Polot- fix assertions
2013-12-16 Bart Polot- don't loop on the same invalid path
2013-12-16 Bart Polot- signal shutdown, don't create new connections, fix...
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- doc
2013-12-12 Bart Polot- log
2013-12-10 Bart Polot- dont check destroy, opaque pointer
2013-12-10 Bart Polot- dont send connection create for dying connections...
2013-12-09 Bart Polot- relay error to peer, indentation
2013-12-09 Bart Polot- doxygen
2013-11-29 Bart Polot- use force flag to avoid connections dropping channel...
2013-11-28 Bart Polot- use new keepalive message type
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- remove old dead code / message types
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-18 Bart Polot- fixme
2013-11-18 Bart Polot- log
2013-11-15 Bart Polot- reorder shutdown
2013-11-14 Bart PolotUse encrypted MESH by default
2013-11-14 Bart Polot- remove warning
2013-11-14 Bart Polot- fix channel flow control in corner cases
2013-11-08 Bart Polot- allow to cancel connection messages
2013-11-08 Bart Polot- fix polling
2013-11-07 Bart Polot- doc, fixes
2013-11-06 Bart Polot- refactoring
2013-11-05 Bart Polot- change key exchange messages to own encapsulation
2013-10-30 Bart Polot- kx
2013-10-24 Bart Polot- fix leaks
2013-10-21 Bart Polot- document possible 'hidden' frees
2013-10-21 Bart Polot- fix reentrant looping
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- debug
2013-10-18 Bart Polot- doxygen
2013-10-17 Bart Polot- multiple fixes
2013-10-15 Bart Polot- fix new connection handler
2013-10-11 Bart Polot- debug
2013-10-11 Bart Polot- fix "broken connection" notifications
next