- use small mesh hashes for info api
[oweals/gnunet.git] / src / mesh / gnunet-mesh.c
2014-04-01 Bart Polot- use small mesh hashes for info api
2014-01-30 Bart Polot- adapt mesh CLI to API changes
2014-01-30 Bart Polot- show connections and channels on stdout
2014-01-30 Bart Polot- change tunnel API to pass connection and channel...
2014-01-30 Bart Polot- don't show output on stdout in case of error
2014-01-23 Bart Polot- add peers info to mesh CLI and API
2014-01-23 Bart Polot- small CLI fixes
2014-01-23 Bart Polot- changed option to get all tunnels from -i to -T
2014-01-13 Bart Polot- various CLI fixes
2014-01-06 Bart Polot- more tunnels info for CLI
2014-01-06 Bart Polot- add -i function back to CLI
2013-12-29 Bart Polot- ping every second
2013-12-29 Bart Polot- fix echo flag
2013-12-29 Bart PolotAdd echo functionality for mesh CLI
2013-12-21 Christian Grothoff-handle partial writes and IO errors, even on stdout
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- use write to allow binary data as well
2013-12-19 Bart Polot- use proper signedness
2013-12-12 Christian Grothoff-fix leak
2013-12-08 Christian Grothoff-rename enum MeshOption to GNUNET_MESH_ChannelOption...
2013-12-06 Bart Polot- wip
2013-12-06 Bart Polotgnunet-mesh has netcat capabilities
2013-12-06 Bart Polot- basic connect/listen
2013-12-06 Bart Polot-create channel
2013-12-06 Bart Polot- wip
2013-12-06 Bart Polot- wip
2013-12-06 Bart Polot-wip
2013-12-06 Bart Polot- wip
2013-12-06 Bart Polot-wip
2013-11-27 Bart Polot- supress compilation warnings
2013-11-14 Bart PolotUse encrypted MESH by default
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Christian Grothoff-fixing FTBFS
2013-06-28 Bart PolotReplace mesh with new version
2012-11-30 Bart Polot- changed mesh 'monitor' API
2012-11-21 Bart Polot- doxygen
2012-11-20 Bart Polot- print whole ID
2012-11-18 Bart Polot- oops