aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* -update submodule/READMEMartin Schanzenbach2022-08-02
|
* -update minor fix submoduleMartin Schanzenbach2022-08-02
|
* DOC: Move from texinfo to sphinxMartin Schanzenbach2022-08-02
|
* DOC: Update instructions on GNS integration and useMartin Schanzenbach2022-07-27
|
* -fix typosChristian Grothoff2022-06-26
|
* -adjusting terms of messenger service documentation in handbookTheJackiMonster2022-06-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Restore lost quotes in `man gnunet-search`madmurphy2022-06-12
|
* -bump versionChristian Grothoff2022-05-23
|
* DOC: Fix errorMartin Schanzenbach2022-02-18
|
* DOC: Fixed git links in tutorialMartin Schanzenbach2022-02-17
|
* `man gnunet-search`: better layout for `--printf` examplesmadmurphy2022-02-12
|
* `man gnunet-search`: add `--printf` examples, update page datemadmurphy2022-02-12
|
* `man gnunet-search`: not just quotesmadmurphy2022-02-11
|
* `man gnunet-search`: general review (cont'd)madmurphy2022-02-11
|
* `man gnunet-search`: general reviewmadmurphy2022-02-11
|
* `man gnunet-search`: note about libextractormadmurphy2022-02-11
|
* `man gnunet-search`: metatype stringmadmurphy2022-02-11
|
* `man gnunet-search`: update synopsismadmurphy2022-02-11
|
* First draft of updated man page for `gnunet-search` (to be reviewed)madmurphy2022-02-11
|
* -remove anarchistic network. it would need further elaboration and as such ↵Martin Schanzenbach2022-02-07
| | | | is confusing. The paragraph above suffices imo
* -update handbookMartin Schanzenbach2022-02-05
|
* DOC: Update README and handbook for dependenciesMartin Schanzenbach2022-01-20
|
* IDENTITY: Expose encryption based on identities on CLINico Thomas2021-12-28
|
* BUILD: Kill build-commonMartin Schanzenbach2021-12-20
|
* DOCUMENTATION: Fix link to tutorialMartin Schanzenbach2021-12-20
|
* Merge branch 'dev/vanni/bcd-new'Alessio Vanni2021-11-25
|\
| * Allow gnunet-qr to read codes from PNG picturesAlessio Vanni2021-11-21
| |
* | - update add option in reclaim man page as wellNico Thomas2021-11-24
|/
* BUILD: Kill infinibandMartin Schanzenbach2021-10-12
|
* Fix some typos in the handbookYujiri2021-10-06
|
* -fix typosChristian Grothoff2021-09-18
|
* -Merge branch 'master' into dev/vanni/build-infoAlessio Vanni2021-09-07
|\
| * HANDBOOK: Add pointers to CIMartin Schanzenbach2021-09-03
| |
| * -images are actually completely useless in info folder, od not install thereChristian Grothoff2021-08-08
| |
| * -fix man syntax issuesChristian Grothoff2021-08-08
| |
| * -fix debian package issues reported by FlorianChristian Grothoff2021-08-08
| |
| * -add missing image resources to TGZChristian Grothoff2021-08-08
| |
* | gnunet-config manpage: Document the new flagsAlessio Vanni2021-07-24
|/
* HANDBOOK: Fix #6911Martin Schanzenbach2021-07-05
|
* IDENTITY: Add EdDSA switch to handbook and manpageMartin Schanzenbach2021-05-28
|
* -fix spellingChristian Grothoff2021-05-20
|
* [FCFSD] document it in the handbookAlessio Vanni2021-05-16
|
* -more git handbookMartin Schanzenbach2021-04-28
|
* -fix documentation linksMartin Schanzenbach2021-04-28
|
* - fix misc typosChristian Grothoff2021-04-28
|
* -fix misc typosChristian Grothoff2021-04-26
|
* fix gnunet-config: do not always write configuration fileChristian Grothoff2021-04-26
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* Swap gnunet-config's default behaviour for the rewrite flagAlessio Vanni2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | With the previous default, a configuration file could keep values different from the defaults even when the user did not explicitly edit that option, potentially leading to buggy behaviour. For example: GNUnet's version X+1 changes the default value for a certain option A, but anyone who has edited the configuration file with version X or earlier, would still have got the old default for A even when updating to version X+1. It was possible to write only the edited parts, but that required explicitly passing the `--rewrite' (or `-w') flag. The default behaviour has now been swapped so that the resulting file contains only differences, while a "frozen" configuration is generated with the `--rewrite' flag. Also, as it's a minor change: a function used internally by the logging component was using translated strings to check the requested log level. This behaviour is buggy as passing an untranslated string to e.g. `GNUNET_log_setup', while the current locale is different and a translation for that string exists, would generate a different log level than the one requested.
* -fix typosChristian Grothoff2021-04-24
|