aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Namestore Rest API finishedPhil2018-08-08
|
* -wip namestorePhil2018-08-08
|
* fix gns and identity test scriptPhil2018-08-06
|
* GNS REST API finishedPhil2018-08-06
|
* Identity REST API finishedPhil2018-08-05
|
* add peerinfo rest apiPhil2018-08-02
|
* fix lowercase identitiesPhil2018-08-02
|
* -wip peerinfo, async call work in progressPhil2018-08-01
|
* -fix json and namestorePhil2018-08-01
|
* fix makefilesPhil2018-08-01
|
* change namestore, json handling; fix identity, gnsPhil2018-07-26
|
* -wip namestore api, changed adding gnsrecordPhil2018-07-25
|
* added name searchPhil2018-07-25
|
* -fix identity filePhil2018-07-25
|
* -Merge branch 'master' of ssh://gnunet.org/gnunet into gsoc2018/rest_apiPhil2018-07-03
|\
| * Documentation: extend repository listNils Gillmann2018-07-03
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * Documentation: use texinfo greater-equal-than in installationNils Gillmann2018-07-03
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * fixNils Gillmann2018-07-03
| | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| * Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-07-03
| |\
| * | Documentation: Contributing testcasesNils Gillmann2018-07-03
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* | | -wip namestorePhil2018-07-03
| | |
* | | -Merge branch 'master' of ssh://gnunet.org/gnunet into gsoc2018/rest_apiPhil2018-07-02
|\ \ \ | | |/ | |/|
| * | rps service: set delete flags on channel properlyJulius Bünger2018-07-02
| | |
| * | address #3706Christian Grothoff2018-07-01
| | |
| * | clarify error message of #5375Christian Grothoff2018-07-01
| | |
| * | update gitignoreChristian Grothoff2018-07-01
| | |
| * | update gitignoreChristian Grothoff2018-07-01
| | |
| * | more timeout code movingChristian Grothoff2018-07-01
| | |
| * | Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2018-07-01
| |\|
| | * make --enable-documentation defaultxrs2018-07-01
| | |
| | * attempt #5375Schanzenbach, Martin2018-07-01
| | |
| | * Add menu entries for installation, add nodes, fix the buildNils Gillmann2018-07-01
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| | * wrap linesNils Gillmann2018-07-01
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| | * fix --enable-documentation optionxrs2018-06-30
| | |
| * | move gnunet-timeout to src/util/, fix issues related to #5375Christian Grothoff2018-07-01
| |/
| * fix memory leakChristian Grothoff2018-06-30
| |
| * simplify memory allocation in plugin_namestore_flat, use cleaner signatures ↵Christian Grothoff2018-06-30
| | | | | | | | for base64 encoding/decoding functions
| * Merge branch 'master' of ssh://gnunet.org/gnunetxrs2018-06-30
| |\
| | * update gitignoreChristian Grothoff2018-06-29
| | |
| | * Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2018-06-29
| | |\
| | | * fix warning about callback signaturelurchi2018-06-29
| | | |
| | | * Move wip'ish share of shepherd service to https://d.n0.is/pub/tmp/ where it ↵Nils Gillmann2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | is regulary updated Signed-off-by: Nils Gillmann <ng0@n0.is>
| | | * fix segfaultlurchi2018-06-29
| | | |
| | | * add documentatioNlurchi2018-06-29
| | | |
| | | * Merge branch 'master' of https://gnunet.org/git/gnunetlurchi2018-06-29
| | | |\
| | | | * fix cadet api: handle shutdon correctlyJulius Bünger2018-06-29
| | | | |
| | | * | Use the DNSPARSER and DNSSTUB libraries in the resolver servicelurchi2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are not using the libc functions anymore for forward and backup DNS resolutions and the DNSPARSER and DNSSTUB libraries instead. This has the advantage that the APIs are asynchronous now and thus multiple DNS resolutions can be done in parallel. This breaks support for Windows and other operating systems that don't use /etc/resolv.conf for defining DNS servers. For fixing this the function lookup_dns_servers can be extended with different lookup mechanisms.
| | | * | Allow dereferenced pointers as input for GNUNET_array_grow and GNUNET_xgrowlurchi2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now possible: char ***server_addrs = NULL unsigned int len = 0 GNUNET_array_append (*server_addrs, len, "8.8.8.8");
| | | * | introduce API functions for duplicating the DNSPARSER record typeslurchi2018-06-29
| | | |/
| | | * fix documentation: add missing section to menuJulius Bünger2018-06-28
| | | |