-fix (C) notices
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_connection.c
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-16 Christian Grothoff-fix doxygen warnings
2015-10-08 Christian Grothoff-fix indent
2015-10-06 Bart Polot- ignore confirmation of connections that are being...
2015-10-06 Bart Polot- Revamp traffic logging, small bugfixes, complete...
2015-10-02 Bart Polot- typo in variable name
2015-10-02 Bart Polot- log shutdown
2015-10-02 Bart PolotFixed usage of known broken paths. If a connection...
2015-10-02 Bart Polot- never invalidate direct paths, show warning instead
2015-10-02 Bart Polot- compiler warning
2015-10-02 Bart Polot- unify logging format
2015-09-03 Bart PolotFix #3929: cancel poll towards disconnected neighbor
2015-09-03 Bart Polot- assert on create
2015-09-03 Bart Polot- register conn_destroy on sent_callback
2015-08-04 Bart Polot- resolve duplicate connection handling
2015-08-04 Bart Polot- log
2015-07-31 Bart Polot- refactor GCP_get_peer, fix get peer info
2015-07-15 Christian Grothoff-remove stupid assertion
2015-07-15 Christian Grothoff-need to fully unregister from neighbours, as otherwise...
2015-07-15 Bart PolotDetailed statistics
2015-07-15 Bart Polot- don't send KEEPALIVE if the tunnel has traffic queued
2015-07-14 Christian Grothoffthis should fix #3846
2015-07-14 Christian Grothoffcommitting version used to produce 3846:9432
2015-07-13 Christian Grothoffadding moderately expensive instrumentation to track...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-26 Bart Polot- first log, then free
2015-06-26 Bart Polot- Fix #3846. When receiving a create request for an...
2015-06-25 Bart Polot- If the path was cleared before, connection is not...
2015-06-25 Bart Polot- documentation, statistics about failures
2015-06-25 Bart Polot- if this happens the code is badly broken, bail out
2015-06-24 Bart Polot- free path after unregister
2015-06-24 Bart Polot- always free connection path, fix memory leak
2015-06-22 Christian Grothoff-doxygen fixes
2015-06-17 Bart Polot- don't invalidate direct connections unless peer disco...
2015-06-17 Bart Polot- roll back duplication of peer->connections
2015-06-10 Bart Polot- compiler fixes
2015-06-10 Bart Polot- refactor connection timeout into one implementation
2015-06-10 Bart Polot- move break to documentation
2015-06-10 Bart Polot- start poll after send
2015-06-10 Bart Polot- fix poll log
2015-06-10 Bart Polotnote to self
2015-06-10 Bart Polot- improve POLL logging, debug info
2015-06-09 Christian Grothoff-avoid concurrent modification trouble when handing...
2015-06-08 Christian Grothoff-check next and prev are disjoint
2015-06-08 Christian Grothoff-run unregister even if path is NULL, do check uniqueness
2015-06-08 Christian Grothoff-adding additional error checking logic
2015-06-08 Christian Grothoff-assertion also does not hold, messy code
2015-06-08 Christian Grothoff-indentation, doxygen, be a bit pickier about return...
2015-04-30 Bart Polot- fix debug msgs, mark tripped break
2015-04-27 Bart Polot- don't ttl drop ax
2015-04-27 Bart Polot- properly read otr/ax fields
2015-04-27 Bart Polot- refactor
2015-04-27 Bart Polot- keep track of all message types
2015-04-27 Bart Polot- use ax as payload
2015-04-27 Bart Polot- use correct overhead size, log wrong sizes verbosely
2015-04-27 Bart Polot- adjust checks for different encryption overheads
2015-04-27 Bart Polot- add AX type to send processors, refactor cid setter
2015-04-27 Bart Polot- log format
2015-04-27 Bart Polot- don't count all messages as pid when checking, only...
2015-04-27 Bart Polot- ignore unknown connections
2015-04-27 Bart Polot- refactor kx sending, unify under send_kx
2015-04-27 Bart Polot- add cid field to ax_kx
2015-04-27 Bart Polot- refactor kx handling
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- refactor to check messages from both enc systems
2015-04-27 Bart Polot- refactor to use same function to decrypt based on...
2015-04-27 Bart Polot- added basic axolotl support
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-15 Bart Polot- Check path for NULL, fix #3583
2015-01-10 Bart Polot- remove debug statements
2015-01-09 Bart PolotAccept Out-of-Order connection messages
2015-01-09 Bart Polot- test connection_create size, add size to log
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-15 Bart Polot- destroy old connection in case of duplicate connectio...
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- fix PID management on send
2014-12-15 Bart Polot- make connection always log with ---, reserve ===...
2014-12-15 Bart Polot- leave space for any number
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 Polot- fix segfault
2014-12-15 Bart PolotFix memory corruption: new connection always makes...
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 PolotFix message resend on connection timeout: mark connecti...
2014-12-15 Bart Polot- more debug for received traffic
2014-12-15 Bart Polot- avoid usage of direct stdio sprintf
next