fix for cfg loading
[oweals/gnunet.git] / src / cadet /
2014-06-25 Bart Polot- log
2014-06-24 Bart Polot- adjust test's log levels
2014-06-24 Bart Polot- debug info for #3425
2014-06-24 Bart Polot- update m2s for non-payload
2014-06-24 Bart Polot- don't use payload_type on non-payload messages
2014-06-24 Bart Polot- more verbose warning message
2014-06-24 Bart Polot- remove debug info used to fix #3405
2014-06-24 Bart Polot- check return values from GCC_send_prebuilt_message
2014-06-24 Bart Polot- don't try update info on NULL connections, avoid...
2014-06-24 Bart Polot- more info API
2014-06-24 Bart Polot- use same loglevel as connect
2014-06-24 Bart Polot- doxygen
2014-06-24 Bart Polot- use setter, imporve logs
2014-06-24 Bart Polot- attempt to fix #3405
2014-06-24 Bart Polot- refactor peer debug
2014-06-24 Bart Polot- fix peer debug null deref
2014-06-24 Bart Polot- more debug for #3405
2014-06-24 Bart Polot- use setter
2014-06-24 Bart Polot- add last contact, DHT handle to peer debug info,...
2014-06-24 Bart Polot- fix params
2014-06-24 Bart Polot- add debug function about a peer for #3405
2014-06-24 Bart Polot- add a peer debug function
2014-06-23 Bart Polot- fix ERROR log
2014-06-18 Bart Polot- fix NULL connection on queue_send
2014-06-18 Bart PolotAdd a debug "dump to stderr" feature to cadet
2014-06-17 Christian Grothoff-fix memory leak for 0==p->length
2014-06-17 Bart Polot- make sure the keepalive test generates more than...
2014-06-17 Bart Polot- fix crash on unexpected malformed PING
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- fix KX for very short rekey periods (seconds)
2014-06-17 Bart Polot- refactor kx ctx creation, add debug
2014-06-17 Bart Polot- fixes, renaming
2014-06-17 Bart Polot- refactor key selection, hmac calculation
2014-06-17 Bart Polot- add 2s for new state, reduce buffer
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- send 1000 messages to force re-key testing
2014-06-17 Bart Polot- check message size to avoid infinite loop
2014-06-17 Bart PolotIMPORTANT FIX: use return value for integrity check
2014-06-17 Bart PolotAllow to send traffic with the new key when the rekey...
2014-06-17 Bart Polot- add rekey state
2014-06-17 Bart Polot- only create keys on new ephemeral info
2014-06-17 Bart Polot- limit queued messages on tunnel level when tunnel...
2014-06-17 Bart Polot- Allow two GC_2s calls in one line (limited reentrant...
2014-06-17 Bart Polot- test and log for bug #0003423
2014-06-17 Bart Polot- verbose tunnel debug in error cases
2014-06-17 Bart Polot- reduce rekey period for tests, ensure even shorter...
2014-06-17 Bart Polot- kx debug
2014-06-17 Bart Polot- expire old keys adaptively
2014-06-17 Bart Polot- debug info, refactor
2014-06-17 Bart Polot- intialize a new kx_ctx on receipt of a new ephemeral...
2014-06-17 Bart Polot- update default values, eliminate obsolete ones
2014-05-23 Bart Polot- fix test tmt_rdy size request
2014-05-23 Bart Polot- fix name detection
2014-05-23 Bart Polot- rename tests
2014-05-23 Bart Polot- fix stats collection
2014-05-23 Bart Polot- fix testbed statistics collection
2014-05-23 Bart Polot- remove hardcoded target peer numbering
2014-05-23 Bart Polot- fixes
2014-05-23 Bart Polot- simplify names, update Makefile
2014-05-23 Bart Polot- fix id check on data callback
2014-05-23 Bart Polot- add default size, doc
2014-05-23 Bart Polot- perform tests with only 2 peers for basic P2P test...
2014-05-23 Bart Polot- use increasing size data messages
2014-05-23 Bart Polot- speed up ID announce to force different PUT paths...
2014-05-23 Bart Polot- change connection density for cadet profiler
2014-05-14 Bart Polot- revert log
2014-05-14 Bart Polot- don't use the old key during a KX
2014-05-14 Bart Polot- log
2014-05-14 Bart Polot- use cadet for log script
2014-05-14 Bart Polot- don't destroy the KX context right away, wait 1 minut...
2014-05-14 Bart Polot- refactor decryption
2014-05-14 Bart Polot- don't inifinite loop on error
2014-05-14 Bart Polot- move HMAC verification to decryption function
2014-05-14 Bart Polot- use old key for encryption if key exchange was recent...
2014-05-14 Bart Polot- refactor key generation, cache peers ephemeral key...
2014-05-14 Bart Polot- doc
2014-05-14 Bart Polot- storage for old _encryption_ keys
2014-05-14 Bart Polot- stop using CadetTunnel3 and go back to CadetTunnel
2014-05-14 Bart Polot- change GM (Gnunet Mesh) function prefixes for GC...
2014-05-14 Bart Polot- revert logging changes back to debug level
2014-05-07 Bart Polot- fix doc
2014-05-07 Bart Polot- resend KX on malformed PONG
2014-05-07 Bart Polot- send KX even when a tunnel is being destroyed, remote...
2014-05-07 Bart Polot- when a malformed PING is received, re-send KX and...
2014-05-07 Bart Polot- update config file contents
2014-05-07 Bart Polot- rename also contents of config files, update config...
2014-05-07 Bart Polot- update config file
2014-05-07 Bart Polot- rename supp file for some valgring distributions
2014-05-07 Bart PolotRenamed directory