aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
Commit message (Expand)AuthorAge
* - use one tunnelnotification structBart Polot2013-07-13
* - nboBart Polot2013-07-10
* - when did this disappear????Bart Polot2013-07-10
* - simplified MESH client<->service API as per suggestions in bug #2934Bart Polot2013-07-10
* - full message struct initializationFlorian Dold2013-07-10
* - don't reject future traffic, related to bug #2934Bart Polot2013-07-09
* - initialized all fields of mesh's tunnel destroy messageFlorian Dold2013-07-09
* - debug, indentationBart Polot2013-07-08
* Added mesh reliable tunnelsBart Polot2013-07-08
* -doxygen fixesChristian Grothoff2013-07-07
* - prepare for relaible meshBart Polot2013-07-03
* Replace mesh with new versionBart Polot2013-06-28
* - fix app types allocationBart Polot2013-03-21
* -fixmeChristian Grothoff2013-01-03
* - allow NULL arrays of handlers and stypesBart Polot2012-12-18
* - use correct size for messageBart Polot2012-12-13
* - break regex into multiple messagesBart Polot2012-12-12
* - fixBart Polot2012-12-12
* - die verboselyBart Polot2012-12-12
* - changed mesh api for monitoringBart Polot2012-12-04
* - changed mesh 'monitor' APIBart Polot2012-11-30
* - monitor tunnel inital implementation, WIPBart Polot2012-11-22
* Added mesh CLI with basic tunnel listingBart Polot2012-11-17
* -not a warningChristian Grothoff2012-11-12
* - fixed regex offset, docBart Polot2012-10-26
* passing mesage header instead of messageMaximilian Szengel2012-10-26
* - implementation of configurable regex compressionBart Polot2012-10-26
* - add compression length to mesh api announce_regexBart Polot2012-10-26
* - more verbose debug messageBart Polot2012-10-17
* - fix mesh fc when buffering is offBart Polot2012-09-28
* -fixing #2546Christian Grothoff2012-09-16
* - initialized ttlBart Polot2012-09-04
* - Remove deprecated code, coverity 10236Bart Polot2012-08-29
* - Coverity 10269Bart Polot2012-08-29
* - send only one ack per packet, send before callback (callback can issue dest...Bart Polot2012-08-24
* - oops, remove debug codeBart Polot2012-08-21
* - clients sends ACK only on threshold, ~1.7x speedup on loopbackBart Polot2012-08-21
* - use window size client<->server, x4 fasterBart Polot2012-08-18
* - make api use same window sizeBart Polot2012-08-18
* - fixBart Polot2012-08-18
* - initialize recv pid, reset on reconncetBart Polot2012-08-18
* - adjust initial ack value for clientsBart Polot2012-08-18
* - refactoring, more debugBart Polot2012-08-18
* - fix message send on reconnectBart Polot2012-08-18
* - explicit bck counterBart Polot2012-08-18
* - Clean debug outputBart Polot2012-08-16
* - debugBart Polot2012-08-16
* - blindness curedBart Polot2012-08-13
* - better debugBart Polot2012-08-09
* - use stringsBart Polot2012-08-09