-allow caller ID to differ from zone used for resolution
[oweals/gnunet.git] / src / dht / gnunet-service-xdht_neighbours.c
2014-06-05 Supriti SinghNot passing finger_map_index in trail setup message.
2014-06-01 Supriti SinghFixing issue #0003414
2014-05-30 Bart Polot- code review notes
2014-05-30 Supriti Singh-Adapting trail teardown and add trail messages for...
2014-05-28 Supriti SinghRemoving warning messages
2014-05-28 Supriti SinghAdapting verify successor code to use trail id
2014-05-27 Supriti SinghUsing trail id
2014-05-21 Supriti SinghRefactoring
2014-05-20 Supriti Singh- Adding code to check for congestion and threshold...
2014-05-19 Supriti Singh- Adding a new message type,GNUNET_MESSAGE_TYPE_DHT_P2P...
2014-05-16 Supriti Singh Bug fix
2014-05-14 Supriti Singh- Fixes in routing table functions
2014-05-13 Supriti SinghHandling the correct return type from find_successor...
2014-05-13 Supriti Singh- Adding a new field in struct PeerTrailTearDownMessage...
2014-05-13 Supriti Singh- Changing send_verify_successor_message to a function...
2014-05-12 Supriti Singhrefactoring the code for finger_table_add(), compare_an...
2014-05-11 Christian Grothoff-note to supriti
2014-05-11 Andrew CannMinor bigfixes.
2014-05-05 Supriti SinghHandling all the cases while adding a new entry in...
2014-04-28 Supriti SinghHandling trail rejection message, not using a failed...
2014-04-23 Supriti SinghRemoving compile warnings
2014-04-16 Supriti SinghRemoving routing table entries corresponding to disconn...
2014-04-15 Supriti SinghRemoving current_trail_index, current_destination_type...
2014-04-13 Supriti Singhchanges in get and put code.
2014-04-13 Supriti SinghFramework for trail rejection and threshold on links
2014-04-08 Christian Grothoff-doxygen
2014-04-07 Supriti Singh1.Removed GNUNET_CRYPTO_compute_finger_identity
2014-03-28 Supriti SinghFramework for put/get/monitor
2014-03-24 Supriti SinghMerged update_successor and update_predecessor with...
2014-03-20 Supriti SinghUpdated find successor
2014-03-17 Supriti SinghAdded a dll to store finger trail in struct FingerInfo
2014-03-11 Supriti Singh- verify successor result
2014-03-06 Supriti Singh- verify_successor
2014-03-06 Supriti Singh- Modified find_successor
2014-03-05 Supriti Singh- Adding self to trail_peer_list
2014-02-25 Supriti SinghFixed memory allocation for peer list.
2014-02-24 Supriti Singh1. Refactored the code for trail setup and trail setup...
2014-02-17 Supriti Singh1.Modified struct PeerTrailSetupMessage and PeerTrailSe...
2014-02-07 Supriti SinghComputing finger identity using libgcrypt functions.
2014-02-04 Supriti SinghFinding successor of a peer id.
2014-02-03 Supriti Singh1. Adding an entry in routing table.
2014-01-31 Supriti SinghHandling trail setup result message.
2014-01-28 Supriti SinghImplemented logic to randomly choose a friend.
2014-01-27 Supriti Singh-Modified struct PeerTrailSetupMessage.
2014-01-21 Supriti Singhincomplete code for finger and friend tables
2013-12-19 LRNmalloc -> new
2013-12-12 Christian Grothoff-fixing includex for xdht
2013-12-05 Christian Grothoff-template for supriti/xvine