- add underlay api implementation
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_connection.c
2013-12-09 Bart Polot- conditional break already called freom register_neighbors
2013-12-09 Bart Polot- connection_cancel_queues can destroy connection,...
2013-12-09 Bart Polot- log condition prior to abort
2013-12-09 Bart Polot- improve handling of duplicate connection_create
2013-12-08 Christian Grothofffix #3170, again by cancelling scheduler tasks last...
2013-11-30 Bart Polot- code cleanup
2013-11-29 Bart Polot- do not count channel management traffic as payload
2013-11-29 Bart Polot- use force flag to avoid connections dropping channel...
2013-11-28 Bart Polot- remove deprecated tests
2013-11-28 Bart Polot- warning--
2013-11-28 Bart Polot- use new keepalive message type
2013-11-28 Bart Polot- send conncetion ack before kex exchange -> cleaner...
2013-11-28 Bart Polot- typos, indent
2013-11-28 Bart Polot- log
2013-11-27 Bart Polot- revamp mesh_common code, minor refactoring
2013-11-27 Bart Polot- use only once KEEPALIVE message
2013-11-27 Bart Polot- plug leak
2013-11-27 Bart Polot- fix consensus profiler test (multiple channels reusin...
2013-11-27 Bart Polot- tunnels need separate connectivity state and encrypti...
2013-11-27 Bart Polot- log
2013-11-27 Bart Polot- dont try to send data on connections that are going...
2013-11-26 Bart Polot- dont send ACK on dying connections
2013-11-26 Bart Polot- log
2013-11-26 Bart Polot- fix crash on GMC_create (3131, 3123)
2013-11-25 Bart Polot- fix #3111
2013-11-25 Bart Polot- log
2013-11-21 Bart Polot- destroy all connections on shutdown, so core_disconne...
2013-11-19 Bart Polot- don't reschedule a POLL if connectio is being destroy...
2013-11-18 Bart Polot- fix handling of path's on duplicate PATH_CREATE messages
2013-11-18 Bart Polot- doc, notes
2013-11-18 Bart Polot- missing return
2013-11-18 Bart Polot- cancel queued message on connection destroy
2013-11-18 Bart Polot- dont double free in case of error
2013-11-18 Bart Polot- fix use after free on shutdown (#3112)
2013-11-15 Bart Polot- doc
2013-11-15 Bart Polot- dont use uninitialized memory
2013-11-15 Bart Polot- dont use a cancel handle if cont is NULL, fix potenti...
2013-11-15 Bart Polot- show WARNING if elements were not in the hashmaps
2013-11-15 Bart Polot- ignore return value (cov 10870)
2013-11-15 Bart Polot- fix cov 10808
2013-11-15 Bart Polot- fix coverity 10814
2013-11-15 Bart Polot- fix memleak on error (cov 10812)
2013-11-15 Bart Polot- mark fall-through explicitly
2013-11-15 Bart Polot- when did this dissapear????
2013-11-15 Bart Polot- log
2013-11-15 Bart Polot- doxygen
2013-11-14 Bart Polot- use shorter timeout for connection establishment...
2013-11-14 Bart PolotUse encrypted MESH by default
2013-11-14 Bart Polot- free data copy in case of error
2013-11-14 Bart Polot- fix memleak
2013-11-09 Bart Polot- fixes
2013-11-08 Bart Polot- don't die on transmission error
2013-11-08 Bart Polot- fix double free
2013-11-08 Bart Polot- fix NPE
2013-11-08 Bart Polot- allow to cancel connection messages
2013-11-08 Bart Polot- fix
2013-11-08 Bart Polot- fix polling
2013-11-07 Bart Polot- ditto
2013-11-07 Bart Polot- don't allow ACKs to change KX state
2013-11-07 Bart Polot- account for out-of-order kx messages
2013-11-07 Bart Polot- move connection set code to connection.c
2013-11-07 Bart Polot- remove all possible ambiguous 'fwd' parameters in...
2013-11-07 Bart Polot- internal api change: add channel direction autodetect...
2013-11-06 Bart Polot- refactoring
2013-11-06 Bart Polot- fixes
2013-11-05 Bart Polot- change key exchange messages to own encapsulation
2013-10-25 Bart Polot- encryption stuff
2013-10-24 Bart Polot- fix connection destroy accounting
2013-10-24 Bart Polot- remove debug
2013-10-24 Bart Polot- fix leaks
2013-10-21 Bart Polot- doxygen
2013-10-21 Bart Polot- fix use after free
2013-10-21 Bart Polot- dont send connection broken on terminal peers
2013-10-21 Bart Polot- stop recursion on destroy
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- fix use after free
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- fixes
2013-10-18 Bart Polot- doing stuff after destroying a connection? not good...
2013-10-18 Bart Polot- fix flow control
2013-10-18 Bart Polot- flow control changes and fixes
2013-10-17 Bart Polot- add separate encryption enabled mesh to avoid breakag...
2013-10-17 Bart Polot- refactor
2013-10-17 Bart Polot- fix segfault
2013-10-17 Bart Polot- fix conection message accounting
2013-10-17 Bart Polot- unify payload, fixes
2013-10-17 Bart Polot- multiple fixes
2013-10-15 Bart Polot- fix new connection handler
2013-10-15 Bart Polot- uninitialized memory
2013-10-11 Bart Polot- debug
2013-10-11 Bart Polot- mesh builds again
2013-10-11 Bart Polot- backport
2013-10-11 Bart Polot- use proper channel_ack/data_ack
2013-10-11 Bart Polot- simplify acks
2013-10-11 Bart Polot- fix encryption/decryption visisbility
2013-10-11 Bart Polot- fix "broken connection" notifications
2013-10-11 Bart Polot- use new API functions
2013-10-11 Bart Polot- fixes in DHT handling
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- move connection message accounting
next