Matthias Wachs [Tue, 4 Feb 2014 15:52:05 +0000 (15:52 +0000)]
fix indentation
Bart Polot [Tue, 4 Feb 2014 15:36:28 +0000 (15:36 +0000)]
- add hello lib
Matthias Wachs [Tue, 4 Feb 2014 15:20:03 +0000 (15:20 +0000)]
fixing compile warning: cast to types required in doxygen documentation
Bart Polot [Tue, 4 Feb 2014 14:44:04 +0000 (14:44 +0000)]
- fix segfault at get size of null hello
LRN [Tue, 4 Feb 2014 14:37:53 +0000 (14:37 +0000)]
Clean up transport connection in mesh
LRN [Tue, 4 Feb 2014 14:16:13 +0000 (14:16 +0000)]
Consensus does not really depend on mesh, does it
LRN [Tue, 4 Feb 2014 14:16:10 +0000 (14:16 +0000)]
Fix consensus test to compile (whether it makes sense or not is up to dold)
Bart Polot [Tue, 4 Feb 2014 14:14:16 +0000 (14:14 +0000)]
- use correct function return type
Bart Polot [Tue, 4 Feb 2014 14:14:15 +0000 (14:14 +0000)]
- copy hellos since parameter is const
Bart Polot [Tue, 4 Feb 2014 14:14:14 +0000 (14:14 +0000)]
- use hach directly instead of _2s function
Bart Polot [Tue, 4 Feb 2014 14:14:13 +0000 (14:14 +0000)]
- refactor logging to allow for shorter log files
Matthias Wachs [Tue, 4 Feb 2014 13:57:36 +0000 (13:57 +0000)]
fix for 3300: remember to call client_receive_done for blacklist client
LRN [Tue, 4 Feb 2014 13:32:13 +0000 (13:32 +0000)]
Fix a typo
Bart Polot [Tue, 4 Feb 2014 12:36:36 +0000 (12:36 +0000)]
Use stored hellos to try to establish direct connections to peers with tunnels
Bart Polot [Tue, 4 Feb 2014 12:36:35 +0000 (12:36 +0000)]
- dont return expired hellos
Bart Polot [Tue, 4 Feb 2014 12:36:34 +0000 (12:36 +0000)]
- doxygen, return on NULL
Bart Polot [Tue, 4 Feb 2014 12:36:33 +0000 (12:36 +0000)]
- merge hellos in case old hello is still valid
Bart Polot [Tue, 4 Feb 2014 12:36:33 +0000 (12:36 +0000)]
- TODO
Bart Polot [Tue, 4 Feb 2014 12:36:32 +0000 (12:36 +0000)]
- doc
Bart Polot [Tue, 4 Feb 2014 12:36:31 +0000 (12:36 +0000)]
- add hello subsystem to get hellos for known peers
Bart Polot [Tue, 4 Feb 2014 12:36:30 +0000 (12:36 +0000)]
- add hello messages to peers
Bart Polot [Tue, 4 Feb 2014 12:36:29 +0000 (12:36 +0000)]
Use proper core priority for each message type and message origin.
Matthias Wachs [Tue, 4 Feb 2014 12:31:45 +0000 (12:31 +0000)]
fixing 3299: use after free caused by shutdown order neighbours & plugins
Matthias Wachs [Tue, 4 Feb 2014 12:24:07 +0000 (12:24 +0000)]
fixing tests ftbfs
Christian Fuchs [Tue, 4 Feb 2014 10:24:40 +0000 (10:24 +0000)]
- added caller-hom-ops soft-cap logics
Christian Fuchs [Tue, 4 Feb 2014 10:15:29 +0000 (10:15 +0000)]
- extended paillier-api to also include caller-suggested maximum supported homs
Matthias Wachs [Mon, 3 Feb 2014 23:00:30 +0000 (23:00 +0000)]
docu
Matthias Wachs [Mon, 3 Feb 2014 22:54:18 +0000 (22:54 +0000)]
preference logging
Florian Dold [Mon, 3 Feb 2014 22:51:27 +0000 (22:51 +0000)]
- delete unused message type
Matthias Wachs [Mon, 3 Feb 2014 22:31:19 +0000 (22:31 +0000)]
enforcing preferences
Florian Dold [Mon, 3 Feb 2014 22:28:01 +0000 (22:28 +0000)]
- GNS port is a javaport
Matthias Wachs [Mon, 3 Feb 2014 21:51:43 +0000 (21:51 +0000)]
adding preference generation
Florian Dold [Mon, 3 Feb 2014 21:25:53 +0000 (21:25 +0000)]
- consensus and secretsharing have both start time and deadline
Matthias Wachs [Mon, 3 Feb 2014 20:21:12 +0000 (20:21 +0000)]
updated experiment
Florian Dold [Mon, 3 Feb 2014 19:46:56 +0000 (19:46 +0000)]
- encrypt even if no homomorphic operations are possible
- parse ciphertext container correctly
Supriti Singh [Mon, 3 Feb 2014 18:46:22 +0000 (18:46 +0000)]
1. Adding an entry in routing table.
2. Peer arithmetic to get finger id.
Matthias Wachs [Mon, 3 Feb 2014 17:49:18 +0000 (17:49 +0000)]
logging all nodes in a single file
Christian Fuchs [Mon, 3 Feb 2014 17:17:14 +0000 (17:17 +0000)]
- more partially replacing of pailier-encryption functionality in scalarproduct with the new API
Christian Fuchs [Mon, 3 Feb 2014 16:56:34 +0000 (16:56 +0000)]
- begun migrating scalarproduct to use crypto_paillier and set intersection
- removed paillier from the regular build for now
- partially replaced pailier-encryption functionality in scalarproduct with the new API
Christian Fuchs [Mon, 3 Feb 2014 16:25:17 +0000 (16:25 +0000)]
- added more information on when paillier-encrypt soft-fails (too long number, no homomorphic ops possible)
Florian Dold [Mon, 3 Feb 2014 15:25:01 +0000 (15:25 +0000)]
- test paillier with random plaintext
Matthias Wachs [Mon, 3 Feb 2014 14:08:48 +0000 (14:08 +0000)]
removing set_rate, using start_send instead
Fabian Oehlmann [Mon, 3 Feb 2014 13:53:43 +0000 (13:53 +0000)]
-fix merge mistake
Fabian Oehlmann [Mon, 3 Feb 2014 13:52:04 +0000 (13:52 +0000)]
-minor renamings
-default parameters set to better values
-exploration decay added
Matthias Wachs [Mon, 3 Feb 2014 12:50:52 +0000 (12:50 +0000)]
fixes
Matthias Wachs [Mon, 3 Feb 2014 12:36:25 +0000 (12:36 +0000)]
various fixes
Matthias Wachs [Mon, 3 Feb 2014 09:58:18 +0000 (09:58 +0000)]
safety checks
Matthias Wachs [Mon, 3 Feb 2014 09:44:09 +0000 (09:44 +0000)]
experiment parsing + test.exp containing different examples
Matthias Wachs [Mon, 3 Feb 2014 09:10:13 +0000 (09:10 +0000)]
additional check for sinus generator
Matthias Wachs [Mon, 3 Feb 2014 08:56:56 +0000 (08:56 +0000)]
documentation and random generator
Christian Grothoff [Sun, 2 Feb 2014 17:51:46 +0000 (17:51 +0000)]
add API for #3296
Christian Grothoff [Sun, 2 Feb 2014 17:38:22 +0000 (17:38 +0000)]
removing depreated 'priority' argument from GNUNET_TRANSPORT_notify_transmit_ready
Christian Grothoff [Sun, 2 Feb 2014 17:25:33 +0000 (17:25 +0000)]
-indentation, doxygen
Christian Grothoff [Sun, 2 Feb 2014 17:15:37 +0000 (17:15 +0000)]
-indentation, doxygen
LRN [Sun, 2 Feb 2014 17:11:22 +0000 (17:11 +0000)]
Add required HOSTNAME to test config
LRN [Sun, 2 Feb 2014 17:11:17 +0000 (17:11 +0000)]
Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
LRN [Sun, 2 Feb 2014 14:43:23 +0000 (14:43 +0000)]
Jury-rig perf_ats to compile again. MWachs, fix this
Christian Grothoff [Sun, 2 Feb 2014 09:42:51 +0000 (09:42 +0000)]
Bertrand Marc wrote:
About issue #3284, there was still a little glitch in the LIBDIR case.
On my box, plugins are in /usr/lib/x86_64-linux-gnu/gnunet/. You'll find
attached a patch (against svn head) to fix it.
David Barksdale [Sat, 1 Feb 2014 23:59:16 +0000 (23:59 +0000)]
stats can be NULL if [statistics] DISABLE=YES
Christian Grothoff [Fri, 31 Jan 2014 20:21:26 +0000 (20:21 +0000)]
another one from Bertrand Marc
Supriti Singh [Fri, 31 Jan 2014 18:51:50 +0000 (18:51 +0000)]
Handling trail setup result message.
Matthias Wachs [Fri, 31 Jan 2014 16:30:22 +0000 (16:30 +0000)]
sinus support for traffic generator
Matthias Wachs [Fri, 31 Jan 2014 16:13:14 +0000 (16:13 +0000)]
adding linear and saw wave support for traffic generator
Christian Grothoff [Fri, 31 Jan 2014 15:22:57 +0000 (15:22 +0000)]
importing man pages written by Bertrand Marc for Debian
Christian Grothoff [Fri, 31 Jan 2014 15:17:02 +0000 (15:17 +0000)]
-fix typos
Matthias Wachs [Fri, 31 Jan 2014 13:09:52 +0000 (13:09 +0000)]
renaming types
Matthias Wachs [Fri, 31 Jan 2014 13:06:12 +0000 (13:06 +0000)]
constant traffic generator
Sree Harsha Totakura [Fri, 31 Jan 2014 11:58:13 +0000 (11:58 +0000)]
Revert #32132.
Sree Harsha Totakura [Fri, 31 Jan 2014 09:34:00 +0000 (09:34 +0000)]
Fix #3294: Decrement call number when the call is cancelled or hung-up.
Sree Harsha Totakura [Thu, 30 Jan 2014 22:08:02 +0000 (22:08 +0000)]
Allow testcase to run just with loopback interface.
Christian Grothoff [Thu, 30 Jan 2014 19:36:59 +0000 (19:36 +0000)]
-doxygen
Christian Grothoff [Thu, 30 Jan 2014 19:22:23 +0000 (19:22 +0000)]
-towards fixing #3295 (core traffic prioritization)
Christian Grothoff [Thu, 30 Jan 2014 18:24:13 +0000 (18:24 +0000)]
towards reviving priorities in core API, this time with enum to make classes clearer
Matthias Wachs [Thu, 30 Jan 2014 16:58:20 +0000 (16:58 +0000)]
send receive delay rescheduling support
Bart Polot [Thu, 30 Jan 2014 15:59:28 +0000 (15:59 +0000)]
Allow gnunet-ecc to list all public keys in a file
Christian Grothoff [Thu, 30 Jan 2014 14:47:20 +0000 (14:47 +0000)]
fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
Sree Harsha Totakura [Thu, 30 Jan 2014 14:37:36 +0000 (14:37 +0000)]
Skip testcase when DNS is not available
* gns/test_gns_cname_lookup.sh: Check if DNS resolution works and skip test if
it doesn't work.
Christian Grothoff [Thu, 30 Jan 2014 14:36:49 +0000 (14:36 +0000)]
-doxygen
Matthias Wachs [Thu, 30 Jan 2014 14:16:20 +0000 (14:16 +0000)]
extending bandwidth tracker api to support notifications
Christian Grothoff [Thu, 30 Jan 2014 13:34:20 +0000 (13:34 +0000)]
-fix linker error for pallier test
Christian Grothoff [Thu, 30 Jan 2014 13:12:07 +0000 (13:12 +0000)]
-fix #3285
Matthias Wachs [Thu, 30 Jan 2014 12:50:13 +0000 (12:50 +0000)]
remove extension
Christian Grothoff [Thu, 30 Jan 2014 12:49:57 +0000 (12:49 +0000)]
-have default subsystem name for phone
Sree Harsha Totakura [Thu, 30 Jan 2014 12:36:09 +0000 (12:36 +0000)]
Include test_testbed_api_statistis.conf in dist
testbed/Makefile.am (EXTRA_DIST): Added file.
Bart Polot [Thu, 30 Jan 2014 12:28:41 +0000 (12:28 +0000)]
- debug strings for new message types
Bart Polot [Thu, 30 Jan 2014 12:28:40 +0000 (12:28 +0000)]
- script for overnight checking that:
-- check succeeds
-- no coredump is generated
-- no assertions are getting triggered
Bart Polot [Thu, 30 Jan 2014 12:28:39 +0000 (12:28 +0000)]
- fix SEGFAULT on ctrl+c in testcase
Bart Polot [Thu, 30 Jan 2014 12:28:39 +0000 (12:28 +0000)]
- use a memory-efficient, cleaner info API (limiting concurrent info requests to 1)
Matthias Wachs [Thu, 30 Jan 2014 10:45:13 +0000 (10:45 +0000)]
writign plots
Matthias Wachs [Thu, 30 Jan 2014 10:14:27 +0000 (10:14 +0000)]
improved logging
LRN [Thu, 30 Jan 2014 10:05:22 +0000 (10:05 +0000)]
Disabling secretsharing until someone fixes it
Matthias Wachs [Thu, 30 Jan 2014 09:32:01 +0000 (09:32 +0000)]
fix and improved logging
Matthias Wachs [Thu, 30 Jan 2014 09:20:25 +0000 (09:20 +0000)]
fix: destionation was wrong
Matthias Wachs [Thu, 30 Jan 2014 09:19:44 +0000 (09:19 +0000)]
a test experiment to send data at a rate of 10 kb/s to 3 slaves
Matthias Wachs [Thu, 30 Jan 2014 09:04:37 +0000 (09:04 +0000)]
enable logging as a cmd line arg
Matthias Wachs [Thu, 30 Jan 2014 08:29:58 +0000 (08:29 +0000)]
documentation
Bart Polot [Thu, 30 Jan 2014 02:54:09 +0000 (02:54 +0000)]
- doc
Bart Polot [Thu, 30 Jan 2014 02:53:53 +0000 (02:53 +0000)]
- log
Bart Polot [Thu, 30 Jan 2014 02:11:28 +0000 (02:11 +0000)]
- fix nbo
Bart Polot [Thu, 30 Jan 2014 02:11:27 +0000 (02:11 +0000)]
- adapt mesh CLI to API changes