- fixes, debug
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh-new.c
2013-06-13 Bart Polot- change service to support client explicit ACK
2013-06-10 Bart Polot- remove unfounded ERROR message
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- 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- remove fixed window size from service, fix crash
2013-06-05 Bart Polotrefactor, improve debug output
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- 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- 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- 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-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- 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- make mesh2 compile
2013-05-07 Bart Polot- wip
2013-05-07 Bart Polot- wip
2013-05-07 Bart Polot- remove regex integration from mesh2
2013-05-07 Bart Polot- make api compile
2013-05-03 Bart Polot- update service new to ecc
2013-03-21 Bart Polot- doxygen
2013-03-21 Matthias Wachsfix core api
2013-01-17 Bart PolotMove regex DHT integration from mesh to regex
2012-11-05 Bart Polot- initialize all fcinfo fields
2012-11-05 Christian Grothoff-fix fix
2012-11-05 Christian Grothoff-fix uninitialized var
2012-11-05 Bart Polot- todo
2012-11-05 Bart Polot- todo
2012-11-05 Bart Polot- fix
2012-11-05 Bart Polot- doc, remove unused parameters
2012-11-05 Bart Polot- backport fix to mesh_new
2012-11-05 Bart Polot- fix coverity 10365
2012-11-05 Bart Polot- sync
2012-10-30 Bart Polot- refactoring, make compile
2012-10-30 Bart Polot- refactoring
2012-10-30 Bart Polot- refactoring, oneliners
2012-10-30 Bart Polot- refactoring, clinfo -> fcinfo
2012-10-30 Bart Polot- refactoring, cinfo -> fcinfo
2012-10-30 Bart Polot- refactoring
2012-10-30 Bart Polot- unify client/child data structure
2012-10-30 Bart Polot- new service