- more debug, fixes
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
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...
2012-02-22 Bart Polot- Fixed bugs in notification of destruction of incoming...
2012-02-22 Bart Polot- Remove MESH prefix from debug messages, include missi...
2012-02-21 Bart Polot- Fixed crash on DHT_put continuation
2012-02-21 Bart Polot- Removed MESH: prefix in debug messages
2012-02-20 Bart Polot- Fixed doxygen
2012-02-08 Bart PolotAttemp to fix ctrl-c crashes - disconnect from services...
2012-02-02 Bart Polot- Fixed compilation error, restored 2D torus as testing...
2012-02-02 Bart Polot- Improved readibility of code by removing a ton of...
2012-02-01 Bart Polot- Define new debug statements
2012-01-26 Bart Polot- Implemented a full explicit list-of-ignored-clients...
2012-01-26 Bart PolotWorkaround for #2104, initialize local tid when local...
2012-01-25 Bart Polot- When a client destroys an incoming tunnel, dont send...
2012-01-25 Bart Polot- Potential fix for #2104.
2012-01-24 Bart Polot- Don't crash on bogus data from client
2012-01-24 Bart PolotChanged incoming tunnel notification to delay until...
2012-01-23 Bart Polot- Additional fix to #2095 (local clients can do ToOrigi...
2012-01-23 Bart Polot- Attempted to fix #2095 (add incoming tunnel to incomi...
2012-01-20 Bart PolotFixed bug with remote tunnel traffic reception
2012-01-19 Bart PolotAdded TTL and MID initialization to tunnel refresh...
2012-01-19 Bart PolotFixed #2088, don't call receive_done on traffic not...
2012-01-19 Bart PolotFixed #2087, wrong local tunnel number sent when multip...
next