- fix
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_local.c
2014-03-10 Bart Polot- use an array of 256 hashes on connection info
2014-02-13 Bart Polot- cleanup log messages
2014-01-30 Bart Polot- fix nbo
2014-01-30 Bart Polot- service-side implementation of peer queries
2014-01-30 Bart Polot- document tunnel internal API
2014-01-30 Bart Polot- copy peer id from request
2014-01-30 Bart Polot- use response struct size
2014-01-30 Bart Polot- verbose log
2014-01-30 Bart Polot- use correct data type
2014-01-22 Bart Polot- fix tunnel info message type
2014-01-13 Bart Polot- complete tunnel info gathering
2014-01-13 Bart Polot- various CLI fixes
2014-01-06 Bart Polot- more tunnels info for CLI
2014-01-06 Bart Polot- refactor channel nack
2014-01-06 Bart Polot- add -i function back to CLI
2013-12-28 Bart Polot- Add some of the tunnel introscpecion back
2013-12-19 LRNmalloc -> new
2013-12-17 Bart Polot- debug info
2013-12-12 Bart Polot- log
2013-12-09 Bart Polot- dont generate errors on async channel destruction...
2013-12-08 Christian Grothoff-make checkers happy by always initializing map, also...
2013-12-05 Bart Polot- nonexistent channel does not necessarily means an...
2013-11-27 Bart Polot- remove old dead code / message types
2013-11-27 Bart Polot- dont send anything to clients shutting down
2013-11-27 Bart Polot- log
2013-11-26 Bart Polot- fix #3114: add feedback from _local to _channel on...
2013-11-21 Bart Polot- log
2013-11-21 Bart Polot- don't crash on channel not found
2013-11-19 Bart Polot- missing header
2013-11-15 Bart Polot- show WARNING if elements were not in the hashmaps
2013-11-15 Bart Polot- ignore return values
2013-11-14 Bart PolotUse encrypted MESH by default
2013-11-07 Bart Polot- fix #3091
2013-11-06 Bart Polot- refactoring
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- flow control changes and fixes
2013-10-11 Bart Polot- address FIXMEs
2013-10-11 Bart Polot- debug
2013-10-11 Bart Polot- fix compile errors in local
2013-10-11 Bart Polot- sync
2013-10-11 Bart Polot- migrate handlers to channel.c
2013-10-11 Bart Polot- sync
2013-10-10 Bart Polot- fixes in local
2013-10-10 Bart Polot- fix dht
2013-10-10 Bart Polot- fixes
2013-10-09 Bart Polot- local channel id better accounted for per-client
2013-10-09 Bart Polot- fixing channel functions
2013-10-09 Bart Polot- move get channel to local
2013-10-09 Bart Polot- fixed _tunnel
2013-10-08 Bart Polot- share one statistics handle across all subsystems
2013-10-08 Bart Polot- fix LOG
2013-10-08 Bart Polot- use per-module logging
2013-10-08 Bart Polot- move all core/PeerIdentity interacting code to _peer...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-04 Bart Polot- sync
2013-10-02 Bart Polot- more refactoring
2013-10-01 Bart Polot- too much uncommited work