oweals/gnunet.git
10 years ago- replace deprecated INCLUDES with AM_CPPFLAGS
Florian Dold [Mon, 16 Sep 2013 12:38:51 +0000 (12:38 +0000)]
- replace deprecated INCLUDES with AM_CPPFLAGS

10 years agofixed a possible free-of-null in the SP-API
Christian Fuchs [Mon, 16 Sep 2013 12:37:16 +0000 (12:37 +0000)]
fixed a possible free-of-null in the SP-API
modified if-clause to check for the opposite, correct condition

10 years agoaddress suggestion cannot be done while deleting: it will suggest the same address
Matthias Wachs [Mon, 16 Sep 2013 12:36:33 +0000 (12:36 +0000)]
address suggestion cannot be done while deleting: it will suggest the same address

10 years agodon't use the deprecated, redundant form of AM_INIT_AUTOMAKE
Florian Dold [Mon, 16 Sep 2013 12:35:11 +0000 (12:35 +0000)]
don't use the deprecated, redundant form of AM_INIT_AUTOMAKE

10 years ago-towards a compiling gns proxy
Christian Grothoff [Mon, 16 Sep 2013 12:34:06 +0000 (12:34 +0000)]
-towards a compiling gns proxy

10 years ago- testing for getcwd on windows
Sree Harsha Totakura [Mon, 16 Sep 2013 12:31:08 +0000 (12:31 +0000)]
- testing for getcwd on windows

10 years ago-towards a compiling gns proxy
Christian Grothoff [Mon, 16 Sep 2013 12:22:15 +0000 (12:22 +0000)]
-towards a compiling gns proxy

10 years agopsycstore: fixing issues reported by static code analysis
Gabor X Toth [Mon, 16 Sep 2013 12:21:10 +0000 (12:21 +0000)]
psycstore: fixing issues reported by static code analysis

10 years agocorrecly quote AC_LANG_SOURCE to silence warning
Florian Dold [Mon, 16 Sep 2013 12:19:01 +0000 (12:19 +0000)]
correcly quote AC_LANG_SOURCE to silence warning

10 years agouse AC_LANG_SOURCE in order to satisfy AC_LANG_CONFTEST
Florian Dold [Mon, 16 Sep 2013 12:18:18 +0000 (12:18 +0000)]
use AC_LANG_SOURCE in order to satisfy AC_LANG_CONFTEST

10 years agoSP-client now reads the result from the correct offset (msg vs. message...)
Christian Fuchs [Mon, 16 Sep 2013 12:13:13 +0000 (12:13 +0000)]
SP-client now reads the result from the correct offset (msg vs. message...)
upon shutdown, the server-API no longer crashes the SP-service by calling the client-disconnect handler with a &client == NULL

10 years agoadd disconnect message
Matthias Wachs [Mon, 16 Sep 2013 11:54:42 +0000 (11:54 +0000)]
add disconnect message

10 years ago- doxygen
Florian Dold [Mon, 16 Sep 2013 11:50:59 +0000 (11:50 +0000)]
- doxygen

10 years ago-towards a compiling gns proxy
Christian Grothoff [Mon, 16 Sep 2013 11:38:33 +0000 (11:38 +0000)]
-towards a compiling gns proxy

10 years agoexcluded test cases for SP for now, while it does not fully work yet
Christian Fuchs [Mon, 16 Sep 2013 11:16:39 +0000 (11:16 +0000)]
excluded test cases for SP for now, while it does not fully work yet
SP service now properly checks for half-finished sessions in the tunnel teardown handler for alice.

10 years agofixes for proportional solver:
Matthias Wachs [Mon, 16 Sep 2013 10:48:41 +0000 (10:48 +0000)]
fixes for proportional solver:
- do not send 0-bandwidth on address switch since it will disconnect peer
- do disconnect peers if no address is available

10 years agodefine 0-bandwidth
Matthias Wachs [Mon, 16 Sep 2013 08:35:22 +0000 (08:35 +0000)]
define 0-bandwidth

10 years agoclarified docu and log level for ATS disconnect notifications
Matthias Wachs [Mon, 16 Sep 2013 08:15:10 +0000 (08:15 +0000)]
clarified docu and log level for ATS disconnect notifications

10 years ago-fix compiler warnings
Christian Grothoff [Mon, 16 Sep 2013 07:49:27 +0000 (07:49 +0000)]
-fix compiler warnings

10 years agocolorit.conf
Gabor X Toth [Mon, 16 Sep 2013 05:00:32 +0000 (05:00 +0000)]
colorit.conf

10 years agopsycstore tests config
Gabor X Toth [Mon, 16 Sep 2013 04:59:07 +0000 (04:59 +0000)]
psycstore tests config

10 years agoPSYCstore service and API implementation
Gabor X Toth [Mon, 16 Sep 2013 04:59:05 +0000 (04:59 +0000)]
PSYCstore service and API implementation

10 years ago'No valgrind by default' strikes again
LRN [Sun, 15 Sep 2013 22:48:52 +0000 (22:48 +0000)]
'No valgrind by default' strikes again

10 years agoPut missing UNIXONLY into set conf
LRN [Sun, 15 Sep 2013 21:52:41 +0000 (21:52 +0000)]
Put missing UNIXONLY into set conf

10 years ago-ignore generated psycstore.conf
Christian Grothoff [Sun, 15 Sep 2013 20:04:29 +0000 (20:04 +0000)]
-ignore generated psycstore.conf

10 years ago-clarify API
Christian Grothoff [Sun, 15 Sep 2013 19:44:39 +0000 (19:44 +0000)]
-clarify API

10 years ago-minor style fixes
Christian Grothoff [Sun, 15 Sep 2013 19:19:15 +0000 (19:19 +0000)]
-minor style fixes

10 years ago-doxygen fixes, and fixing publish URI serization for proper resume
Christian Grothoff [Sun, 15 Sep 2013 18:23:27 +0000 (18:23 +0000)]
-doxygen fixes, and fixing publish URI serization for proper resume

10 years agoauto-correct missing 0-terminators in C_STRINGS/UTF-8 strings
Christian Grothoff [Sun, 15 Sep 2013 16:58:09 +0000 (16:58 +0000)]
auto-correct missing 0-terminators in C_STRINGS/UTF-8 strings

10 years agoauto-correct missing 0-terminators in C_STRINGS/UTF-8 strings
Christian Grothoff [Sun, 15 Sep 2013 16:57:49 +0000 (16:57 +0000)]
auto-correct missing 0-terminators in C_STRINGS/UTF-8 strings

10 years ago-fix check of return value
Christian Grothoff [Sun, 15 Sep 2013 16:01:27 +0000 (16:01 +0000)]
-fix check of return value

10 years ago-fix unindexing of KBlocks, make use of standard UBlock decryption routines to avoid...
Christian Grothoff [Sun, 15 Sep 2013 15:35:30 +0000 (15:35 +0000)]
-fix unindexing of KBlocks, make use of standard UBlock decryption routines to avoid decoding failures

10 years ago-stopid svn
Christian Grothoff [Sun, 15 Sep 2013 14:31:05 +0000 (14:31 +0000)]
-stopid svn

10 years ago-minor NSE cleanup
Christian Grothoff [Sun, 15 Sep 2013 14:27:01 +0000 (14:27 +0000)]
-minor NSE cleanup

10 years ago-properly clean up on disconnect, without memory leaks
Christian Grothoff [Sun, 15 Sep 2013 10:07:03 +0000 (10:07 +0000)]
-properly clean up on disconnect, without memory leaks

10 years agoFix the endless loop fix - don't miss pre-last item
LRN [Sun, 15 Sep 2013 07:24:52 +0000 (07:24 +0000)]
Fix the endless loop fix - don't miss pre-last item

10 years agoDon't go into infinite loop once only uncancellable head is left
LRN [Sat, 14 Sep 2013 23:48:35 +0000 (23:48 +0000)]
Don't go into infinite loop once only uncancellable head is left

10 years ago-avoid queuing large number of START requests
Christian Grothoff [Sat, 14 Sep 2013 16:49:45 +0000 (16:49 +0000)]
-avoid queuing large number of START requests

10 years ago-fix #3033
Christian Grothoff [Sat, 14 Sep 2013 16:14:42 +0000 (16:14 +0000)]
-fix #3033

10 years ago-updating man page, with contributions from Thomas Zander
Christian Grothoff [Sat, 14 Sep 2013 15:03:18 +0000 (15:03 +0000)]
-updating man page, with contributions from Thomas Zander

10 years ago-more complete fix for #3034
Christian Grothoff [Sat, 14 Sep 2013 14:16:46 +0000 (14:16 +0000)]
-more complete fix for #3034

10 years ago-dead test, gnunet-pseudonym is gone
Christian Grothoff [Sat, 14 Sep 2013 13:56:30 +0000 (13:56 +0000)]
-dead test, gnunet-pseudonym is gone

10 years ago-dead test, gnunet-pseudonym is gone
Christian Grothoff [Sat, 14 Sep 2013 13:56:15 +0000 (13:56 +0000)]
-dead test, gnunet-pseudonym is gone

10 years ago-dead test, gnunet-pseudonym is gone
Christian Grothoff [Sat, 14 Sep 2013 13:55:41 +0000 (13:55 +0000)]
-dead test, gnunet-pseudonym is gone

10 years ago-fixing #3034
Christian Grothoff [Sat, 14 Sep 2013 13:51:27 +0000 (13:51 +0000)]
-fixing #3034

10 years ago-fixing resuming publish operation
Christian Grothoff [Fri, 13 Sep 2013 19:46:45 +0000 (19:46 +0000)]
-fixing resuming publish operation

10 years ago-more rename issues
Christian Grothoff [Fri, 13 Sep 2013 18:59:45 +0000 (18:59 +0000)]
-more rename issues

10 years ago-fix rename issues
Christian Grothoff [Fri, 13 Sep 2013 18:57:04 +0000 (18:57 +0000)]
-fix rename issues

10 years ago- doc
Sree Harsha Totakura [Fri, 13 Sep 2013 13:01:09 +0000 (13:01 +0000)]
- doc

10 years agoplugin returns inbound session if outbound session is requiered
Matthias Wachs [Fri, 13 Sep 2013 12:53:00 +0000 (12:53 +0000)]
plugin returns inbound session if outbound session is requiered

10 years agowarning if inbound session does not have address length 0
Matthias Wachs [Fri, 13 Sep 2013 12:37:20 +0000 (12:37 +0000)]
warning if inbound session does not have address length 0

10 years agonew propagation check
Matthias Wachs [Fri, 13 Sep 2013 12:28:36 +0000 (12:28 +0000)]
new propagation check
reformating lines

10 years agoaddress was no set to inactive
Matthias Wachs [Fri, 13 Sep 2013 12:19:40 +0000 (12:19 +0000)]
address was no set to inactive

10 years agosplitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and another...
Christian Grothoff [Fri, 13 Sep 2013 12:00:01 +0000 (12:00 +0000)]
splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and another for encryption

10 years agofixes: resolve on canceling address request
Matthias Wachs [Fri, 13 Sep 2013 08:35:03 +0000 (08:35 +0000)]
fixes: resolve on canceling address request

10 years agoactive address was not set to inactive if session is deleted
Matthias Wachs [Fri, 13 Sep 2013 08:10:35 +0000 (08:10 +0000)]
active address was not set to inactive if session is deleted

10 years agoats_ril:
Fabian Oehlmann [Thu, 12 Sep 2013 16:25:28 +0000 (16:25 +0000)]
ats_ril:
- q and sarsa updates
- added first actions
- agent interacts with environment
- untested

10 years agofixing assertion in ATS about unknown address in use:
Matthias Wachs [Thu, 12 Sep 2013 13:42:07 +0000 (13:42 +0000)]
fixing assertion in ATS about unknown address in use:

unix returned inbound session with length 0 when transport asked for outbound address
so ATS cannot compare addresses

this bug took exactly so long to find as the additional check has chars

10 years ago- fix likely possible nonterminating loop for small `cap'
Sree Harsha Totakura [Thu, 12 Sep 2013 13:32:04 +0000 (13:32 +0000)]
- fix likely possible nonterminating loop for small `cap'

10 years ago- capping node degree in scale free topology
Sree Harsha Totakura [Thu, 12 Sep 2013 10:09:21 +0000 (10:09 +0000)]
- capping node degree in scale free topology

10 years agobugfix, forgot to reset a variable
Christian Fuchs [Thu, 12 Sep 2013 10:03:41 +0000 (10:03 +0000)]
bugfix, forgot to reset a variable

10 years agoremove not required assignments
Matthias Wachs [Thu, 12 Sep 2013 09:42:13 +0000 (09:42 +0000)]
remove not required assignments
changes to log level

10 years agofixed bug in address iteration
Matthias Wachs [Thu, 12 Sep 2013 09:41:40 +0000 (09:41 +0000)]
fixed bug in address iteration

10 years agoimportant messages are info
Matthias Wachs [Thu, 12 Sep 2013 09:28:35 +0000 (09:28 +0000)]
important messages are info
ATS timeout was breaking tests /w valgrind

10 years agobetter logging since important messages are info
Matthias Wachs [Thu, 12 Sep 2013 09:22:15 +0000 (09:22 +0000)]
better logging since important messages are info

10 years ago- bulk deletion for all addresses
Matthias Wachs [Thu, 12 Sep 2013 07:56:23 +0000 (07:56 +0000)]
- bulk deletion for all addresses
- no break, since solve can be called when addresses is empty due to autosolve parameter

10 years agoimproved logging: messages with higher importance changed to info
Matthias Wachs [Thu, 12 Sep 2013 07:43:14 +0000 (07:43 +0000)]
improved logging: messages with higher importance changed to info

10 years agofixing coverity issues
Matthias Wachs [Thu, 12 Sep 2013 07:11:11 +0000 (07:11 +0000)]
fixing coverity issues

10 years ago-do not clean up reader more than once
Christian Grothoff [Wed, 11 Sep 2013 22:45:57 +0000 (22:45 +0000)]
-do not clean up reader more than once

10 years ago-cosmetics, trying to narrow down deserialization error
Christian Grothoff [Wed, 11 Sep 2013 22:45:32 +0000 (22:45 +0000)]
-cosmetics, trying to narrow down deserialization error

10 years agoats_ril: solver further continued
Fabian Oehlmann [Wed, 11 Sep 2013 17:23:14 +0000 (17:23 +0000)]
ats_ril: solver further continued

10 years agothe key entry in GNUNET_SCALARPRODUCT_ComputationHandle is now a struct, not a pointer.
Christian Fuchs [Wed, 11 Sep 2013 17:06:04 +0000 (17:06 +0000)]
the key entry in GNUNET_SCALARPRODUCT_ComputationHandle is now a struct, not a pointer.
re-added scheduler shutdown to SP-client

10 years agoremoved a couple of extra checks from the SP-api
Christian Fuchs [Wed, 11 Sep 2013 15:55:47 +0000 (15:55 +0000)]
removed a couple of extra checks from the SP-api
fixed a silly bug in the SP-client
removed two incorrect frees in the SP-service

10 years agodisabling tests not yet passing
Matthias Wachs [Wed, 11 Sep 2013 15:25:09 +0000 (15:25 +0000)]
disabling tests not yet passing

10 years ago- implement scale free topology correctly and introduce argument to cap the number...
Sree Harsha Totakura [Wed, 11 Sep 2013 15:17:47 +0000 (15:17 +0000)]
- implement scale free topology correctly and introduce argument to cap the number of connections to a peer in the generated topology

10 years agosurpress error messages
Matthias Wachs [Wed, 11 Sep 2013 15:16:18 +0000 (15:16 +0000)]
surpress error messages

10 years ago-fix assertion
Christian Grothoff [Wed, 11 Sep 2013 14:35:23 +0000 (14:35 +0000)]
-fix assertion

10 years ago-fix assertion
Christian Grothoff [Wed, 11 Sep 2013 14:34:54 +0000 (14:34 +0000)]
-fix assertion

10 years ago-docu improvements
Christian Grothoff [Wed, 11 Sep 2013 13:41:56 +0000 (13:41 +0000)]
-docu improvements

10 years agoDon't cancel if we didn't start watching anything in the first place
LRN [Wed, 11 Sep 2013 13:38:24 +0000 (13:38 +0000)]
Don't cancel if we didn't start watching anything in the first place

10 years agoDisable test_testbed_api_barriers on W32
LRN [Wed, 11 Sep 2013 13:38:21 +0000 (13:38 +0000)]
Disable test_testbed_api_barriers on W32

10 years agoSP-service: converted integer types from 16 to 32bit unsigned whereever needed
Christian Fuchs [Wed, 11 Sep 2013 12:34:09 +0000 (12:34 +0000)]
SP-service: converted integer types from 16 to 32bit unsigned whereever needed

10 years ago-no longer experimental
Christian Grothoff [Wed, 11 Sep 2013 12:33:30 +0000 (12:33 +0000)]
-no longer experimental

10 years agomodified test
Matthias Wachs [Wed, 11 Sep 2013 12:26:59 +0000 (12:26 +0000)]
modified test

10 years agoadjusted integer types in the SP-client
Christian Fuchs [Wed, 11 Sep 2013 12:23:56 +0000 (12:23 +0000)]
adjusted integer types in the SP-client

10 years ago- iterator NULL check
Matthias Wachs [Wed, 11 Sep 2013 12:22:57 +0000 (12:22 +0000)]
- iterator NULL check
- do no empty name if it did not exist before

10 years agoadded propper shutdown task to SP-client
Christian Fuchs [Wed, 11 Sep 2013 12:20:03 +0000 (12:20 +0000)]
added propper shutdown task to SP-client
fixed a logics mixup in the SP-API between alice's client and bob's client-function
fixed a memory allocation bug in SP-API
adjusted message formats to use uint32_t instead of 16 for all element counts and mask lengths

10 years ago- doc
Bart Polot [Wed, 11 Sep 2013 12:19:45 +0000 (12:19 +0000)]
- doc

10 years agonew test
Matthias Wachs [Wed, 11 Sep 2013 10:44:09 +0000 (10:44 +0000)]
new test

10 years agoremoving tests: not required anymore
Matthias Wachs [Wed, 11 Sep 2013 10:34:57 +0000 (10:34 +0000)]
removing tests: not required anymore

10 years agotests not required anymore due to removed functionality
Matthias Wachs [Wed, 11 Sep 2013 10:31:04 +0000 (10:31 +0000)]
tests not required anymore due to removed functionality

10 years agonew test: store a label and update it
Matthias Wachs [Wed, 11 Sep 2013 10:22:00 +0000 (10:22 +0000)]
new test: store a label and update it

10 years agoadditional test for monitoring: check if existing records are returned
Matthias Wachs [Wed, 11 Sep 2013 09:58:13 +0000 (09:58 +0000)]
additional test for monitoring: check if existing records are returned

10 years agoupdated tests
Matthias Wachs [Wed, 11 Sep 2013 09:51:14 +0000 (09:51 +0000)]
updated tests

10 years agozone cannot be NULL
Matthias Wachs [Wed, 11 Sep 2013 09:08:34 +0000 (09:08 +0000)]
zone cannot be NULL

10 years agozone iteration stop
Matthias Wachs [Wed, 11 Sep 2013 08:37:48 +0000 (08:37 +0000)]
zone iteration stop

10 years ago- popularity corresponds to edge direction
Sree Harsha Totakura [Wed, 11 Sep 2013 08:26:18 +0000 (08:26 +0000)]
- popularity corresponds to edge direction

10 years agodocu and Makefile
Matthias Wachs [Wed, 11 Sep 2013 08:18:46 +0000 (08:18 +0000)]
docu and Makefile

10 years agoupdated test to iterate specific zone
Matthias Wachs [Wed, 11 Sep 2013 08:18:18 +0000 (08:18 +0000)]
updated test to iterate specific zone

10 years agoupdated zone iteration test
Matthias Wachs [Wed, 11 Sep 2013 08:00:45 +0000 (08:00 +0000)]
updated zone iteration test