oweals/gnunet.git
10 years agomulticast: simplistic origin_to_all() code to be able to test the psyc service
Gabor X Toth [Fri, 27 Sep 2013 10:13:36 +0000 (10:13 +0000)]
multicast: simplistic origin_to_all() code to be able to test the psyc service

10 years ago-undo #29640, somehow causes problems
Christian Grothoff [Fri, 27 Sep 2013 09:49:39 +0000 (09:49 +0000)]
-undo #29640, somehow causes problems

10 years agosort tests by solver and comment ril out until working
Matthias Wachs [Fri, 27 Sep 2013 09:10:45 +0000 (09:10 +0000)]
sort tests by solver and comment ril out until working

10 years ago- install daemon in libexec
Bart Polot [Thu, 26 Sep 2013 19:47:45 +0000 (19:47 +0000)]
- install daemon in libexec

10 years agoMore comments to make the testcase easier to understand later.
LRN [Thu, 26 Sep 2013 19:14:36 +0000 (19:14 +0000)]
More comments to make the testcase easier to understand later.
Increase code verbosity to make it obvious what is being tested.

10 years ago-ignores
Christian Grothoff [Thu, 26 Sep 2013 18:51:49 +0000 (18:51 +0000)]
-ignores

10 years agomoving from abstract unix domain socket paths to normal unix domain socket paths...
Christian Grothoff [Thu, 26 Sep 2013 18:48:59 +0000 (18:48 +0000)]
moving from abstract unix domain socket paths to normal unix domain socket paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind

10 years agoats_ril: address administration changed
Fabian Oehlmann [Thu, 26 Sep 2013 18:46:51 +0000 (18:46 +0000)]
ats_ril: address administration changed

10 years ago- normalize with profiler
Bart Polot [Thu, 26 Sep 2013 18:23:30 +0000 (18:23 +0000)]
- normalize with profiler

10 years ago- undo r28718
Bart Polot [Thu, 26 Sep 2013 18:23:09 +0000 (18:23 +0000)]
- undo r28718

10 years ago-fix
Bart Polot [Thu, 26 Sep 2013 18:12:42 +0000 (18:12 +0000)]
-fix

10 years agoApplying 1st patch from Andrew Cann (see also #2887).
Christian Grothoff [Thu, 26 Sep 2013 18:03:30 +0000 (18:03 +0000)]
Applying 1st patch from Andrew Cann (see also #2887).

https://canndrew.org/misc/trim_abstract_socket_paths.diff [^]

This changes the addrlen argument passed to the connect, bind and sendto
syscalls to reflect the length of the string in sockaddr_un.sun_path. I
was trying to talk to GNUnet services using socat and discovered that it
expects abstract sockets to be created this way and won't connect
otherwise. Looking at some other programs that I could talk to using
socat (dbus, X11), this is how they create abstract sockets as well.

10 years ago-tolerate somewhat larger delays -- for slow systems
Christian Grothoff [Thu, 26 Sep 2013 17:20:17 +0000 (17:20 +0000)]
-tolerate somewhat larger delays -- for slow systems

10 years ago-testing LRNs fix from IRC to correct expression logic and move to 200 microsecond...
Christian Grothoff [Thu, 26 Sep 2013 17:17:13 +0000 (17:17 +0000)]
-testing LRNs fix from IRC to correct expression logic and move to 200 microsecond delays

10 years ago-undo const, it is not const
Christian Grothoff [Thu, 26 Sep 2013 17:02:55 +0000 (17:02 +0000)]
-undo const, it is not const

10 years ago- setup time feedback
Bart Polot [Thu, 26 Sep 2013 16:34:56 +0000 (16:34 +0000)]
- setup time feedback

10 years ago- more feedback regarding shutdown
Bart Polot [Thu, 26 Sep 2013 16:26:29 +0000 (16:26 +0000)]
- more feedback regarding shutdown

10 years ago- more log
Bart Polot [Thu, 26 Sep 2013 15:43:23 +0000 (15:43 +0000)]
- more log

10 years agolog message
Matthias Wachs [Thu, 26 Sep 2013 15:40:00 +0000 (15:40 +0000)]
log message

10 years agoexclude requested peer from propagation since addresses will send result
Matthias Wachs [Thu, 26 Sep 2013 15:39:45 +0000 (15:39 +0000)]
exclude requested peer from propagation since addresses will send result

10 years agoindent + exclude peer
Matthias Wachs [Thu, 26 Sep 2013 15:39:03 +0000 (15:39 +0000)]
indent + exclude peer

10 years ago- more log, style
Bart Polot [Thu, 26 Sep 2013 15:37:17 +0000 (15:37 +0000)]
- more log, style

10 years agofixing shutdown
Matthias Wachs [Thu, 26 Sep 2013 15:20:16 +0000 (15:20 +0000)]
fixing shutdown

10 years ago- towards seperating connection pooling from cache
Sree Harsha Totakura [Thu, 26 Sep 2013 15:03:13 +0000 (15:03 +0000)]
- towards seperating connection pooling from cache

10 years agosolver has to suggest address
Matthias Wachs [Thu, 26 Sep 2013 14:54:54 +0000 (14:54 +0000)]
solver has to suggest address

10 years agominor fixes
Matthias Wachs [Thu, 26 Sep 2013 14:49:30 +0000 (14:49 +0000)]
minor fixes

10 years agodo not suggest address twice
Matthias Wachs [Thu, 26 Sep 2013 14:41:37 +0000 (14:41 +0000)]
do not suggest address twice

10 years agoaddign test
Matthias Wachs [Thu, 26 Sep 2013 13:55:43 +0000 (13:55 +0000)]
addign test

10 years agoadded new test: has timing issue, still fails
Matthias Wachs [Thu, 26 Sep 2013 13:55:31 +0000 (13:55 +0000)]
added new test: has timing issue, still fails

10 years agonext test
Matthias Wachs [Thu, 26 Sep 2013 13:04:32 +0000 (13:04 +0000)]
next test

10 years agodisconnect peer if no address is available after deletion
Matthias Wachs [Thu, 26 Sep 2013 13:03:04 +0000 (13:03 +0000)]
disconnect peer if no address is available after deletion

10 years agoindent
Matthias Wachs [Thu, 26 Sep 2013 12:59:41 +0000 (12:59 +0000)]
indent

10 years ago- indentation, style
Bart Polot [Thu, 26 Sep 2013 12:50:40 +0000 (12:50 +0000)]
- indentation, style

10 years ago- decrease amount of PUT rounds to finish all before the GETs start
Bart Polot [Thu, 26 Sep 2013 12:50:28 +0000 (12:50 +0000)]
- decrease amount of PUT rounds to finish all before the GETs start

10 years ago- fix
Bart Polot [Thu, 26 Sep 2013 12:49:55 +0000 (12:49 +0000)]
- fix

10 years ago- fix
Bart Polot [Thu, 26 Sep 2013 12:48:51 +0000 (12:48 +0000)]
- fix

10 years agodisconnect peer if active address is deleted and no alternative can be suggested
Matthias Wachs [Thu, 26 Sep 2013 12:47:54 +0000 (12:47 +0000)]
disconnect peer if active address is deleted and no alternative can be suggested

10 years ago- use REGEX_INTERNAL_iterate_reachable_edges
Bart Polot [Thu, 26 Sep 2013 12:46:25 +0000 (12:46 +0000)]
- use REGEX_INTERNAL_iterate_reachable_edges

10 years agoAdd REGEX_INTERNAL_iterate_reachable_edges which only reveals edges reachable from
Bart Polot [Thu, 26 Sep 2013 12:45:31 +0000 (12:45 +0000)]
Add REGEX_INTERNAL_iterate_reachable_edges which only reveals edges reachable from
states with proof longer or equal to REGEX_INITIAL_BYTES

10 years agomodifications to addresses and proportional solver
Matthias Wachs [Thu, 26 Sep 2013 12:29:44 +0000 (12:29 +0000)]
modifications to addresses and proportional solver

10 years agofixed test
Matthias Wachs [Thu, 26 Sep 2013 12:26:23 +0000 (12:26 +0000)]
fixed test

10 years agoindentation
Matthias Wachs [Thu, 26 Sep 2013 12:12:23 +0000 (12:12 +0000)]
indentation

10 years agofixed test
Matthias Wachs [Thu, 26 Sep 2013 12:08:14 +0000 (12:08 +0000)]
fixed test

10 years agodocu
Matthias Wachs [Thu, 26 Sep 2013 11:51:36 +0000 (11:51 +0000)]
docu

10 years agonext test
Matthias Wachs [Thu, 26 Sep 2013 11:51:01 +0000 (11:51 +0000)]
next test

10 years agonext solver specific test
Matthias Wachs [Thu, 26 Sep 2013 11:44:46 +0000 (11:44 +0000)]
next solver specific test

10 years agonew solver specific test
Matthias Wachs [Thu, 26 Sep 2013 11:33:37 +0000 (11:33 +0000)]
new solver specific test

10 years agominor changes
Matthias Wachs [Thu, 26 Sep 2013 11:04:09 +0000 (11:04 +0000)]
minor changes

10 years agoupdated configuration files
Matthias Wachs [Thu, 26 Sep 2013 11:02:56 +0000 (11:02 +0000)]
updated configuration files

10 years ago-minor cleanup
Christian Grothoff [Thu, 26 Sep 2013 10:54:37 +0000 (10:54 +0000)]
-minor cleanup

10 years agoats_ril: added inc and dec actions
Fabian Oehlmann [Thu, 26 Sep 2013 10:20:16 +0000 (10:20 +0000)]
ats_ril: added inc and dec actions

10 years agonew solver test
Matthias Wachs [Thu, 26 Sep 2013 10:07:40 +0000 (10:07 +0000)]
new solver test

10 years ago-fix R-PI FTBFS
Christian Grothoff [Thu, 26 Sep 2013 10:06:31 +0000 (10:06 +0000)]
-fix R-PI FTBFS

10 years agoats_ril: uncommented unused function
Fabian Oehlmann [Thu, 26 Sep 2013 09:49:37 +0000 (09:49 +0000)]
ats_ril: uncommented unused function

10 years ago-get rid of compiler warning
Christian Grothoff [Thu, 26 Sep 2013 09:40:18 +0000 (09:40 +0000)]
-get rid of compiler warning

10 years ago-get rid of compiler warning
Christian Grothoff [Thu, 26 Sep 2013 09:37:44 +0000 (09:37 +0000)]
-get rid of compiler warning

10 years ago-fix uint16/uint32 confusion
Christian Grothoff [Thu, 26 Sep 2013 09:32:18 +0000 (09:32 +0000)]
-fix uint16/uint32 confusion

10 years ago-fix memrchr
Christian Grothoff [Thu, 26 Sep 2013 09:30:52 +0000 (09:30 +0000)]
-fix memrchr

10 years agomodified termination condition
Matthias Wachs [Thu, 26 Sep 2013 09:29:10 +0000 (09:29 +0000)]
modified termination condition

10 years agonew test
Matthias Wachs [Thu, 26 Sep 2013 09:27:25 +0000 (09:27 +0000)]
new test

10 years agothis iteration should return all addresses, not only active
Matthias Wachs [Thu, 26 Sep 2013 09:27:06 +0000 (09:27 +0000)]
this iteration should return all addresses, not only active

10 years ago-more logging, minor code cleanup
Christian Grothoff [Thu, 26 Sep 2013 09:23:21 +0000 (09:23 +0000)]
-more logging, minor code cleanup

10 years agoadditional check
Matthias Wachs [Thu, 26 Sep 2013 09:21:14 +0000 (09:21 +0000)]
additional check

10 years agorace condition between APIs due to different locations for the client_receive call...
Matthias Wachs [Thu, 26 Sep 2013 09:17:31 +0000 (09:17 +0000)]
race condition between APIs due to different locations for the client_receive call: performance and scheduling now work the same

10 years agoadditional check to prevent double free
Matthias Wachs [Thu, 26 Sep 2013 09:16:26 +0000 (09:16 +0000)]
additional check to prevent double free

10 years agolog message
Matthias Wachs [Thu, 26 Sep 2013 09:16:09 +0000 (09:16 +0000)]
log message

10 years ago-check return values, doxygen, code cleanup
Christian Grothoff [Thu, 26 Sep 2013 09:14:44 +0000 (09:14 +0000)]
-check return values, doxygen, code cleanup

10 years ago-check if timeout command exists before using it
Christian Grothoff [Thu, 26 Sep 2013 08:52:43 +0000 (08:52 +0000)]
-check if timeout command exists before using it

10 years agoperformance monitoring test
Matthias Wachs [Thu, 26 Sep 2013 08:50:02 +0000 (08:50 +0000)]
performance monitoring test
fails atm

10 years agofixing indentation
Matthias Wachs [Thu, 26 Sep 2013 08:38:59 +0000 (08:38 +0000)]
fixing indentation

10 years agoadd log message
Matthias Wachs [Thu, 26 Sep 2013 08:31:14 +0000 (08:31 +0000)]
add log message

10 years agouse 10 seconds
Matthias Wachs [Thu, 26 Sep 2013 08:30:58 +0000 (08:30 +0000)]
use 10 seconds

10 years agofixed for loop
Matthias Wachs [Thu, 26 Sep 2013 08:30:36 +0000 (08:30 +0000)]
fixed for loop

10 years agofixed segfault + improved aging
Matthias Wachs [Thu, 26 Sep 2013 08:09:46 +0000 (08:09 +0000)]
fixed segfault + improved aging

10 years ago-misc fixes based on cppcheck
Christian Grothoff [Wed, 25 Sep 2013 21:42:11 +0000 (21:42 +0000)]
-misc fixes based on cppcheck

10 years ago-ignore
Christian Grothoff [Wed, 25 Sep 2013 18:31:58 +0000 (18:31 +0000)]
-ignore

10 years ago-ignore
Christian Grothoff [Wed, 25 Sep 2013 18:30:13 +0000 (18:30 +0000)]
-ignore

10 years ago-ignore
Christian Grothoff [Wed, 25 Sep 2013 18:25:37 +0000 (18:25 +0000)]
-ignore

10 years ago-activate tests, properly parse now properly serialized CNAMEs
Christian Grothoff [Wed, 25 Sep 2013 18:25:23 +0000 (18:25 +0000)]
-activate tests, properly parse now properly serialized CNAMEs

10 years ago-remove generated file
Christian Grothoff [Wed, 25 Sep 2013 18:16:46 +0000 (18:16 +0000)]
-remove generated file

10 years ago-use dnsparser and consistently serialize DNS names in DNS binary format
Christian Grothoff [Wed, 25 Sep 2013 18:14:37 +0000 (18:14 +0000)]
-use dnsparser and consistently serialize DNS names in DNS binary format

10 years agomulticast API: stop/resume transmission
Gabor X Toth [Wed, 25 Sep 2013 17:46:08 +0000 (17:46 +0000)]
multicast API: stop/resume transmission

10 years agopsyc service: start/stop, join/part, message transmission: lib -> psyc -> mcast;...
Gabor X Toth [Wed, 25 Sep 2013 17:46:06 +0000 (17:46 +0000)]
psyc service: start/stop, join/part, message transmission: lib -> psyc -> mcast; psyc API: stop/resume transmission

10 years agopsycstore: single counters function for master & slave
Gabor X Toth [Wed, 25 Sep 2013 17:46:03 +0000 (17:46 +0000)]
psycstore: single counters function for master & slave

10 years agoenv lib
Gabor X Toth [Wed, 25 Sep 2013 17:45:59 +0000 (17:45 +0000)]
env lib

10 years agopsyc service skeleton
Gabor X Toth [Wed, 25 Sep 2013 17:45:55 +0000 (17:45 +0000)]
psyc service skeleton

10 years ago-fix MX record parsing and serialization, others still to be fixed
Christian Grothoff [Wed, 25 Sep 2013 17:45:03 +0000 (17:45 +0000)]
-fix MX record parsing and serialization, others still to be fixed

10 years ago-better error logging, return correct offset when parsing mx
Christian Grothoff [Wed, 25 Sep 2013 17:44:41 +0000 (17:44 +0000)]
-better error logging, return correct offset when parsing mx

10 years ago-fix MX testcase to use well-formed MX record string
Christian Grothoff [Wed, 25 Sep 2013 17:44:08 +0000 (17:44 +0000)]
-fix MX testcase to use well-formed MX record string

10 years ago-get rid of warning
Christian Grothoff [Wed, 25 Sep 2013 16:57:13 +0000 (16:57 +0000)]
-get rid of warning

10 years ago-set executable on sh
Christian Grothoff [Wed, 25 Sep 2013 16:56:34 +0000 (16:56 +0000)]
-set executable on sh

10 years agoats_ril: several fixes
Fabian Oehlmann [Wed, 25 Sep 2013 16:01:30 +0000 (16:01 +0000)]
ats_ril: several fixes

10 years agodo not use monitor callback
Matthias Wachs [Wed, 25 Sep 2013 15:37:25 +0000 (15:37 +0000)]
do not use monitor callback

10 years agonext test
Matthias Wachs [Wed, 25 Sep 2013 15:13:00 +0000 (15:13 +0000)]
next test

10 years agonew performance tests
Matthias Wachs [Wed, 25 Sep 2013 15:08:57 +0000 (15:08 +0000)]
new performance tests

10 years agoadditional tests
Matthias Wachs [Wed, 25 Sep 2013 14:37:14 +0000 (14:37 +0000)]
additional tests

10 years ago-fix remove testcase
Christian Grothoff [Wed, 25 Sep 2013 14:19:38 +0000 (14:19 +0000)]
-fix remove testcase

10 years agonext test
Matthias Wachs [Wed, 25 Sep 2013 14:11:58 +0000 (14:11 +0000)]
next test

10 years ago-indentation
Christian Grothoff [Wed, 25 Sep 2013 14:07:12 +0000 (14:07 +0000)]
-indentation

10 years agonext test: destroy address twice
Matthias Wachs [Wed, 25 Sep 2013 14:02:30 +0000 (14:02 +0000)]
next test: destroy address twice