Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-05 | DOC: Add messenger man page. Fixes #7543 | Martin Schanzenbach | |
2023-01-05 | DOC: Add long overdue DHT man pages. | Martin Schanzenbach | |
2023-01-05 | DOC: Add gnunet-did manpage. Issue #7543 | Martin Schanzenbach | |
2023-01-05 | DOC: Install gnunet-testing manpage. | Martin Schanzenbach | |
2022-11-21 | -update manpage | Martin Schanzenbach | |
2022-11-20 | - add test; update manpage | Martin Schanzenbach | |
2022-10-27 | IDENTITY/NAMESTORE: | Martin Schanzenbach | |
Remove the concept of "Subsystem default identities". Add GNUNET_ErrorCodes to IDENTITY subsystem. | |||
2022-10-24 | -update namestore manpage and add options for orphan management | Martin Schanzenbach | |
2022-10-22 | RECLAIM: Update manpage for gnunet-reclaim | Martin Schanzenbach | |
2022-10-21 | - do not convert handbook to man pages | Martin Schanzenbach | |
2022-10-21 | - add gnunet-namestore-zonefile man page | Martin Schanzenbach | |
2022-10-01 | GANA: Update submodule | Martin Schanzenbach | |
2022-10-01 | - fix | Martin Schanzenbach | |
2022-10-01 | -file | Martin Schanzenbach | |
2022-10-01 | NAMESTORE: Add manpage for new database CLI | Martin Schanzenbach | |
2022-08-02 | DOC: Move from texinfo to sphinx | Martin Schanzenbach | |
2022-06-26 | -fix typos | Christian Grothoff | |
2022-06-12 | Restore lost quotes in `man gnunet-search` | madmurphy | |
2022-02-12 | `man gnunet-search`: better layout for `--printf` examples | madmurphy | |
2022-02-12 | `man gnunet-search`: add `--printf` examples, update page date | madmurphy | |
2022-02-11 | `man gnunet-search`: not just quotes | madmurphy | |
2022-02-11 | `man gnunet-search`: general review (cont'd) | madmurphy | |
2022-02-11 | `man gnunet-search`: general review | madmurphy | |
2022-02-11 | `man gnunet-search`: note about libextractor | madmurphy | |
2022-02-11 | `man gnunet-search`: metatype string | madmurphy | |
2022-02-11 | `man gnunet-search`: update synopsis | madmurphy | |
2022-02-11 | First draft of updated man page for `gnunet-search` (to be reviewed) | madmurphy | |
2021-12-28 | IDENTITY: Expose encryption based on identities on CLI | Nico Thomas | |
2021-12-20 | BUILD: Kill build-common | Martin Schanzenbach | |
2021-11-25 | Merge branch 'dev/vanni/bcd-new' | Alessio Vanni | |
2021-11-24 | - update add option in reclaim man page as well | Nico Thomas | |
2021-11-21 | Allow gnunet-qr to read codes from PNG pictures | Alessio Vanni | |
2021-09-18 | -fix typos | Christian Grothoff | |
2021-09-07 | -Merge branch 'master' into dev/vanni/build-info | Alessio Vanni | |
2021-08-08 | -fix man syntax issues | Christian Grothoff | |
2021-07-24 | gnunet-config manpage: Document the new flags | Alessio Vanni | |
2021-05-28 | IDENTITY: Add EdDSA switch to handbook and manpage | Martin Schanzenbach | |
2021-04-28 | - fix misc typos | Christian Grothoff | |
2021-04-26 | -fix misc typos | Christian Grothoff | |
2021-04-26 | fix gnunet-config: do not always write configuration file | Christian Grothoff | |
2021-04-24 | -Fix several incorrect uses of `i.e.' | Alessio Vanni | |
With some other changes to sentences here and there as I found appropriate. | |||
2021-04-24 | Swap gnunet-config's default behaviour for the rewrite flag | Alessio Vanni | |
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. | |||
2021-03-02 | add base32 encoder/decoder | Christian Grothoff | |
2020-12-28 | fix some linting issues | Christian Grothoff | |
2020-12-28 | import Debian build rules, split off libgnunet | Christian Grothoff | |
2020-04-22 | add epochs CLI parameter | Schanzenbach, Martin | |
2019-12-02 | rewrite sed logic used in Makefiles and move into dosubst awk script. | ng0 | |
include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future. | |||
2019-11-25 | produce_html.sh.in: fix pth | ng0 | |
2019-11-25 | chmod +x generated script | ng0 | |
2019-11-25 | man/produce_html: use shlib | ng0 | |