aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* - minor changes, TODO, debug messageBart Polot2016-10-26
|
* - add queue control in peer and connection to cancel MQ_env when those are ↵Bart Polot2016-10-26
| | | | destroyed, since callbacks could dereference freed memory
* - initialize reserved to 0 to avoid valgrind complaintsBart Polot2016-10-26
|
* -missing commitChristian Grothoff2016-10-25
|
* -missing commitChristian Grothoff2016-10-25
|
* finish (untested) new NAT client libraryChristian Grothoff2016-10-24
|
* towards implementing autoconfig part of NAT libChristian Grothoff2016-10-24
|
* more work on new nat libraryChristian Grothoff2016-10-24
|
* more work on new nat libraryChristian Grothoff2016-10-24
|
* working towards new NAT client library implementationChristian Grothoff2016-10-24
|
* put logging into place to diagnose #4737Christian Grothoff2016-10-24
|
* new NAT lib client api skeletonChristian Grothoff2016-10-23
|
* specing out the NAT service IPC messages'Christian Grothoff2016-10-23
|
* start defining IPC messages for NATChristian Grothoff2016-10-23
|
* define message types for new NAT serviceChristian Grothoff2016-10-23
|
* design for new NAT service APIChristian Grothoff2016-10-23
|
* move to new client API: remove old client APIChristian Grothoff2016-10-23
|
* avoid use of CLIENT_service_test which is dyingChristian Grothoff2016-10-23
|
* avoid using dying type for functionChristian Grothoff2016-10-23
|
* simplify gnunet-namestore / namestore_rest_plugin to avoid deprecated ↵Christian Grothoff2016-10-23
| | | | CLIENT_service_test
* simplify gnunet-nse to avoid deprecated CLIENT_service_testChristian Grothoff2016-10-23
|
* cadet_api.c uses GNUNET_MQ_impl_currentDavid Barksdale2016-10-22
|
* new service API will no longer export this functionChristian Grothoff2016-10-21
|
* eliminate last residue of old service api in transportChristian Grothoff2016-10-21
|
* eliminate last residue of old service api in ARMChristian Grothoff2016-10-21
|
* migrate template to new service APIChristian Grothoff2016-10-21
|
* convert namecache to new service ApIChristian Grothoff2016-10-21
|
* test needs larger timeout to passChristian Grothoff2016-10-21
|
* activating client_new implementation, seems to mostly work fine, or better ↵Christian Grothoff2016-10-21
| | | | than the old one
* improve test shutdown and indentationChristian Grothoff2016-10-21
|
* -fix misc minor bugsChristian Grothoff2016-10-21
|
* misc fixes to new client implChristian Grothoff2016-10-21
|
* use new MQ in_flight API to support cancel in new service/client implementationsChristian Grothoff2016-10-21
|
* psycstore: postgres: add LENGTH checks for signature and purposeDaniel Golle2016-10-18
|
* psycstore: postgres: introduce LENGTH check for pub_key fieldDaniel Golle2016-10-18
|
* oops ... inverted logicFlorian Dold2016-10-16
|
* turn if into assertFlorian Dold2016-10-16
|
* fix commentFlorian Dold2016-10-16
|
* implement impl_in_flight API for MQ, replacing evacuationFlorian Dold2016-10-16
|
* fix comment about mq allocationFlorian Dold2016-10-16
|
* Rename MQ_evict to MQ_evacuate and make API nicerFlorian Dold2016-10-16
|
* Add evict functionalty to mq cancellation.Florian Dold2016-10-16
| | | | | | Useful to avoid copying of buffers when canceling a partially sent message.
* fix build for Taler walletChristian Grothoff2016-10-13
|
* datastore: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle2016-10-13
|
* datacache: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle2016-10-13
|
* namestore: postgres: use IF NOT EXISTS to avoid error messagesDaniel Golle2016-10-13
|
* psycstore: postgres: remove size modifier from BYTEA fieldsDaniel Golle2016-10-12
| | | | ERROR: type modifier is not allowed for type "bytea"
* psycstoreGabor X Toth2016-10-12
|
* psycstore: fix postgresGabor X Toth2016-10-12
|
* gns: fix format stringDaniel Golle2016-10-12
| | | | | r38079 introduced a debug message which breaks the build if -Werror=format-security is set.