- fix regex search timeout crash
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_new.c
2012-07-16 Bart Polot- fix regex search timeout crash
2012-07-16 Bart Polot- more debug messages
2012-07-13 Bart Polot- fix for a periodic accepting state, some refactoring
2012-07-12 Bart Polot-extend regex testcase, add debug info to service
2012-07-11 Bart Polot- refactoring
2012-07-11 Bart Polot- keep track of all results, try others peers on timeout
2012-07-11 Bart Polot- cancel search only after successful connect/ack
2012-07-10 Bart Polot- use different contexts for differents search stages...
2012-07-10 Bart Polot- doxygen
2012-07-07 Bart Polot- fix recursion in case of * states
2012-07-07 Bart Polot- temporarily avoid infinite recursion
2012-07-06 Bart Polot- use all functions, declare edge iterator
2012-07-06 Christian Grothoff-LRN: fix new mesh to compile
2012-07-05 Bart Polot- reuse old results for looping states in the dregex
2012-07-05 Bart Polot- remove d^Cug
2012-07-05 Bart Polot- improved debug messages, added break_op for malformed...
2012-07-04 Bart Polot- more debug messages, tweaked parameters for testing
2012-07-04 Matthias Wachs- unused var
2012-07-03 Bart Polot- fix shutdown crash
2012-07-03 Bart Polot- added mesh regex testcase, fixed bugs
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)