ng0 [Mon, 9 Sep 2019 08:10:49 +0000 (08:10 +0000)]
plibc removal (CLOSE->close)
ng0 [Mon, 9 Sep 2019 08:02:22 +0000 (08:02 +0000)]
plibc removal: STRUCT_STAT64
ng0 [Sun, 8 Sep 2019 12:33:09 +0000 (12:33 +0000)]
uncrustify as demanded.
ng0 [Sun, 8 Sep 2019 12:29:31 +0000 (12:29 +0000)]
replace clang-format with uncrustify.
ng0 [Sun, 8 Sep 2019 12:13:55 +0000 (12:13 +0000)]
Merge branch 'master' of gnunet.org:gnunet
ng0 [Sun, 8 Sep 2019 12:13:36 +0000 (12:13 +0000)]
README: adjust dependencies and some fixes.
Schanzenbach, Martin [Sun, 8 Sep 2019 08:50:37 +0000 (10:50 +0200)]
update
Alessio Vanni [Sat, 7 Sep 2019 11:18:07 +0000 (13:18 +0200)]
Make services localizable
Signed-off-by: Christian Grothoff <christian@grothoff.org>
ng0 [Sat, 7 Sep 2019 09:57:04 +0000 (09:57 +0000)]
gnunet-bcd: OPEN->open
ng0 [Sat, 7 Sep 2019 09:35:12 +0000 (09:35 +0000)]
util/disk.c: STAT64->stat64
ng0 [Sat, 7 Sep 2019 09:28:26 +0000 (09:28 +0000)]
configure: remove plibc check
ng0 [Sat, 7 Sep 2019 09:25:05 +0000 (09:25 +0000)]
documentation: remove plibc mention.
ng0 [Sat, 7 Sep 2019 09:16:45 +0000 (09:16 +0000)]
fix variable names renamed by search and replace.
ng0 [Sat, 7 Sep 2019 09:15:52 +0000 (09:15 +0000)]
typo in header file for w32
ng0 [Fri, 6 Sep 2019 23:08:02 +0000 (23:08 +0000)]
files included by accident.
ng0 [Fri, 6 Sep 2019 23:01:06 +0000 (23:01 +0000)]
plibc, commit 2
ng0 [Fri, 6 Sep 2019 22:46:29 +0000 (22:46 +0000)]
first step to remove plibc
Christian Grothoff [Thu, 5 Sep 2019 12:29:33 +0000 (14:29 +0200)]
remove /usr/include from coverage analysis
Christian Grothoff [Thu, 5 Sep 2019 09:35:44 +0000 (11:35 +0200)]
fix logging issue reported by Raphael
Schanzenbach, Martin [Thu, 5 Sep 2019 06:22:51 +0000 (08:22 +0200)]
attempt to make PKCE optional
Schanzenbach, Martin [Thu, 5 Sep 2019 05:50:10 +0000 (07:50 +0200)]
fix signature check
Schanzenbach, Martin [Thu, 5 Sep 2019 05:13:06 +0000 (07:13 +0200)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Thu, 5 Sep 2019 05:12:45 +0000 (07:12 +0200)]
fix
Christian Grothoff [Wed, 4 Sep 2019 23:05:37 +0000 (01:05 +0200)]
add templates for multi-user configurations
Schanzenbach, Martin [Wed, 4 Sep 2019 20:57:35 +0000 (22:57 +0200)]
fix ticket
Schanzenbach, Martin [Wed, 4 Sep 2019 20:40:47 +0000 (22:40 +0200)]
fix loop
Schanzenbach, Martin [Wed, 4 Sep 2019 20:18:53 +0000 (22:18 +0200)]
fix urlenc
Schanzenbach, Martin [Wed, 4 Sep 2019 20:03:27 +0000 (22:03 +0200)]
fix base64+urlencode vs base64url
Schanzenbach, Martin [Wed, 4 Sep 2019 19:24:49 +0000 (21:24 +0200)]
better debug output
Schanzenbach, Martin [Wed, 4 Sep 2019 19:06:34 +0000 (21:06 +0200)]
hash fix
Schanzenbach, Martin [Wed, 4 Sep 2019 18:42:06 +0000 (20:42 +0200)]
fix serialization
Alexia Pagkopoulou [Wed, 4 Sep 2019 13:27:54 +0000 (15:27 +0200)]
support for PKCE extension
Schanzenbach, Martin [Sun, 1 Sep 2019 11:28:59 +0000 (13:28 +0200)]
update changelog
Schanzenbach, Martin [Sun, 1 Sep 2019 11:25:07 +0000 (13:25 +0200)]
Added patch by AV from ML:
Currently, gettext doesn't work for out-of-tree applications. This is
because GNUnet forcibly set the text domain to "GNUnet" (which
apparently is also incorrect), so applications can't be localized unless
their localizations are distributed in-tree by GNUnet itself.
The attached patch tries to fix this by adding two more fields to
GNUNET_OS_ProjectData: one field is the gettext domain of the
application. As the documentation says, if it's NULL gettext is
disabled so that applications can use their preferred localization
method without having gettext interfering; the other field is
essentially the locale directory, so applications can specify a
different path if they want to, instead of having GNUnet infer it for
them.
Because some GNUnet libraries also use gettext internally (the util lib
is a prominent example), gettext has to be initialized before the
application takes over. I placed such initialization in
`GNUNET_OS_init' and `GNUNET_OS_project_data_get' because those are two
functions which are very likely to be called (especially the second one,
since it's used in `GNUNET_PROGRAM_run2'.) If there is a better place
(or some places where this is not enough) I can change it and resubmit
it for review.
I also changed gnunet-ext to keep it consitent with the patch. In
particular, it adds a header which is required for a successful
compilation, so you might want to at least make that change.
Thank you,
A.V.
P.S. I'm still not subscribed to the list... yet.
David Barksdale [Tue, 27 Aug 2019 20:21:19 +0000 (15:21 -0500)]
Remove make rule which doesn't even fire
and causes automake to complain.
David Barksdale [Tue, 27 Aug 2019 19:29:17 +0000 (14:29 -0500)]
Use pkg-config to check for MHD
Christian Grothoff [Fri, 23 Aug 2019 10:50:47 +0000 (12:50 +0200)]
typo
Christian Grothoff [Fri, 23 Aug 2019 08:35:35 +0000 (10:35 +0200)]
fix
Christian Grothoff [Fri, 23 Aug 2019 07:49:34 +0000 (09:49 +0200)]
fix #5829
Schanzenbach, Martin [Wed, 21 Aug 2019 09:55:35 +0000 (11:55 +0200)]
more changelog
Christian Grothoff [Wed, 21 Aug 2019 09:03:52 +0000 (11:03 +0200)]
do not free hashmap while iterating over it, unhealthy, even in error case
Christian Grothoff [Wed, 21 Aug 2019 08:58:57 +0000 (10:58 +0200)]
fix NPE when importing directory into gnunet-fs-gtk (cleaner fix)
Christian Grothoff [Wed, 21 Aug 2019 08:56:50 +0000 (10:56 +0200)]
fix NPE when importing directory into gnunet-fs-gtk
Christian Grothoff [Tue, 20 Aug 2019 14:35:26 +0000 (16:35 +0200)]
fix ftbfs
Christian Grothoff [Tue, 20 Aug 2019 14:32:44 +0000 (16:32 +0200)]
changelog
Christian Grothoff [Tue, 20 Aug 2019 14:31:02 +0000 (16:31 +0200)]
fix bogus close of fd in gnunet-gns
Alexia Pagkopoulou [Mon, 19 Aug 2019 15:37:14 +0000 (17:37 +0200)]
Merge branch 'master' of ssh://gnunet.org/gnunet
Alexia Pagkopoulou [Mon, 19 Aug 2019 15:36:48 +0000 (17:36 +0200)]
made the rest config editable
ng0 [Mon, 19 Aug 2019 15:24:53 +0000 (15:24 +0000)]
bugreport: syntax fix.
rexxnor [Sun, 18 Aug 2019 21:25:01 +0000 (23:25 +0200)]
updated gnunet.service file, added copyright notice
Christian Grothoff [Sun, 18 Aug 2019 21:40:04 +0000 (23:40 +0200)]
fix gnunet-service-arm termination status code
Christian Grothoff [Sun, 18 Aug 2019 15:50:09 +0000 (17:50 +0200)]
always no split
Christian Grothoff [Sun, 18 Aug 2019 12:29:50 +0000 (14:29 +0200)]
fix libpulse check
Christian Grothoff [Sun, 18 Aug 2019 12:22:59 +0000 (14:22 +0200)]
nicer message
rexxnor [Sat, 17 Aug 2019 14:23:27 +0000 (16:23 +0200)]
updated documentation TODOs, added examples for MX and SOA record syntax
ng0 [Fri, 16 Aug 2019 22:58:29 +0000 (22:58 +0000)]
who makes these decisions at gnu texinfo... argh!
ng0 [Fri, 16 Aug 2019 22:42:57 +0000 (22:42 +0000)]
rm rf
ng0 [Fri, 16 Aug 2019 22:41:09 +0000 (22:41 +0000)]
thanks i hate it
ng0 [Fri, 16 Aug 2019 22:38:24 +0000 (22:38 +0000)]
attempt
ng0 [Fri, 16 Aug 2019 22:28:35 +0000 (22:28 +0000)]
attempt to fix the wrong texinfo5 generation which leads to css being 404 links.
ng0 [Fri, 16 Aug 2019 22:14:01 +0000 (22:14 +0000)]
misc fixes.
ng0 [Fri, 16 Aug 2019 22:03:35 +0000 (22:03 +0000)]
testcase comment
ng0 [Fri, 16 Aug 2019 22:01:40 +0000 (22:01 +0000)]
try to distinguish between S and 5 by making socks lowercase.
ng0 [Fri, 16 Aug 2019 21:59:40 +0000 (21:59 +0000)]
Unixes and GNU systems -> Unix-like systems.
ng0 [Fri, 16 Aug 2019 21:58:13 +0000 (21:58 +0000)]
comment on platform specific instrcutions.
ng0 [Fri, 16 Aug 2019 21:56:39 +0000 (21:56 +0000)]
more sqlite3
ng0 [Fri, 16 Aug 2019 21:55:18 +0000 (21:55 +0000)]
sqlite -> SQLite3
ng0 [Fri, 16 Aug 2019 21:54:27 +0000 (21:54 +0000)]
clarify and update gnurl part.
ng0 [Fri, 16 Aug 2019 21:45:11 +0000 (21:45 +0000)]
typo fix. add @quotation block, already present in texinfo 4.2 safe to use.
ng0 [Fri, 16 Aug 2019 21:38:29 +0000 (21:38 +0000)]
remove an outdated comment about libgnurl, replace with statement about
how it has been developed.
ng0 [Fri, 16 Aug 2019 21:36:12 +0000 (21:36 +0000)]
Clarify that the command is run on Debian/Debian-derived/or apt.
ng0 [Fri, 16 Aug 2019 21:33:06 +0000 (21:33 +0000)]
chapter developer: the comment about the website is no longer true, fix.
ng0 [Fri, 16 Aug 2019 21:25:07 +0000 (21:25 +0000)]
GNUNet->GNUnet
rexxnor [Thu, 25 Jul 2019 14:30:29 +0000 (16:30 +0200)]
fixed a typo
Schanzenbach, Martin [Sun, 11 Aug 2019 17:00:30 +0000 (19:00 +0200)]
formatting; comments
Schanzenbach, Martin [Sat, 10 Aug 2019 19:41:05 +0000 (21:41 +0200)]
make SO_NOSIGPIPE more prominent
Schanzenbach, Martin [Thu, 8 Aug 2019 15:48:42 +0000 (17:48 +0200)]
fix dead link
Schanzenbach, Martin [Thu, 8 Aug 2019 15:23:26 +0000 (17:23 +0200)]
pathes to better support third party extensions from ML. Thanks to Alessio Vanni
Christian Grothoff [Tue, 6 Aug 2019 17:12:03 +0000 (19:12 +0200)]
clarify incorrect comment identified by Alessio Vanni on the gnunet-developer mailinglist
Schanzenbach, Martin [Thu, 1 Aug 2019 08:31:44 +0000 (10:31 +0200)]
eliminate nonsensical compare
Schanzenbach, Martin [Thu, 1 Aug 2019 08:12:09 +0000 (10:12 +0200)]
fix #5816
Schanzenbach, Martin [Wed, 31 Jul 2019 11:47:43 +0000 (13:47 +0200)]
fix #5815
ng0 [Sun, 28 Jul 2019 14:21:45 +0000 (14:21 +0000)]
Adding --enable-texinfo4 configure switch. Refer to
https://bugs.gnunet.org/view.php?id=3914 and the
Changelog for more.
Christian Grothoff [Sun, 28 Jul 2019 13:30:45 +0000 (15:30 +0200)]
report purpose when sig verification fails
Christian Grothoff [Fri, 26 Jul 2019 08:15:19 +0000 (10:15 +0200)]
fix
Christian Grothoff [Wed, 24 Jul 2019 15:54:58 +0000 (17:54 +0200)]
disable REST in tests that do not need it
Christian Grothoff [Wed, 24 Jul 2019 15:53:29 +0000 (17:53 +0200)]
changes for 0.11.6 release: i18n, packaging, missing files in dist
Christian Grothoff [Wed, 24 Jul 2019 11:48:06 +0000 (13:48 +0200)]
add NZL
Christian Grothoff [Wed, 24 Jul 2019 09:14:41 +0000 (11:14 +0200)]
obsolete
Schanzenbach, Martin [Wed, 24 Jul 2019 08:32:31 +0000 (10:32 +0200)]
make script run on macOS (*BSD)
Schanzenbach, Martin [Tue, 23 Jul 2019 21:57:48 +0000 (23:57 +0200)]
followup #5817
Schanzenbach, Martin [Tue, 23 Jul 2019 21:38:19 +0000 (23:38 +0200)]
fix #5817
Schanzenbach, Martin [Tue, 23 Jul 2019 20:51:17 +0000 (22:51 +0200)]
reverting part of fix for #5818
Christian Grothoff [Tue, 23 Jul 2019 17:49:30 +0000 (19:49 +0200)]
IP changed
Schanzenbach, Martin [Tue, 23 Jul 2019 15:21:30 +0000 (17:21 +0200)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Tue, 23 Jul 2019 15:21:25 +0000 (17:21 +0200)]
temporary fix for #5818
rexxnor [Tue, 23 Jul 2019 13:36:03 +0000 (15:36 +0200)]
fixed a typo in handbook
Schanzenbach, Martin [Tue, 23 Jul 2019 11:38:08 +0000 (13:38 +0200)]
fix mem corruption, possibly #5581
Schanzenbach, Martin [Tue, 23 Jul 2019 10:58:19 +0000 (12:58 +0200)]
fix #5816
Julius Bünger [Mon, 22 Jul 2019 20:33:11 +0000 (22:33 +0200)]
RPS doc: Fix typo and formulation