aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
...
* multicast: send messages between client lib & serviceGabor X Toth2014-05-13
|
* towards PEERSTORE iterateOmar Tarabai2014-05-12
|
* PEERSTORE store functionOmar Tarabai2014-05-12
|
* update to PEERSTORE apiOmar Tarabai2014-05-07
|
* PEERSTORE api updateOmar Tarabai2014-05-07
|
* - update makefileBart Polot2014-05-07
|
* - move include fileBart Polot2014-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
|
* add GNUNET_CONTAINER_heap_peek2()Gabor X Toth2014-05-06
|
* towards PEERSTORE apiOmar Tarabai2014-05-05
|
* PEERSTORE sqlite plugin store functionOmar Tarabai2014-04-27
|
* towards PEERSTORE file pluginOmar Tarabai2014-04-25
|
* towards PEERSTOREOmar Tarabai2014-04-24
|
* PEERSTORE initial commitOmar Tarabai2014-04-24
|
* Removing compile warningsSupriti Singh2014-04-23
| | | | | Adding a new message type, tear down.
* fix #3348: send typemap confirmation messages, perform faster typemap ↵Christian Grothoff2014-04-23
| | | | retransmissions for unconfirmed typemaps, restart retransmissions on reconnect
* -rename to conform with naming conventionsChristian Grothoff2014-04-23
|
* warning fixOmar Tarabai2014-04-17
|
* -doxygen, plus FIXME request for clarificationChristian Grothoff2014-04-16
|
* SENSOR service integrationOmar Tarabai2014-04-14
|
* SENSOR service integrationOmar Tarabai2014-04-14
|
* Framework for trail rejection and threshold on linksSupriti Singh2014-04-13
| | | | | first phase changes for get.
* towards fixing #3363: replacing old iteration API with new monitoring API ↵Christian Grothoff2014-04-11
| | | | for core (needs testing, gnunet-core incomplete)
* version bumping for 0.10.1Christian Grothoff2014-04-08
|
* 1.Removed GNUNET_CRYPTO_compute_finger_identitySupriti Singh2014-04-07
| | | | | | | 2.Removed myself as the first element of the trail. 3.Multiple entries in the routing table. 4.Put/Get/Monitor from old DHT added back in clients file.
* - use new hash nameBart Polot2014-04-07
|
* - rename 256 bit mesh hash typeBart Polot2014-04-07
|
* -doxygen improvementsChristian Grothoff2014-04-07
|
* doxygen docuMatthias Wachs2014-04-03
|
* - implement client-side peer_id info requestBart Polot2014-04-01
|
* - move mesh hash to public apiBart Polot2014-04-01
|
* Missing extern for C++Bruno Cabral2014-03-31
|
* friend is a reserved work in C++. Rename to friend_id.Bruno Cabral2014-03-30
|
* Framework for put/get/monitorSupriti Singh2014-03-28
|
* API header with disconnect callMatthias Wachs2014-03-27
|
* remove CONNECT_SWITCHING_BLACKLIST stateMatthias Wachs2014-03-26
|
* remove stateMatthias Wachs2014-03-26
|
* new session end function including addressMatthias Wachs2014-03-20
|
* - docBart Polot2014-03-17
|
* PSYC: message types, documentationGabor X Toth2014-03-13
|
* - add constBart Polot2014-03-13
|
* - add a getter for peer->unique_idBart Polot2014-03-13
|
* PSYC: in-order delivery of fragments; tests for large messagesGabor X Toth2014-03-12
| | | | | | | Cache message received fragments from multicast and deliver them in the correct order to clients. Test messages with large modifier and data payloads.
* missing struct definition in gnunet_scalarproduct_service.hFlorian Dold2014-03-11
|
* Add missing stub definitions of structs to the corresponding header filesFlorian Dold2014-03-10
|
* add missing ifdefs in header filesFlorian Dold2014-03-07
|
* -fix disting -- include spChristian Grothoff2014-03-07
|
* PSYC: implement slave to master requests, tests, fixes, reorgGabor X Toth2014-03-06
| | | | | Multicast lib: handle member to origin requests. Keep track of members and origins and call their callbacks when necessary.