aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
* - fixed regex offset, docBart Polot2012-10-26
* - implementation of configurable regex compressionBart Polot2012-10-26
* - fix bck numbering (fixes multicast but breaks loopback, I know)Bart Polot2012-10-25
* - show info on buildbotsBart Polot2012-10-25
* - Added regex specific stats to mesh serviceMaximilian Szengel2012-10-24
* - debugBart Polot2012-10-22
* - debug, styleBart Polot2012-10-19
* - fix bck ACK valueBart Polot2012-10-17
* - fix counter used for bck ACKs, styleBart Polot2012-10-17
* - fixed to_origin copy detection in multicast casesBart Polot2012-10-17
* - fix bck testcase, fix crash on warning, add FIXMEBart Polot2012-10-15
* - avoid crashing on shutdown in the middle of a test (timeout)Bart Polot2012-10-11
* - account for lost messagesBart Polot2012-10-11
* - update bck pid on all traffic, not only localBart Polot2012-10-11
* - initialize pid for case of errorBart Polot2012-10-11
* - check for to_origin duplicatesBart Polot2012-10-11
* - more debugBart Polot2012-10-11
* - Mark queue entry as deleted before destroyingBart Polot2012-10-10
* - adjust log levelBart Polot2012-10-10
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
* - change errorlevelBart Polot2012-10-05
* - temp. deactivate polling (causes crash)Bart Polot2012-10-05
* - fix #2580Bart Polot2012-10-05
* - WiP timers for ACK pollingBart Polot2012-10-05
* - Unsigned vlaue, can't be < 0Bart Polot2012-09-29
* - Fixed memory leakBart Polot2012-09-29
* - notify clients when a tunnel times outBart Polot2012-09-29
* - dont crash on cleanupBart Polot2012-09-29
* - fix mesh fc when buffering is offBart Polot2012-09-28
* - disable debug by defaultBart Polot2012-09-28
* - error messages more translator friendlyBart Polot2012-09-28
* - tunnel destoy is explicit nowBart Polot2012-09-28
* - ack off-by-oneBart Polot2012-09-28
* - fixesBart Polot2012-09-28
* -use sane data typesChristian Grothoff2012-09-28
* - docBart Polot2012-09-27
* - cancel tmt_rdy on peer disconnectBart Polot2012-09-27
* - fix uninitialized local variable useBart Polot2012-09-27
* - initialize local variableBart Polot2012-09-26
* - dont send uninitialized memoryBart Polot2012-09-26
* - on queue destroy, eliminate the entry in the peer's children info circular ...Bart Polot2012-09-26
* - Fix compilation errorsBart Polot2012-09-22
* - free info when destroying tunnel_destroy messageBart Polot2012-09-21
* - dont calculate hash if not necessaryBart Polot2012-09-21
* - dont destroy a tunnel right when a client leaves, send pending messages firstBart Polot2012-09-21
* - show on buildbotsBart Polot2012-09-21
* - still neededBart Polot2012-09-21
* - code style, refactor, documentationBart Polot2012-09-21
* - Avoid 4G loop, code styleBart Polot2012-09-21
* - fixed keepaliveBart Polot2012-09-20