aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
Commit message (Collapse)AuthorAge
* undo last commitJulius Bünger2015-01-18
|
* check if peer we open a channel to is liveJulius Bünger2015-01-18
|
* implemented seedingJulius Bünger2015-01-13
|
* -use separate message types for TRY_CONNECT and TRY_DISCONNECTChristian Grothoff2014-12-20
|
* Fuse PING into KX_EPHEMERALBart Polot2014-12-15
|
* fix key management issue with LOC signing identified in #3559Christian Grothoff2014-12-14
|
* massive rework of scalarproduct service, splitting into Alice and BobChristian Grothoff2014-12-06
|
* Import RPSBart Polot2014-12-05
|
* -fixing misc issues and bugs, including better termination logic for ↵Christian Grothoff2014-11-28
| | | | intersection and salt handling
* -fix sync signalling for plugin monitoringChristian Grothoff2014-11-23
|
* define transport plugin monitor IPC formatChristian Grothoff2014-10-23
|
* - Act malicious API completeSupriti Singh2014-09-22
| | | | | - Using multiple trails in PUT/GET
* Removing trail compression messageSupriti Singh2014-09-17
|
* Readding trail compression to check if it can reduce trail lengthSupriti Singh2014-08-28
|
* using tcp terminology for 3 way handshake: syn/syn_ack/ack Matthias Wachs2014-08-28
| | | | | renaming all functions, states, messages ...
* Adding a new message type, ↵Supriti Singh2014-08-22
| | | | GNUNET_MESSAGE_TYPE_XDHT_P2P_NOTIFY_SUCCESSOR_CONFIRMATION
* Removed trail compression message. Checking for friend to source in trail setup.Supriti Singh2014-08-17
|
* sensor: test case + fixesOmar Tarabai2014-08-15
|
* sensor: api changesOmar Tarabai2014-08-11
|
* sensor: towards anomaly reportingOmar Tarabai2014-08-05
|
* psyc, psycstore: retrieve state and historyGabor X Toth2014-07-30
|
* psyc: membership storeGabor X Toth2014-07-27
|
* sensor: towards update functionalityOmar Tarabai2014-07-25
|
* sensor: towards update functionalityOmar Tarabai2014-07-25
|
* sensor: towards update functionalityOmar Tarabai2014-07-24
|
* social: implement enter/leave/messaging; psyc: improvements and fixesGabor X Toth2014-07-23
| | | | | | | - social: implement enter/leave, send/receive messages, slicer - psyc, social: add struct GNUNET_PSYC_Message for single-fragment join messages - psyc: add message callback in addition to message part callback - client_manager, social, psyc, multicast: add disconnect callback
* PSYC(store), Multicast: use ECDSA slave/member keys; PSYC: add ↵Gabor X Toth2014-07-10
| | | | GNUNET_PSYC_message_create()
* moved common sensor functionality to a util libOmar Tarabai2014-07-03
|
* Handling 'put', 'get' and 'get result' correctlySupriti Singh2014-06-25
|
* -- 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)
* Add a debug "dump to stderr" feature to cadetBart Polot2014-06-18
|
* xvine - minor fixesSupriti Singh2014-06-17
|
* Enable (X)DHT service to be compiled with malicious code.Sree Harsha Totakura2014-06-06
|
* peerstore: fixes in watch functionalityOmar Tarabai2014-06-03
|
* header file changesOmar Tarabai2014-06-02
|
* Adapting verify successor code to use trail idSupriti Singh2014-05-28
| | | | | | Linear lookup in find_successor() Typo fix in comment of trail compression
* Using trail id Supriti Singh2014-05-27
| | | | | | Finger table add functionality complete Adding a new message trail compression
* add social serviceGabor X Toth2014-05-27
|
* psyc, multicast: join decisionGabor X Toth2014-05-22
|
* - Adding a new message type,GNUNET_MESSAGE_TYPE_DHT_P2P_ADD_TRAILSupriti Singh2014-05-19
| | | | | | - removing compare_and_update_predecessor() - refactoring trail rejection.
* peestore: towards iterate functionalityOmar Tarabai2014-05-17
|
* multicast, psyc: client connections, join requestsGabor X Toth2014-05-17
|
* peerstore helper fileOmar Tarabai2014-05-14
|
* PEERSTORE api overhaulOmar Tarabai2014-05-13
|
* multicast: send messages between client lib & serviceGabor X Toth2014-05-13
|
* update to PEERSTORE apiOmar Tarabai2014-05-07
|
* PEERSTORE api updateOmar Tarabai2014-05-07
|
* Rename mesh->cadetBart Polot2014-05-07
|
* WIP commit of scalar product 2.0. It is unfinished and does not yet pass ↵Christian Fuchs2014-05-07
| | | | | | | | | | | tests. This commit happens because of the move from mesh->cadet. - reverted SP API back to the original design from 2012 (using key-value pairs) - SP now uses set intersection to determine common elements from the set provided by the user - values are sorted based on their keys after intersection - removed state tracking, as simple tracking is now insufficient. Just checking for conditions directly is easier readable and less buggy - modified/renamed SP message types to reflect the changed behavior of SP
* psyc: in-order message deliveryGabor X Toth2014-05-06
|