aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh-new.c
Commit message (Expand)AuthorAge
* Replace mesh with new versionBart Polot2013-06-28
* - fix path refreshBart Polot2013-06-28
* - fix nobuffer behaviorBart Polot2013-06-28
* - just update fc->queue for payload messagesBart Polot2013-06-26
* - avoid double adding of tunnel to peer_info for local tunnelsBart Polot2013-06-26
* - separate key generation from path managementeBart Polot2013-06-26
* - add paths to self from core, no need for dht lookupBart Polot2013-06-26
* - add client connection debug infoBart Polot2013-06-25
* - make sure to free all peer_rc on errorBart Polot2013-06-25
* - avoid valgrind uninitialized memory warningBart Polot2013-06-25
* - fixed use after free on shutdownBart Polot2013-06-25
* - warningBart Polot2013-06-25
* - avoid double freeBart Polot2013-06-25
* - make sure not to leak rc on shutdownBart Polot2013-06-25
* - fix peer_id rcBart Polot2013-06-25
* - fix memleakBart Polot2013-06-25
* - drop to_orig messages on 0 ttlBart Polot2013-06-19
* - combine payload encapsulation structsBart Polot2013-06-19
* - fixBart Polot2013-06-14
* - change service to support client explicit ACKBart Polot2013-06-13
* - remove unfounded ERROR messageBart Polot2013-06-10
* - refactor, check stack buffer sizeBart Polot2013-06-07
* - relay PATH_ACK to clientBart Polot2013-06-07
* - mystery #3: why was this deleted?Bart Polot2013-06-07
* - obsolete breakBart Polot2013-06-07
* - fix memleakBart Polot2013-06-07
* - fix memleakBart Polot2013-06-07
* - avoid infinite loop when destroying local loop tunnelBart Polot2013-06-07
* - again, how did this get here?Bart Polot2013-06-07
* - fix shutdown segfaultBart Polot2013-06-07
* - fix shutdown crashBart Polot2013-06-07
* - remove fixed window size from service, fix crashBart Polot2013-06-07
* refactor, improve debug outputBart Polot2013-06-05
* -fixes to error reportingChristian Grothoff2013-05-21
* - avoid double freeBart Polot2013-05-16
* - start listening to clients only after CORE connectionBart Polot2013-05-16
* - dohBart Polot2013-05-16
* - fix memory leak, path assignment, peer_rc updatesBart Polot2013-05-16
* - always set prev & next hop to allow reuse of p2p code for local-only tunnelsBart Polot2013-05-16
* - debugBart Polot2013-05-16
* - fixBart Polot2013-05-16
* - use 3-way handshake CREATE-PATH_ACK-ACK to delay traffic on new tunnelsBart Polot2013-05-16
* - stop using message types of payload on service sideBart Polot2013-05-15
* - use port for tunnel creation / notificationBart Polot2013-05-15
* - Added tunnel port parameterBart Polot2013-05-14
* - make sure all flow control values are updated correctlyBart Polot2013-05-14
* - dont use per-hop packet IDBart Polot2013-05-14
* - fix core error handlingBart Polot2013-05-14
* - Remove old tree libBart Polot2013-05-14
* - Added status flag for tunnelsBart Polot2013-05-14