aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -changelog housekeepingMartin Schanzenbach2022-08-05
|
* Merge branch 'master' of git+ssh://git.gnunet.org/gnunetMartin Schanzenbach2022-08-05
|\
| * [contrib] Update `contrib/packages/arch/gnunet-git/.SRCINFO`madmurphy2022-08-05
| |
| * [contrib] Enable the `gnunet://` URI scheme handler by ensuring that ↵madmurphy2022-08-05
| | | | | | | | `/usr/share/applications/gnunet-uri.desktop` is installed; add `python-sphinx` and `python-sphinx_rtd_theme` to the `$makedepends` array of `contrib/packages/arch/gnunet-git/PKGBUILD`
* | -update submodule !releaseMartin Schanzenbach2022-08-05
| |
* | -update submoduleMartin Schanzenbach2022-08-05
| |
* | -update submoduleMartin Schanzenbach2022-08-05
|/
* -update submoduleMartin Schanzenbach2022-08-03
|
* -update submoduleMartin Schanzenbach2022-08-03
|
* -update submoduleMartin Schanzenbach2022-08-03
|
* -update submoduleMartin Schanzenbach2022-08-03
|
* -update submodulMartin Schanzenbach2022-08-02
|
* TRANSPORT: Fix certtool detection. Fixes #7257Martin Schanzenbach2022-08-02
|
* -update submodule/READMEMartin Schanzenbach2022-08-02
|
* -update minor fix submoduleMartin Schanzenbach2022-08-02
|
* DOC: Move from texinfo to sphinxMartin Schanzenbach2022-08-02
|
* DHT: Swap signature and peer id fields in path element lsd0004Martin Schanzenbach2022-08-01
|
* Merge branch 'master' of git+ssh://git.gnunet.org/gnunetMartin Schanzenbach2022-07-27
|\
| * -update pofilesChristian Grothoff2022-07-27
| |
* | GANA: Bump versionMartin Schanzenbach2022-07-27
| |
* | Merge branch 'master' of git+ssh://git.gnunet.org/gnunetMartin Schanzenbach2022-07-27
|\|
| * DOC: Update instructions on GNS integration and useMartin Schanzenbach2022-07-27
| |
| * enable non-numbered sql statement executionChristian Grothoff2022-07-24
| |
| * -remove duplicate commentChristian Grothoff2022-07-22
| |
| * do not crash if psql is interrupted with CTRL-CChristian Grothoff2022-07-21
| |
| * fixed typo in saltÖzgür Kesim2022-07-21
| |
| * [contrib/] Dependency update in Arch packagesmadmurphy2022-07-17
| |
* | -pofilesv0.17.2Martin Schanzenbach2022-07-09
| |
* | -changelog housekeepingMartin Schanzenbach2022-07-09
|/
* relative time is in nanoseconds, kill redundant _ms variantChristian Grothoff2022-07-08
|
* timestamps are in seconds, kill redundant _ms variantChristian Grothoff2022-07-08
|
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* major modification to datacache to store route options (and clean up the API)Christian Grothoff2022-07-07
|
* ABE: Remove unused attribute-based encryption componentMartin Schanzenbach2022-07-04
|
* -some coverityMartin Schanzenbach2022-07-01
|
* - added files to .gitignoreTristan Schwieren2022-06-29
|
* make sure Debian packages created on Ubuntu 21+ still work with Debian ↵Christian Grothoff2022-06-28
| | | | reprepro: force Debian standard compression algorithm
* -autoupdateChristian Grothoff2022-06-28
|
* -do gettext setup for each library/domain, not only onceChristian Grothoff2022-06-28
|
* -fix typosChristian Grothoff2022-06-26
|
* -add interop test for berndChristian Grothoff2022-06-25
|
* BF bugfix: include mutator in sizeChristian Grothoff2022-06-25
|
* -also clear cache on lookup successMartin Schanzenbach2022-06-22
|
* RECLAIM: Improve OIDC userinfo caching; add config option for timeoutMartin Schanzenbach2022-06-22
|
* -avoid patch versionChristian Grothoff2022-06-21
|
* package v0.17.1 for DebianChristian Grothoff2022-06-20
|
* fix: htonl vs htons, thanks BerndChristian Grothoff2022-06-19
|
* - fix missing from oidc branchTristan Schwieren2022-06-15
|
* -adjusting terms of messenger service documentation in handbookTheJackiMonster2022-06-13
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -TRANSPORT(fix): consider certtoolJulius Bünger2022-06-13
| | | | | Previously this script only checked for `gnutls-certtool` and `openssl`. Now it checks for `certtool` as well.