aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* -cleaning up gnunet-service-ats_addresses.hChristian Grothoff2015-02-05
|
* big ATS refactoring, no serious semantic changes should stem from thisChristian Grothoff2015-02-05
|
* Various changes:Christian Grothoff2015-02-05
| | | | | | | | | | | | | | | - removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).
* doxygen, new defineChristian Grothoff2015-02-03
|
* separate ATS interface scanning logic from ATS scheduling logicChristian Grothoff2015-02-03
|
* separate ATS connectivity suggestions from ATS scheduling APIChristian Grothoff2015-02-03
|
* dramatically simplify quota notification: avoid registration, simply always ↵Christian Grothoff2015-02-02
| | | | notify plugin
* avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ↵Christian Grothoff2015-02-02
| | | | address is always present as then this is redundant
* add GNUNET_STRINGS_data_to_string_alloc from TALERChristian Grothoff2015-01-28
|
* adding GNUNET_CRYPTO_eddsa_private_key_from_stringChristian Grothoff2015-01-28
|
* - more documentationBart Polot2015-01-28
|
* Documentation update - fix contradictionBart Polot2015-01-28
|
* add GNUNET_CONFIGURATION_get_data from TalerChristian Grothoff2015-01-27
|
* -style fixesChristian Grothoff2015-01-26
|
* - fix docuSree Harsha Totakura2015-01-26
|
* -fix docSree Harsha Totakura2015-01-26
|
* Add GNUNET_NETWORK_fdset_handle_set_firstLRN2015-01-24
|
* Add support for selecting on W32 eventsLRN2015-01-24
|
* towards a cleaner ATS scheduling APIChristian Grothoff2015-01-22
|
* -towards improved ATS API, adding return value with address record when ↵Christian Grothoff2015-01-19
| | | | adding address, adding new subsystem with peer-to-address map to transport; causes various new assertions to fail, but no major regression -- not finished
* -indentation, doxygenChristian Grothoff2015-01-19
|
* undo last commitJulius Bünger2015-01-18
|
* check if peer we open a channel to is liveJulius Bünger2015-01-18
|
* remove ATS information from callback from ATS address selection, as the ↵Christian Grothoff2015-01-18
| | | | argument was never used in the first place
* always use a slot, even if the session is NULL, simplify logic and document ↵Christian Grothoff2015-01-18
| | | | what still needs to be fixed
* fixed message sizeJulius Bünger2015-01-18
|
* -fix indentationChristian Grothoff2015-01-18
|
* simplify ATS API and plugin API by returning the network type, instead of an ↵Christian Grothoff2015-01-17
| | | | ATS_Information struct
* eliminating callback argument and its implementation which are never called ↵Christian Grothoff2015-01-17
| | | | in the first place by ATS
* use ATS functions to convert quality network type to string, instead of ↵Christian Grothoff2015-01-17
| | | | using string API
* fix #3611Christian Grothoff2015-01-16
|
* implemented seedingJulius Bünger2015-01-13
|
* adding API for incremental hashing (from Taler)Christian Grothoff2015-01-09
|
* adding support for blind signatures (modernized version of Taler logic, with ↵Christian Grothoff2015-01-09
| | | | variable key length)
* -simplify apis, doxygenChristian Grothoff2015-01-07
|
* Comment on ugly API design choiceDavid Barksdale2015-01-06
|
* Workaround emscripten bug in returning int64_tDavid Barksdale2015-01-06
| | | | | Emscripten can't return a 64-bit integer from dynamically loaded code.
* removed unneeded api callJulius Bünger2015-01-02
|
* fixed doxygenJulius Bünger2014-12-27
|
* added seeding function to the apiJulius Bünger2014-12-27
|
* minor fixesJulius Bünger2014-12-24
|
* Added documenting commentsJulius Bünger2014-12-24
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -cleaning up stats code, use separate structures per subsystem for faster ↵Christian Grothoff2014-12-23
| | | | processing
* -use separate message types for TRY_CONNECT and TRY_DISCONNECTChristian Grothoff2014-12-20
|
* -eliminate duplicate all_zeros globals, eliminated dead 'latency' field in ↵Christian Grothoff2014-12-20
| | | | SendOKMessage
* -use const in peerstore callbackChristian Grothoff2014-12-18
|
* -remove dead apiChristian Grothoff2014-12-17
|
* - fix cadet's overheadBart Polot2014-12-15
|
* Fuse PING into KX_EPHEMERALBart Polot2014-12-15
|