aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* 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.
* - Modified find_successorSupriti Singh2014-03-06
| | | | | - added a new field successor flag to identify successor in finger table.
* - Adding self to trail_peer_listSupriti Singh2014-03-05
| | | | | | | - Adding functions to handle concurrent node joins. - Modified but incomplete find_successor logic. - Added new message types for concurrent node joins.
* -fix removal of block_mesh file (#3281-8125)Christian Grothoff2014-03-04
|
* -doxygenChristian Grothoff2014-03-04
|
* -presumably better fix for instantly resolving names in master zoneChristian Grothoff2014-03-04
|
* -mmissing prototypeChristian Grothoff2014-03-04
|
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* Adding function GNUNET_CRYPTO_compute_finger_identitySupriti Singh2014-02-18
|
* -fix copy-n-paste-comment and doxygenChristian Grothoff2014-02-16
|
* Update plibc from svnLRN2014-02-11
|
* add api to bandwidth tracker to notify clients about excess bandwidth availableChristian Grothoff2014-02-09
|
* Computing finger identity using libgcrypt functions.Supriti Singh2014-02-07
|
* - remove MESH own block code (MESH uses DHT_HELLO now)Bart Polot2014-02-05
|
* - extended paillier-api to also include caller-suggested maximum supported homsChristian Fuchs2014-02-04
|
* - consensus and secretsharing have both start time and deadlineFlorian Dold2014-02-03
|
* - added more information on when paillier-encrypt soft-fails (too long ↵Christian Fuchs2014-02-03
| | | | number, no homomorphic ops possible)
* add API for #3296Christian Grothoff2014-02-02
|
* removing depreated 'priority' argument from ↵Christian Grothoff2014-02-02
| | | | GNUNET_TRANSPORT_notify_transmit_ready
* -indentation, doxygenChristian Grothoff2014-02-02
|
* -towards fixing #3295 (core traffic prioritization)Christian Grothoff2014-01-30
|
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* send receive delay rescheduling supportMatthias Wachs2014-01-30
|
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* - use a memory-efficient, cleaner info API (limiting concurrent info ↵Bart Polot2014-01-30
| | | | requests to 1)