aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|\
| * 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
| |\
| * | move gnunet-timeout to src/util/, fix issues related to #5375Christian Grothoff2018-07-01
| | |
* | | Documentation: Contributing testcasesNils Gillmann2018-07-03
| |/ |/| | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* | 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
|/
* 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
| | |
| | * fixNils Gillmann2018-06-28
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| | * include the agpl-3.0 license text in the bookNils Gillmann2018-06-28
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| | * documentation: in chapter contributing update gpl to agpl3 when it refers to ↵Nils Gillmann2018-06-28
| | | | | | | | | | | | | | | | | | code. Signed-off-by: Nils Gillmann <ng0@n0.is>
| | * preface updates based on feedback from BerndChristian Grothoff2018-06-28
| | |
| | * add the patches from exported patch atticNils Gillmann2018-06-28
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| | * batch commit my GPL3 shepherd service file WIP collectionNils Gillmann2018-06-28
| | | | | | | | | | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
| | * doc: move check install and configuration to installationJulius Bünger2018-06-28
| | |
| | * clean up MQ error handling in cadet_apiChristian Grothoff2018-06-28
| | |
| | * fix doc: consistent titlesJulius Bünger2018-06-28
| | |
| | * doc: typosHernani Marques2018-06-28
| | |
| | * showing destination in patht3sserakt2018-06-28
| | |
| | * Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2018-06-28
| | |\
| | | * Merge branch 'master' of https://gnunet.org/git/gnunetlurchi2018-06-28
| | | |\
| | | | * indentationChristian Grothoff2018-06-28
| | | | |
| | | | * polish/update user documentation - first stepsJulius Bünger2018-06-28
| | | | |
| | | | * Changed philosophy.texi (and split philosophy and key concepts).wqBernd Fix2018-06-27
| | | | |
| | | | * restructure user documentationJulius Bünger2018-06-27
| | | | |
| | | | * -conversation: hint for future coderspsyc://loupsycedyglgamf.onion/~lynX1984-04-04
| | | | |