fix: do not assert if plugin sends you invalid network type
[oweals/gnunet.git] / src / mesh /
2013-07-01 Bart Polot- remove dead code
2013-07-01 Bart Polot- note to self: when debugging, use correct executable
2013-06-28 Bart Polot- fix braindead win32 build process
2013-06-28 Bart PolotReplace mesh with new version
2013-06-28 Bart Polot- fix path refresh
2013-06-28 Bart Polot- force timeout during tests
2013-06-28 Bart Polot- fix nobuffer behavior
2013-06-27 Bart Polot- add equivalent of old tests to mesh2
2013-06-27 Bart Polot- use more universal names for test discrimination
2013-06-27 Bart Polot- fix success condition
2013-06-27 David BarksdaleMake building gnunet-testing lib optional.
2013-06-26 Bart Polot- when creating a tunnel, pre-accept first incoming...
2013-06-26 Bart Polot- just update fc->queue for payload messages
2013-06-26 Christian Grothoff-introducing signing of regex accept states, removing...
2013-06-26 Bart Polot- update to mesh2
2013-06-26 Bart Polot- fixed 2906
2013-06-26 Bart Polot- use clearer debug numbers
2013-06-26 Bart Polot- style
2013-06-26 Bart Polot- doxygen
2013-06-26 Bart Polot- avoid double adding of tunnel to peer_info for local...
2013-06-26 Bart Polot- separate key generation from path managemente
2013-06-26 Bart Polot- add paths to self from core, no need for dht lookup
2013-06-25 Bart Polot- add client connection debug info
2013-06-25 Bart Polot- fix unrelated bug in 2906 comments
2013-06-25 Florian Doldtesting lib missing in mesh Makefile.am
2013-06-25 Bart Polot- make sure to free all peer_rc on error
2013-06-25 Bart Polot- fix 2906
2013-06-25 Bart Polot- avoid valgrind uninitialized memory warning
2013-06-25 Bart Polot- fixed use after free on shutdown
2013-06-25 Bart Polot- warning
2013-06-25 Bart Polot- avoid double free
2013-06-25 Bart Polot- make sure not to leak rc on shutdown
2013-06-25 Bart Polot- fix peer_id rc
2013-06-25 Bart Polot- fix unicast/to_origin oversimplification
2013-06-25 Bart Polot- typo on debug
2013-06-25 Bart Polot- compiler warning
2013-06-25 Bart Polot- fix memleak
2013-06-20 Christian Grothoffrenaming libgnunetregexnew to libgnunetregex
2013-06-20 Christian Grothoffcontinuing refactoring of regex library structure,...
2013-06-19 Bart Polot- drop to_orig messages on 0 ttl
2013-06-19 Bart Polot- combine payload encapsulation structs
2013-06-19 Bart Polot- use new data callback with no sender info
2013-06-19 Bart PolotChange in mesh API: data callback no longer provides...
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
next