-docu, style fixes
[oweals/gnunet.git] / src / cadet /
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
2014-12-15 Bart PolotFixed key context manipulation in case of duplicate...
2014-12-15 Bart Polot- refactor enc_state changer
2014-12-15 Bart Polot- doxygen
2014-12-15 Bart Polot- doxygen
2014-12-15 Bart Polot- fix resetting of key cleaner task
2014-12-15 Bart Polot- log
2014-12-15 Bart Polot- use proper STDIO
2014-12-15 Bart Polot- avoid usage of direct stdio sprintf
2014-12-14 Christian Grothoff-do forcestart for gns; doxygen fixes
2014-12-11 Christian Grothoff-indentation, doxygen, style
2014-12-11 Bart Polot- proper CADET overhead
2014-12-11 Bart PolotAdd maximum message size
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-12-07 Christian Grothoff-style
2014-10-15 Bart Polot- debug key clearing
2014-10-15 Bart Polot- fix logging of key material
2014-10-15 Bart Polot- only try to pop messages if there are any, otherwise...
2014-10-15 Bart Polot- fix connection.c:972 assertion, mark tunnel as WAITIN...
2014-10-15 Bart Polot- fix assertion during single-connection timeout, updat...
2014-10-15 Bart Polot- log
2014-10-15 Bart Polot- test all log files (except .log)
2014-10-15 Bart Polot- wrong condition, random paths removed instead of...
2014-10-15 Bart Polot- signal when dht path is not correct, style
2014-10-15 Bart Polot- off by one: add own ID to ID array when creating...
2014-10-15 Bart PolotUse optimizaiton of paths on store from DHT as well...
2014-10-15 Bart Polot- fix false assert trigger when message #0 is lost
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-09-05 Bart Polot- remove dead code
2014-09-05 Bart Polot- check path length, simplify error conditions
2014-09-05 Bart Polot- free memory on error, coverity #13058
2014-09-05 Bart Polot- remove dead code, coverity #13008
2014-08-31 Bart Polot- remove duplicate/incorrect API call
2014-08-31 Bruno CabralFix infinite loop ( grothoff, please check !)
2014-07-30 Bart Polot- log
2014-07-30 Bart Polot- debug info on queued messages when popping
2014-07-30 Bart Polot- remove unencrypted keepalive sending
2014-07-30 Bart Polot- show tunnel info on error
2014-07-30 Bart Polot- don't try to salvage traffic if no payload is queued
2014-07-30 Bart Polot- don't show error messages if tunnel's state is WAITING
next