include postgres db url in error message
[oweals/gnunet.git] / src / cadet /
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...
2016-10-26 Bart Polot- minor changes, TODO, debug message
2016-10-26 Bart Polot- add queue control in peer and connection to cancel...
2016-10-26 Bart Polot- initialize reserved to 0 to avoid valgrind complaints
2016-09-22 Christian Grothoff-fix use after free
2016-09-20 Bart Polot-use is_fwd to retrieve traffic direction
2016-09-20 Bart Polot- fix PID accounting without direct queue control
2016-09-20 Bart PolotPort CADET to CORE MQ API
2016-09-12 Christian Grothoffrealigning CADET messages and bumping message types...
2016-08-26 Christian Grothoffputting CADET on a diet: proper alignment for AX KX...
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-11 Christian Grothoff-note simplification possibility
2016-08-10 Bart Polot- missing implementation
2016-08-10 Bart Polot- fix use after free (not removing single transmit...
2016-08-10 Bart Polot- Add monitor API to MQ
2016-08-10 Bart PolotPort CADET API to MQ
2016-08-09 Carlo von lynXprotect CLI from port scanning: use string ports
2016-08-09 Carlo von lynXGNUNET_CADET_close_port doesnt work as expected. Bailin...
2016-08-08 Carlo von lynXUX: message type for important things that aren't evil
2016-08-08 Carlo von lynXMerge branch 'master' of /RAM/proj/gnunet
2016-07-29 Carlo von lynXcadet: rollback + warning message for posterity
2016-07-29 Carlo von lynXfixed a memleak, a static string free, an access of...
2016-07-20 Bart Polot- open port after handle check
2016-07-20 Bart Polot- adapt test cases / framework to new port system
2016-07-20 Bart PolotChange CADET ports from uint32 to HashCode
2016-07-20 Bart Polot- reduce INFO level debug
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoff-init cfg
2016-07-08 Christian Grothoffmigrate transport_core API to MQ
2016-06-27 Christian Grothoffavoid NPE
2016-06-23 Christian Grothoffconvert DHT API to new MQ API
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffixing compiler warnings
2016-05-03 Bart PolotFix shutdown assertion failure in core_api: avoid doubl...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-30 Bart Polot- free queued messages on peer destroy, fix #4001
2016-03-30 Bart Polot- fix condition on connection timeout
2016-03-30 Bart Polot- check return value on send_broken_unknown
2016-03-30 Bart Polot- refactor, test orderd
2016-03-30 Bart Polot- use proper setter method
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- refactor connection destroy handling, fix #4020
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- indent, clarify messages
2016-03-30 Bart Polot- typo, comparison order
2016-01-19 Christian Grothoff-fix (C) notices
2015-12-09 Bart Polot- warn when trying to send traffic to disconnected...
2015-12-09 Bart PolotAnother attampt at fixing #4010: mark unavailable neigh...
2015-12-09 Bart PolotFix #4020, wrong assertion: if destroy is different...
2015-10-20 Bart Polot- add some assertions to make sure the poll mechanism...
2015-10-20 Bart PolotWhen cancelling polls cancel pending messages as well...
2015-10-18 Christian Grothoff-do not suggest twice
2015-10-18 Christian Grothoff-stop active offer before starting another one
2015-10-18 Christian Grothoffuse ATS connectivity suggestion instead of deprecated...
2015-10-18 Christian Grothoff-track hello offer handle while it is active
2015-10-16 Christian Grothoff-fix doxygen warnings
2015-10-13 Bart PolotAlways force queue local messages when the client was...
2015-10-08 Bart Polot- only request reply if no key is known
2015-10-08 Christian Grothoff-fix indent
2015-10-06 Bart Polot- fix script to work with barebone versions of sh
next