- more debug, fix ack supression
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
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
2012-08-21 Bart Polot- more info on error
2012-08-21 Bart Polot- don't show on empty data
2012-08-21 Bart Polot- added timing debug macros, improved local root->leaf...
2012-08-18 Bart Polot- fixes, eliminate malformed data assert
2012-08-18 Bart Polot- use window size client<->server, x4 faster
2012-08-18 Bart Polot- make api use same window size
2012-08-18 Bart Polot- use deltas in bck ack
2012-08-18 Bart Polot- more debug
2012-08-17 Bart Polot- more debug
2012-08-16 Bart Polot- Fix local ACK
2012-08-16 Bart Polot- cleanup flow control code
2012-08-16 Bart Polot- refactoring
2012-08-16 Bart Polot- doxygen, refactor
2012-08-16 Bart Polot- more debug, fixes
2012-08-14 Bart Polot- autocomplete fail
2012-08-14 Bart Polot- avoid buildbots going crazy forever
2012-08-09 Bart Polot- refactoring
2012-08-09 Bart Polot- add debug functions, refactor, add common code file
2012-08-09 Bart Polot- validate client generated PID
2012-08-09 Bart Polot- validate client generated PIDs
2012-08-09 Bart Polot- fix PID sequence
2012-08-09 Bart Polot- wip bck ack
2012-08-08 Bart Polot- wip
2012-08-08 Bart Polot- towards local packet numbering for flow control
2012-08-08 Bart Polot- initialize ack values on start
2012-08-08 Bart Polot- changed client / children bck ack handling, wip
2012-08-06 Bart Polot- fixes, refactoring
2012-08-06 Bart Polot- wip
2012-08-02 Bart Polot- try to fix windows compilation error
2012-08-02 Bart Polot-m fix client FWD ACK
2012-08-02 Bart Polot- fixes, more refactoring
2012-08-01 Bart Polot- refactoring, documentation
2012-08-01 Bart Polot- use min/max functions to cover overflow cases
2012-08-01 Bart Polot- wip
2012-08-01 Bart Polot- wip
2012-08-01 Bart Polot- fix segfault
2012-07-31 Bart Polot- wip client->service ack
2012-07-31 Bart Polot- dont reject local ack from client
2012-07-31 Bart Polot- make sure to always have GNUNET_break immediately...
2012-07-31 Bart Polot- more debug, client side ACK
2012-07-30 Bart Polot- doxygen
2012-07-30 Bart Polot- fix client<->service flow control
2012-07-30 Bart Polot- allow loopback
2012-07-27 Bart Polot- wip
2012-07-27 Bart Polot- fix crash on typeless clients
2012-07-27 Bart Polot- more debug msgs
2012-07-27 Bart Polot- dont send duplicate acks, allow null client
2012-07-27 Bart Polot- wip flow control service<-> client
2012-07-26 Bart Polot- mid -> pid
2012-07-26 Bart Polot- little refactoring
2012-07-25 Bart Polot- add tunnel and queue accounting
2012-07-25 Bart Polot- more fixmes
2012-07-25 Bart Polot- fixes, doc
2012-07-25 Bart Polot- don't allow unexpected ACKs
2012-07-25 Bart Polot- doxygen
2012-07-25 Bart Polot- add children info update on unicast
2012-07-25 Bart Polot- handle data acks
2012-07-24 Bart Polot- more flow control
2012-07-24 Bart Polot- collect children information for ack
2012-07-23 Bart Polot- doxygen, explicit raw packet queueing
2012-07-23 Bart Polot- ack function
2012-07-23 Bart Polot- message format for flow control info
2012-07-23 Bart Polot- listen to client again
2012-07-23 Bart Polot- collect more statistics
2012-07-23 Bart Polot- use configuration file, use statistics, bugfixes...
2012-07-22 Christian Grothoff-doxygen
2012-07-20 Bart Polot- fixes, new message
2012-07-20 Bart Polot- add packet ID to both multicast and unicast
2012-07-20 Bart Polot- partial change, broken build system on laptop
2012-07-18 Bart Polot- use free_non_null
2012-07-18 Bart Polot- check for NULL
2012-07-18 Bart Polot- fix memleaks in regex
2012-07-18 Bart Polot- fix memleak
2012-07-18 Bart Polot- let tunnel empty queue before destroying
2012-07-18 Bart Polot- add canceling of untransmitted requests upon tunnel...
2012-07-17 Bart Polot- fix #2498
2012-07-17 Bart PolotAdded REGEX announce and discovery to MESH
2012-06-18 Bart Polot- doxygen
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-06-12 Bart PolotRemoved core queue requirements from mesh (backporting...
2012-06-09 Christian Grothoff-simplifying core API (#2400)
2012-05-27 Christian Grothoffrenaming GNUNET_TIME_relative_get_forever and GNUNET_TI...
2012-05-27 Christian Grothoff-fixing #2340
2012-05-16 Matthias Wachs- compile error
2012-05-15 Christian Grothoff-help seaspider some more
2012-05-15 Christian Grothoff-help seaspider some more
2012-05-15 Christian Grothoff-help seaspider some more
2012-05-14 Christian Grothoff-help safey
2012-04-26 Christian Grothoff-fixing #2277
2012-04-25 Bart Polot- Wrong order of function calling, caused notifing...
2012-04-24 Christian Grothoff-trying to resolve alignment issue on sparc
2012-04-19 Bart Polot- Fixed bug where ignoring incoming tunnel by owner...
next