- const
[oweals/gnunet.git] / src / cadet /
2015-04-27 Bart Polot- const
2015-04-27 Bart Polot- if C is NULL, can't use it for getting the ID
2015-04-27 Bart Polot- NULL connections means error
2015-04-27 Bart Polot- count traffic as connection confirmation
2015-04-27 Bart Polot- fix const, log
2015-04-27 Bart Polot- refactor to check messages from both enc systems
2015-04-27 Bart Polot- data struct for axolotl internal state
2015-04-27 Bart Polot- refactor to use same function to decrypt based on...
2015-04-27 Bart Polot- reduce number of messages for snappier test
2015-04-27 Bart Polot- added basic axolotl support
2015-03-08 Christian Grothoffdo not do cryptographic verification for results from...
2015-02-28 Christian Grothoffgenerally use GNUNET_assert() instead of GNUNET_abort...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-16 Christian Grothofffixing #3610
2015-01-15 Bart Polot- log
2015-01-15 Bart PolotAdded a delayed search function to avoid saturating...
2015-01-15 Bart Polot- Check path for NULL, fix #3583
2015-01-15 Bart Polot- use path_cmp
2015-01-15 Bart Polot- added path_cmp
2015-01-15 Bart Polot- fix failed git merge
2015-01-15 Bart Polot- bump message amount
2015-01-15 Bart Polot- fix crashes, zombie controller on ^C
2015-01-10 Bart Polot- remove debug statements
2015-01-09 Bart Polot- allow more time to 5 peer testcase, change stats...
2015-01-09 Bart PolotAccept Out-of-Order connection messages
2015-01-09 Bart Polot- minor log modifications, docs
2015-01-09 Bart Polot- refactor test, always gather stats
2015-01-09 Bart Polot- add statistics to DHT module
2015-01-09 Bart Polot- test connection_create size, add size to log
2015-01-09 Bart Polot- fix test: provide real message size
2015-01-09 Bart Polot- minor changes: tabs, logs, reorder
2015-01-09 Bart Polot- simpify api size handling code
2015-01-09 Bart Polot- more message size checks
2015-01-09 Bart Polot- more size checks
2015-01-09 Bart Polot- add size argument to allow to verify message size
2015-01-09 Bart Polot- fix size handling of payload data
2015-01-09 Bart Polot- check minimum size, param order
2015-01-09 Bart Polot- add space for second kx
2014-12-29 Bart Polot- avoid noise in the testcase logs
2014-12-29 Bart Polot- test message packing
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-20 Christian Grothoff-check RV
2014-12-19 Christian Grothoff-fix double-free
2014-12-19 Christian Grothoff-fix use after free (GCCH_destroy frees 'ch', and then...
2014-12-19 Christian Grothoff-fix sec_name leak
2014-12-18 Christian Grothoff-use const in peerstore callback
2014-12-18 Christian Grothoff-disable NSE POW during cadet tests
2014-12-16 Christian Grothoff-ugh
2014-12-16 Christian Grothoff-removing tons of options that should be dead
2014-12-15 Bart Polot- update test config
2014-12-15 Bart PolotFix empty tunnel detection
2014-12-15 Bart Polot- fix cadet's overhead
2014-12-15 Bart PolotOnly allow one EPHM/PONG in the queue.
2014-12-15 Bart Polot- signal wrong tunnel encryption state
2014-12-15 Bart Polot- fix tunnel encryption state on time triggered rekey
2014-12-15 Bart Polot- refactor kx_ctx management
2014-12-15 Bart Polot- always allow an ACK
2014-12-15 Bart Polot- Always send traffic coming from channel, even overfil...
2014-12-15 Bart PolotFix channel buffer retrieval, add debug
2014-12-15 Bart Polot- destroy old connection in case of duplicate connectio...
2014-12-15 Bart Polot- use path equivalency
2014-12-15 Bart Polot- refactorize path checking code, look both ways
2014-12-15 Bart Polot- more debug, eliminate bogus assertions
2014-12-15 Bart Polot- avoid duplicate (same path) connections
2014-12-15 Bart Polot- check KX context at PONG
2014-12-15 Bart Polot- having allowance too spare is not an error
2014-12-15 Bart Polot- fix PID management on send
2014-12-15 Bart Polot- clear core handle to avoid shutdown crash
2014-12-15 Bart Polot- don't try to ack on non-ready tunnels
2014-12-15 Bart Polot- refactor buffer filling
2014-12-15 Bart Polot- Added correct core request timing info
2014-12-15 Bart Polot- use proper wait time for core timing
2014-12-15 Bart Polot- calculate the correct amount of messages to allow...
2014-12-15 Bart Polot- make connection always log with ---, reserve ===...
2014-12-15 Bart Polot- send queued data the first time
2014-12-15 Bart PolotFuse PING into KX_EPHEMERAL
2014-12-15 Bart Polot- leave space for any number
2014-12-15 Bart PolotSend all queued messages that fit into the core buffer
2014-12-15 Bart Polot- more debug info
2014-12-15 Bart Polot- raise loglevel of timeout events
2014-12-15 Bart PolotFix connection count to count only ESTABLISHED connecti...
2014-12-15 Bart Polot- don't break if connection is empty (no messages to...
2014-12-15 Bart PolotMake process_log more generic
2014-12-15 Bart Polot- move script to proper dir
2014-12-15 Bart Polot- fix segfault
2014-12-15 Bart PolotFix memory corruption: new connection always makes...
2014-12-15 Bart PolotNever invalidate a direct path. (Like after getting...
2014-12-15 Bart PolotFix resending of connection traffic
2014-12-15 Bart Polot- remove duplicate logging
2014-12-15 Bart Polot- refactor resend_messages_and_destroy for popping...
2014-12-15 Bart Polot- debug for KX
2014-12-15 Bart Polot- debug for missing paths on incoming messages
2014-12-15 Bart PolotFix message resend on connection timeout: mark connecti...
2014-12-15 Bart Polot- more debug for received traffic
2014-12-15 Bart PolotFix conservation of old keys in case of simultaneous KX:
2014-12-15 Bart Polot- log EPHM on receipt
2014-12-15 Bart Polot- fix sending of queued tunnel data on KX end
2014-12-15 Bart Polot- log
2014-12-15 Bart Polot- fix minor t->estate issues for better debug traceability
next