aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_new.c
Commit message (Expand)AuthorAge
* Added REGEX announce and discovery to MESHBart Polot2012-07-17
* - added debug messages, fixed regex timeoutBart Polot2012-07-17
* - fix regex search timeout crashBart Polot2012-07-16
* - more debug messagesBart Polot2012-07-16
* - fix for a periodic accepting state, some refactoringBart Polot2012-07-13
* -extend regex testcase, add debug info to serviceBart Polot2012-07-12
* - refactoringBart Polot2012-07-11
* - keep track of all results, try others peers on timeoutBart Polot2012-07-11
* - cancel search only after successful connect/ackBart Polot2012-07-11
* - use different contexts for differents search stages/branchesBart Polot2012-07-10
* - doxygenBart Polot2012-07-10
* - fix recursion in case of * statesBart Polot2012-07-07
* - temporarily avoid infinite recursionBart Polot2012-07-07
* - use all functions, declare edge iteratorBart Polot2012-07-06
* -LRN: fix new mesh to compileChristian Grothoff2012-07-06
* - reuse old results for looping states in the dregexBart Polot2012-07-05
* - remove d^CugBart Polot2012-07-05
* - improved debug messages, added break_op for malformed blockBart Polot2012-07-05
* - more debug messages, tweaked parameters for testingBart Polot2012-07-04
* - unused varMatthias Wachs2012-07-04
* - fix shutdown crashBart Polot2012-07-03
* - added mesh regex testcase, fixed bugsBart Polot2012-07-03
* - finish implementation of mesh search by regex, testing pendingBart Polot2012-06-28
* - use hashmaps for active gets in by_strig connectBart Polot2012-06-27
* - move mesh regex block code to a libBart Polot2012-06-27
* - wip mesh/regexBart Polot2012-06-25
* - more mesh/regex integration: basic announce completed, lookup started, wipBart Polot2012-06-24
* - more regex in meshBart Polot2012-06-22
* - add service skeleton for regex connectionsBart Polot2012-06-22
* - use correct hashmapBart Polot2012-06-21
* - use blocks for checking by type resultsBart Polot2012-06-21
* - complete block plugin, use block by put idBart Polot2012-06-20
* - use blocks to store type infoBart Polot2012-06-20
* - use proper block typesBart Polot2012-06-20
* - added dummy mesh block pluginBart Polot2012-06-19
* - doxygenBart Polot2012-06-18
* - blacklist api calls, service sideBart Polot2012-06-14
* - Added basic blacklist supportBart Polot2012-06-14
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
* - keep track of queue occupancyBart Polot2012-06-12
* - add basic data structures for complex queues, refactor tunnel creationBart Polot2012-06-11
* -simplifying core API (#2400)Christian Grothoff2012-06-09
* - add per-peer core queuesBart Polot2012-06-08
* - remove old queue codeBart Polot2012-06-08
* - fix dumb > vs < error, add debug messagesBart Polot2012-06-06
* - fixBart Polot2012-06-05
* - make one global core queueBart Polot2012-06-05
* - cancel queue on disconnectBart Polot2012-06-05
* - WiP new mesh serviceBart Polot2012-06-05
* - Added new mesh service (WiP)Bart Polot2012-06-01