- opaque mq structs
[oweals/gnunet.git] / src / mesh /
2013-06-19 Florian Dold- opaque mq structs
2013-06-19 Bart Polot- adress bug #2896: call end handler on requested tunne...
2013-06-19 Bart Polot- fix 2897: data handler SYSERR closes tunnel, not...
2013-06-14 Bart Polot- fix
2013-06-14 Bart Polot- use ports
2013-06-14 Bart Polot- disable try_connect to force topology
2013-06-14 Bart Polot- fixes, debug
2013-06-14 Bart Polot- fix
2013-06-13 Bart Polot- use explicit ACK in small testcase, remove multicast...
2013-06-13 Bart Polot- use explicit ACK in local testcase
2013-06-13 Bart Polot- change service to support client explicit ACK
2013-06-13 Bart Polot- adapt mesh api to explicit client flow control
2013-06-11 Bart Polot- fix remaining warnings
2013-06-11 Bart Polot- more work towards generic mesh2 test
2013-06-11 Bart Polot- fix compilation errors of new multi-testcase
2013-06-11 Bart Polot- Adapt new testing lib to mesh2
2013-06-10 Bart Polot- fixes
2013-06-10 Bart Polot- add framework for mesh2 mutipeer tests
2013-06-10 Bart Polot- remove unfounded ERROR message
2013-06-07 Bart Polot- fix testcase
2013-06-07 Bart Polot- tmp hack
2013-06-07 Bart Polot- refactor, check stack buffer size
2013-06-07 Bart Polot- relay PATH_ACK to client
2013-06-07 Bart Polot- mystery #3: why was this deleted?
2013-06-07 Bart Polot- obsolete break
2013-06-07 Bart Polot- fix memleak
2013-06-07 Bart Polot- initialize to proper new values
2013-06-07 Bart Polot- fix memleak
2013-06-07 Bart Polot- avoid infinite loop when destroying local loop tunnel
2013-06-07 Bart Polot- again, how did this get here?
2013-06-07 Bart Polot- fix shutdown segfault
2013-06-07 Bart Polot- fix shutdown crash
2013-06-07 Bart Polot- don't crash on errors
2013-06-07 Bart Polot- fix crash, fix success conditions
2013-06-07 Bart Polot- remove flow control constants
2013-06-07 Bart Polot- unify flow control with service, adapt to client...
2013-06-07 Bart Polot- remove fixed window size from service, fix crash
2013-06-05 Bart Polot- fixes
2013-06-05 Bart Polot- how did this disappear from here???????
2013-06-05 Bart Polot- improve debug output
2013-06-05 Bart Polotrefactor, improve debug output
2013-06-05 Bart Polot- fix compile
2013-05-22 LRNTry to fix mesh dependencies
2013-05-21 Christian Grothoff-fixes to error reporting
2013-05-16 Bart Polot- avoid double free
2013-05-16 Bart Polot- start listening to clients only after CORE connection
2013-05-16 Bart Polot- dont run PREFIX by default
2013-05-16 Bart Polot- wipe in case of local variable usage
2013-05-16 Bart Polot- doh
2013-05-16 Bart Polot- fix memory leak, path assignment, peer_rc updates
2013-05-16 Bart Polot- always set prev & next hop to allow reuse of p2p...
2013-05-16 Bart Polot- debug
2013-05-16 Bart Polot- config files for test, ignore
2013-05-16 Bart Polot- add mesh2 local testcase
2013-05-16 Bart Polot- fix
2013-05-16 Bart Polot- use 3-way handshake CREATE-PATH_ACK-ACK to delay...
2013-05-15 Bart Polot- stop using message types of payload on service side
2013-05-15 Bart Polot- use port for tunnel creation / notification
2013-05-14 Bart Polot- Added tunnel port parameter
2013-05-14 Bart Polot- make sure all flow control values are updated correctly
2013-05-14 Bart Polot- dont use per-hop packet ID
2013-05-14 Bart Polot- fix core error handling
2013-05-14 Bart Polot- Fix
2013-05-14 Bart Polot- Remove old tree lib
2013-05-14 Bart Polot- Added status flag for tunnels
2013-05-14 Bart Polot- fixes
2013-05-14 Bart Polot- style
2013-05-14 Bart Polot- fix ack value sent on data
2013-05-14 Bart Polot- remove transmission descriptor, simple cls is enough
2013-05-14 Bart Polot- adapt queue selction to new fc
2013-05-14 Bart Polot- doxygen
2013-05-14 Bart Polot- refactor fc init
2013-05-14 Bart Polot- use faster hash for tunnel hashmaps
2013-05-13 Bart Polot- remove capability of multiple clients per tunnel
2013-05-12 Bart Polot- revert not-ready changes
2013-05-12 Bart Polot- re-added APP_ANNOUNCE_TIME, still needed for mesh v1
2013-05-12 Florian Doldmissing config value
2013-05-10 Bart Polot- Change hash to speed up 16/32 bit lookups
2013-05-10 Bart Polot- avoid mixing path_refresh and tunnel_timeout
2013-05-10 Bart Polot- owner does not timeout tunnel
2013-05-10 Bart Polot- cancel poll when receiving big enough ack
2013-05-10 Bart Polot- fix poll for lost ack
2013-05-10 Bart Polot- implement new fwd/bck flow control mechanism
2013-05-10 Bart Polot- change internal API to use short IDs
2013-05-10 Bart Polot- adapt path keepalive to unicast (retransmission)
2013-05-10 Bart Polot- adapt path keepalive to unicast
2013-05-10 Bart Polot- remove the use of ntermediate MeshPathInfo struct...
2013-05-10 Bart Polot- remove one indirection level (no multicast ref counter)
2013-05-10 Bart Polot- remove trees from tunnels
2013-05-10 Bart Polot- clean up
2013-05-10 Bart Polot- proper memory usage
2013-05-10 Bart Polot- fix accidental removal
2013-05-10 Bart Polot- simplify adding path to tunnel
2013-05-10 Bart Polot- Fixes
2013-05-08 Bart Polot- remove application-related option
2013-05-08 Bart Polot- remove remaining regex code
2013-05-08 Bart Polot- remove regex client-side
2013-05-07 Bart Polot- remove regex from mesh
2013-05-07 Bart Polot- dont compile old tests anymore
2013-05-07 Bart Polot- make mesh2 compile
next