- debug
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_peer.c
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
2013-10-08 Bart Polot- finished coarse refactoring
2013-10-07 Bart Polot- fix channel static functions
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-04 Bart Polot- sync
2013-10-04 Bart Polot- sync
2013-10-02 Bart Polot- more refactoring