-fixing #2546
[oweals/gnunet.git] / src / mesh /
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-31 Bart Polot- improved testcase, feedback, debug messages
2012-07-31 Bart Polot- fix overflow condition
2012-07-31 Bart Polot- fix client_tmt_rdy call, refactoring
2012-07-30 Bart Polot- timeout fix by harsha
2012-07-30 Bart Polot- timeout fix by harsha
2012-07-30 Bart Polot- doxygen
2012-07-30 Bart Polot- gauger test name
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- not a debug message
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- debug
2012-07-26 Bart Polot- mid -> pid
2012-07-26 Bart Polot- do clear th ALWAYS after calling notify_cb
2012-07-26 Bart Polot- don't clear th immediately, in case notify_cb calls...
2012-07-26 Bart Polot- add a test for traffic between two clients of a singl...
2012-07-26 Bart Polot- static
2012-07-26 Bart Polot- more debug logging
2012-07-26 Bart Polot- fix sending, refactoring
2012-07-26 Bart Polot- little refactoring
2012-07-25 Bart Polot- initialize pointer
2012-07-25 Bart Polot- adapt callback to ack
2012-07-25 Bart PolotEliminate mesh priority option
2012-07-25 Bart PolotEliminated mesh API buffering
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- fix typo, adjust testing values
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- fix coverity 10086
2012-07-23 Bart Polot- fix coverity 10087
2012-07-23 Bart Polot- collect more statistics
2012-07-23 Bart Polot- use statistics
2012-07-23 Bart Polot- use configuration file, use statistics, bugfixes...
2012-07-22 Christian Grothoff-doxygen
2012-07-22 LRNFix hostkey loading for old testing framework
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- new API calls
2012-07-20 Bart Polot- partial change, broken build system on laptop
2012-07-18 LRNReally try to fix compilation on Windows
2012-07-18 Bart Polot- try to fix compilation on Windows
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- don't run valgrind
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-18 Sree Harsha Totakuramesh compile
2012-07-17 Bart Polot- give slow machines more time to complete the test
2012-07-17 Bart Polot- fix #2498
2012-07-17 Bart PolotAdded REGEX announce and discovery to MESH
2012-07-17 Bart Polot- added debug messages, fixed regex timeout
2012-07-16 Bart Polot- fix regex search timeout crash
2012-07-16 Bart Polot- more debug messages
2012-07-16 Bart Polot- improve logging, add debug message for GNUNET_break
2012-07-13 Bart Polot- fix for a periodic accepting state, some refactoring
2012-07-13 Bart Polot- enable all 3 strings/regexes to be evaluated against...
2012-07-13 Bart Polot- full version of testcase, included data traffic to...
2012-07-13 Bart Polot- fix tests in offline situations
2012-07-12 Bart Polot-extend regex testcase, add debug info to service
2012-07-11 Bart Polot- refactoring
2012-07-11 Bart Polot- keep track of all results, try others peers on timeout
2012-07-11 Bart Polot- cancel search only after successful connect/ack
2012-07-10 Bart Polot- use different contexts for differents search stages...
2012-07-10 Bart Polot- doxygen
2012-07-07 Bart Polot- fix recursion in case of * states
2012-07-07 Bart Polot- temporarily avoid infinite recursion
2012-07-06 Bart Polot- use all functions, declare edge iterator
2012-07-06 Christian Grothoff-LRN: fix new mesh to compile
2012-07-05 Bart Polot- reuse old results for looping states in the dregex
2012-07-05 Bart Polot- dont run regex test until mesh_new is made default
2012-07-05 Bart Polot- remove d^Cug
2012-07-05 Bart Polot- run test_mesh_regex by default
2012-07-05 Bart Polot- simplified checks for success
next