aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-xdht_neighbours.c
Commit message (Collapse)AuthorAge
...
* xvine: fixesSupriti Singh2014-08-20
|
* xvine:fixesSupriti Singh2014-08-20
|
* trail rejection fixesSupriti Singh2014-08-19
|
* Xvine: FixesSupriti Singh2014-08-19
|
* - PUT/GET Code refactorSupriti Singh2014-08-19
|
* Check for loop in put and get pathSupriti Singh2014-08-19
|
* xvine:fixesSupriti Singh2014-08-18
|
* xvine fixesSupriti Singh2014-08-18
|
* - Return value in select_closest_peer() instead of pointerSupriti Singh2014-08-17
| | | | | - Handle no trail found in routing table
* Removed trail compression message. Checking for friend to source in trail setup.Supriti Singh2014-08-17
|
* Added correct routing table entry in trail setupSupriti Singh2014-08-17
|
* xvine:fixesSupriti Singh2014-08-16
|
* Remove the messages of disconnected peer from pending queue.Supriti Singh2014-08-16
|
* xvine: fixesSupriti Singh2014-08-14
|
* Check that you are not present in trail twiceSupriti Singh2014-08-13
| | | | | Check that sender peer is a valid peer
* Act Malicious service code Supriti Singh2014-08-13
|
* xvine:fixesSupriti Singh2014-08-10
|
* xvine:fixesSupriti Singh2014-08-10
|
* Xvine: FixesSupriti Singh2014-08-10
|
* Checking if circle is formed.Supriti Singh2014-08-10
|
* Using statistics to collect current successor of a peer in profilerSupriti Singh2014-08-08
|
* - Collect bandwidth statistics in profilerSupriti Singh2014-08-07
| | | | | | - Get average put/get length in profiler - Check for GNUNET_CONSTANTS_MAX_ENCRYPTED_MESSAGE_SIZE,instead of GNUNET_SERVER_MAX_MESSAGE_SIZE
* X-Vine:FixesSupriti Singh2014-08-06
|
* xvine: fixesSupriti Singh2014-08-06
|
* - added basic layout for b/w and successor stats collection in profilerSupriti Singh2014-08-06
| | | | | - fixes in neighbours
* Check for duplicate peers in trail setup and verify successorSupriti Singh2014-08-05
|
* Exponential backoff for find_finger_trail_taskSupriti Singh2014-08-05
|
* xvine:fixesSupriti Singh2014-08-04
|
* xvine:fixesSupriti Singh2014-08-04
|
* - code reviewBart Polot2014-08-01
|
* x-vine:fixesSupriti Singh2014-08-01
|
* x-vine:fixesSupriti Singh2014-07-31
|
* XVine: FixesSupriti Singh2014-07-31
|
* xdht: track topology successor and predecessor neighbours.Sree Harsha Totakura2014-07-24
|
* Calculating index from finger value and my identity using shift operationSupriti Singh2014-07-24
|
* xvine:fixesSupriti Singh2014-07-24
|
* Removing warningsSupriti Singh2014-07-16
|
* code cleanupSupriti Singh2014-07-16
|
* xvine: fixesSupriti Singh2014-07-16
|
* xvine: FixesSupriti Singh2014-07-06
|
* Xvine: fixesSupriti Singh2014-07-03
|
* xvine: fixesSupriti Singh2014-07-01
|
* xvine: bug fixesSupriti Singh2014-06-27
|
* xvine: bug fixSupriti Singh2014-06-26
|
* Handling 'put', 'get' and 'get result' correctlySupriti Singh2014-06-25
|
* xvine: fixesSupriti Singh2014-06-24
|
* don't send trail teardown in remove_matching_fingers()Supriti Singh2014-06-24
|
* Passing correct argument, is_predecessor to select_closest_peer()Supriti Singh2014-06-23
|
* xvine:bug fixSupriti Singh2014-06-23
|
* -- New message type, GNUNET_MESSAGE_TYPE_XDHT_P2P_PUT and ↵Supriti Singh2014-06-23
| | | | | | | | GNUNET_MESSAGE_TYPE_XDHT_P2P_GET -- Changing name of all the messages of X-Vine by appending X in front of DHT. -- Not sending trail teardown in case next_hop or prev_hop is me (remove routing trail due to disconnected peer)