allow NULL argument for GNUNET_i2s()
[oweals/gnunet.git] / src / cadet /
2017-01-22 Christian Grothoffimproving logging
2017-01-22 Christian Grothoffonly send CHANNEL_DESTROY message if we at least send...
2017-01-22 Christian Grothofffix startup interaction between channel and tunnel...
2017-01-22 Christian Grothoffimprove logging, log before doing, not after
2017-01-22 Christian Grothoffdo not run upnpc during tests, produces unnecessary...
2017-01-22 Christian Grothoffoptimize startup sequence for when we execute first...
2017-01-21 Christian Grothoffstill fixing the stupid connect_task cleanup issue
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-21 Christian Grothoffextending scheduler API with 'add_at' functionality...
2017-01-21 Christian Grothoffanother connect_task init missing
2017-01-21 Christian Grothofffix crash on early abort due to dangling connect task
2017-01-21 Christian Grothofffixing leaks
2017-01-21 Christian Grothoffat least NULL the task handle in the unimplemented...
2017-01-21 Christian Grothoffensure tunnels are shutdown at the right time during...
2017-01-21 Christian Grothoffproperly set executed tasks to NULL
2017-01-21 Christian Grothoffinitialize ephemeral keys
2017-01-21 Christian Grothoffimplement get_path_from_route
2017-01-21 Christian Grothoffmore LOG macros
2017-01-21 Christian Grothoffmore logging, minor bugfixes / renames
2017-01-21 Christian Grothoffsome renaming, some code general code cleanup, some...
2017-01-21 Christian Grothoffrenames to avoid ambiguity
2017-01-21 Christian Grothoffremaing remaining mandatory functions for basic operation
2017-01-20 Christian Grothoffworking on channel passing data to clients
2017-01-20 Christian Grothoffmore work on new tunnel logic
2017-01-20 Christian Grothoffpass messages from tunnel to channel
2017-01-20 Christian Grothoffmore work on channel/tunnel logic
2017-01-19 Christian Grothoffnote on things left to do
2017-01-19 Christian Grothoffmuch work on connection/route/peer-level queue management
2017-01-19 Christian Grothoffbaby steps towards KX
2017-01-18 Christian Grothoffcreate matching connection objects for inbound connections
2017-01-18 Christian Grothoffwork towards routing
2017-01-18 Christian Grothoffmore rename festivities
2017-01-18 Christian Grothoffadd note to legacy code about rename operation
2017-01-18 Christian Grothoffintroduce CadetEncryptedMessageIdentifier instead of...
2017-01-18 Christian Grothoffcadet message struct and type rename-fest
2017-01-17 Christian Grothoffadd logic to properly decode and dispatch decrypted...
2017-01-17 Christian Grothofftowards decrypting traffic in new CADET
2017-01-17 Christian Grothoffunnecessary here
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothofftowards actual routing...
2017-01-17 Christian Grothoffstarting with CORE subsystem for CADET
2017-01-17 Christian Grothoffimporting KX logic, integrating encryption logic
2017-01-17 Christian Grothoffmore work on new CADET
2017-01-16 Christian Grothofffinish logic to maintain paths
2017-01-16 Christian Grothoffmore work on peers, paths and tunnels
2017-01-16 Christian Grothoffmore work on peer and paths structures
2017-01-16 Christian Grothoffdesign CadetPeerPathEntry data structure
2017-01-15 Christian Grothoffstarting re-implementation of CADET service
2017-01-15 Christian Grothoffcleaning up some CADET logic, improving types used
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-09 Christian Grothoffcosmetics
2017-01-09 Christian Grothoffdo not attempt to publish empty HELLOs
2017-01-09 Christian Grothoffremove obsolete options
2017-01-09 Christian Grothoffimprove comments
2017-01-09 Christian Grothoffout-of-order PIDs are not exactly protocol violations...
2017-01-09 Christian Grothoffproperly handle case of should-drop by asynchronously...
2017-01-09 Christian GrothoffDLL remove already done inside of call_peer_cont()
2017-01-09 Christian Grothofffix format string issue
2017-01-09 Christian Grothofffix more field initialziation order issues
2017-01-09 Christian Grothofffix crashes caused by DLL removes preceeding DLL inserts
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- ignore test files
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-11-09 Bart Polot- fix handling of HELLO with 0 expiration time
2016-11-04 Bart Polot- axolotl initialization takes > 1s under valgrind
2016-11-04 Bart Polot- avoid connection timeout in valgrind tests
2016-11-04 Bart Polot- use timing macro instead of log
2016-11-04 Bart Polot-remove dead code
2016-11-04 Bart Polot- simplify logging
2016-11-04 Bart Polot- refactor connection upkeep code, remove unneeded...
2016-11-04 Bart Polot- update doxygen / doc
2016-11-04 Bart Polot- refactor function timing code
2016-11-04 Bart Polot- fix logging
2016-11-04 Bart Polot- simplify ack handling, die if trying to send connecit...
2016-11-04 Bart Polot- always return a queue handle
2016-11-04 Bart Polot- don't complain about retransmitted connection_create...
2016-11-04 Bart Polot- use proper type for N/A
2016-11-04 Bart Polot- sending KX on loopback is very wrong, die
2016-11-04 Bart Polot- doc
2016-10-29 Bart PolotRefactor encrypted traffic handling
2016-10-29 Bart Polot- Fix Coverity #153011, abort on NULL path instead...
2016-10-27 Bart PolotBuild messages fully in tunnel code, avoid copying...
2016-10-27 Bart Polot- measure encryption performance
2016-10-27 Bart Polot- doc
2016-10-27 Bart Polot- reduce log level
2016-10-26 David BarksdaleDon't mind me, I'm just going to put this function...
2016-10-26 Bart Polot- add connection info to timing log
2016-10-26 Bart Polot- reset timeout for early keepalive on CONN_ACK
2016-10-26 Bart Polot- improve logging of CONN_ACK
2016-10-26 Bart Polot- remove dead code
2016-10-26 Bart Polot- don't send ACK con CREATE if one is queued
2016-10-26 Bart Polot- don't complain about AX messages pre-KX
2016-10-26 Bart Polot- fix AX/KX CID initialization
2016-10-26 Bart Polot- simplify KX code
2016-10-26 Bart PolotMake a copy of the message on connection level only...
2016-10-26 Bart Polot- simplify connection-level processing of messages...
2016-10-26 Bart Polot- don't allocate message copies on the heap
2016-10-26 Bart Polot- send connection keepalive if tunnel is unable to...
2016-10-26 Bart Polot- cancel maintenance message if connection is confirmed...
next