- log
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_channel.c
2013-11-14 Bart Polot- log
2013-11-14 Bart Polot- account timing info in "backlog" free
2013-11-14 Bart Polot- fix NPE
2013-11-14 Bart Polot- fix channel flow control in corner cases
2013-11-12 Bart Polot- timing fixes
2013-11-09 Bart Polot- fixes
2013-11-08 Bart Polot- don't allow stalled reliable channels
2013-11-08 Bart Polot- fix polling
2013-11-07 Bart Polot- log
2013-11-07 Bart Polot- fix #3091
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-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- fixes
2013-10-18 Bart Polot- fix ACK direction
2013-10-18 Bart Polot- flow control changes and fixes
2013-10-15 Bart Polot- GMCH_send can try to free saved message, save first
2013-10-15 Bart Polot- wrong flag...
2013-10-15 Bart Polot- move debug log
2013-10-15 Bart Polot- typo
2013-10-15 Bart Polot- use send_client_ack
2013-10-15 Bart Polot- always update client's rel info on ACK
2013-10-15 Bart Polot- avoid double ACK'ing to clients on loopback create
2013-10-11 Bart Polot- use server<->client ACKs, not reliable
2013-10-11 Bart Polot- send data ACK only after receiving the channel ACK
2013-10-11 Bart Polot- avoid infinite ACK loops when creating loopback channels
2013-10-11 Bart Polot- address FIXMEs
2013-10-11 Bart Polot- use proper channel_ack/data_ack
2013-10-11 Bart Polot- fix channel data/ack
2013-10-11 Bart Polot- simplify acks
2013-10-11 Bart Polot- fix compile errors in local
2013-10-11 Bart Polot- sync
2013-10-11 Bart Polot- sync
2013-10-11 Bart Polot- migrate handlers to channel.c
2013-10-11 Bart Polot- sync
2013-10-10 Bart Polot- fixes in local
2013-10-10 Bart Polot- fix dht
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- use different enum to prevent collisions
2013-10-09 Bart Polot- one catch-all ack handles renedered obsolete
2013-10-09 Bart Polot- queue is internal: channel -> tunnel -> connection...
2013-10-09 Bart Polot- local channel id better accounted for per-client
2013-10-09 Bart Polot- fixing channel functions
2013-10-09 Bart Polot- move get channel to local
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- fixed _tunnel
2013-10-08 Bart Polot- share one statistics handle across all subsystems
2013-10-08 Bart Polot- use public channel handlers
2013-10-08 Bart Polot- fix LOG
2013-10-08 Bart Polot- use per-module logging
2013-10-08 Bart Polot- finished coarse refactoring
2013-10-07 Bart Polot- fix channel static functions
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Bart Polot- too much uncommited work