minor changes for address conversion
[oweals/gnunet.git] / src / mesh /
2014-02-04 Bart Polot- refactor logging to allow for shorter log files
2014-02-04 LRNFix a typo
2014-02-04 Bart PolotUse stored hellos to try to establish direct connection...
2014-02-04 Bart Polot- dont return expired hellos
2014-02-04 Bart Polot- doxygen, return on NULL
2014-02-04 Bart Polot- merge hellos in case old hello is still valid
2014-02-04 Bart Polot- doc
2014-02-04 Bart Polot- add hello subsystem to get hellos for known peers
2014-02-04 Bart Polot- add hello messages to peers
2014-02-04 Bart PolotUse proper core priority for each message type and...
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-30 Christian Grothofftowards reviving priorities in core API, this time...
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-30 Bart Polot- debug strings for new message types
2014-01-30 Bart Polot- script for overnight checking that:
2014-01-30 Bart Polot- fix SEGFAULT on ctrl+c in testcase
2014-01-30 Bart Polot- use a memory-efficient, cleaner info API (limiting...
2014-01-30 Bart Polot- doc
2014-01-30 Bart Polot- log
2014-01-30 Bart Polot- fix nbo
2014-01-30 Bart Polot- adapt mesh CLI to API changes
2014-01-30 Bart Polot- client-side implementation of peer queries
2014-01-30 Bart Polot- tunnel is a boolean (int)
2014-01-30 Bart Polot- service-side implementation of peer queries
2014-01-30 Bart Polot- document tunnel internal API
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- use variables to cound ch, conns
2014-01-30 Bart Polot- copy peer id from request
2014-01-30 Bart Polot- use response struct size
2014-01-30 Bart Polot- fix show tunnel
2014-01-30 Bart Polot- don't show output on stdout in case of error
2014-01-30 Bart Polot- verbose log
2014-01-30 Bart Polot- use correct data type
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
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-22 Bart Polot- fix tunnel info message type
2014-01-21 Bart Polot- don't try to rekey loopback tunnels (#3254)
2014-01-21 Bart Polot- Test if we are shutting down (on Ctrl-C, for instance)
2014-01-21 Bart Polot- wait for conncetion_ACK to start keepalive timer
2014-01-21 Bart Polot- dont start keepalive on intermediate peers
2014-01-21 Bart Polot- dont schedule keepalive on connection creation, wait...
2014-01-17 Bart Polot- add warning if check fails
2014-01-17 LRNCheck that we're not scheduling destroy twice
2014-01-16 Bart Polot-when tunnel is empty
2014-01-16 Bart Polot- add explicit shutdown state
2014-01-13 Bart Polot- complete tunnel info gathering
2014-01-13 Bart Polot- various CLI fixes
2014-01-10 Bart Polot- don't resend create messages for channels being destroyed
2014-01-08 Bart Polot- only re-send keepalive/recreate once the previous...
2014-01-08 Bart Polot- mark task as completed
2014-01-07 Bart Polot- do exponential backoff for connection creation
2014-01-07 Bart Polot- delay tunnel destruction 1 min to avoid rekeying
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- copied and adapted from testbed (previous failed...
2014-01-06 Bart Polot- missing cli<->serv messages
2014-01-06 Bart Polot- add -i function back to CLI
2014-01-06 Bart Polot- new message types for debug
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-29 Bart Polot- use explicit GNUNET_NO instead of 0
2013-12-29 Bart Polot- timing log
2013-12-28 Bart Polot- Add some of the tunnel introscpecion back
2013-12-24 Bart Polot- Don't crash, _break instead
2013-12-23 Christian Grothoff-fix build system issues
2013-12-23 Christian Grothoff-fix build system issues
2013-12-21 Bart Polot- take care of PEER RCs
2013-12-21 Christian Grothoff-fix leak
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-19 Bart Polot- debug info on API side
2013-12-19 Bart Polot- log traffic size
2013-12-19 Bart Polot- log
2013-12-19 LRNmalloc -> new
2013-12-18 Bart Polot- rmeove break
2013-12-18 Bart Polot- show WARNINGs for bad handshakes
2013-12-18 Bart Polot- send notification immediately if a connection fails...
2013-12-17 Bart Polot- fix core_disconnect handler to avoid reusing the...
2013-12-17 Bart Polot- dont destroy a path right away, broken paths can...
2013-12-17 Bart Polot- log fixes, limit kx to live tunnels
2013-12-17 Bart Polot- log malformed pings
2013-12-17 Bart Polot- dying connections can drop traffic
2013-12-17 Bart Polot- respond to data on unknown channels with destroy...
2013-12-17 Bart Polot- include all message types in switch, complain if...
2013-12-17 Bart Polot- fix state selection
2013-12-17 Bart Polot- use tunnel encryption state to select decryption key
2013-12-17 Bart Polot-call GMT_sent when canceling tunneled buffered message...
2013-12-17 Bart Polot- dont count destroyed connections
2013-12-17 Bart Polot- fix connection ack direction, revert assert to break
2013-12-17 Bart Polot- restore break
2013-12-17 Bart Polot- always allow sending KX messages
next