aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
...
* - don't build new mesh for now, too brokenBart Polot2013-07-24
* - wipBart Polot2013-07-23
* - missing fileBart Polot2013-07-23
* Change MESH API to use Tunnel to use ChannelBart Polot2013-07-23
* - add .h files for new mesh apiBart Polot2013-07-23
* - copy mesh protocol for encrypted versionBart Polot2013-07-23
* - dead codeBart Polot2013-07-23
* - add separate encryption enabled mesh to avoid breakage during developementBart Polot2013-07-23
* - doxygenBart Polot2013-07-23
* - don't use peer_info as a data strcut nameBart Polot2013-07-23
* - doxygenBart Polot2013-07-23
* - don't leak memory on repeated PATH_CREATEBart Polot2013-07-23
* - send ack could call queue_add and set the handlerBart Polot2013-07-22
* - don't try to do stuff on an error callbackBart Polot2013-07-22
* - remove assertion: can happen that if both own and cli send a destroy tunnel...Bart Polot2013-07-22
* - cancel polling on cancel_queuesBart Polot2013-07-22
* - not an error, messages could have crossed on the wireBart Polot2013-07-22
* - add port number to debugBart Polot2013-07-22
* - not an errorBart Polot2013-07-22
* - if the next peer has destroyed tunnel, don't poll, destroy any leftover tra...Bart Polot2013-07-22
* - inverted comparison operatorsBart Polot2013-07-22
* - copy and d'ohBart Polot2013-07-22
* - cancel retransmissions on destroyBart Polot2013-07-22
* - unregister ports on client disconnectBart Polot2013-07-22
* - try to work if both RELIABLE and NOBUFFER options are selectedBart Polot2013-07-22
* - fix mantis 2954Bart Polot2013-07-22
* - log wrong TIDBart Polot2013-07-22
* - move tunnel number verification to functionBart Polot2013-07-22
* - fixBart Polot2013-07-22
* - make sure fc->t is initializedBart Polot2013-07-22
* - allow same owner && clientBart Polot2013-07-22
* - fix cov10603Bart Polot2013-07-19
* - log tunnel state evolutionBart Polot2013-07-19
* - major refactoring, implement bi-directional keepalives, retransmit initial ...Bart Polot2013-07-19
* - fix condition to omit hop-by-hop ACKBart Polot2013-07-18
* -removing last bits of RSA support, as this code is now deadChristian Grothoff2013-07-18
* - fixBart Polot2013-07-18
* - don't zero send flag after a cancelled transmissionBart Polot2013-07-18
* - fix ACK for TO_ORIG trafficBart Polot2013-07-18
* - debugBart Polot2013-07-18
* - debug, cleanupBart Polot2013-07-18
* - doc, warningsBart Polot2013-07-18
* - TODOBart Polot2013-07-17
* - cleanupBart Polot2013-07-17
* - refactorBart Polot2013-07-17
* - return on errorBart Polot2013-07-17
* - use proper IDBart Polot2013-07-17
* - log event, not an errorBart Polot2013-07-17
* - start poll on queue_addBart Polot2013-07-17
* -use new APIBart Polot2013-07-16