aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* start preparations for flow control by namestore monitorsChristian Grothoff2018-05-02
|
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* eliminate use of OFFSET in namestore DB queriesChristian Grothoff2018-04-30
|
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* enable caching private->public key mapping in memory to improve CPU ↵Christian Grothoff2018-04-25
| | | | consumption for large zone insertions
* extend namestore API to enable faster iterations by returning more than one ↵Christian Grothoff2018-04-25
| | | | result at a time
* code cleanup, more diagnostics, more statisticsChristian Grothoff2018-04-24
|
* move to @ for empty label, fix empty-label resolution bug in GNS API, ↵Christian Grothoff2018-04-23
| | | | install gnunet-zoneimport and add man page
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff2018-04-19
| | | | resolution for now)
* use namestore API for zone import instead of using plugin directlyChristian Grothoff2018-04-17
|
* add transactions to namestore plugin APIChristian Grothoff2018-04-15
|
* more work on zoneimport tool, lacks CNAME but otherwise largely complete, ↵Christian Grothoff2018-04-10
| | | | except untested
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2018-04-10
|\
| * do work on more record typesChristian Grothoff2018-04-06
| |
| * complete importerChristian Grothoff2018-04-06
| |
| * where applicable, check DNS ID in responses before processing furtherChristian Grothoff2018-04-05
| |
| * introduce GNUNET_NZL macroChristian Grothoff2018-04-05
| |
* | add attribute expirationSchanzenbach, Martin2018-04-10
|/
* fix sq compiler warning for uninit parameter, query is not primary key due ↵Christian Grothoff2018-03-30
| | | | to override-with-latest replacement strategy
* misc fixes to gnunet-gns-proxy, in particular avoiding MHD-busy waitingChristian Grothoff2018-03-08
|
* update gnunet-conversation to match .gnu-less GNSChristian Grothoff2018-03-05
|
* add convenience API to gnunetgns libChristian Grothoff2018-03-05
|
* rps: add debug function to api to get view of serviceJulius Bünger2018-03-05
|
* eliminate .gnu from GNSChristian Grothoff2018-03-03
|
* -fixSchanzenbach, Martin2018-02-25
|\
| * -changes for using token endpoint & added token endpointPhil2018-02-05
| |
| * Merge branch 'master' into identity_oidcPhil2018-01-22
| |\
| * \ -merge branch 'master' into identity_oidcPhil2018-01-22
| |\ \
| * \ \ Merge remote-tracking branch 'gnunet/master' into identity_oidcPhil2018-01-11
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into identity_oidcSchanzenbach, Martin2018-01-08
| |\ \ \ \
| * | | | | -add header map to rest handleSchanzenbach, Martin2017-12-11
| | | | | |
* | | | | | improve documentationlurchi2018-02-01
| | | | | |
* | | | | | scheduler API change to allow use with js event looplurchi2018-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - GNUNET_SCHEDUELR_run_with_driver has been replaced with GNUNET_SCHEDULER_driver_init and GNUNET_SCHEDUELR_driver_done - GNUNET_SCHEDULER_run_from_driver has been renamed to GNUNET_SCHEDULER_do_work (as it's no longer being called from a driver callback) - documentation has been updated
* | | | | | forgot headerfileSchanzenbach, Martin2018-01-22
| |_|_|_|/ |/| | | |
* | | | | implement boolean json specFlorian Dold2018-01-22
| |_|_|/ |/| | |
* | | | reactivate test, fix misc warningsChristian Grothoff2018-01-20
| |_|/ |/| |
* | | typofixamirouche2018-01-08
| |/ |/| | | | | Signed-off-by: ng0 <ng0@n0.is>
* | fix potential use of uninitialized keyChristian Grothoff2018-01-06
| |
* | fix documentationlurchi2018-01-06
| |
* | fix memory leakChristian Grothoff2018-01-04
| |
* | -cleanup doc; fixesSchanzenbach, Martin2018-01-04
| |
* | -move abe functionality out of util; prepare for releaseSchanzenbach, Martin2018-01-03
| |
* | -mergeSchanzenbach, Martin2018-01-02
|\ \ | |/ |/|
| * fix more 'make dist' issuesChristian Grothoff2018-01-02
| |
| * fix misc make dist issuesChristian Grothoff2018-01-02
| |
| * merge branch 'refactoring-scheduler'lurchi2017-12-30
| |\
| | * Fix select loop running conditionslurchi2017-09-04
| | | | | | | | | | | | | | | | | | | | | The select loop has to keep running as long as the driver has tasks available (indicating that there are file descriptors left to wait for) or the timeout is not FOREVER (indicating that the scheduler has tasks with timeout left).
| | * clarify documentation about adding / deleting taskslurchi2017-08-25
| | |
| | * GNUNET_SCHEDULER_check_lifeness not needed anymorelurchi2017-08-23
| | |