oweals/gnunet.git
6 years agorps: close port before disconnecting
Julius Bünger [Wed, 27 Dec 2017 14:06:30 +0000 (15:06 +0100)]
rps: close port before disconnecting

6 years agobeautify loop
Christian Grothoff [Wed, 27 Dec 2017 13:50:11 +0000 (14:50 +0100)]
beautify loop

6 years agofix flow control issue
Christian Grothoff [Wed, 27 Dec 2017 13:49:55 +0000 (14:49 +0100)]
fix flow control issue

6 years agoadd logging to cadet initiatlizations
Christian Grothoff [Wed, 27 Dec 2017 13:26:44 +0000 (14:26 +0100)]
add logging to cadet initiatlizations

6 years agosome niceities for rps test configuration
Christian Grothoff [Wed, 27 Dec 2017 13:08:48 +0000 (14:08 +0100)]
some niceities for rps test configuration

6 years agoindentation fix
Christian Grothoff [Wed, 27 Dec 2017 13:07:58 +0000 (14:07 +0100)]
indentation fix

6 years agomore logging for hello
Christian Grothoff [Wed, 27 Dec 2017 13:07:10 +0000 (14:07 +0100)]
more logging for hello

6 years agomore logging for transport
Christian Grothoff [Wed, 27 Dec 2017 13:06:38 +0000 (14:06 +0100)]
more logging for transport

6 years agounset environment variables that will break testbed, indentation and comment typo...
Christian Grothoff [Wed, 27 Dec 2017 13:06:10 +0000 (14:06 +0100)]
unset environment variables that will break testbed, indentation and comment typo fixes

6 years agoadd rps binaries to .gitignore
Julius Bünger [Wed, 27 Dec 2017 13:12:12 +0000 (14:12 +0100)]
add rps binaries to .gitignore

6 years agoresult is a boolean; stylistic changes
lurchi [Tue, 26 Dec 2017 17:16:26 +0000 (18:16 +0100)]
result is a boolean; stylistic changes

6 years agotest_psyc: less services and less noise in the output
lurchi [Tue, 26 Dec 2017 17:05:40 +0000 (18:05 +0100)]
test_psyc: less services and less noise in the output

6 years agotest_social: less services and less noise in the output
lurchi [Tue, 26 Dec 2017 17:05:20 +0000 (18:05 +0100)]
test_social: less services and less noise in the output

6 years agoPrevent multipeermap from being reallocated
David Barksdale [Tue, 26 Dec 2017 15:54:24 +0000 (09:54 -0600)]
Prevent multipeermap from being reallocated

Grothoff points out that multipeermaps grow when 75% full.

6 years agounified debug output (allows grep OP ID)
lurchi [Sun, 24 Dec 2017 12:31:08 +0000 (13:31 +0100)]
unified debug output (allows grep OP ID)

6 years agostylistic fix
lurchi [Sun, 24 Dec 2017 12:29:43 +0000 (13:29 +0100)]
stylistic fix

6 years agobe more clear about test procedure (use self-explanatory function names)
lurchi [Sun, 24 Dec 2017 12:25:41 +0000 (13:25 +0100)]
be more clear about test procedure (use self-explanatory function names)

6 years agoremove debug assertion; add debug output
lurchi [Sun, 24 Dec 2017 12:15:07 +0000 (13:15 +0100)]
remove debug assertion; add debug output

6 years agoforgot to call GNUNET_SERVICE_client_continue
lurchi [Sun, 24 Dec 2017 12:08:05 +0000 (13:08 +0100)]
forgot to call GNUNET_SERVICE_client_continue

6 years agoRevert "Fix use-after-free in loop over modified list"
David Barksdale [Sat, 23 Dec 2017 15:57:56 +0000 (09:57 -0600)]
Revert "Fix use-after-free in loop over modified list"

This reverts commit 012ff13acc0cb2f5d7210aa48819395fecf12a3d.

6 years agoCheck for cycles in cadet paths
David Barksdale [Sat, 23 Dec 2017 15:54:23 +0000 (09:54 -0600)]
Check for cycles in cadet paths

I believe this is the underlying issue from commit
012ff13acc0cb2f5d7210aa48819395fecf12a3d. I tested out this change and
saw that cyclic paths were dropped and GCP_set_mq() no longer had to
deal with multiple removals. After this commit I'll revert that one.

6 years agoCheck for invalid path_length
David Barksdale [Fri, 22 Dec 2017 20:54:30 +0000 (14:54 -0600)]
Check for invalid path_length

6 years agoMerge remote-tracking branch 'origin/master' into identity_abe
Schanzenbach, Martin [Wed, 20 Dec 2017 09:05:45 +0000 (10:05 +0100)]
Merge remote-tracking branch 'origin/master' into identity_abe

6 years agoAnother assert which is actually OK
David Barksdale [Wed, 20 Dec 2017 01:20:25 +0000 (19:20 -0600)]
Another assert which is actually OK

6 years agoAnother assert which is actually OK.
David Barksdale [Tue, 19 Dec 2017 00:47:16 +0000 (18:47 -0600)]
Another assert which is actually OK.

6 years agoFix use-after-free in loop over modified list
David Barksdale [Tue, 19 Dec 2017 00:39:03 +0000 (18:39 -0600)]
Fix use-after-free in loop over modified list

This loop saved the next pointer which is OK if the current element is
being freed, but the callback can cause other elements to be freed which
was detected by ASAN.

6 years agomake gnunet-service-peerinfo unlink HELLOs greater than the allowed GNUNET_MAX_MESSAG...
xrs [Sun, 17 Dec 2017 17:31:36 +0000 (18:31 +0100)]
make gnunet-service-peerinfo unlink HELLOs greater than the allowed GNUNET_MAX_MESSAGE_SIZE

6 years agofix make clean
xrs [Sun, 17 Dec 2017 14:43:17 +0000 (15:43 +0100)]
fix make clean

6 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
xrs [Sun, 17 Dec 2017 14:10:12 +0000 (15:10 +0100)]
Merge branch 'master' of ssh://gnunet.org/gnunet

6 years agowe have to destroy channels to the origin when cleaning up a member
lurchi [Fri, 15 Dec 2017 16:37:05 +0000 (17:37 +0100)]
we have to destroy channels to the origin when cleaning up a member

6 years agoMerge branch 'fix_social' of gnunet.org:gnunet into fix_social
lurchi [Thu, 14 Dec 2017 17:19:02 +0000 (18:19 +0100)]
Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

6 years agodon't shutdown before all members and origin have disconnected
lurchi [Thu, 14 Dec 2017 17:10:31 +0000 (18:10 +0100)]
don't shutdown before all members and origin have disconnected

6 years agoactually use the is_disconnecting flag; debug output; remove dead code
lurchi [Thu, 14 Dec 2017 17:08:41 +0000 (18:08 +0100)]
actually use the is_disconnecting flag; debug output; remove dead code

6 years agodoc: README: some notes on FIXME tasks.
ng0 [Wed, 13 Dec 2017 23:48:06 +0000 (23:48 +0000)]
doc: README: some notes on FIXME tasks.

6 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
xrs [Wed, 13 Dec 2017 20:02:22 +0000 (21:02 +0100)]
Merge branch 'master' of ssh://gnunet.org/gnunet

6 years agoSome additions to the generic installation collection.
ng0 [Wed, 13 Dec 2017 13:55:42 +0000 (13:55 +0000)]
Some additions to the generic installation collection.

6 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
xrs [Tue, 5 Dec 2017 19:44:42 +0000 (20:44 +0100)]
Merge branch 'master' of ssh://gnunet.org/gnunet

6 years agoMerge remote-tracking branch 'origin/master' into identity_abe
Schanzenbach, Martin [Tue, 5 Dec 2017 16:27:33 +0000 (17:27 +0100)]
Merge remote-tracking branch 'origin/master' into identity_abe

6 years ago-fix some mem corruption, fix large file download handling
Schanzenbach, Martin [Tue, 5 Dec 2017 16:27:08 +0000 (17:27 +0100)]
-fix some mem corruption, fix large file download handling

6 years ago-move jwt back into idp
Schanzenbach, Martin [Mon, 4 Dec 2017 16:48:22 +0000 (17:48 +0100)]
-move jwt back into idp

6 years ago-start jwt
Schanzenbach, Martin [Mon, 4 Dec 2017 16:39:36 +0000 (17:39 +0100)]
-start jwt

6 years ago-fix
Schanzenbach, Martin [Mon, 4 Dec 2017 16:10:54 +0000 (17:10 +0100)]
-fix

6 years ago-fix makefile
Schanzenbach, Martin [Mon, 4 Dec 2017 15:37:28 +0000 (16:37 +0100)]
-fix makefile

6 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
xrs [Sun, 3 Dec 2017 20:08:32 +0000 (21:08 +0100)]
Merge branch 'master' of ssh://gnunet.org/gnunet

6 years agofix related to #4909/12605: force desirability of path if path is in use
Christian Grothoff [Sun, 3 Dec 2017 16:16:14 +0000 (17:16 +0100)]
fix related to #4909/12605: force desirability of path if path is in use

6 years agoMerge remote-tracking branch 'origin/master' into identity_abe
Schanzenbach, Martin [Sat, 2 Dec 2017 21:34:21 +0000 (22:34 +0100)]
Merge remote-tracking branch 'origin/master' into identity_abe

6 years ago-refactored
Schanzenbach, Martin [Sat, 2 Dec 2017 21:32:28 +0000 (22:32 +0100)]
-refactored

6 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
xrs [Wed, 29 Nov 2017 19:32:41 +0000 (20:32 +0100)]
Merge branch 'master' of ssh://gnunet.org/gnunet

6 years agoMerge branch 'master' of gnunet.org:gnunet into doc/documentation
ng0 [Tue, 28 Nov 2017 19:59:46 +0000 (19:59 +0000)]
Merge branch 'master' of gnunet.org:gnunet into doc/documentation

6 years agocan't find who suggested this crasher fix.. delayed by pgp
psyc://loupsycedyglgamf.onion/~lynX [Sun, 26 Nov 2017 05:31:59 +0000 (05:31 +0000)]
can't find who suggested this crasher fix.. delayed by pgp

6 years agoFix array indexing
David Barksdale [Sun, 26 Nov 2017 05:31:58 +0000 (23:31 -0600)]
Fix array indexing

Found this while investigating #4909, might be related.

6 years agotried to print out stacktrace, not working. removed.
t3sserakt [Sat, 25 Nov 2017 17:03:03 +0000 (18:03 +0100)]
tried to print out stacktrace, not working. removed.

6 years agofixed compile error
t3sserakt [Sat, 25 Nov 2017 16:38:03 +0000 (17:38 +0100)]
fixed compile error

6 years agoadded logging
t3sserakt [Sat, 25 Nov 2017 16:22:29 +0000 (17:22 +0100)]
added logging

6 years agoMerge branch 'fix_social' of gnunet.org:gnunet into fix_social
t3sserakt [Sat, 25 Nov 2017 01:36:34 +0000 (02:36 +0100)]
Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

6 years agorevert commit 6490b5f31e58e9ec008f8c5ceda28f6054f1bbba
lurchi [Fri, 24 Nov 2017 22:04:19 +0000 (23:04 +0100)]
revert commit 6490b5f31e58e9ec008f8c5ceda28f6054f1bbba

6 years agoWARNING -> DEBUG
lurchi [Fri, 24 Nov 2017 20:59:24 +0000 (21:59 +0100)]
WARNING -> DEBUG

6 years agoMerge branch 'fix_social' of gnunet.org:gnunet into fix_social
t3sserakt [Fri, 24 Nov 2017 20:58:53 +0000 (21:58 +0100)]
Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

6 years agomark channel as disconnectin when a part request is sent; cleanup
lurchi [Fri, 24 Nov 2017 20:58:12 +0000 (21:58 +0100)]
mark channel as disconnectin when a part request is sent; cleanup

6 years agoadded FIXME
lurchi [Fri, 24 Nov 2017 20:56:14 +0000 (21:56 +0100)]
added FIXME

6 years agoadded FIXMEs
lurchi [Fri, 24 Nov 2017 20:55:13 +0000 (21:55 +0100)]
added FIXMEs

6 years agointroduce part request / part ack messages (for leaving multicast groups) and related...
lurchi [Fri, 24 Nov 2017 20:54:31 +0000 (21:54 +0100)]
introduce part request / part ack messages (for leaving multicast groups) and related fixes

6 years agodefinitions.
ng0 [Thu, 23 Nov 2017 16:09:31 +0000 (16:09 +0000)]
definitions.

6 years ago+ philo
ng0 [Wed, 22 Nov 2017 20:20:48 +0000 (20:20 +0000)]
+ philo

6 years agoMerge branch 'fix_social' of gnunet.org:gnunet into fix_social
t3sserakt [Wed, 22 Nov 2017 16:28:24 +0000 (17:28 +0100)]
Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

6 years agocommented out wrong message type
lurchi [Wed, 22 Nov 2017 14:56:17 +0000 (15:56 +0100)]
commented out wrong message type

6 years agoMerge branch 'fix_social' of gnunet.org:gnunet into fix_social
t3sserakt [Tue, 21 Nov 2017 03:38:25 +0000 (04:38 +0100)]
Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

6 years ago+
ng0 [Mon, 20 Nov 2017 17:26:07 +0000 (17:26 +0000)]
+

6 years agoRemove GNUNET_break call which is actually OK
David Barksdale [Sun, 19 Nov 2017 16:00:41 +0000 (10:00 -0600)]
Remove GNUNET_break call which is actually OK

6 years agoit's probably too expensive to introduce 2 spaces between sentences.
ng0 [Sat, 18 Nov 2017 16:50:59 +0000 (16:50 +0000)]
it's probably too expensive to introduce 2 spaces between sentences.

6 years agoIntroduce PART/PART_ACK messages (tests will fail until multicast module is adapted...
lurchi [Sat, 18 Nov 2017 10:10:27 +0000 (11:10 +0100)]
Introduce PART/PART_ACK messages (tests will fail until multicast module is adapted, too)

6 years agouse comfort functions of MQ API
lurchi [Sat, 18 Nov 2017 10:08:32 +0000 (11:08 +0100)]
use comfort functions of MQ API

6 years agoMerge branch 'master' of ssh://gnunet.org/gnunet
xrs [Wed, 15 Nov 2017 19:40:24 +0000 (20:40 +0100)]
Merge branch 'master' of ssh://gnunet.org/gnunet

6 years agocontributing
ng0 [Tue, 14 Nov 2017 13:55:08 +0000 (13:55 +0000)]
contributing

6 years agoMerge branch 'fix_social' of gnunet.org:gnunet into fix_social
t3sserakt [Tue, 14 Nov 2017 12:19:39 +0000 (13:19 +0100)]
Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

6 years agoUse MQ API instead of manually allocating messages; simplify logic in handle_client_p...
lurchi [Mon, 13 Nov 2017 19:45:48 +0000 (20:45 +0100)]
Use MQ API instead of manually allocating messages; simplify logic in handle_client_psyc_message; cleanup

6 years agofinalize protocol change (fixes message loss when leaving a place)
lurchi [Mon, 13 Nov 2017 17:21:14 +0000 (18:21 +0100)]
finalize protocol change (fixes message loss when leaving a place)

6 years agoAssert for a bug someone needs to fix
David Barksdale [Mon, 13 Nov 2017 04:03:32 +0000 (22:03 -0600)]
Assert for a bug someone needs to fix

6 years agoFix memory leak and use-after-free
David Barksdale [Mon, 13 Nov 2017 03:46:16 +0000 (21:46 -0600)]
Fix memory leak and use-after-free

6 years agoFix memory leak in publishing UBlocks
David Barksdale [Sun, 12 Nov 2017 21:52:39 +0000 (15:52 -0600)]
Fix memory leak in publishing UBlocks

6 years agoFix skip_next_messages counting, combine logic
David Barksdale [Fri, 10 Nov 2017 23:45:13 +0000 (17:45 -0600)]
Fix skip_next_messages counting, combine logic

This fixes messages like these:

Nov 10 08:57:34-927033 fs-22733 ERROR Request 0x6080017479a0 of type 100
at head of datastore queue for more than 1 m

And might fix issue #3903

6 years agoMerge branch 'fix_social' of gnunet.org:gnunet into fix_social
t3sserakt [Thu, 9 Nov 2017 19:35:41 +0000 (20:35 +0100)]
Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

6 years agognunet.texi: Contributing part has been moved to its own chapter.
ng0 [Thu, 9 Nov 2017 10:57:13 +0000 (10:57 +0000)]
gnunet.texi: Contributing part has been moved to its own chapter.

6 years agoAlice Bob fixes
ng0 [Thu, 9 Nov 2017 10:52:04 +0000 (10:52 +0000)]
Alice Bob fixes

6 years agofix
ng0 [Thu, 9 Nov 2017 10:50:38 +0000 (10:50 +0000)]
fix

6 years agono commas in @node and @section
ng0 [Thu, 9 Nov 2017 10:47:34 +0000 (10:47 +0000)]
no commas in @node and @section

6 years agofix
ng0 [Thu, 9 Nov 2017 09:11:16 +0000 (09:11 +0000)]
fix

6 years agofix
ng0 [Thu, 9 Nov 2017 09:06:35 +0000 (09:06 +0000)]
fix

6 years agoAdd new contributors manual
ng0 [Thu, 9 Nov 2017 09:04:18 +0000 (09:04 +0000)]
Add new contributors manual

6 years agofs: fix typos in mime-types
Daniel Golle [Wed, 8 Nov 2017 21:05:43 +0000 (22:05 +0100)]
fs: fix typos in mime-types

replace 'applixation' with 'application'.

6 years agochanged log levels
t3sserakt [Wed, 8 Nov 2017 19:07:06 +0000 (20:07 +0100)]
changed log levels

6 years agoimprove documentation
lurchi [Wed, 8 Nov 2017 18:28:50 +0000 (19:28 +0100)]
improve documentation

6 years agoprotocol change: add ack message for guests/hosts leaving a place
lurchi [Wed, 8 Nov 2017 18:19:29 +0000 (19:19 +0100)]
protocol change: add ack message for guests/hosts leaving a place

6 years agoFS: Add 'nar' and 'narinfo' to fs_misc.c
ng0 [Wed, 8 Nov 2017 07:09:31 +0000 (07:09 +0000)]
FS: Add 'nar' and 'narinfo' to fs_misc.c

6 years ago+
ng0 [Wed, 8 Nov 2017 07:08:38 +0000 (07:08 +0000)]
+

6 years ago-add decrypt stats
Schanzenbach, Martin [Tue, 7 Nov 2017 15:26:56 +0000 (16:26 +0100)]
-add decrypt stats

6 years agoREADME: further specify point 4.
ng0 [Mon, 6 Nov 2017 15:56:55 +0000 (15:56 +0000)]
README: further specify point 4.

This means as a follow-up commit I'll have to revert some of the
Alice+Bob changes I made as an experiment.

6 years agoadd json from abs_time_nbo
Christian Grothoff [Sun, 5 Nov 2017 21:12:10 +0000 (22:12 +0100)]
add json from abs_time_nbo

6 years agoAsserts to track down a bug
David Barksdale [Sun, 5 Nov 2017 20:00:10 +0000 (14:00 -0600)]
Asserts to track down a bug

6 years agoI've never seen this kind of file being produced by emacs,
ng0 [Sat, 4 Nov 2017 10:49:45 +0000 (10:49 +0000)]
I've never seen this kind of file being produced by emacs,
but it has to be added.