fix only cache variable long/short
[oweals/gnunet.git] / src / mesh /
2014-02-13 Bart Polot- cleanup log messages
2014-02-06 Bart Polot- remove _break
2014-02-06 Bart Polot- log
2014-02-05 Bart Polot- use HELLOs from DHT to try_connect on TRANSPORT level
2014-02-05 Bart Polot- whitespace
2014-02-05 Bart Polot- fix search, use target ID, not own
2014-02-05 Bart Polot- log levels
2014-02-05 Bart Polot- fix crash on NULL hello with valid ID
2014-02-05 Bart Polot- fix PUT, use proper key
2014-02-05 Bart Polot- log
2014-02-05 Bart Polot- don't run test on shutdown
2014-02-05 Bart Polot- remove MESH own block code (MESH uses DHT_HELLO now)
2014-02-05 Bart PolotUse DHT_HELLO for MESH peer discovery, benefit from...
2014-02-05 Bart Polot- doxygen, add get_mine
2014-02-04 Bart Polot- don't call set on NULL hellos
2014-02-04 Bart Polot- ignore NULL hellos
2014-02-04 Bart Polot- simplify timing out of old hellos
2014-02-04 Bart Polot- store own hello
2014-02-04 Bart Polot- wrong assertion
2014-02-04 Bart Polot- do'h
2014-02-04 Bart Polot- add hello lib
2014-02-04 Bart Polot- fix segfault at get size of null hello
2014-02-04 LRNClean up transport connection in mesh
2014-02-04 Bart Polot- use correct function return type
2014-02-04 Bart Polot- copy hellos since parameter is const
2014-02-04 Bart Polot- use hach directly instead of _2s function
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
next