aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
* - fix ghost regex bugBart Polot2012-09-18
* - log errors only when they are errorsBart Polot2012-09-18
* - no return on voidBart Polot2012-09-17
* - fix strided regex usageBart Polot2012-09-17
* - return voidBart Polot2012-09-17
* - doxygenBart Polot2012-09-17
* - adapt mesh to strided regex implementationBart Polot2012-09-17
* fixing #1551/#2503Christian Grothoff2012-09-17
* - code formatBart Polot2012-09-14
* Added explicit keepalive to meshBart Polot2012-09-07
* - debugBart Polot2012-09-05
* - correct update of tunnel queue for multicast messagesBart Polot2012-09-04
* - simplify multicast client flow control, base all on ACKsBart Polot2012-09-04
* - simplify multicast refcountBart Polot2012-09-04
* - more debug infoBart Polot2012-09-04
* - coverity 10222Bart Polot2012-09-04
* - coverity 10210Bart Polot2012-09-04
* - make sure -1LL is consistently used everywhere, documentBart Polot2012-09-04
* - make sure all int64_t are treated as suchBart Polot2012-09-04
* - looking for the stall bugBart Polot2012-09-03
* - use proper next implementationBart Polot2012-09-03
* - try find where the extra ACKs come fromBart Polot2012-08-31
* - more info on multicast fcBart Polot2012-08-30
* - debug buildbot logsBart Polot2012-08-29
* - fix crash on disconnectBart Polot2012-08-29
* - only manage buffer on payloadBart Polot2012-08-27
* - debugBart Polot2012-08-27
* - leaksBart Polot2012-08-27
* - update peer buffer on sendBart Polot2012-08-27
* - explicitely drop oldest messageBart Polot2012-08-27
* - prepare cinfo on queue_sendBart Polot2012-08-27
* - per-child buffer controlBart Polot2012-08-27
* - separate multicast payload from control messagesBart Polot2012-08-24
* - not an errorBart Polot2012-08-24
* - fixes, refectoringBart Polot2012-08-24
* More dont-access-t-when-it-is-NULL fixesLRN2012-08-24
* Don't access t when t is NULLLRN2012-08-24
* - more debug, fix ack supressionBart Polot2012-08-23
* - multicast flow controlBart Polot2012-08-23
* - refactor wipBart Polot2012-08-23
* - fix SIGSEGBart Polot2012-08-23
* - more debugBart Polot2012-08-22
* - fix unsolicited message controlBart Polot2012-08-22
* - fix peer fwd ack gatheringBart Polot2012-08-22
* - don't break build on osx, winBart Polot2012-08-22
* - more info on errorBart Polot2012-08-21
* - don't show on empty dataBart Polot2012-08-21
* - added timing debug macros, improved local root->leaf performance ~20%Bart Polot2012-08-21
* - fixes, eliminate malformed data assertBart Polot2012-08-18
* - use window size client<->server, x4 fasterBart Polot2012-08-18