fix for mantis 2445
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_new.c
2012-06-28 Bart Polot- finish implementation of mesh search by regex, testin...
2012-06-27 Bart Polot- use hashmaps for active gets in by_strig connect
2012-06-27 Bart Polot- move mesh regex block code to a lib
2012-06-25 Bart Polot- wip mesh/regex
2012-06-24 Bart Polot- more mesh/regex integration: basic announce completed...
2012-06-22 Bart Polot- more regex in mesh
2012-06-22 Bart Polot- add service skeleton for regex connections
2012-06-21 Bart Polot- use correct hashmap
2012-06-21 Bart Polot- use blocks for checking by type results
2012-06-20 Bart Polot- complete block plugin, use block by put id
2012-06-20 Bart Polot- use blocks to store type info
2012-06-20 Bart Polot- use proper block types
2012-06-19 Bart Polot- added dummy mesh block plugin
2012-06-18 Bart Polot- doxygen
2012-06-14 Bart Polot- blacklist api calls, service side
2012-06-14 Bart Polot- Added basic blacklist support
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-06-12 Bart Polot- keep track of queue occupancy
2012-06-11 Bart Polot- add basic data structures for complex queues, refacto...
2012-06-09 Christian Grothoff-simplifying core API (#2400)
2012-06-08 Bart Polot- add per-peer core queues
2012-06-08 Bart Polot- remove old queue code
2012-06-06 Bart Polot- fix dumb > vs < error, add debug messages
2012-06-05 Bart Polot- fix
2012-06-05 Bart Polot- make one global core queue
2012-06-05 Bart Polot- cancel queue on disconnect
2012-06-05 Bart Polot- WiP new mesh service
2012-06-01 Bart Polot- Added new mesh service (WiP)