- use variables to cound ch, conns
[oweals/gnunet.git] / src / mesh / mesh_api.c
2014-01-30 Bart Polot- use variables to cound ch, conns
2014-01-30 Bart Polot- fix show tunnel
2014-01-23 Bart Polot- add peers info to mesh CLI and API
2014-01-13 Bart Polot- various CLI fixes
2014-01-06 Bart Polot- remove extra \n
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-20 Bart Polot- use STATIC buffer, remove debug
2013-12-20 Bart Polot- fix compilation issue
2013-12-20 Bart Polot- debug
2013-12-19 Bart Polot- debug info on API side
2013-12-19 LRNmalloc -> new
2013-12-16 Bart Polot- loglevel
2013-12-09 Bart Polot- remove dead code
2013-12-08 Christian Grothoff-rename enum MeshOption to GNUNET_MESH_ChannelOption...
2013-12-05 Bart Polot- change mesh channel creation/notification API
2013-11-27 Bart Polot- revamp mesh_common code, minor refactoring
2013-11-27 Bart Polot- remove old dead code / message types
2013-11-27 Bart Polot- log
2013-11-26 Bart Polot- allow for destruction of channel inside inbound handler
2013-11-26 Bart Polot- fix 2966: destroy all channels on service crash/disco...
2013-11-19 Christian Grothoff-fix channel_get_info, return pointer to peer, not...
2013-11-16 Christian Grothoff-return after handler was found, as handler might have...
2013-11-16 Christian Grothoff-remove GNUNET_MQ_impl_send_commit, make it part of...
2013-11-16 Christian Grothoff-only notify AFTER sending is really close to finished...
2013-11-15 Bart Polot- doxygen
2013-11-14 Bart PolotUse encrypted MESH by default
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-05 Christian Grothoff-fix getting peer identity via mesh_get_info
2013-10-01 Christian Grothoff-fixing FTBFS
2013-09-25 Christian Grothoff-misc fixes based on cppcheck
2013-09-21 Christian Grothoff-fix naming convention
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-07-24 Florian Dold- format string
2013-07-24 Florian Dold- logging
2013-07-22 Bart Polot- add port number to debug
2013-07-18 Christian Grothoff-removing last bits of RSA support, as this code is...
2013-07-18 Bart Polot- don't zero send flag after a cancelled transmission
2013-07-18 Bart Polot- debug
2013-07-18 Bart Polot- debug, cleanup
2013-07-18 Bart Polot- doc, warnings
2013-07-16 Bart Polotdebug tunnel destroy
2013-07-16 Bart Polot- use same options everywhere
2013-07-15 Bart PolotChange get_info API
2013-07-15 Bart Polot- doc
2013-07-13 Bart Polot- use one tunnelnotification struct
2013-07-10 Bart Polot- nbo
2013-07-10 Bart Polot- when did this disappear????
2013-07-10 Bart Polot- simplified MESH client<->service API as per suggestio...
2013-07-10 Florian Dold- full message struct initialization
2013-07-09 Bart Polot- don't reject future traffic, related to bug #2934
2013-07-09 Florian Dold- initialized all fields of mesh's tunnel destroy message
2013-07-08 Bart Polot- debug, indentation
2013-07-08 Bart PolotAdded mesh reliable tunnels
2013-07-07 Christian Grothoff-doxygen fixes
2013-07-03 Bart Polot- prepare for relaible mesh
2013-06-28 Bart PolotReplace mesh with new version
2013-03-21 Bart Polot- fix app types allocation
2013-01-03 Christian Grothoff-fixme
2012-12-18 Bart Polot- allow NULL arrays of handlers and stypes
2012-12-13 Bart Polot- use correct size for message
2012-12-12 Bart Polot- break regex into multiple messages
2012-12-12 Bart Polot- fix
2012-12-12 Bart Polot- die verbosely
2012-12-04 Bart Polot- changed mesh api for monitoring
2012-11-30 Bart Polot- changed mesh 'monitor' API
2012-11-22 Bart Polot- monitor tunnel inital implementation, WIP
2012-11-17 Bart PolotAdded mesh CLI with basic tunnel listing
2012-11-12 Christian Grothoff-not a warning
2012-10-26 Bart Polot- fixed regex offset, doc
2012-10-26 Maximilian Szengelpassing mesage header instead of message
2012-10-26 Bart Polot- implementation of configurable regex compression
2012-10-26 Bart Polot- add compression length to mesh api announce_regex
2012-10-17 Bart Polot- more verbose debug message
2012-09-28 Bart Polot- fix mesh fc when buffering is off
2012-09-16 Christian Grothoff-fixing #2546
2012-09-04 Bart Polot- initialized ttl
2012-08-29 Bart Polot- Remove deprecated code, coverity 10236
2012-08-29 Bart Polot- Coverity 10269
2012-08-24 Bart Polot- send only one ack per packet, send before callback...
2012-08-21 Bart Polot- oops, remove debug code
2012-08-21 Bart Polot- clients sends ACK only on threshold, ~1.7x speedup...
2012-08-18 Bart Polot- use window size client<->server, x4 faster
2012-08-18 Bart Polot- make api use same window size
2012-08-18 Bart Polot- fix
2012-08-18 Bart Polot- initialize recv pid, reset on reconncet
2012-08-18 Bart Polot- adjust initial ack value for clients
2012-08-18 Bart Polot- refactoring, more debug
2012-08-18 Bart Polot- fix message send on reconnect
2012-08-18 Bart Polot- explicit bck counter
2012-08-16 Bart Polot- Clean debug output
2012-08-16 Bart Polot- debug
2012-08-13 Bart Polot- blindness cured
2012-08-09 Bart Polot- better debug
2012-08-09 Bart Polot- use strings
2012-08-09 Bart Polot- add debug functions, refactor, add common code file
2012-08-08 Bart Polot- towards local packet numbering for flow control
2012-08-06 Bart Polot- initialize and consider ACK values fr tmt rdy
next