- fixes, debug
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
2013-05-21 Christian Grothoff-fixes to error reporting
2013-05-10 Bart Polot- fix accidental removal
2013-05-07 Bart Polot- wip
2013-03-21 Bart Polot- doxygen
2013-03-21 Matthias Wachsfix core api
2013-02-14 Bart Polot- debug
2013-02-14 Bart Polot- fix segfault
2013-02-14 Bart Polot- cancel dht get for peers when done, style
2013-02-14 Bart Polot- not needed size of t->peers should suffice
2013-02-13 Bart Polot- fix crash
2013-02-08 Bart Polot- use correct config name
2013-02-08 Bart Polot- read proper keyfile
2013-02-07 Bart Polot- use ECC in mesh
2013-01-24 Bart PolotMoved regex profiler and profiler daemon from mesh...
2013-01-21 Bart Polot- move code to regex_dht
2013-01-21 Bart Polot- debug messages
2013-01-17 Bart PolotMove regex DHT integration from mesh to regex
2012-12-21 Bart Polot- fix
2012-12-21 Bart Polot- cache node parent to retransmit tunnel_destroy in...
2012-12-21 Bart Polot- fix memleak
2012-12-21 Bart Polot- dont destroy tunnels with local clients
2012-12-20 Bart Polot- notify owner of disconnecting peers
2012-12-20 Bart Polot- initialize message for both directions
2012-12-20 Bart Polot- delay destruction
2012-12-20 Bart Polot- fix
2012-12-20 Bart Polot- doxygen, alignment
2012-12-20 Bart Polot- not necessarilly a bug
2012-12-13 Bart Polot- avoid double-scheduling: causes crash on shutdown
2012-12-13 Bart Polot- don't notify about tunnel that is dying
2012-12-13 Bart Polot- signal both-ways tunnel destruction notification
2012-12-12 Bart Polotmesh now accepts REGEXes longer than 64KiB
2012-12-10 Bart Polot- use child count, add debug info
2012-12-10 Bart Polot- destroy tunnels that have no clients or child nodes...
2012-12-10 Bart Polot- silence!
2012-12-10 Bart Polot- improve mesh handling of unexpected traffic
2012-12-10 Bart Polot- handle errors more gracefully, be more verbose for...
2012-12-07 Bart Polot- wip
2012-12-06 Bart Polot- fixed #2675
2012-12-06 Bart Polot- debug info for stream / hostkey bugs
2012-12-04 Bart Polot- typo
2012-12-04 Bart Polot- try to fix #2660
2012-12-04 Bart Polot- changed mesh api for monitoring
2012-11-22 Bart Polot- monitor tunnel inital implementation, WIP
2012-11-17 Bart PolotAdded mesh CLI with basic tunnel listing
2012-11-15 Bart Polot- fix use after free
2012-11-15 Bart Polot- TODO
2012-11-15 Bart Polot- exponential backoff for ACK polling
2012-11-14 Bart Polot- better debug, minor code cleanup
2012-11-14 Bart Polot- adjust default dht_replication_level
2012-11-13 Bart Polot- more mesh regex stats
2012-11-13 Bart Polot- fix debug
2012-11-13 Bart Polot- more mesh regex stats
2012-11-13 Bart Polot- more mesh regex stats
2012-11-13 Bart Polot- dont record route for regex_accept blocks, avoid...
2012-11-12 Christian Grothoff-do not expire too soon
2012-11-11 Maximilian Szengeldoxygen
2012-11-11 Maximilian SzengelBetter mesh/regex profiler performance.
2012-11-09 Christian Grothoff-new breaks
2012-11-08 Bart PolotMESH uses DHT xquery to limit the results returned...
2012-11-08 Bart Polot- fix multicast keepalive
2012-11-05 Bart Polot- Keep calm and carry on
2012-11-05 Bart Polot- Keep calm and carry on
2012-11-05 Bart Polot- don't poll so eagerly
2012-11-05 Bart Polot- fix polling
2012-11-05 Bart Polot- fix stream
2012-11-05 Bart Polot- allow force ACK to enable polling
2012-11-05 Bart Polotdont cancel mesh pending traffic on tunnel destroy
2012-11-05 Bart Polot- doc, remove unused parameters
2012-11-05 Bart Polot- simplify bck, avoid sending duplicate acks
2012-11-05 Bart Polot- remove test code
2012-11-05 Bart Polot- fix old mesh
2012-10-30 Maximilian Szengelmesh regex profiler
2012-10-26 Bart Polot- fixed regex offset, doc
2012-10-26 Bart Polot- implementation of configurable regex compression
2012-10-25 Bart Polot- fix bck numbering (fixes multicast but breaks loopbac...
2012-10-25 Bart Polot- show info on buildbots
2012-10-24 Maximilian Szengel- Added regex specific stats to mesh service
2012-10-22 Bart Polot- debug
2012-10-19 Bart Polot- debug, style
2012-10-17 Bart Polot- fix bck ACK value
2012-10-17 Bart Polot- fix counter used for bck ACKs, style
2012-10-17 Bart Polot- fixed to_origin copy detection in multicast cases
2012-10-15 Bart Polot- fix bck testcase, fix crash on warning, add FIXME
2012-10-11 Bart Polot- avoid crashing on shutdown in the middle of a test...
2012-10-11 Bart Polot- account for lost messages
2012-10-11 Bart Polot- update bck pid on all traffic, not only local
2012-10-11 Bart Polot- initialize pid for case of error
2012-10-11 Bart Polot- check for to_origin duplicates
2012-10-11 Bart Polot- more debug
2012-10-10 Bart Polot- Mark queue entry as deleted before destroying
2012-10-10 Bart Polot- adjust log level
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-10-05 Bart Polot- change errorlevel
2012-10-05 Bart Polot- temp. deactivate polling (causes crash)
2012-10-05 Bart Polot- fix #2580
2012-10-05 Bart Polot- WiP timers for ACK polling
2012-09-29 Bart Polot- Unsigned vlaue, can't be < 0
2012-09-29 Bart Polot- Fixed memory leak
2012-09-29 Bart Polot- notify clients when a tunnel times out
2012-09-29 Bart Polot- dont crash on cleanup
next