changing time measurement from milliseconds to microseconds
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh-enc.c
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...
2013-08-05 Bart Polot- new client handles
2013-08-05 Bart Polot- handle connection keep-alives
2013-08-05 Bart Polot- handle new ack/poll connection-aware messages
2013-08-05 Bart Polot- change hop-by-hop ACK to be per-connection not per...
2013-08-05 Bart Polot- generic handler for encrypted data
2013-08-05 Bart Polot- add const status to getter params
2013-08-05 Bart Polot- fixes
2013-08-05 Bart Polot- doxygen
2013-08-05 Bart Polot- wip
2013-08-03 Bart Polot- channel data ack
2013-08-03 Bart Polot- channel data manipulation
2013-08-03 Bart Polot- doxygen order
2013-08-03 Bart Polot- handle connection destroy
2013-08-03 Bart Polot- fixes
2013-08-02 Bart Polot- connection ack
2013-08-02 Bart Polot- fixes
2013-08-02 Bart Polot- dead code
2013-08-02 Bart Polot- handle connection_create
2013-08-02 Bart Polot- queue_add, priorities
2013-08-02 Bart Polot- fix
2013-08-02 Bart Polot- queue_destroy, queue_send
2013-08-02 Bart Polot- connection timeout management
2013-08-02 Bart Polot- channel destroy iterator
2013-08-02 Bart Polot- fixes
2013-08-02 Bart Polot- tunnel, connection destroy
2013-08-02 Bart Polot- connection, tunnel destroy
2013-08-02 Bart Polot- dont send p2p traffic for local clients
2013-08-02 Bart Polot- fix
2013-08-01 Bart Polot- channel destroy notification
2013-08-01 Bart Polot- encapsulate channel traffic in tunnel message
2013-08-01 Bart Polot- refactor
2013-08-01 Bart Polot- more channel modifications
2013-08-01 Bart Polot- channel messages do not include tunnel info
2013-08-01 Bart Polot- channel management
2013-08-01 Bart Polot- fixes
2013-07-31 Bart Polot- wip
2013-07-27 Bart Polot- wip
2013-07-25 Bart Polot- wip
2013-07-25 Bart Polot- wip
2013-07-25 Bart Polot- wip
2013-07-25 Bart Polot- compilation fixes
2013-07-24 Bart Polot- Changed tunnel_use_path to use connection
2013-07-24 Bart Polot- calcualte path cost including overlap
2013-07-24 Bart Polot- connection message construction
2013-07-24 Bart Polot- connection messages
2013-07-24 Bart Polot- connection creation function
2013-07-24 Bart Polot- doc
2013-07-24 Bart Polot- change function declarations to new data structures
2013-07-24 Bart Polot- new data structures
2013-07-23 Bart Polot- wip
2013-07-23 Bart Polot- add .h files for new mesh api
2013-07-23 Bart Polot- copy mesh protocol for encrypted version
2013-07-23 Bart Polot- add separate encryption enabled mesh to avoid breakag...