-clarify logic
[oweals/gnunet.git] / src / dht / gnunet_dht_profiler.c
2014-12-20 Christian Grothoff-clarify logic
2014-10-05 Christian Grothoff-add assertion
2014-09-22 Supriti Singhxvine: better log prints
2014-09-22 Supriti Singhxvine: remove warnings
2014-09-22 Supriti SinghX-Vine: Fixes
2014-09-22 Supriti Singh- Act malicious API complete
2014-09-17 Supriti SinghRemoving trail compression message
2014-09-05 Supriti SinghRemoving r5n profiler, using the same profiler for...
2014-08-27 Supriti SinghExponential backoff
2014-08-26 Supriti SinghIf 0 max search, use r5n dht
2014-08-26 Sree Harsha TotakuraWait for Bandwidth statistics to be collected.
2014-08-25 Supriti Singh- Adding r5n profiler.
2014-08-24 Supriti SinghChanging delay_put and delay_get
2014-08-24 Supriti SinghRandomized PUT/GET delay interval.
2014-08-24 Supriti SinghCode refactoring
2014-08-22 Supriti SinghModified logic for notify successor
2014-08-22 Supriti SinghFixme
2014-08-22 Sree Harsha TotakuraDo not continue if we are going to shutdown.
2014-08-22 Sree Harsha TotakuraTeardown DHT connection after clearing up the ActiveContext
2014-08-22 Sree Harsha TotakuraMake the delays to start PUTs and GETs configurable...
2014-08-22 Sree Harsha TotakuraDo not realloc as this will render the pointers to...
2014-08-22 Sree Harsha TotakuraAfter completing DHT PUT operations teardown the servic...
2014-08-21 Supriti SinghCommented out Exponential Backoff
2014-08-21 Supriti SinghChanged find_finger and verify_successor timeouts
2014-08-21 Supriti SinghFixing Warning, Creating new delays for puts and gets
2014-08-21 Supriti SinghFree successor_hash_map
2014-08-21 Supriti SinghCode refactoring
2014-08-21 Supriti SinghProper log messages
2014-08-21 Supriti SinghChanging the logic to check for circle completion
2014-08-21 Supriti SinghFixing trail setup rejection
2014-08-20 Sree Harsha Totakura- fixes
2014-08-20 Sree Harsha TotakuraChange the mode in DHT disconnect handler.
2014-08-20 Sree Harsha TotakuraReconnect to DHT services for doing GETs after PUTs...
2014-08-20 Sree Harsha TotakuraMark operations as done when they are finished.
2014-08-20 Sree Harsha TotakuraFix counting started peers.
2014-08-20 Sree Harsha TotakuraStart PUTs and GETs only from active peers
2014-08-19 Supriti SinghFixing warning
2014-08-19 Supriti Singh- PUT/GET Code refactor
2014-08-19 Supriti SinghCheck for loop in put and get path
2014-08-13 Supriti SinghCheck that you are not present in trail twice
2014-08-13 Supriti SinghAct Malicious service code
2014-08-10 Supriti SinghChecking if circle is formed.
2014-08-08 Sree Harsha Totakura-Fixmes
2014-08-08 Supriti SinghUsing statistics to collect current successor of a...
2014-08-07 Supriti Singh- Collect bandwidth statistics in profiler
2014-08-06 Supriti SinghX-Vine:Fixes
2014-08-06 Supriti Singh- added basic layout for b/w and successor stats collec...
2014-08-01 Supriti Singhx-vine:fixes
2014-07-31 Supriti SinghXVine: Fixes
2014-07-14 Supriti SinghAdd DEBUG to GET requests. Add replication degree...
2014-07-14 Supriti SinghClose client connection to DHT once GET is succeeded...
2014-07-14 Supriti SinghUse correct key while doing GET. Wait for all PUT...
2014-07-06 Supriti Singhxvine: Fixes
2014-07-03 Supriti SinghXvine: fixes
2014-07-01 Supriti Singhxvine: fixes
2014-06-27 Supriti Singhxvine: bug fixes
2014-06-22 Christian Grothoff-fix doxygen
2014-06-20 Sree Harsha TotakuraAdd DHT profiler.
2014-06-06 Sree Harsha TotakuraAdd profiler stub for DHT.