oweals/gnunet.git
7 years agogetting service_new.c to compile, albeit it is not yet complete
Christian Grothoff [Sun, 18 Sep 2016 09:14:29 +0000 (09:14 +0000)]
getting service_new.c to compile, albeit it is not yet complete

7 years ago-rps _peers: logging
Julius Bünger [Fri, 16 Sep 2016 23:47:58 +0000 (23:47 +0000)]
-rps _peers: logging

7 years ago-rps service: proper removal of clients at shutdown
Julius Bünger [Fri, 16 Sep 2016 23:47:55 +0000 (23:47 +0000)]
-rps service: proper removal of clients at shutdown

7 years agorps sampler_elem test: add to Makefile
Julius Bünger [Fri, 16 Sep 2016 17:50:12 +0000 (17:50 +0000)]
rps sampler_elem test: add to Makefile

7 years agorps: added test for sampler element
Julius Bünger [Fri, 16 Sep 2016 17:49:13 +0000 (17:49 +0000)]
rps: added test for sampler element

7 years agofix #4653
Christian Grothoff [Fri, 16 Sep 2016 11:55:15 +0000 (11:55 +0000)]
fix #4653

7 years ago-rps service: replace memcpy -> memmove due to overlap
Julius Bünger [Thu, 15 Sep 2016 01:09:29 +0000 (01:09 +0000)]
-rps service: replace memcpy -> memmove due to overlap

7 years ago-rps: check return values
Julius Bünger [Thu, 15 Sep 2016 00:58:39 +0000 (00:58 +0000)]
-rps: check return values

7 years ago-rps service: prevent division by zero
Julius Bünger [Thu, 15 Sep 2016 00:33:39 +0000 (00:33 +0000)]
-rps service: prevent division by zero

7 years ago-rps service: add assert (make coverity happy?)
Julius Bünger [Wed, 14 Sep 2016 23:56:51 +0000 (23:56 +0000)]
-rps service: add assert (make coverity happy?)

7 years ago-rps test: add assertion (keep coverity happy?)
Julius Bünger [Wed, 14 Sep 2016 23:42:28 +0000 (23:42 +0000)]
-rps test: add assertion (keep coverity happy?)

7 years ago-rps _custommap: more assertions (keep coverity happy?)
Julius Bünger [Wed, 14 Sep 2016 23:09:14 +0000 (23:09 +0000)]
-rps _custommap: more assertions (keep coverity happy?)

7 years ago-rps _peers: prevent leaking storage
Julius Bünger [Wed, 14 Sep 2016 22:46:54 +0000 (22:46 +0000)]
-rps _peers: prevent leaking storage

7 years ago-rps _peers: prevent leaking of storage
Julius Bünger [Wed, 14 Sep 2016 22:38:07 +0000 (22:38 +0000)]
-rps _peers: prevent leaking of storage

7 years ago-rps service: correcting scope for variable
Julius Bünger [Wed, 14 Sep 2016 22:24:29 +0000 (22:24 +0000)]
-rps service: correcting scope for variable

7 years ago-rps service: remove unnecessary var = NULL;
Julius Bünger [Wed, 14 Sep 2016 21:57:07 +0000 (21:57 +0000)]
-rps service: remove unnecessary var = NULL;

7 years ago-rps test: try to close file in case of failure
Julius Bünger [Wed, 14 Sep 2016 21:43:52 +0000 (21:43 +0000)]
-rps test: try to close file in case of failure

7 years agorealigning CADET messages and bumping message types to avoid interactions with incomp...
Christian Grothoff [Mon, 12 Sep 2016 11:31:50 +0000 (11:31 +0000)]
realigning CADET messages and bumping message types to avoid interactions with incompatible old versions complicating diagnostics

7 years agokill dead code
Christian Grothoff [Sun, 11 Sep 2016 19:22:36 +0000 (19:22 +0000)]
kill dead code

7 years ago-fix bad indent
Christian Grothoff [Sun, 11 Sep 2016 18:40:02 +0000 (18:40 +0000)]
-fix bad indent

7 years agofix dht kill issue
Christian Grothoff [Sun, 11 Sep 2016 18:36:31 +0000 (18:36 +0000)]
fix dht kill issue

7 years agogns needs dht, and gns does not run as user gnunet
Christian Grothoff [Sun, 11 Sep 2016 17:32:05 +0000 (17:32 +0000)]
gns needs dht, and gns does not run as user gnunet

7 years agofix and report version check
Christian Grothoff [Sun, 11 Sep 2016 16:08:17 +0000 (16:08 +0000)]
fix and report version check

7 years ago-misc fixes to test:
Christian Grothoff [Sun, 11 Sep 2016 15:46:08 +0000 (15:46 +0000)]
-misc fixes to test:

7 years agognunetutil: add 2d and 3d allocation including tests
Markus Teich [Wed, 7 Sep 2016 22:31:05 +0000 (22:31 +0000)]
gnunetutil: add 2d and 3d allocation including tests

7 years agoAdd new testcase for multipeer scenario.
xrs [Wed, 7 Sep 2016 17:45:15 +0000 (17:45 +0000)]
Add new testcase for multipeer scenario.

7 years agoOnly one transmit_content can go at a time
David Barksdale [Wed, 7 Sep 2016 15:32:48 +0000 (15:32 +0000)]
Only one transmit_content can go at a time

7 years ago-rps: proper destruction of sampler elements
Julius Bünger [Tue, 6 Sep 2016 14:05:44 +0000 (14:05 +0000)]
-rps: proper destruction of sampler elements

7 years ago-rps doxygen
Julius Bünger [Tue, 6 Sep 2016 14:05:40 +0000 (14:05 +0000)]
-rps doxygen

7 years ago-rps sampler: remove useless code
Julius Bünger [Tue, 6 Sep 2016 13:22:34 +0000 (13:22 +0000)]
-rps sampler: remove useless code

7 years agopolishing the english
Marcello Stanisci [Tue, 6 Sep 2016 12:16:36 +0000 (12:16 +0000)]
polishing the english

7 years ago-rps service: improved handling of errors
Julius Bünger [Tue, 6 Sep 2016 11:42:35 +0000 (11:42 +0000)]
-rps service: improved handling of errors

7 years agoFix UAF detected by asan
David Barksdale [Mon, 5 Sep 2016 01:59:35 +0000 (01:59 +0000)]
Fix UAF detected by asan

7 years agoTrying to track down a segfault in find_content()
David Barksdale [Mon, 5 Sep 2016 01:50:41 +0000 (01:50 +0000)]
Trying to track down a segfault in find_content()

7 years agoAdd checks to GNUNET_PEER_resolve2
David Barksdale [Sun, 4 Sep 2016 15:46:02 +0000 (15:46 +0000)]
Add checks to GNUNET_PEER_resolve2

7 years agoI think this is a bit more readable
David Barksdale [Sun, 4 Sep 2016 15:27:58 +0000 (15:27 +0000)]
I think this is a bit more readable

7 years agoxmalloc already zeroes the memory
David Barksdale [Sun, 4 Sep 2016 15:15:06 +0000 (15:15 +0000)]
xmalloc already zeroes the memory

7 years ago-fix rps service: handler for check_live message
Julius Bünger [Thu, 1 Sep 2016 17:30:00 +0000 (17:30 +0000)]
-fix rps service: handler for check_live message

7 years ago-only check ssl cert once
Martin Schanzenbach [Wed, 31 Aug 2016 15:42:39 +0000 (15:42 +0000)]
-only check ssl cert once

7 years ago-only check cert once
Martin Schanzenbach [Wed, 31 Aug 2016 12:01:53 +0000 (12:01 +0000)]
-only check cert once

7 years ago- fixing a variety of bugs including POSTing data, content-length handling and improv...
Martin Schanzenbach [Wed, 31 Aug 2016 09:53:47 +0000 (09:53 +0000)]
- fixing a variety of bugs including POSTing data, content-length handling and improving connection handling

7 years ago-fix ipv6; dont remove Expect header from curl
Martin Schanzenbach [Tue, 30 Aug 2016 20:35:38 +0000 (20:35 +0000)]
-fix ipv6; dont remove Expect header from curl

7 years ago-recover lost service_main from SVN 37845
Christian Grothoff [Tue, 30 Aug 2016 11:02:34 +0000 (11:02 +0000)]
-recover lost service_main from SVN 37845

7 years agomake service_new (almost) compile
Florian Dold [Mon, 29 Aug 2016 20:34:24 +0000 (20:34 +0000)]
make service_new (almost) compile

7 years ago-fix BADF and add encoding filter
Martin Schanzenbach [Mon, 29 Aug 2016 19:40:00 +0000 (19:40 +0000)]
-fix BADF and add encoding filter

7 years ago-fix various bugs
Martin Schanzenbach [Mon, 29 Aug 2016 17:10:07 +0000 (17:10 +0000)]
-fix various bugs

7 years agosetup code for new service api
Florian Dold [Mon, 29 Aug 2016 13:36:22 +0000 (13:36 +0000)]
setup code for new service api

7 years agosetup code for new service api
Florian Dold [Mon, 29 Aug 2016 13:29:42 +0000 (13:29 +0000)]
setup code for new service api

7 years ago-towards a new MST for the new service
Christian Grothoff [Mon, 29 Aug 2016 13:29:04 +0000 (13:29 +0000)]
-towards a new MST for the new service

7 years ago-starting with new service MQ logic
Christian Grothoff [Mon, 29 Aug 2016 13:03:20 +0000 (13:03 +0000)]
-starting with new service MQ logic

7 years ago-starting with service_new accept logic
Christian Grothoff [Mon, 29 Aug 2016 12:44:08 +0000 (12:44 +0000)]
-starting with service_new accept logic

7 years ago-starting with service_new main logic
Christian Grothoff [Mon, 29 Aug 2016 12:18:53 +0000 (12:18 +0000)]
-starting with service_new main logic

7 years ago-starting with service_new main logic
Christian Grothoff [Mon, 29 Aug 2016 11:58:01 +0000 (11:58 +0000)]
-starting with service_new main logic

7 years ago-starting with service_new implementation data structures
Christian Grothoff [Mon, 29 Aug 2016 11:53:43 +0000 (11:53 +0000)]
-starting with service_new implementation data structures

7 years ago-starting with service_new implementation data structures
Christian Grothoff [Mon, 29 Aug 2016 11:48:21 +0000 (11:48 +0000)]
-starting with service_new implementation data structures

7 years ago-starting with service_new implementation data structures
Christian Grothoff [Mon, 29 Aug 2016 11:47:03 +0000 (11:47 +0000)]
-starting with service_new implementation data structures

7 years ago- Remove content length header in responses
Martin Schanzenbach [Mon, 29 Aug 2016 11:42:25 +0000 (11:42 +0000)]
- Remove content length header in responses

7 years ago-starting with service_new implementation
Christian Grothoff [Mon, 29 Aug 2016 11:41:10 +0000 (11:41 +0000)]
-starting with service_new implementation

7 years agomore docs for service api
Florian Dold [Mon, 29 Aug 2016 11:38:50 +0000 (11:38 +0000)]
more docs for service api

7 years agoskeleton for service reimplementation
Christian Grothoff [Mon, 29 Aug 2016 11:35:08 +0000 (11:35 +0000)]
skeleton for service reimplementation

7 years ago-document new API
Christian Grothoff [Mon, 29 Aug 2016 11:32:27 +0000 (11:32 +0000)]
-document new API

7 years ago-document new API
Christian Grothoff [Mon, 29 Aug 2016 11:29:41 +0000 (11:29 +0000)]
-document new API

7 years agodocs for service api
Florian Dold [Mon, 29 Aug 2016 11:27:21 +0000 (11:27 +0000)]
docs for service api

7 years ago-ignore
Martin Schanzenbach [Mon, 29 Aug 2016 10:22:33 +0000 (10:22 +0000)]
-ignore

7 years ago- add persistent connections
Martin Schanzenbach [Mon, 29 Aug 2016 09:56:48 +0000 (09:56 +0000)]
- add persistent connections

7 years ago- fix coverity
Martin Schanzenbach [Mon, 29 Aug 2016 08:20:01 +0000 (08:20 +0000)]
- fix coverity

7 years ago-removing pointless NULL cmp
Christian Grothoff [Sat, 27 Aug 2016 17:48:18 +0000 (17:48 +0000)]
-removing pointless NULL cmp

7 years ago-proper checks for inbound messages being well-formed
Christian Grothoff [Sat, 27 Aug 2016 16:38:02 +0000 (16:38 +0000)]
-proper checks for inbound messages being well-formed

7 years ago-fix leak
Christian Grothoff [Sat, 27 Aug 2016 16:33:40 +0000 (16:33 +0000)]
-fix leak

7 years ago-rps test: fix directory specification
Julius Bünger [Sat, 27 Aug 2016 14:58:30 +0000 (14:58 +0000)]
-rps test: fix directory specification

7 years ago-rps peers: logging
Julius Bünger [Sat, 27 Aug 2016 14:58:27 +0000 (14:58 +0000)]
-rps peers: logging

7 years agotest_multicast.c: Added some comments and a check
xrs [Fri, 26 Aug 2016 22:15:13 +0000 (22:15 +0000)]
test_multicast.c: Added some comments and a check

7 years ago-missing NOT
Christian Grothoff [Fri, 26 Aug 2016 14:26:13 +0000 (14:26 +0000)]
-missing NOT

7 years agofix MAX_PAYLOAD definition, thereby fixing wrong type for GNUNET_log
Christian Grothoff [Fri, 26 Aug 2016 13:01:19 +0000 (13:01 +0000)]
fix MAX_PAYLOAD definition, thereby fixing wrong type for GNUNET_log

7 years ago-fix memory leak
Christian Grothoff [Fri, 26 Aug 2016 12:54:26 +0000 (12:54 +0000)]
-fix memory leak

7 years ago-fix use after free
Christian Grothoff [Fri, 26 Aug 2016 12:52:33 +0000 (12:52 +0000)]
-fix use after free

7 years agofix missing 0-termination
Christian Grothoff [Fri, 26 Aug 2016 12:49:15 +0000 (12:49 +0000)]
fix missing 0-termination

7 years agofix memory leak and unnecessary allocations
Christian Grothoff [Fri, 26 Aug 2016 12:48:07 +0000 (12:48 +0000)]
fix memory leak and unnecessary allocations

7 years ago-fixing idiocy
Christian Grothoff [Fri, 26 Aug 2016 12:43:15 +0000 (12:43 +0000)]
-fixing idiocy

7 years ago-fix leak
Christian Grothoff [Fri, 26 Aug 2016 12:41:48 +0000 (12:41 +0000)]
-fix leak

7 years agoputting CADET on a diet: proper alignment for AX KX, kill obsolete OTR legacy code
Christian Grothoff [Fri, 26 Aug 2016 12:37:48 +0000 (12:37 +0000)]
putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR legacy code

7 years ago-fix possible NPE
Christian Grothoff [Fri, 26 Aug 2016 12:37:01 +0000 (12:37 +0000)]
-fix possible NPE

7 years agofix double free, bad use of strtok
Christian Grothoff [Fri, 26 Aug 2016 11:55:54 +0000 (11:55 +0000)]
fix double free, bad use of strtok

7 years agofix consensus memory leaks
Christian Grothoff [Fri, 26 Aug 2016 11:38:34 +0000 (11:38 +0000)]
fix consensus memory leaks

7 years ago-fix cov warning
Christian Grothoff [Fri, 26 Aug 2016 11:32:51 +0000 (11:32 +0000)]
-fix cov warning

7 years ago-grammar & style
Carlo von lynX [Thu, 25 Aug 2016 15:17:32 +0000 (15:17 +0000)]
-grammar & style

7 years agoensure binding multiple ports to the same service descriptor works (again) with the...
Christian Grothoff [Thu, 25 Aug 2016 12:51:21 +0000 (12:51 +0000)]
ensure binding multiple ports to the same service descriptor works (again) with the correct mapping of ports

7 years ago-fix indent
Christian Grothoff [Thu, 25 Aug 2016 11:50:54 +0000 (11:50 +0000)]
-fix indent

7 years ago-nicer indentation
Christian Grothoff [Thu, 25 Aug 2016 11:33:14 +0000 (11:33 +0000)]
-nicer indentation

7 years ago-support hours/hour/minute as relative time units
Christian Grothoff [Thu, 25 Aug 2016 09:59:27 +0000 (09:59 +0000)]
-support hours/hour/minute as relative time units

7 years ago-fix unaligned access
Christian Grothoff [Thu, 25 Aug 2016 09:38:23 +0000 (09:38 +0000)]
-fix unaligned access

7 years agoRestore Lenstra protection for gcrypt < 1.6.4
David Barksdale [Tue, 23 Aug 2016 15:43:38 +0000 (15:43 +0000)]
Restore Lenstra protection for gcrypt < 1.6.4

7 years ago-remove dead code
Christian Grothoff [Tue, 23 Aug 2016 07:58:14 +0000 (07:58 +0000)]
-remove dead code

7 years agofix #4620 - return value part
Christian Grothoff [Mon, 22 Aug 2016 15:08:14 +0000 (15:08 +0000)]
fix #4620 - return value part

7 years agofix #4620
Christian Grothoff [Mon, 22 Aug 2016 15:07:05 +0000 (15:07 +0000)]
fix #4620

7 years agofix exit CADET port binding for services, remove redundant service/port descriptor...
Christian Grothoff [Mon, 22 Aug 2016 14:50:04 +0000 (14:50 +0000)]
fix exit CADET port binding for services, remove redundant service/port descriptor transmission from packets

7 years ago-rps fix: do not ask cadet for peers
Julius Bünger [Mon, 22 Aug 2016 14:25:50 +0000 (14:25 +0000)]
-rps fix: do not ask cadet for peers

7 years agoRemoved duplicate protection agaisnt Lenstra
Jeff Burdges [Mon, 22 Aug 2016 13:56:30 +0000 (13:56 +0000)]
Removed duplicate protection agaisnt Lenstra

Now libgcrypt 1.6.4, released 8 Sep 2015 , has its own protection
against Lenstra's attack, added wtih commit
 c17f84bd02d7ee93845e92e20f6ddba814961588 dated 31 Aug 2015.

Do not run GNUNet with an earlier libgcrypt now.

7 years ago-rps fix: change way of online notification
Julius Bünger [Mon, 22 Aug 2016 13:42:27 +0000 (13:42 +0000)]
-rps fix: change way of online notification

7 years ago-fix NPE
Christian Grothoff [Mon, 22 Aug 2016 13:23:07 +0000 (13:23 +0000)]
-fix NPE