- doxygen
[oweals/gnunet.git] / src / mesh /
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
2013-10-18 Bart Polot- doxygen
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- debug
2013-10-18 Bart Polot- fix flow control
2013-10-18 Bart Polot- fix ACK direction
2013-10-18 Bart Polot- flow control changes and fixes
2013-10-17 Bart Polot- undo accidental commit, previous comment should be...
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- debug
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-15 Bart Polot- debug
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-12 LRNFix a typo
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- fix shutdown
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- fix channel data/ack
2013-10-11 Bart Polot- simplify acks
2013-10-11 Bart Polot- fix wild replace
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-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- fix peer
2013-10-10 Bart Polot- fix queueing
2013-10-10 Bart Polot- use proper const qualifier
2013-10-10 Bart Polot- move connection message accounting
2013-10-10 Bart Polot- change queueing API, adapt connections
2013-10-10 Bart Polot- add polling API to connection
2013-10-10 Bart Polot- expose appropriate functions in API
2013-10-10 Bart Polot- use const for peer IDs
2013-10-10 Bart Polot- fix connection.c
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- share ID
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-10 Bart Polot- move path manipulation to API
2013-10-10 Bart Polot- remove old include
2013-10-10 Bart Polot- order
2013-10-10 Bart Polot- fixes
2013-10-10 Bart Polot- use different enum to prevent collisions
2013-10-10 Bart Polot- move queue canceling to peer.c
2013-10-10 Bart Polot- connection fixing
2013-10-10 Bart PolotCalculate outgoing connection performance
2013-10-09 Bart Polot- add callback when we give a message to CORE
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 Christian Grothoff-fix header inclusion
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-09 Bart Polot- move get channel to local
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- sync
2013-10-09 Bart Polot- cleanup
2013-10-09 Bart Polot- fixed _tunnel
2013-10-08 Bart Polot- share one statistics handle across all subsystems
2013-10-08 Bart Polot- add peer's tunnel setter
2013-10-08 Bart Polot- use public channel handlers
2013-10-08 Bart Polot- move connection initialization to GMC_new
2013-10-08 Bart Polot- fix LOG
2013-10-08 Bart Polot- use per-module logging
2013-10-08 Bart Polot- export core handlers from connection: all p2p message...
2013-10-08 Bart Polot- move all core/PeerIdentity interacting code to _peer...
2013-10-08 Bart Polot- add new modules to Makefile
2013-10-08 Bart Polot- fix main mesh file
next