aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -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
|
* -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
| |
| * Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2018-07-01
| |\
| | * attempt #5375Schanzenbach, Martin2018-07-01
| | |
| * | 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
| | | |
| | | * 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
| | | |/
| | | * clean up MQ error handling in cadet_apiChristian Grothoff2018-06-28
| | | |
| | | * showing destination in patht3sserakt2018-06-28
| | | |
| | | * Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2018-06-28
| | | |\
| | | | * indentationChristian Grothoff2018-06-28
| | | | |
| | | | * -conversation: hint for future coderspsyc://loupsycedyglgamf.onion/~lynX1984-04-04
| | | | |
| | | * | forgot first hopt3sserakt2018-06-28
| | | | |
| | * | | disable test_psyc2, ftbfsChristian Grothoff2018-06-26
| | | | |
| * | | | cadet/cadet.conf.in: change UNIX_MATCH_UID to give gnunet-cadet socket accessxrs2018-06-30
| | |_|/ | |/| |
| * | | fix commentsxrs2018-06-27
| | | |
| * | | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2018-06-27
| |\ \ \
| | * | | -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
| | | | |
| | * | | Default Configuration (transport): a small step for me; a great step for ↵dvn2018-06-27
| | | | | | | | | | | | | | | | | | | | usability
| | * | | fix rps service/test: handle pending messages properlyJulius Bünger2018-06-27
| | | | |
| | * | | rps service: fix leak in to_file_()Julius Bünger2018-06-27
| | | | |