- simplify timing out of old hellos
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_peer.c
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
2013-10-11 Bart Polot- fixes in DHT handling
2013-10-11 Bart Polot- sync
2013-10-10 Bart Polot- fix peer
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- move connection message accounting
2013-10-10 Bart Polot- change queueing API, adapt connections
2013-10-10 Bart Polot- add polling API to connection
2013-10-10 Bart Polot- expose appropriate functions in API
2013-10-10 Bart Polot- use const for peer IDs
2013-10-10 Bart Polot- fix connection.c
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- share ID
2013-10-10 Bart Polot- move path manipulation to API
2013-10-10 Bart Polot- use different enum to prevent collisions
2013-10-10 Bart Polot- move queue canceling to peer.c
2013-10-09 Bart Polot- add callback when we give a message to CORE
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- sync
2013-10-08 Bart Polot- share one statistics handle across all subsystems
2013-10-08 Bart Polot- add peer's tunnel setter
2013-10-08 Bart Polot- move connection initialization to GMC_new
2013-10-08 Bart Polot- fix LOG
2013-10-08 Bart Polot- use per-module logging
2013-10-08 Bart Polot- export core handlers from connection: all p2p message...
2013-10-08 Bart Polot- move all core/PeerIdentity interacting code to _peer...
2013-10-08 Bart Polot- MOve peer2s to peer section
next