oweals/gnunet.git
4 years agofix hook to only apply to C code
Christian Grothoff [Sat, 5 Oct 2019 12:55:12 +0000 (14:55 +0200)]
fix hook to only apply to C code

4 years agoreduce scope
Christian Grothoff [Sat, 5 Oct 2019 12:45:20 +0000 (14:45 +0200)]
reduce scope

4 years agofix path
Christian Grothoff [Sat, 5 Oct 2019 12:44:36 +0000 (14:44 +0200)]
fix path

4 years agostyle fix
Christian Grothoff [Sat, 5 Oct 2019 12:43:15 +0000 (14:43 +0200)]
style fix

4 years agouncrustify integration into bootstrap
Christian Grothoff [Sat, 5 Oct 2019 12:42:30 +0000 (14:42 +0200)]
uncrustify integration into bootstrap

4 years agointendation
Schanzenbach, Martin [Thu, 3 Oct 2019 16:56:39 +0000 (18:56 +0200)]
intendation

4 years agoGNS: preparing protocol change in GNS for v12
Schanzenbach, Martin [Thu, 3 Oct 2019 16:55:47 +0000 (18:55 +0200)]
GNS: preparing protocol change in GNS for v12

4 years agoadd precommit hook example
ng0 [Sun, 29 Sep 2019 10:30:10 +0000 (10:30 +0000)]
add precommit hook example

4 years agoMerge branch 'master' of ssh://git.gnunet.org/gnunet
xrs [Sat, 28 Sep 2019 17:11:33 +0000 (19:11 +0200)]
Merge branch 'master' of ssh://git.gnunet.org/gnunet

4 years agoadd contrib/alpine
xrs [Sat, 28 Sep 2019 17:11:28 +0000 (19:11 +0200)]
add contrib/alpine

4 years agohandle arm -s completion nicely via signaling pipe
Christian Grothoff [Fri, 27 Sep 2019 22:56:33 +0000 (00:56 +0200)]
handle arm -s completion nicely via signaling pipe

4 years agodo not attempt name resolution or terminating a peer in gnunet-arm if the peer is...
Christian Grothoff [Fri, 27 Sep 2019 21:20:33 +0000 (23:20 +0200)]
do not attempt name resolution or terminating a peer in gnunet-arm if the peer is not running

4 years agoimplementing GNUNET_CLIENT_test() to check for service operating
Christian Grothoff [Fri, 27 Sep 2019 21:12:21 +0000 (23:12 +0200)]
implementing GNUNET_CLIENT_test() to check for service operating

4 years agoindent
Christian Grothoff [Fri, 27 Sep 2019 20:33:50 +0000 (22:33 +0200)]
indent

4 years agoprint service summary
Florian Dold [Tue, 24 Sep 2019 17:04:54 +0000 (19:04 +0200)]
print service summary

4 years agoadd stopping state
Florian Dold [Tue, 24 Sep 2019 16:21:53 +0000 (18:21 +0200)]
add stopping state

4 years agoimplement extended status information for arm
Florian Dold [Tue, 24 Sep 2019 15:59:18 +0000 (17:59 +0200)]
implement extended status information for arm

4 years agodocs: fix typo 'priviledge'→'privilege'
grindhold [Sat, 21 Sep 2019 11:26:37 +0000 (13:26 +0200)]
docs: fix typo 'priviledge'→'privilege'

4 years agoindenting
Christian Grothoff [Thu, 19 Sep 2019 15:19:49 +0000 (17:19 +0200)]
indenting

4 years agogracely handle missing PKCE params in token request
Schanzenbach, Martin [Tue, 17 Sep 2019 14:10:56 +0000 (16:10 +0200)]
gracely handle missing PKCE params in token request

4 years agodo not indent labels
Christian Grothoff [Mon, 16 Sep 2019 19:34:38 +0000 (21:34 +0200)]
do not indent labels

4 years agoreindentation
Christian Grothoff [Mon, 16 Sep 2019 19:26:25 +0000 (21:26 +0200)]
reindentation

4 years agoreindentation
Christian Grothoff [Mon, 16 Sep 2019 19:26:06 +0000 (21:26 +0200)]
reindentation

4 years agoreindentation
Christian Grothoff [Mon, 16 Sep 2019 19:22:12 +0000 (21:22 +0200)]
reindentation

4 years agoconfigure: remove checks for CXX and CPP. See ChangeLog.
ng0 [Mon, 16 Sep 2019 12:14:05 +0000 (12:14 +0000)]
configure: remove checks for CXX and CPP. See ChangeLog.

4 years agolint: Remove checkbashisms.pl, assume it is in PATH.
ng0 [Mon, 16 Sep 2019 06:59:58 +0000 (06:59 +0000)]
lint: Remove checkbashisms.pl, assume it is in PATH.

4 years agouse configuration from GNU Taler for uncrustify
Christian Grothoff [Sun, 15 Sep 2019 08:23:55 +0000 (10:23 +0200)]
use configuration from GNU Taler for uncrustify

4 years agoAUTHORS: correct license statement (will drop last gpl2 file in lint/ soon).
ng0 [Sat, 14 Sep 2019 19:26:30 +0000 (19:26 +0000)]
AUTHORS: correct license statement (will drop last gpl2 file in lint/ soon).

4 years agoremove terminos.h, it seems like a typo of termios.h and neither of them are used...
ng0 [Wed, 11 Sep 2019 14:25:01 +0000 (14:25 +0000)]
remove terminos.h, it seems like a typo of termios.h and neither of them are used in the sourcecode.

4 years agoalign.m4: Add stdlib.h explicitly to make the test pass on NetBSD.
ng0 [Wed, 11 Sep 2019 13:21:55 +0000 (13:21 +0000)]
align.m4: Add stdlib.h explicitly to make the test pass on NetBSD.
Should not be problematic, every system we support right now has a
stdlib.

4 years agoconfigure: remove mingw conditions, replace one gcc with $CC.
ng0 [Wed, 11 Sep 2019 12:42:35 +0000 (12:42 +0000)]
configure: remove mingw conditions, replace one gcc with $CC.

4 years agoAdd buildtarget to netbsd
ng0 [Wed, 11 Sep 2019 11:22:18 +0000 (11:22 +0000)]
Add buildtarget to netbsd

4 years agoconfigure: remove windows specific checks.
ng0 [Wed, 11 Sep 2019 11:18:25 +0000 (11:18 +0000)]
configure: remove windows specific checks.

4 years agocontrib: gnunet_janitor, terminate: remove win32 functionalities.
ng0 [Wed, 11 Sep 2019 10:56:20 +0000 (10:56 +0000)]
contrib: gnunet_janitor, terminate: remove win32 functionalities.

This commit is questionable, but since I removed win32 code this
code no longer has any purpose.

4 years agosmall README changes.
ng0 [Tue, 10 Sep 2019 18:15:04 +0000 (18:15 +0000)]
small README changes.

4 years agoremove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific files.
ng0 [Tue, 10 Sep 2019 16:59:32 +0000 (16:59 +0000)]
remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific files.

configures and builds okay.
testsuite wasn't checked, will be checked.

diff including the plibc removal is now around 14370 lines of code less.

4 years agoRemove win32 and cygwin support
ng0 [Mon, 9 Sep 2019 19:17:18 +0000 (19:17 +0000)]
Remove win32 and cygwin support

4 years agoaccidentally deleted
Schanzenbach, Martin [Mon, 9 Sep 2019 13:01:46 +0000 (15:01 +0200)]
accidentally deleted

4 years agofix flag detection variables
Schanzenbach, Martin [Mon, 9 Sep 2019 12:59:09 +0000 (14:59 +0200)]
fix flag detection variables

4 years agogcc does strange things with -Wno-*
Schanzenbach, Martin [Mon, 9 Sep 2019 12:43:29 +0000 (14:43 +0200)]
gcc does strange things with -Wno-*

4 years agoadd werror to check
Schanzenbach, Martin [Mon, 9 Sep 2019 12:21:54 +0000 (14:21 +0200)]
add werror to check

4 years agoattempt fix flag detection again
Schanzenbach, Martin [Mon, 9 Sep 2019 12:11:38 +0000 (14:11 +0200)]
attempt fix flag detection again

4 years agoMerge branch 'master' of gnunet.org:gnunet
ng0 [Mon, 9 Sep 2019 12:11:15 +0000 (12:11 +0000)]
Merge branch 'master' of gnunet.org:gnunet

4 years agotypo
ng0 [Mon, 9 Sep 2019 12:11:06 +0000 (12:11 +0000)]
typo

4 years agoattempt fix flag detection
Schanzenbach, Martin [Mon, 9 Sep 2019 11:48:49 +0000 (13:48 +0200)]
attempt fix flag detection

4 years agoSTAT->stat
ng0 [Mon, 9 Sep 2019 11:42:11 +0000 (11:42 +0000)]
STAT->stat

4 years agotypo
ng0 [Mon, 9 Sep 2019 11:29:02 +0000 (11:29 +0000)]
typo

4 years agoutil/disk.c: fix failure to build
ng0 [Mon, 9 Sep 2019 11:18:58 +0000 (11:18 +0000)]
util/disk.c: fix failure to build

4 years agoplibc: win32 related, socket
ng0 [Mon, 9 Sep 2019 10:19:12 +0000 (10:19 +0000)]
plibc: win32 related, socket

4 years agoplibc removal: gns/w32nsp.c: sockets.
ng0 [Mon, 9 Sep 2019 10:04:40 +0000 (10:04 +0000)]
plibc removal: gns/w32nsp.c: sockets.

4 years agoplibc removal: sscanf, win32 socket corrections
ng0 [Mon, 9 Sep 2019 09:55:18 +0000 (09:55 +0000)]
plibc removal: sscanf, win32 socket corrections

4 years agoplibc removal: ACCESS->access
ng0 [Mon, 9 Sep 2019 08:15:56 +0000 (08:15 +0000)]
plibc removal: ACCESS->access

4 years agoplibc removal (CLOSE->close)
ng0 [Mon, 9 Sep 2019 08:10:49 +0000 (08:10 +0000)]
plibc removal (CLOSE->close)

4 years agoplibc removal: STRUCT_STAT64
ng0 [Mon, 9 Sep 2019 08:02:22 +0000 (08:02 +0000)]
plibc removal: STRUCT_STAT64

4 years agouncrustify as demanded.
ng0 [Sun, 8 Sep 2019 12:33:09 +0000 (12:33 +0000)]
uncrustify as demanded.

4 years agoreplace clang-format with uncrustify.
ng0 [Sun, 8 Sep 2019 12:29:31 +0000 (12:29 +0000)]
replace clang-format with uncrustify.

4 years agoMerge branch 'master' of gnunet.org:gnunet
ng0 [Sun, 8 Sep 2019 12:13:55 +0000 (12:13 +0000)]
Merge branch 'master' of gnunet.org:gnunet

4 years agoREADME: adjust dependencies and some fixes.
ng0 [Sun, 8 Sep 2019 12:13:36 +0000 (12:13 +0000)]
README: adjust dependencies and some fixes.

4 years agoupdate
Schanzenbach, Martin [Sun, 8 Sep 2019 08:50:37 +0000 (10:50 +0200)]
update

4 years agoMake services localizable
Alessio Vanni [Sat, 7 Sep 2019 11:18:07 +0000 (13:18 +0200)]
Make services localizable

Signed-off-by: Christian Grothoff <christian@grothoff.org>
4 years agognunet-bcd: OPEN->open
ng0 [Sat, 7 Sep 2019 09:57:04 +0000 (09:57 +0000)]
gnunet-bcd: OPEN->open

4 years agoutil/disk.c: STAT64->stat64
ng0 [Sat, 7 Sep 2019 09:35:12 +0000 (09:35 +0000)]
util/disk.c: STAT64->stat64

4 years agoconfigure: remove plibc check
ng0 [Sat, 7 Sep 2019 09:28:26 +0000 (09:28 +0000)]
configure: remove plibc check

4 years agodocumentation: remove plibc mention.
ng0 [Sat, 7 Sep 2019 09:25:05 +0000 (09:25 +0000)]
documentation: remove plibc mention.

4 years agofix variable names renamed by search and replace.
ng0 [Sat, 7 Sep 2019 09:16:45 +0000 (09:16 +0000)]
fix variable names renamed by search and replace.

4 years agotypo in header file for w32
ng0 [Sat, 7 Sep 2019 09:15:52 +0000 (09:15 +0000)]
typo in header file for w32

4 years agofiles included by accident.
ng0 [Fri, 6 Sep 2019 23:08:02 +0000 (23:08 +0000)]
files included by accident.

4 years agoplibc, commit 2
ng0 [Fri, 6 Sep 2019 23:01:06 +0000 (23:01 +0000)]
plibc, commit 2

4 years agofirst step to remove plibc
ng0 [Fri, 6 Sep 2019 22:46:29 +0000 (22:46 +0000)]
first step to remove plibc

4 years agoremove /usr/include from coverage analysis
Christian Grothoff [Thu, 5 Sep 2019 12:29:33 +0000 (14:29 +0200)]
remove /usr/include from coverage analysis

4 years agofix logging issue reported by Raphael
Christian Grothoff [Thu, 5 Sep 2019 09:35:44 +0000 (11:35 +0200)]
fix logging issue reported by Raphael

4 years agoattempt to make PKCE optional
Schanzenbach, Martin [Thu, 5 Sep 2019 06:22:51 +0000 (08:22 +0200)]
attempt to make PKCE optional

4 years agofix signature check
Schanzenbach, Martin [Thu, 5 Sep 2019 05:50:10 +0000 (07:50 +0200)]
fix signature check

4 years agoMerge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Thu, 5 Sep 2019 05:13:06 +0000 (07:13 +0200)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet

4 years agofix
Schanzenbach, Martin [Thu, 5 Sep 2019 05:12:45 +0000 (07:12 +0200)]
fix

4 years agoadd templates for multi-user configurations
Christian Grothoff [Wed, 4 Sep 2019 23:05:37 +0000 (01:05 +0200)]
add templates for multi-user configurations

4 years agofix ticket
Schanzenbach, Martin [Wed, 4 Sep 2019 20:57:35 +0000 (22:57 +0200)]
fix ticket

4 years agofix loop
Schanzenbach, Martin [Wed, 4 Sep 2019 20:40:47 +0000 (22:40 +0200)]
fix loop

4 years agofix urlenc
Schanzenbach, Martin [Wed, 4 Sep 2019 20:18:53 +0000 (22:18 +0200)]
fix urlenc

4 years agofix base64+urlencode vs base64url
Schanzenbach, Martin [Wed, 4 Sep 2019 20:03:27 +0000 (22:03 +0200)]
fix base64+urlencode vs base64url

4 years agobetter debug output
Schanzenbach, Martin [Wed, 4 Sep 2019 19:24:49 +0000 (21:24 +0200)]
better debug output

4 years agohash fix
Schanzenbach, Martin [Wed, 4 Sep 2019 19:06:34 +0000 (21:06 +0200)]
hash fix

4 years agofix serialization
Schanzenbach, Martin [Wed, 4 Sep 2019 18:42:06 +0000 (20:42 +0200)]
fix serialization

4 years agosupport for PKCE extension
Alexia Pagkopoulou [Wed, 4 Sep 2019 13:27:54 +0000 (15:27 +0200)]
support for PKCE extension

4 years agoupdate changelog
Schanzenbach, Martin [Sun, 1 Sep 2019 11:28:59 +0000 (13:28 +0200)]
update changelog

4 years agoAdded patch by AV from ML:
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.

4 years agoRemove make rule which doesn't even fire
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.

4 years agoUse pkg-config to check for MHD
David Barksdale [Tue, 27 Aug 2019 19:29:17 +0000 (14:29 -0500)]
Use pkg-config to check for MHD

4 years agotypo
Christian Grothoff [Fri, 23 Aug 2019 10:50:47 +0000 (12:50 +0200)]
typo

4 years agofix
Christian Grothoff [Fri, 23 Aug 2019 08:35:35 +0000 (10:35 +0200)]
fix

4 years agofix #5829
Christian Grothoff [Fri, 23 Aug 2019 07:49:34 +0000 (09:49 +0200)]
fix #5829

4 years agomore changelog
Schanzenbach, Martin [Wed, 21 Aug 2019 09:55:35 +0000 (11:55 +0200)]
more changelog

4 years agodo not free hashmap while iterating over it, unhealthy, even in error case
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

4 years agofix NPE when importing directory into gnunet-fs-gtk (cleaner fix)
Christian Grothoff [Wed, 21 Aug 2019 08:58:57 +0000 (10:58 +0200)]
fix NPE when importing directory into gnunet-fs-gtk (cleaner fix)

4 years agofix NPE when importing directory into gnunet-fs-gtk
Christian Grothoff [Wed, 21 Aug 2019 08:56:50 +0000 (10:56 +0200)]
fix NPE when importing directory into gnunet-fs-gtk

4 years agofix ftbfs
Christian Grothoff [Tue, 20 Aug 2019 14:35:26 +0000 (16:35 +0200)]
fix ftbfs

4 years agochangelog
Christian Grothoff [Tue, 20 Aug 2019 14:32:44 +0000 (16:32 +0200)]
changelog

4 years agofix bogus close of fd in gnunet-gns
Christian Grothoff [Tue, 20 Aug 2019 14:31:02 +0000 (16:31 +0200)]
fix bogus close of fd in gnunet-gns

4 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
Alexia Pagkopoulou [Mon, 19 Aug 2019 15:37:14 +0000 (17:37 +0200)]
Merge branch 'master' of ssh://gnunet.org/gnunet

4 years agomade the rest config editable
Alexia Pagkopoulou [Mon, 19 Aug 2019 15:36:48 +0000 (17:36 +0200)]
made the rest config editable