-add adv port
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
2012-10-30 Maximilian Szengelmesh regex profiler
2012-10-26 Bart Polot- fixed regex offset, doc
2012-10-26 Bart Polot- implementation of configurable regex compression
2012-10-25 Bart Polot- fix bck numbering (fixes multicast but breaks loopbac...
2012-10-25 Bart Polot- show info on buildbots
2012-10-24 Maximilian Szengel- Added regex specific stats to mesh service
2012-10-22 Bart Polot- debug
2012-10-19 Bart Polot- debug, style
2012-10-17 Bart Polot- fix bck ACK value
2012-10-17 Bart Polot- fix counter used for bck ACKs, style
2012-10-17 Bart Polot- fixed to_origin copy detection in multicast cases
2012-10-15 Bart Polot- fix bck testcase, fix crash on warning, add FIXME
2012-10-11 Bart Polot- avoid crashing on shutdown in the middle of a test...
2012-10-11 Bart Polot- account for lost messages
2012-10-11 Bart Polot- update bck pid on all traffic, not only local
2012-10-11 Bart Polot- initialize pid for case of error
2012-10-11 Bart Polot- check for to_origin duplicates
2012-10-11 Bart Polot- more debug
2012-10-10 Bart Polot- Mark queue entry as deleted before destroying
2012-10-10 Bart Polot- adjust log level
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-10-05 Bart Polot- change errorlevel
2012-10-05 Bart Polot- temp. deactivate polling (causes crash)
2012-10-05 Bart Polot- fix #2580
2012-10-05 Bart Polot- WiP timers for ACK polling
2012-09-29 Bart Polot- Unsigned vlaue, can't be < 0
2012-09-29 Bart Polot- Fixed memory leak
2012-09-29 Bart Polot- notify clients when a tunnel times out
2012-09-29 Bart Polot- dont crash on cleanup
2012-09-28 Bart Polot- fix mesh fc when buffering is off
2012-09-28 Bart Polot- disable debug by default
2012-09-28 Bart Polot- error messages more translator friendly
2012-09-28 Bart Polot- tunnel destoy is explicit now
2012-09-28 Bart Polot- ack off-by-one
2012-09-28 Bart Polot- fixes
2012-09-28 Christian Grothoff-use sane data types
2012-09-27 Bart Polot- doc
2012-09-27 Bart Polot- cancel tmt_rdy on peer disconnect
2012-09-27 Bart Polot- fix uninitialized local variable use
2012-09-26 Bart Polot- initialize local variable
2012-09-26 Bart Polot- dont send uninitialized memory
2012-09-26 Bart Polot- on queue destroy, eliminate the entry in the peer...
2012-09-22 Bart Polot- Fix compilation errors
2012-09-21 Bart Polot- free info when destroying tunnel_destroy message
2012-09-21 Bart Polot- dont calculate hash if not necessary
2012-09-21 Bart Polot- dont destroy a tunnel right when a client leaves...
2012-09-21 Bart Polot- show on buildbots
2012-09-21 Bart Polot- still needed
2012-09-21 Bart Polot- code style, refactor, documentation
2012-09-21 Bart Polot- Avoid 4G loop, code style
2012-09-20 Bart Polot- fixed keepalive
2012-09-20 Bart Polot- delete deprected parameters, update doc
2012-09-20 Bart Polot- doc
2012-09-20 Bart Polot- reorder for case of shutdown
2012-09-20 Bart Polot- log timeout, try to fix ACK for min_speed
2012-09-18 Bart Polot- fix ghost regex bug
2012-09-18 Bart Polot- log errors only when they are errors
2012-09-17 Bart Polot- no return on void
2012-09-17 Bart Polot- fix strided regex usage
2012-09-17 Bart Polot- return void
2012-09-17 Bart Polot- doxygen
2012-09-17 Bart Polot- adapt mesh to strided regex implementation
2012-09-17 Christian Grothofffixing #1551/#2503
2012-09-14 Bart Polot- code format
2012-09-07 Bart PolotAdded explicit keepalive to mesh
2012-09-05 Bart Polot- debug
2012-09-04 Bart Polot- correct update of tunnel queue for multicast messages
2012-09-04 Bart Polot- simplify multicast client flow control, base all...
2012-09-04 Bart Polot- simplify multicast refcount
2012-09-04 Bart Polot- more debug info
2012-09-04 Bart Polot- coverity 10222
2012-09-04 Bart Polot- coverity 10210
2012-09-04 Bart Polot- make sure -1LL is consistently used everywhere, document
2012-09-04 Bart Polot- make sure all int64_t are treated as such
2012-09-03 Bart Polot- looking for the stall bug
2012-09-03 Bart Polot- use proper next implementation
2012-08-31 Bart Polot- try find where the extra ACKs come from
2012-08-30 Bart Polot- more info on multicast fc
2012-08-29 Bart Polot- debug buildbot logs
2012-08-29 Bart Polot- fix crash on disconnect
2012-08-27 Bart Polot- only manage buffer on payload
2012-08-27 Bart Polot- debug
2012-08-27 Bart Polot- leaks
2012-08-27 Bart Polot- update peer buffer on send
2012-08-27 Bart Polot- explicitely drop oldest message
2012-08-27 Bart Polot- prepare cinfo on queue_send
2012-08-27 Bart Polot- per-child buffer control
2012-08-24 Bart Polot- separate multicast payload from control messages
2012-08-24 Bart Polot- not an error
2012-08-24 Bart Polot- fixes, refectoring
2012-08-24 LRNMore dont-access-t-when-it-is-NULL fixes
2012-08-24 LRNDon't access t when t is NULL
2012-08-23 Bart Polot- more debug, fix ack supression
2012-08-23 Bart Polot- multicast flow control
2012-08-23 Bart Polot- refactor wip
2012-08-23 Bart Polot- fix SIGSEG
2012-08-22 Bart Polot- more debug
2012-08-22 Bart Polot- fix unsolicited message control
2012-08-22 Bart Polot- fix peer fwd ack gathering
2012-08-22 Bart Polot- don't break build on osx, win
next