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
Bart Polot [Thu, 30 Jan 2014 02:11:25 +0000 (02:11 +0000)]
- expand peer info API callback
Bart Polot [Thu, 30 Jan 2014 02:11:24 +0000 (02:11 +0000)]
- client-side implementation of peer queries
Bart Polot [Thu, 30 Jan 2014 02:11:23 +0000 (02:11 +0000)]
- tunnel is a boolean (int)
Bart Polot [Thu, 30 Jan 2014 02:11:21 +0000 (02:11 +0000)]
- service-side implementation of peer queries
Bart Polot [Thu, 30 Jan 2014 02:11:20 +0000 (02:11 +0000)]
- document tunnel internal API
- change iterator parameter order
Bart Polot [Thu, 30 Jan 2014 02:11:18 +0000 (02:11 +0000)]
- show connections and channels on stdout
Bart Polot [Thu, 30 Jan 2014 02:11:17 +0000 (02:11 +0000)]
- change tunnel API to pass connection and channel payload
Bart Polot [Thu, 30 Jan 2014 02:11:15 +0000 (02:11 +0000)]
- use variables to cound ch, conns
- use ntohs for tunnel state
Bart Polot [Thu, 30 Jan 2014 02:11:13 +0000 (02:11 +0000)]
- copy peer id from request
Bart Polot [Thu, 30 Jan 2014 02:11:12 +0000 (02:11 +0000)]
- use response struct size
Bart Polot [Thu, 30 Jan 2014 02:11:10 +0000 (02:11 +0000)]
- fix show tunnel
Bart Polot [Thu, 30 Jan 2014 02:11:09 +0000 (02:11 +0000)]
- don't show output on stdout in case of error
- terminate after response
Bart Polot [Thu, 30 Jan 2014 02:11:08 +0000 (02:11 +0000)]
- verbose log
Bart Polot [Thu, 30 Jan 2014 02:11:05 +0000 (02:11 +0000)]
- use correct data type
Fabian Oehlmann [Wed, 29 Jan 2014 19:45:49 +0000 (19:45 +0000)]
-revert of address_bw addition
Christian Fuchs [Wed, 29 Jan 2014 15:04:17 +0000 (15:04 +0000)]
- purged leftover plaintext container for pailier.
Christian Fuchs [Wed, 29 Jan 2014 14:34:33 +0000 (14:34 +0000)]
- formatting
- forgot to reduce the possible homomorphic opts by one, as a badly chosen n might sometimes corrupt the final operation using a simple check. As the overall calculation of possible hom. opts is pessimist anyway and might become rather inaccurate if many operations are performed, reducing the prediction by one is acceptable.
Christian Fuchs [Wed, 29 Jan 2014 14:28:07 +0000 (14:28 +0000)]
- re-added testcase for crypto-paillier
- fixed remaining pailier-test bug
- now: achieve world domination or off to new shores
Christian Fuchs [Wed, 29 Jan 2014 09:32:59 +0000 (09:32 +0000)]
- omitted test for crypto_paillier for now...
Fabian Oehlmann [Tue, 28 Jan 2014 21:07:10 +0000 (21:07 +0000)]
transport reliabilities checken
Fabian Oehlmann [Tue, 28 Jan 2014 20:23:17 +0000 (20:23 +0000)]
higher initialization of bandwidth
Supriti Singh [Tue, 28 Jan 2014 16:49:31 +0000 (16:49 +0000)]
Implemented logic to randomly choose a friend.
Modified struct TrailPeerList
Matthias Wachs [Tue, 28 Jan 2014 16:30:19 +0000 (16:30 +0000)]
enabling ril and mlp benchmarks
Matthias Wachs [Tue, 28 Jan 2014 16:10:38 +0000 (16:10 +0000)]
modifying hostlist options to surpress warnings
Matthias Wachs [Tue, 28 Jan 2014 15:16:36 +0000 (15:16 +0000)]
renaming options and status variables
Matthias Wachs [Tue, 28 Jan 2014 15:16:16 +0000 (15:16 +0000)]
renaming options + adding glpk verbose option
Matthias Wachs [Tue, 28 Jan 2014 13:31:58 +0000 (13:31 +0000)]
fix: only include peers with requests and addresses available, otherwise system has no solution due to min_peer restriction
Matthias Wachs [Tue, 28 Jan 2014 12:28:01 +0000 (12:28 +0000)]
minor fix in averaging
Matthias Wachs [Tue, 28 Jan 2014 12:23:08 +0000 (12:23 +0000)]
clean up configuration parameters and implementation
Matthias Wachs [Tue, 28 Jan 2014 10:04:12 +0000 (10:04 +0000)]
improved benchmark output
Matthias Wachs [Tue, 28 Jan 2014 09:30:07 +0000 (09:30 +0000)]
more documentation and minor cleanups
Matthias Wachs [Tue, 28 Jan 2014 09:18:27 +0000 (09:18 +0000)]
documentation for the performance benchmark
Matthias Wachs [Tue, 28 Jan 2014 09:01:26 +0000 (09:01 +0000)]
doxygen fixes
Matthias Wachs [Tue, 28 Jan 2014 08:53:19 +0000 (08:53 +0000)]
fix compile error
Christian Grothoff [Mon, 27 Jan 2014 20:13:38 +0000 (20:13 +0000)]
fix #3283
Matthias Wachs [Mon, 27 Jan 2014 16:41:08 +0000 (16:41 +0000)]
separate update and full results
Matthias Wachs [Mon, 27 Jan 2014 15:54:11 +0000 (15:54 +0000)]
logging average
Matthias Wachs [Mon, 27 Jan 2014 15:07:27 +0000 (15:07 +0000)]
average calculation
Matthias Wachs [Mon, 27 Jan 2014 13:47:22 +0000 (13:47 +0000)]
added multiple iteration support for averaging
Supriti Singh [Mon, 27 Jan 2014 10:51:33 +0000 (10:51 +0000)]
-Modified struct PeerTrailSetupMessage.
-Modified struct PeerTrailSetupResultMessage.
-Added stubs for find_predecessor.
-Added comments to understand the flow.
Matthias Wachs [Mon, 27 Jan 2014 10:05:11 +0000 (10:05 +0000)]
solving slow shutdown issue: statistic was not destroyed
Matthias Wachs [Mon, 27 Jan 2014 09:42:40 +0000 (09:42 +0000)]
fixes for doxygen
LRN [Mon, 27 Jan 2014 07:03:27 +0000 (07:03 +0000)]
Revert "use -Wl on -no-undefined as it is a linker option:"
This reverts commit
57b1d0dc7f4aa49b5dc0c18225f51951119bd58c.
Remove redundant -no-undefined, make sure only the one that gets
into Makefiles directly remains, remove -Wl prefix from it.
Christian Grothoff [Sun, 26 Jan 2014 23:19:10 +0000 (23:19 +0000)]
use -Wl on -no-undefined as it is a linker option:
Christian Fuchs [Sun, 26 Jan 2014 17:49:27 +0000 (17:49 +0000)]
- wrote a proper test for crypto-paillier
Christian Fuchs [Sun, 26 Jan 2014 16:47:56 +0000 (16:47 +0000)]
- activated testcase for set intersection, as it not works correctly
- some bugfixes for intersection
- corrected a logics bug in intersection
Christian Fuchs [Sun, 26 Jan 2014 13:54:23 +0000 (13:54 +0000)]
- added testcase for set intersection
Christian Fuchs [Sun, 26 Jan 2014 13:51:21 +0000 (13:51 +0000)]
- more work on crypto-paillier
Fabian Oehlmann [Sat, 25 Jan 2014 13:51:27 +0000 (13:51 +0000)]
-eligibility trace fixes
Sree Harsha Totakura [Fri, 24 Jan 2014 17:25:00 +0000 (17:25 +0000)]
fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
Matthias Wachs [Fri, 24 Jan 2014 14:47:09 +0000 (14:47 +0000)]
added check if service is running
LRN [Fri, 24 Jan 2014 07:47:07 +0000 (07:47 +0000)]
Fix dependencies
Fabian Oehlmann [Thu, 23 Jan 2014 17:02:37 +0000 (17:02 +0000)]
refactoring
Matthias Wachs [Thu, 23 Jan 2014 16:36:02 +0000 (16:36 +0000)]
enforcing operations
Matthias Wachs [Thu, 23 Jan 2014 16:06:30 +0000 (16:06 +0000)]
example experiment
Matthias Wachs [Thu, 23 Jan 2014 16:03:53 +0000 (16:03 +0000)]
implementing operations, episodes...
Matthias Wachs [Thu, 23 Jan 2014 15:10:08 +0000 (15:10 +0000)]
fixing test case logging
Matthias Wachs [Thu, 23 Jan 2014 14:56:59 +0000 (14:56 +0000)]
new logging functionality
Bart Polot [Thu, 23 Jan 2014 12:44:35 +0000 (12:44 +0000)]
- add peers info to mesh CLI and API
Bart Polot [Thu, 23 Jan 2014 12:44:33 +0000 (12:44 +0000)]
- small CLI fixes
Bart Polot [Thu, 23 Jan 2014 12:44:31 +0000 (12:44 +0000)]
- changed option to get all tunnels from -i to -T
Matthias Wachs [Thu, 23 Jan 2014 12:28:32 +0000 (12:28 +0000)]
experimentation basics
Matthias Wachs [Thu, 23 Jan 2014 10:36:32 +0000 (10:36 +0000)]
put traffic generation in separate file
Matthias Wachs [Thu, 23 Jan 2014 10:31:31 +0000 (10:31 +0000)]
traffic generation
Matthias Wachs [Thu, 23 Jan 2014 10:01:09 +0000 (10:01 +0000)]
missing file
Matthias Wachs [Thu, 23 Jan 2014 09:47:12 +0000 (09:47 +0000)]
reverting pogen.sh
Fabian Oehlmann [Wed, 22 Jan 2014 16:35:34 +0000 (16:35 +0000)]
reward function made differentiable