aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* Try to fix mesh dependenciesLRN2013-05-22
* -fixes to error reportingChristian Grothoff2013-05-21
* - avoid double freeBart Polot2013-05-16
* - start listening to clients only after CORE connectionBart Polot2013-05-16
* - dont run PREFIX by defaultBart Polot2013-05-16
* - wipe in case of local variable usageBart 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
* - config files for test, ignoreBart Polot2013-05-16
* - add mesh2 local testcaseBart 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
* - FixBart Polot2013-05-14
* - Remove old tree libBart Polot2013-05-14
* - Added status flag for tunnelsBart Polot2013-05-14
* - fixesBart Polot2013-05-14
* - styleBart Polot2013-05-14
* - fix ack value sent on dataBart Polot2013-05-14
* - remove transmission descriptor, simple cls is enoughBart Polot2013-05-14
* - adapt queue selction to new fcBart Polot2013-05-14
* - doxygenBart Polot2013-05-14
* - refactor fc initBart Polot2013-05-14
* - use faster hash for tunnel hashmapsBart Polot2013-05-14
* - remove capability of multiple clients per tunnelBart Polot2013-05-13
* - revert not-ready changesBart Polot2013-05-12
* - re-added APP_ANNOUNCE_TIME, still needed for mesh v1Bart Polot2013-05-12
* missing config valueFlorian Dold2013-05-12
* - Change hash to speed up 16/32 bit lookupsBart Polot2013-05-10
* - avoid mixing path_refresh and tunnel_timeoutBart Polot2013-05-10
* - owner does not timeout tunnelBart Polot2013-05-10
* - cancel poll when receiving big enough ackBart Polot2013-05-10
* - fix poll for lost ackBart Polot2013-05-10
* - implement new fwd/bck flow control mechanismBart Polot2013-05-10
* - change internal API to use short IDsBart Polot2013-05-10
* - adapt path keepalive to unicast (retransmission)Bart Polot2013-05-10
* - adapt path keepalive to unicastBart Polot2013-05-10
* - remove the use of ntermediate MeshPathInfo struct, all can be passed in tunnelBart Polot2013-05-10
* - remove one indirection level (no multicast ref counter)Bart Polot2013-05-10
* - remove trees from tunnelsBart Polot2013-05-10
* - clean upBart Polot2013-05-10
* - proper memory usageBart Polot2013-05-10
* - fix accidental removalBart Polot2013-05-10