aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
|
* fix signatureChristian Grothoff2020-07-17
|
* remove constChristian Grothoff2020-07-17
|
* avoid boolean argument in GNUNET_CURL_job_add(), see #6188Christian Grothoff2020-07-16
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* - Use correct argument in GNUNET_OS_init callAlessio Vanni2020-07-15
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* Load GNSRECORD plugins within GNUnet's contextAlessio Vanni2020-07-15
| | | | | | | | | | | | When applications set a new project data structure using `GNUNET_OS_init', the plugin loader will look into a different path for plugins, instead of using GNUnet's installation path. Since applications don't normally come with the default DNS/GNS plugins for GNSRECORD, the consequence is that GNSRECORD will always fail when operating on a record from GNS. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* Add function to return GNUnet's default configurationAlessio Vanni2020-07-14
| | | | | | | | | It's for convenience when applications call `GNUNET_OS_init', after which it's impossible to obtain GNUnet's configuration without manually checking the filesystem. With this function it's possible to get the configuration regardless of the state of the application.
* fix: raise ATS quotas to 10 MiB #6426Martin Schanzenbach2020-07-09
|
* -fix more configsMartin Schanzenbach2020-07-07
|
* -fixMartin Schanzenbach2020-07-07
|
* -fix: increase quotas due to increased min value fixMartin Schanzenbach2020-07-07
|
* -fix: increase quotas due to increased min value fixMartin Schanzenbach2020-07-07
|
* -fix: use new peer keys for blacklistMartin Schanzenbach2020-07-07
|
* fix: cadet fix to use correct tunnel endMartin Schanzenbach2020-07-06
|
* fix: do not use udp plugin for testsMartin Schanzenbach2020-07-06
|
* fix: namestore rest testMartin Schanzenbach2020-07-06
|
* -fix: actually add namestore keysMartin Schanzenbach2020-07-06
|
* -fix: namestore test keysMartin Schanzenbach2020-07-06
|
* -fix: temporarily bumb minimum quotsMartin Schanzenbach2020-07-06
|
* -fix: use non-experimental unix plugin as second entryMartin Schanzenbach2020-07-06
|
* -fix: variable size in testMartin Schanzenbach2020-07-06
|
* -fix: codepath fixesMartin Schanzenbach2020-07-06
|
* Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2020-07-05
|\
| * Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-07-05
| |\
| * | style fix: use correct typeChristian Grothoff2020-07-05
| | |
* | | -fix: failing testsMartin Schanzenbach2020-07-05
| |/ |/|
* | -fix: make it 2 bits for test powMartin Schanzenbach2020-07-05
| |
* | -fix revocation config for testMartin Schanzenbach2020-07-05
|/
* -fix key file format mismatchMartin Schanzenbach2020-07-05
|
* -fix test for changed free logicMartin Schanzenbach2020-07-05
|
* Fix_build_dependenciesBertrand Marc2020-07-05
| | | | Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2020-07-02
|\
| * -style fixChristian Grothoff2020-07-01
| |
| * -actually shutdownMartin Schanzenbach2020-06-28
| |
| * Prevent user from storing records which belong in a BOXMartin Schanzenbach2020-06-28
| |
| * -remove debug messageMartin Schanzenbach2020-06-21
| |
| * GNS: dns2gns now randomizes answers from GNS record setMartin Schanzenbach2020-06-21
| |
| * Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2020-06-21
| |\
| * | - fix epoch 1yMartin Schanzenbach2020-06-21
| | |
| * | - fix busybox mktempMartin Schanzenbach2020-06-21
| | |
* | | try to fix #6419:Christian Grothoff2020-07-02
| |/ |/|
* | indentation fixChristian Grothoff2020-06-18
|/
* Set workbits for PoWs to more realistic valuesMartin Schanzenbach2020-06-16
|
* - Minor fix reclaim attestation pluginMartin Schanzenbach2020-06-15
|
* Fixed 5528: TCP *communicator* bindto option should support DNS names, and ↵t3sserakt2020-06-12
| | | | 6013: TCP communicator should bind to IPv6 and IPv4 if only port given
* - forgot to actually add a file and some method documentations.t3sserakt2020-06-05
|
* Fixed bug #5822 by adding a monotonic time to the connection create message ↵t3sserakt2020-06-05
| | | | of a peer that want to start a KX, and the corresponding test #5823. Credits to dvn, lurchi and xrs for helpful discussions and coding.