- share ID
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh-enc.c
2013-10-10 Bart Polot- share ID
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-08 Bart Polot- share one statistics handle across all subsystems
2013-10-08 Bart Polot- fix main mesh file
2013-10-08 Bart Polot- MOve peer2s to peer section
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-04 Bart Polot- sync
2013-10-04 Bart Polot- sync
2013-10-02 Bart Polot- more refactoring
2013-10-01 Bart Polot- too much uncommited work
2013-10-01 Christian Grothoff-fixing FTBFS
2013-09-30 Christian Grothoff-rename files/symbols from _aes to _symmetric
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-06 Bart Polot- cancel core_tmt_ready on core disconnect
2013-09-06 Bart Polot- use GNUNET_log_config_invalid
2013-09-06 Bart Polot- dont prevent destroy in case of fully initialized...
2013-09-06 Bart Polot- fix double destroy of half-open loopback channels...
2013-09-06 Bart Polot- avoid double free on shutdown
2013-09-06 Bart Polot- multiple fixes for connection-less loopback traffic
2013-09-05 LRNAdd forward declaration for tunnel_send_queued_data
2013-09-05 Bart Polot- send data directly if tunnel is already online (or...
2013-09-05 Bart Polot- fix crash
2013-09-05 Bart Polot- fix ack'ing
2013-09-05 Bart Polot- cancel old ACK/POLL when issuing a new one
2013-09-05 Bart Polot- use queue, not ack, for buffer size calculation
2013-09-05 Bart Polot- fix queue unlocking
2013-09-05 Bart Polot- dont cancel poll if ack is not enough for future...
2013-09-05 Bart Polot- dont insert channel in tunnel before search for free ID
2013-09-05 Bart Polot- record channel number correctly
2013-09-05 Bart Polot- debug
2013-09-05 Bart Polot- fix 'synack' processing
2013-09-04 Bart Polot- send connection handshake before data
2013-09-04 Bart Polot- fix neighbor disconnection notifications
2013-09-04 Bart Polot- dead code
2013-09-04 Bart Polot- don't crash on NULL tunnels
2013-09-04 Bart Polot- fix 3way handshake
2013-09-04 Bart Polot- fixes, debug
2013-09-02 Bart Polot- debug, minor fix
2013-09-02 Bart Polot- fix PID accounting for congestion control
2013-08-30 Bart Polot- sync
2013-08-30 Bart Polot- fixes, document weirdeness
2013-08-30 Bart Polot- initialize all fields
2013-08-30 Bart Polot- check hashmap for initialization
2013-08-30 Bart Polot- fix
2013-08-30 Bart Polot- fix memleaks in loopback case
2013-08-30 Bart Polot- remove channels from client hashmap on disconnect
2013-08-30 Bart Polot- fix shutdown when root and destination are the same...
2013-08-30 Bart Polot- avoid loopback ack nightmare: send local traffic...
2013-08-29 Bart Polot- sync
2013-08-26 Bart Polot- separate channel from connection ack counting
2013-08-25 Bart Polot- make a generic ack function
2013-08-24 Bart Polot- more refactoring client flow control
2013-08-23 Bart Polot- fix ack direction
2013-08-23 Bart Polot- better debug
2013-08-23 Bart Polot- use -enc for test by default
2013-08-23 Bart Polot- fixes
2013-08-23 Bart Polot- refactor client flow control
2013-08-22 Bart Polot- fixes
2013-08-22 Bart Polot- fixes
2013-08-22 Bart Polot- sync
2013-08-21 Bart Polot- fix
2013-08-21 Christian Grothoffremoving deprecated argument in 'init' callback of...
2013-08-20 Bart Polot- fix debug message
2013-08-20 Bart Polot- change id handling as discussed on friday
2013-08-16 Bart Polot- add generic channel buffering
2013-08-16 Bart Polot- add channel_ack
2013-08-15 Bart Polot- add generic tid/cid filling, ack processing
2013-08-14 Bart Polot- fix loopback channel creation (service already knows...
2013-08-14 Bart Polot- avoid double pid increment
2013-08-14 Bart Polot- rewrite flow control towards clients
2013-08-14 Bart Polot- doh
2013-08-14 Bart Polot- refecator
2013-08-14 Bart Polot- fix scan defects
2013-08-14 Bart Polot- refactor queue_add, simplify cleaning up
2013-08-13 Bart Polot- not always an error
2013-08-13 Bart Polot- fix memleak
2013-08-13 Bart Polot- fix core cancel on shutdown
2013-08-13 Bart Polot- fix queue destroy order
2013-08-13 Bart Polot- fixes, removed dead code
2013-08-13 Bart Polot- fixes
2013-08-13 Bart Polot- doh
2013-08-12 Bart Polot- tunnel queue
2013-08-12 Bart Polot- fixes
2013-08-12 Bart Polot- use after free
2013-08-12 Bart Polot- fixes
2013-08-12 Bart Polot- fix
2013-08-12 Bart Polot- aux function
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-11 Bart Polot- major refactorization
2013-08-09 Bart Polot- fixes
2013-08-08 Bart Polot- fixes
2013-08-08 Bart Polot- fixes
2013-08-08 Bart Polot- wip
2013-08-08 Bart Polot- handle P2P channel messages
2013-08-08 Bart Polot- use struct fc instaed of pointer
2013-08-07 Bart Polot- demultiplex encrypted payload
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-08-05 Bart Polot- handle local create channel, add channel id for globa...
next