oweals/gnunet.git
6 years ago-wip post request testing required and namestore handle fix required
Phil [Tue, 9 Jan 2018 14:41:15 +0000 (15:41 +0100)]
-wip post request testing required and namestore handle fix required

6 years ago-wip post authentication
Phil [Tue, 9 Jan 2018 13:29:29 +0000 (14:29 +0100)]
-wip post authentication

6 years agoMerge remote-tracking branch 'origin/master' into identity_oidc
Schanzenbach, Martin [Mon, 8 Jan 2018 09:49:06 +0000 (10:49 +0100)]
Merge remote-tracking branch 'origin/master' into identity_oidc

6 years agoMerge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Mon, 8 Jan 2018 06:58:36 +0000 (07:58 +0100)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet

6 years agobugfixes
Schanzenbach, Martin [Mon, 8 Jan 2018 06:58:33 +0000 (07:58 +0100)]
bugfixes

6 years agomore size checking; tokenize only after size check
lurchi [Sun, 7 Jan 2018 21:34:39 +0000 (22:34 +0100)]
more size checking; tokenize only after size check

6 years agorps tests: cosmetics
Julius Bünger [Sun, 7 Jan 2018 21:32:24 +0000 (22:32 +0100)]
rps tests: cosmetics

6 years agorps tests: sanity checks and cosmetics
Julius Bünger [Sun, 7 Jan 2018 21:10:21 +0000 (22:10 +0100)]
rps tests: sanity checks and cosmetics

6 years agorps tests: change function signature, comments
Julius Bünger [Sun, 7 Jan 2018 21:09:35 +0000 (22:09 +0100)]
rps tests: change function signature, comments

6 years agorps tests: proper shutdown
Julius Bünger [Sun, 7 Jan 2018 21:07:31 +0000 (22:07 +0100)]
rps tests: proper shutdown

6 years agorps tests: check whether peer was scheduled to go off/online
Julius Bünger [Sun, 7 Jan 2018 21:05:52 +0000 (22:05 +0100)]
rps tests: check whether peer was scheduled to go off/online

6 years agorps tests: make sure no callback executes after shutdown
Julius Bünger [Sun, 7 Jan 2018 20:03:24 +0000 (21:03 +0100)]
rps tests: make sure no callback executes after shutdown

6 years agorps tests: comments and logging
Julius Bünger [Sun, 7 Jan 2018 19:59:54 +0000 (20:59 +0100)]
rps tests: comments and logging

6 years agovsprintf returns negative on error.
anryko [Sun, 7 Jan 2018 19:20:11 +0000 (20:20 +0100)]
vsprintf returns negative on error.

6 years agoproperly check size of MsgProcRequest
lurchi [Sun, 7 Jan 2018 17:35:39 +0000 (18:35 +0100)]
properly check size of MsgProcRequest

6 years agoStyle fixes (mostly tabs to spaces).
anryko [Sun, 7 Jan 2018 17:30:35 +0000 (18:30 +0100)]
Style fixes (mostly tabs to spaces).

6 years agotransport: [fix] Typos in comments
Matthias Kolja Miehl [Sun, 7 Jan 2018 14:55:25 +0000 (15:55 +0100)]
transport: [fix] Typos in comments

6 years agognunet-c-tutorial: [fix] Add missing 'make' commands
Matthias Kolja Miehl [Sun, 7 Jan 2018 14:22:43 +0000 (15:22 +0100)]
gnunet-c-tutorial: [fix] Add missing 'make' commands

6 years agofix dereferencing uninitialized rs/ws; assert non-NULL before dereferencing network...
lurchi [Sun, 7 Jan 2018 15:18:32 +0000 (16:18 +0100)]
fix dereferencing uninitialized rs/ws; assert non-NULL before dereferencing network/file handles

6 years agoRevert "fix dereferencing uninitialized pointer"
lurchi [Sun, 7 Jan 2018 15:13:02 +0000 (16:13 +0100)]
Revert "fix dereferencing uninitialized pointer"

This reverts commit 201a67be13ae31b4eb7fb8ad38b349fe287c0baf.

6 years agoFixed potential NULL dereference.
anryko [Sun, 7 Jan 2018 14:43:29 +0000 (15:43 +0100)]
Fixed potential NULL dereference.

6 years agoMerge branch 'master' of https://gnunet.org/git/gnunet
lurchi [Sat, 6 Jan 2018 23:59:50 +0000 (00:59 +0100)]
Merge branch 'master' of https://gnunet.org/git/gnunet

6 years agoshutdown might happen when plc_gst is not in the hashmap
lurchi [Sat, 6 Jan 2018 23:59:40 +0000 (00:59 +0100)]
shutdown might happen when plc_gst is not in the hashmap

6 years agoreconnect_task pointer must be NULLed when executed
lurchi [Sat, 6 Jan 2018 23:57:24 +0000 (00:57 +0100)]
reconnect_task pointer must be NULLed when executed

6 years agodoc/documentation: developer,philosophy,user: suggestions by
ng0 [Sat, 6 Jan 2018 23:37:16 +0000 (23:37 +0000)]
doc/documentation: developer,philosophy,user: suggestions by
Amirouche Boubekki via gnunet-developers@gnu.org, with some minor
additions.

6 years agohandle error properly, do not just log but continue gracefully -- v6 also
Christian Grothoff [Sat, 6 Jan 2018 20:37:27 +0000 (21:37 +0100)]
handle error properly, do not just log but continue gracefully -- v6 also

6 years agohandle error properly, do not just log but continue gracefully
Christian Grothoff [Sat, 6 Jan 2018 20:36:15 +0000 (21:36 +0100)]
handle error properly, do not just log but continue gracefully

6 years agofix log call: wait until pid is initialized
Christian Grothoff [Sat, 6 Jan 2018 20:33:13 +0000 (21:33 +0100)]
fix log call: wait until pid is initialized

6 years agointernally assert that asprintf size allocation never fails
Christian Grothoff [Sat, 6 Jan 2018 20:22:23 +0000 (21:22 +0100)]
internally assert that asprintf size allocation never fails

6 years agofix potential use of uninitialized key
Christian Grothoff [Sat, 6 Jan 2018 20:05:03 +0000 (21:05 +0100)]
fix potential use of uninitialized key

6 years agoMerge branch 'lurchi_social'
lurchi [Sat, 6 Jan 2018 17:52:34 +0000 (18:52 +0100)]
Merge branch 'lurchi_social'

6 years agocheck return value
Christian Grothoff [Sat, 6 Jan 2018 17:50:58 +0000 (18:50 +0100)]
check return value

6 years agofix documentation
lurchi [Sat, 6 Jan 2018 17:35:37 +0000 (18:35 +0100)]
fix documentation

6 years agofix dereferencing uninitialized pointer
lurchi [Sat, 6 Jan 2018 17:35:15 +0000 (18:35 +0100)]
fix dereferencing uninitialized pointer

6 years agoadd ABE dependencies to documentation
Schanzenbach, Martin [Sat, 6 Jan 2018 17:10:49 +0000 (18:10 +0100)]
add ABE dependencies to documentation

6 years agomisc peerinfo fixes; signed/unsinged cmps, warnings, unchecked return value
Christian Grothoff [Sat, 6 Jan 2018 15:46:59 +0000 (16:46 +0100)]
misc peerinfo fixes; signed/unsinged cmps, warnings, unchecked return value

6 years agofix indentation and use after free in tcp plugin
Christian Grothoff [Sat, 6 Jan 2018 15:37:32 +0000 (16:37 +0100)]
fix indentation and use after free in tcp plugin

6 years agoinclude gnunet.doxy in TGZ
Christian Grothoff [Sat, 6 Jan 2018 14:14:59 +0000 (15:14 +0100)]
include gnunet.doxy in TGZ

6 years agofix signed/unsigned cmp
Christian Grothoff [Fri, 5 Jan 2018 19:56:35 +0000 (20:56 +0100)]
fix signed/unsigned cmp

6 years agoinitialize variable on all paths
Christian Grothoff [Fri, 5 Jan 2018 19:53:33 +0000 (20:53 +0100)]
initialize variable on all paths

6 years agofix potential use after free in tcp
Christian Grothoff [Fri, 5 Jan 2018 19:53:20 +0000 (20:53 +0100)]
fix potential use after free in tcp

6 years agoMerge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Fri, 5 Jan 2018 19:23:14 +0000 (20:23 +0100)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet

6 years ago-fix possible npe
Schanzenbach, Martin [Fri, 5 Jan 2018 19:11:18 +0000 (20:11 +0100)]
-fix possible npe

6 years agoFixed int to unsigned casting warning.
anryko [Fri, 5 Jan 2018 17:19:12 +0000 (18:19 +0100)]
Fixed int to unsigned casting warning.

6 years agoeliminate warnings
Christian Grothoff [Fri, 5 Jan 2018 16:40:11 +0000 (17:40 +0100)]
eliminate warnings

6 years agoprevent use-after-free by indicating free status in return value of set_incoming_quota
Christian Grothoff [Fri, 5 Jan 2018 16:33:44 +0000 (17:33 +0100)]
prevent use-after-free by indicating free status in return value of set_incoming_quota

6 years agocheck strftime return value
Christian Grothoff [Fri, 5 Jan 2018 16:27:32 +0000 (17:27 +0100)]
check strftime return value

6 years agofix error handling, do not continue with uninitialized variable after failure
Christian Grothoff [Fri, 5 Jan 2018 16:18:06 +0000 (17:18 +0100)]
fix error handling, do not continue with uninitialized variable after failure

6 years agofix potential double free
Christian Grothoff [Fri, 5 Jan 2018 16:13:27 +0000 (17:13 +0100)]
fix potential double free

6 years agoMerge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Fri, 5 Jan 2018 14:37:00 +0000 (15:37 +0100)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet

6 years ago-fixes
Schanzenbach, Martin [Fri, 5 Jan 2018 14:36:57 +0000 (15:36 +0100)]
-fixes

6 years agoFix potential NULL dereference warning.
anryko [Fri, 5 Jan 2018 12:55:28 +0000 (13:55 +0100)]
Fix potential NULL dereference warning.

6 years ago-fix test
Schanzenbach, Martin [Fri, 5 Jan 2018 09:46:32 +0000 (10:46 +0100)]
-fix test

6 years agoMerge branch 'master' of gnunet.org:gnunet
ng0 [Thu, 4 Jan 2018 23:23:53 +0000 (23:23 +0000)]
Merge branch 'master' of gnunet.org:gnunet

6 years agointroduce .mailmap
ng0 [Thu, 4 Jan 2018 23:19:58 +0000 (23:19 +0000)]
introduce .mailmap

Some of us use(d) various names or emails interchangeable over the years/currently.
git integrated tools can help to count how many people contributed to a release,
the use of mailmap (https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html)
helps to map authors+email.

If I used the wrong prefered primary name+email, change it yourself.
Only it yourself in this file if you used more than one name/email.

6 years agoFixed useless assignment.
anryko [Thu, 4 Jan 2018 22:40:46 +0000 (23:40 +0100)]
Fixed useless assignment.

6 years agoFixed Uninitialized Variable warning.
anryko [Thu, 4 Jan 2018 22:37:53 +0000 (23:37 +0100)]
Fixed Uninitialized Variable warning.

6 years agoFixed Uninitialized Variable warning.
anryko [Thu, 4 Jan 2018 21:50:48 +0000 (22:50 +0100)]
Fixed Uninitialized Variable warning.

6 years agoavoid freeing uninit ptr on error path
Christian Grothoff [Thu, 4 Jan 2018 21:42:55 +0000 (22:42 +0100)]
avoid freeing uninit ptr on error path

6 years agodo not put NULL block
Christian Grothoff [Thu, 4 Jan 2018 21:37:20 +0000 (22:37 +0100)]
do not put NULL block

6 years agoinitialize response_code, always
Christian Grothoff [Thu, 4 Jan 2018 21:35:36 +0000 (22:35 +0100)]
initialize response_code, always

6 years agofix major initialization issue in datacache postgres plugin
Christian Grothoff [Thu, 4 Jan 2018 21:29:52 +0000 (22:29 +0100)]
fix major initialization issue in datacache postgres plugin

6 years agoadd assertion
Christian Grothoff [Thu, 4 Jan 2018 21:21:58 +0000 (22:21 +0100)]
add assertion

6 years agofix memory leak
Christian Grothoff [Thu, 4 Jan 2018 20:54:31 +0000 (21:54 +0100)]
fix memory leak

6 years agofix memory leak
Christian Grothoff [Thu, 4 Jan 2018 20:51:53 +0000 (21:51 +0100)]
fix memory leak

6 years agofix memory leak
Christian Grothoff [Thu, 4 Jan 2018 20:46:34 +0000 (21:46 +0100)]
fix memory leak

6 years agofix UDP memory leak
Christian Grothoff [Thu, 4 Jan 2018 20:43:39 +0000 (21:43 +0100)]
fix UDP memory leak

6 years agoMerge branch 'master' of git+ssh://gnunet.org/gnunet
Schanzenbach, Martin [Thu, 4 Jan 2018 20:11:08 +0000 (21:11 +0100)]
Merge branch 'master' of git+ssh://gnunet.org/gnunet

6 years ago-fix test
Schanzenbach, Martin [Thu, 4 Jan 2018 20:11:04 +0000 (21:11 +0100)]
-fix test

6 years agosimplify driver_add_multiple
lurchi [Thu, 4 Jan 2018 19:27:19 +0000 (20:27 +0100)]
simplify driver_add_multiple

6 years agoLeak fix.
anryko [Thu, 4 Jan 2018 18:29:49 +0000 (19:29 +0100)]
Leak fix.

6 years agofix misc compiler warnings
Christian Grothoff [Thu, 4 Jan 2018 18:18:32 +0000 (19:18 +0100)]
fix misc compiler warnings

6 years agoClose file descriptor on error handling.
anryko [Thu, 4 Jan 2018 17:36:54 +0000 (18:36 +0100)]
Close file descriptor on error handling.

6 years agodefine conds
Christian Grothoff [Thu, 4 Jan 2018 17:02:24 +0000 (18:02 +0100)]
define conds

6 years agoadd versioning note
Christian Grothoff [Thu, 4 Jan 2018 16:55:24 +0000 (17:55 +0100)]
add versioning note

6 years agofix more warnings
Christian Grothoff [Thu, 4 Jan 2018 16:50:50 +0000 (17:50 +0100)]
fix more warnings

6 years agomake glib optional
Christian Grothoff [Thu, 4 Jan 2018 16:50:44 +0000 (17:50 +0100)]
make glib optional

6 years agonewline
ng0 [Thu, 4 Jan 2018 16:45:53 +0000 (16:45 +0000)]
newline

6 years agoextend contrib packages guix README
ng0 [Thu, 4 Jan 2018 16:45:11 +0000 (16:45 +0000)]
extend contrib packages guix README

6 years agodoc/documentation/README.txt: remove obsolete lines
ng0 [Thu, 4 Jan 2018 16:33:50 +0000 (16:33 +0000)]
doc/documentation/README.txt: remove obsolete lines

6 years agoDockerfile: adjust to gnurl-7.57.0
ng0 [Thu, 4 Jan 2018 16:29:08 +0000 (16:29 +0000)]
Dockerfile: adjust to gnurl-7.57.0

6 years agotrying again to fix test_service timeout on v6 failure
Christian Grothoff [Thu, 4 Jan 2018 16:05:05 +0000 (17:05 +0100)]
trying again to fix test_service timeout on v6 failure

6 years agofix timeout of test_service, misc signed/unsigned and unused argument issues
Christian Grothoff [Thu, 4 Jan 2018 15:46:18 +0000 (16:46 +0100)]
fix timeout of test_service, misc signed/unsigned and unused argument issues

6 years agoMerge remote-tracking branch 'origin/identity_abe'
Schanzenbach, Martin [Thu, 4 Jan 2018 15:07:55 +0000 (16:07 +0100)]
Merge remote-tracking branch 'origin/identity_abe'

6 years ago-cleanup doc; fixes
Schanzenbach, Martin [Thu, 4 Jan 2018 14:28:02 +0000 (15:28 +0100)]
-cleanup doc; fixes

6 years agoupdate README
Christian Grothoff [Thu, 4 Jan 2018 11:49:29 +0000 (12:49 +0100)]
update README

6 years agomotivational changes to disclaimer README.1st
psyc://loupsycedyglgamf.onion/~lynX [Wed, 3 Jan 2018 14:50:24 +0000 (14:50 +0000)]
motivational changes to disclaimer README.1st

6 years agofix
ng0 [Wed, 3 Jan 2018 14:50:23 +0000 (14:50 +0000)]
fix

6 years agomore texinfo woes
ng0 [Wed, 3 Jan 2018 14:40:03 +0000 (14:40 +0000)]
more texinfo woes

6 years agodoc: texinfo...
ng0 [Wed, 3 Jan 2018 14:35:35 +0000 (14:35 +0000)]
doc: texinfo...

6 years ago-move abe functionality out of util; prepare for release
Schanzenbach, Martin [Wed, 3 Jan 2018 09:11:40 +0000 (10:11 +0100)]
-move abe functionality out of util; prepare for release

6 years agoFix double-scheduling of shutdown task
David Barksdale [Tue, 2 Jan 2018 17:34:45 +0000 (11:34 -0600)]
Fix double-scheduling of shutdown task

6 years ago-merge
Schanzenbach, Martin [Tue, 2 Jan 2018 15:48:03 +0000 (16:48 +0100)]
-merge

6 years ago-move idp experimental
Schanzenbach, Martin [Tue, 2 Jan 2018 15:37:08 +0000 (16:37 +0100)]
-move idp experimental

6 years agodoc: change some urls to print out the URL for the printed format
ng0 [Tue, 2 Jan 2018 12:39:16 +0000 (12:39 +0000)]
doc: change some urls to print out the URL for the printed format

6 years agovers bump
Christian Grothoff [Tue, 2 Jan 2018 10:57:01 +0000 (11:57 +0100)]
vers bump

6 years agoadd README.1st
Christian Grothoff [Tue, 2 Jan 2018 01:57:33 +0000 (02:57 +0100)]
add README.1st

6 years agofix more 'make dist' issues
Christian Grothoff [Tue, 2 Jan 2018 01:55:01 +0000 (02:55 +0100)]
fix more 'make dist' issues

6 years agofix misc make dist issues
Christian Grothoff [Tue, 2 Jan 2018 01:35:22 +0000 (02:35 +0100)]
fix misc make dist issues

6 years agoFix memory leak in select_loop
David Barksdale [Tue, 2 Jan 2018 01:16:47 +0000 (19:16 -0600)]
Fix memory leak in select_loop