Hartmut Goebel [Tue, 5 Mar 2019 21:18:47 +0000 (22:18 +0100)]
contrib/guix: Add zbar as dependency for package gnunet.
Hartmut Goebel [Tue, 5 Mar 2019 21:17:41 +0000 (22:17 +0100)]
contrib/guix: Add package zbar (for gnunet-qr).
Hartmut Goebel [Sun, 3 Mar 2019 21:08:53 +0000 (22:08 +0100)]
gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.
Hartmut Goebel [Sun, 3 Mar 2019 09:56:01 +0000 (10:56 +0100)]
gnunet-qr: Update documentation and scripts to changed dependencies.
Requirement python-zbar is gone, and thus the requirement for
Python 2.7. Instead development package for libzbar is required now.
Hartmut Goebel [Sun, 3 Mar 2019 01:10:13 +0000 (02:10 +0100)]
gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX.
This helps keeping environments concise and functional package
managers like guix this will ensure `gnunet-uri` from the same
environment is used.
Hartmut Goebel [Sun, 3 Mar 2019 01:06:31 +0000 (02:06 +0100)]
gnunet-qr: Add into Makefile.am and pofiles,
Hartmut Goebel [Sun, 3 Mar 2019 01:04:16 +0000 (02:04 +0100)]
configure.ac: Add check for libzbar (using pkgconfig).
libzbar is required for gnunet-qr, which is optional.
Hartmut Goebel [Sun, 3 Mar 2019 00:04:08 +0000 (01:04 +0100)]
Add Hartmut Goebel to the AUTHORS file.
Hartmut Goebel [Sat, 2 Mar 2019 16:27:36 +0000 (17:27 +0100)]
gnunet-qr: Actually run gnunet-uri.
Hartmut Goebel [Sat, 2 Mar 2019 16:26:35 +0000 (17:26 +0100)]
Add helper lib "gnunet-qr-utils.h".
These functions are copied from dns/gnunet-helper-dns.c,
move them into a common library.
Or think about implementing a even more elaborate version.
Hartmut Goebel [Sat, 2 Mar 2019 11:37:46 +0000 (12:37 +0100)]
gnunet-qr: Simplify verbose messaging.
Hartmut Goebel [Sat, 2 Mar 2019 10:00:53 +0000 (11:00 +0100)]
gnunet-qr: Reimplement in C - yet only a proof of concept.
Still to-do:
* running gnunet-uri
* Proper error handling
* integration into build system (automake)
Reimplementing in C was chosen since
- official zbar python-bindings support python 2 only,
- none of the other bindings available at PyPI supports the high-level
"processor" interface which gnunet-qr uses
- implementing bindings for zbar using ctypes required addin a lot of
low-level error handling code, thus implementing in C seamed to be
easier,
- the programm is short, thus re-implementing is not such complicated, and
- this allows to reduce the number of dependencies (here: another
Python version), which should ease porting to other plattforms (zbar
is a dependency anyway).
Christian Grothoff [Wed, 3 Apr 2019 11:16:26 +0000 (13:16 +0200)]
update changelog
Christian Grothoff [Wed, 3 Apr 2019 10:32:18 +0000 (12:32 +0200)]
fix bogus test configuration
Christian Grothoff [Wed, 3 Apr 2019 10:29:32 +0000 (12:29 +0200)]
clique still fails sometimes for strange reasons
ng0 [Wed, 3 Apr 2019 10:19:46 +0000 (10:19 +0000)]
Merge branch 'master' of gnunet.org:gnunet
ng0 [Wed, 3 Apr 2019 10:19:31 +0000 (10:19 +0000)]
man: statistics (update)
Christian Grothoff [Wed, 3 Apr 2019 10:12:31 +0000 (12:12 +0200)]
-d option was removed from gnunet-publish, do not use it in the test
Christian Grothoff [Wed, 3 Apr 2019 10:01:59 +0000 (12:01 +0200)]
fix -c option
Christian Grothoff [Wed, 3 Apr 2019 09:23:02 +0000 (11:23 +0200)]
fix verbosity option
Christian Grothoff [Wed, 3 Apr 2019 09:12:46 +0000 (11:12 +0200)]
fix ugliness that is not used / useful
Christian Grothoff [Wed, 3 Apr 2019 09:10:03 +0000 (11:10 +0200)]
fix mktemp call
Christian Grothoff [Wed, 3 Apr 2019 09:03:24 +0000 (11:03 +0200)]
fix crash on test failure
Christian Grothoff [Wed, 3 Apr 2019 08:55:20 +0000 (10:55 +0200)]
add missing license
ng0 [Tue, 2 Apr 2019 23:30:46 +0000 (23:30 +0000)]
man: Add README
ng0 [Tue, 2 Apr 2019 23:24:55 +0000 (23:24 +0000)]
man: dns2gns
ng0 [Tue, 2 Apr 2019 23:14:45 +0000 (23:14 +0000)]
man: qr
ng0 [Tue, 2 Apr 2019 23:03:58 +0000 (23:03 +0000)]
man: tbp
ng0 [Tue, 2 Apr 2019 22:51:58 +0000 (22:51 +0000)]
man: testing
ng0 [Tue, 2 Apr 2019 22:51:36 +0000 (22:51 +0000)]
man: testing-run-service
ng0 [Tue, 2 Apr 2019 22:43:24 +0000 (22:43 +0000)]
man: testing
ng0 [Tue, 2 Apr 2019 22:31:58 +0000 (22:31 +0000)]
man: timeout
ng0 [Tue, 2 Apr 2019 22:21:01 +0000 (22:21 +0000)]
man: gnunet-transport-certificate-creation.1
ng0 [Tue, 2 Apr 2019 22:13:53 +0000 (22:13 +0000)]
man: transport
ng0 [Tue, 2 Apr 2019 21:57:13 +0000 (21:57 +0000)]
man: unindex
ng0 [Tue, 2 Apr 2019 21:50:12 +0000 (21:50 +0000)]
man: uri
ng0 [Tue, 2 Apr 2019 21:42:29 +0000 (21:42 +0000)]
man: fix and adjust uri
ng0 [Tue, 2 Apr 2019 20:40:02 +0000 (20:40 +0000)]
man: fix and adjust vpn
ng0 [Tue, 2 Apr 2019 20:12:06 +0000 (20:12 +0000)]
man: fix and adjust zoneimport
ng0 [Tue, 2 Apr 2019 19:34:38 +0000 (19:34 +0000)]
man: ats: fixes.
ng0 [Tue, 2 Apr 2019 19:05:48 +0000 (19:05 +0000)]
fix accidental slipup w configure.ac
ng0 [Tue, 2 Apr 2019 16:16:03 +0000 (16:16 +0000)]
man: gnunet-arm: Extend manpage, add missing functions, etc.
ng0 [Tue, 2 Apr 2019 05:24:10 +0000 (05:24 +0000)]
license
ng0 [Tue, 2 Apr 2019 05:22:58 +0000 (05:22 +0000)]
ChangeLog
ng0 [Mon, 1 Apr 2019 20:26:54 +0000 (20:26 +0000)]
Decrease minimum python version to 3.4
ng0 [Mon, 1 Apr 2019 20:15:06 +0000 (20:15 +0000)]
just in case
ng0 [Mon, 1 Apr 2019 20:13:45 +0000 (20:13 +0000)]
ChangeLog
ng0 [Mon, 1 Apr 2019 19:59:20 +0000 (19:59 +0000)]
gitignore in logread
ng0 [Mon, 1 Apr 2019 19:55:52 +0000 (19:55 +0000)]
#5616 - finish. fix texi2mdoc generation
ng0 [Mon, 1 Apr 2019 18:26:06 +0000 (18:26 +0000)]
Fix building texi2mdoc generation
ng0 [Mon, 1 Apr 2019 18:00:45 +0000 (18:00 +0000)]
Merge branch 'dev/ng0/5673_5616'
ng0 [Mon, 1 Apr 2019 17:58:21 +0000 (17:58 +0000)]
fix 5673? at least it builds again
ng0 [Mon, 1 Apr 2019 15:19:47 +0000 (15:19 +0000)]
Merge branch 'master' of gnunet.org:gnunet
ng0 [Mon, 1 Apr 2019 15:19:33 +0000 (15:19 +0000)]
configure.ac: it looks like a typo
Naomi Phillips [Mon, 1 Apr 2019 14:55:30 +0000 (10:55 -0400)]
Fix typo
ng0 [Mon, 1 Apr 2019 14:38:18 +0000 (14:38 +0000)]
be more verborse about which header files we require
ng0 [Mon, 1 Apr 2019 14:25:44 +0000 (14:25 +0000)]
contrib/scripts/testbed_cleanup.sh: bashisms
ng0 [Mon, 1 Apr 2019 14:24:45 +0000 (14:24 +0000)]
contrib/scripts/revisionary.sh: bashisms
ng0 [Mon, 1 Apr 2019 14:23:46 +0000 (14:23 +0000)]
rename files
ng0 [Mon, 1 Apr 2019 14:19:46 +0000 (14:19 +0000)]
ignore in lint/
ng0 [Mon, 1 Apr 2019 14:17:23 +0000 (14:17 +0000)]
handbook: fixes and comments in preface
ng0 [Mon, 1 Apr 2019 14:06:27 +0000 (14:06 +0000)]
add ability to build manpages independent from other documentation choices
ng0 [Wed, 20 Mar 2019 17:13:16 +0000 (17:13 +0000)]
GTK+ is no more, Gimp Toolkit is no more:
https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
ng0 [Wed, 20 Mar 2019 13:10:44 +0000 (13:10 +0000)]
README: sort dependencies where possible
ng0 [Wed, 20 Mar 2019 13:01:06 +0000 (13:01 +0000)]
README: point out that LE is optional
Christian Grothoff [Wed, 20 Mar 2019 10:40:26 +0000 (11:40 +0100)]
adapt code to MHD API change
Julius Bünger [Tue, 19 Mar 2019 23:22:12 +0000 (00:22 +0100)]
RPS Profiler: Keep track of push to single vs. multi-hop peer
ng0 [Tue, 19 Mar 2019 17:17:02 +0000 (17:17 +0000)]
generate perl for checkbashisms.pl
ng0 [Tue, 19 Mar 2019 16:42:33 +0000 (16:42 +0000)]
contrib: Move scripts content to scripts/Makefile
Actually build the contrib perl script.
Add an m4 script for perl.
ng0 [Mon, 18 Mar 2019 18:29:52 +0000 (18:29 +0000)]
pindexs + format
ng0 [Mon, 18 Mar 2019 18:10:22 +0000 (18:10 +0000)]
followup
ng0 [Mon, 18 Mar 2019 18:04:29 +0000 (18:04 +0000)]
remove useless comments
ng0 [Mon, 18 Mar 2019 17:12:40 +0000 (17:12 +0000)]
preface: removed fixed TODO notes, add XXX notes, adjust content, fix grammar.
Naomi Phillips [Mon, 18 Mar 2019 16:43:43 +0000 (12:43 -0400)]
Add note about recent gnunet-gtk changes
Julius Bünger [Sun, 17 Mar 2019 23:51:08 +0000 (00:51 +0100)]
RPS util: Break instead of return in macro
Christian Grothoff [Sat, 16 Mar 2019 19:04:27 +0000 (20:04 +0100)]
attempt to fix code portability issue reported on help-gnunet
ng0 [Sat, 16 Mar 2019 10:19:10 +0000 (10:19 +0000)]
Adjust uncrustify.cfg
ng0 [Sat, 16 Mar 2019 10:11:32 +0000 (10:11 +0000)]
Add contrib/uncrustify.cfg
Hartmut Goebel [Fri, 15 Mar 2019 20:03:35 +0000 (21:03 +0100)]
Add a .dir-locals,el for configuring emacs for this project
ng0 [Fri, 15 Mar 2019 13:46:47 +0000 (13:46 +0000)]
test_gnunet_gns: Fix test
ng0 [Fri, 15 Mar 2019 13:31:06 +0000 (13:31 +0000)]
pre-commit: fix rtws location, test for dos2unix
ng0 [Fri, 15 Mar 2019 13:10:42 +0000 (13:10 +0000)]
index page, forgot to commit this spacing change
ng0 [Fri, 15 Mar 2019 13:09:07 +0000 (13:09 +0000)]
tests do not belong in base description
ng0 [Fri, 15 Mar 2019 12:57:40 +0000 (12:57 +0000)]
gnunet-bugreport
ng0 [Fri, 15 Mar 2019 11:03:12 +0000 (11:03 +0000)]
gnunet-gns-proxy-setup-ca: replace which(1) usage.
ng0 [Thu, 14 Mar 2019 19:51:06 +0000 (19:51 +0000)]
one more for the road
ng0 [Thu, 14 Mar 2019 19:30:27 +0000 (19:30 +0000)]
remove the single tab in texinfo we had
Schanzenbach, Martin [Tue, 12 Mar 2019 15:50:24 +0000 (16:50 +0100)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Tue, 12 Mar 2019 15:50:15 +0000 (16:50 +0100)]
fix ftbfs
ng0 [Tue, 12 Mar 2019 11:09:39 +0000 (11:09 +0000)]
README: style. 2019->future
ng0 [Tue, 12 Mar 2019 11:06:16 +0000 (11:06 +0000)]
README: Add TOC. Long enough to be reasonable to add one
Schanzenbach, Martin [Tue, 12 Mar 2019 10:56:18 +0000 (11:56 +0100)]
update man entry for gnunet-config
Schanzenbach, Martin [Tue, 12 Mar 2019 09:27:17 +0000 (10:27 +0100)]
change description of file expansion flag
Schanzenbach, Martin [Tue, 12 Mar 2019 09:08:10 +0000 (10:08 +0100)]
update gitignore
Schanzenbach, Martin [Tue, 12 Mar 2019 09:07:04 +0000 (10:07 +0100)]
update changelog, make build
Schanzenbach, Martin [Tue, 12 Mar 2019 08:59:11 +0000 (09:59 +0100)]
move copying to rest
Schanzenbach, Martin [Tue, 12 Mar 2019 08:52:43 +0000 (09:52 +0100)]
fix bootstrap
Schanzenbach, Martin [Tue, 12 Mar 2019 08:49:07 +0000 (09:49 +0100)]
add mhd ifdef
Schanzenbach, Martin [Tue, 12 Mar 2019 08:48:41 +0000 (09:48 +0100)]
change makefile for rest
Schanzenbach, Martin [Tue, 12 Mar 2019 08:47:39 +0000 (09:47 +0100)]
move credential makefile defs