oweals/gnunet.git
12 years agostatus update
Christian Grothoff [Mon, 12 Sep 2011 08:43:34 +0000 (08:43 +0000)]
status update

12 years agomark dv as experimental
Christian Grothoff [Mon, 12 Sep 2011 08:41:22 +0000 (08:41 +0000)]
mark dv as experimental

12 years agoallow handlers to be NULL
Christian Grothoff [Sun, 11 Sep 2011 11:37:02 +0000 (11:37 +0000)]
allow handlers to be NULL

12 years agoallow cancellation of certain transport API operations
Christian Grothoff [Sun, 11 Sep 2011 09:54:37 +0000 (09:54 +0000)]
allow cancellation of certain transport API operations

12 years agoAdded demnostration of PUT after GET not working
Bart Polot [Fri, 9 Sep 2011 18:13:19 +0000 (18:13 +0000)]
Added demnostration of PUT after GET not working

12 years agoFixed broken assertions on abort
Bart Polot [Fri, 9 Sep 2011 17:48:28 +0000 (17:48 +0000)]
Fixed broken assertions on abort

12 years agoAdded testcase for explicit case of DHT not finding apptype
Bart Polot [Fri, 9 Sep 2011 17:19:52 +0000 (17:19 +0000)]
Added testcase for explicit case of DHT not finding apptype

12 years agoFixed test local to pass at least when DHT is not used
Bart Polot [Fri, 9 Sep 2011 15:38:50 +0000 (15:38 +0000)]
Fixed test local to pass at least when DHT is not used

12 years agofix in address update + testcase
Matthias Wachs [Fri, 9 Sep 2011 15:06:53 +0000 (15:06 +0000)]
fix in address update + testcase

12 years agoFixed doxygen warnings
Bart Polot [Fri, 9 Sep 2011 13:54:33 +0000 (13:54 +0000)]
Fixed doxygen warnings

12 years agomisc train hacking
Christian Grothoff [Fri, 9 Sep 2011 13:21:48 +0000 (13:21 +0000)]
misc train hacking

12 years agoChanged mesh service's storage to multihashmap, fixed bugs
Bart Polot [Fri, 9 Sep 2011 12:04:29 +0000 (12:04 +0000)]
Changed mesh service's storage to multihashmap, fixed bugs

12 years agofix
Christian Grothoff [Thu, 8 Sep 2011 21:16:31 +0000 (21:16 +0000)]
fix

12 years agoExtended test case, fixed bugs, refactored code and connection packet format. DHT...
Bart Polot [Thu, 8 Sep 2011 17:25:39 +0000 (17:25 +0000)]
Extended test case, fixed bugs, refactored code and connection packet format. DHT still does not return results...

12 years agomerging ats arrays
Matthias Wachs [Thu, 8 Sep 2011 16:02:02 +0000 (16:02 +0000)]
merging ats arrays
is working but needs an additional testcase

12 years agorenaming and fixing
Matthias Wachs [Thu, 8 Sep 2011 08:39:26 +0000 (08:39 +0000)]
renaming and fixing

12 years agoSimplified own ID handling in mesh service
Bart Polot [Thu, 8 Sep 2011 08:21:43 +0000 (08:21 +0000)]
Simplified own ID handling in mesh service

12 years agoMore test code
Bart Polot [Wed, 7 Sep 2011 16:45:42 +0000 (16:45 +0000)]
More test code

12 years agoFixed compiler whining about test
Bart Polot [Wed, 7 Sep 2011 16:31:55 +0000 (16:31 +0000)]
Fixed compiler whining about test

12 years agoChanged documentation, type names and code formatting
Bart Polot [Wed, 7 Sep 2011 16:24:53 +0000 (16:24 +0000)]
Changed documentation, type names and code formatting
Extended test_local

12 years ago(no commit message)
Matthias Wachs [Wed, 7 Sep 2011 16:16:00 +0000 (16:16 +0000)]

12 years agoporting gnunet-transport-list-connections to binary address
Matthias Wachs [Wed, 7 Sep 2011 16:07:48 +0000 (16:07 +0000)]
porting gnunet-transport-list-connections to binary address

12 years agoAdded new test for multiple clients on one peer
Bart Polot [Wed, 7 Sep 2011 14:38:59 +0000 (14:38 +0000)]
Added new test for multiple clients on one peer
Fixed dumb obvious bug in api

12 years agofixing gnunet-transport-list-connections
Matthias Wachs [Wed, 7 Sep 2011 13:53:53 +0000 (13:53 +0000)]
fixing gnunet-transport-list-connections
step 1: wrong messagetype just discards request

12 years agodocumentation
Philipp Tölke [Wed, 7 Sep 2011 13:16:52 +0000 (13:16 +0000)]
documentation

12 years agoadding statistics about connected peers
Matthias Wachs [Wed, 7 Sep 2011 12:56:02 +0000 (12:56 +0000)]
adding statistics about connected peers

12 years agoFixed bugs
Bart Polot [Wed, 7 Sep 2011 12:08:50 +0000 (12:08 +0000)]
Fixed bugs
Added exponential backoff in reconnection
Fixed all FIXMEs and TODOs

12 years agocorrect usage of ats \0 termination
Matthias Wachs [Wed, 7 Sep 2011 11:42:10 +0000 (11:42 +0000)]
correct usage of ats \0 termination

12 years agonot including \0-terminator is different from typical semantic
Matthias Wachs [Wed, 7 Sep 2011 11:26:47 +0000 (11:26 +0000)]
not including \0-terminator is different from typical semantic
more import: functions using this iterator already use it this way!

12 years agognunet-service-transport_neighbours.c requires ats_count > 0, at lest \0 terminator...
Matthias Wachs [Wed, 7 Sep 2011 11:17:30 +0000 (11:17 +0000)]
gnunet-service-transport_neighbours.c requires ats_count > 0, at lest \0 terminator is required

12 years ago(no commit message)
Matthias Wachs [Wed, 7 Sep 2011 10:54:40 +0000 (10:54 +0000)]

12 years agoudp now working with new transport service
Matthias Wachs [Tue, 6 Sep 2011 14:39:22 +0000 (14:39 +0000)]
udp now working with new transport service
udp plugin should not call transmit_continuation, if NULL

12 years agoAdded cancellation of least priority packet on notify transmit ready
Bart Polot [Tue, 6 Sep 2011 13:42:26 +0000 (13:42 +0000)]
Added cancellation of least priority packet on notify transmit ready

12 years agono whitespace after backslash
Christian Grothoff [Tue, 6 Sep 2011 10:28:34 +0000 (10:28 +0000)]
no whitespace after backslash

12 years agofixing it one more time!
Matthias Wachs [Tue, 6 Sep 2011 09:58:29 +0000 (09:58 +0000)]
fixing it one more time!

12 years agofixing 1761
Christian Grothoff [Tue, 6 Sep 2011 09:15:31 +0000 (09:15 +0000)]
fixing 1761

12 years agoMerged changes to destroy_tunnel, removed data pointer in th struct, cancel pending...
Bart Polot [Tue, 6 Sep 2011 03:13:55 +0000 (03:13 +0000)]
Merged changes to destroy_tunnel, removed data pointer in th struct, cancel pending traffic on tunnel destroy

12 years agofixing API and clean up issues in testing
Christian Grothoff [Mon, 5 Sep 2011 21:18:45 +0000 (21:18 +0000)]
fixing API and clean up issues in testing

12 years agoWiP
Bart Polot [Mon, 5 Sep 2011 20:00:36 +0000 (20:00 +0000)]
WiP

12 years ago(no commit message)
Matthias Wachs [Mon, 5 Sep 2011 16:38:42 +0000 (16:38 +0000)]

12 years agosmall utility to connect running peers
Matthias Wachs [Mon, 5 Sep 2011 16:28:17 +0000 (16:28 +0000)]
small utility to connect running peers

12 years agodebugging
Matthias Wachs [Mon, 5 Sep 2011 14:38:42 +0000 (14:38 +0000)]
debugging

12 years agofixing issue with unix domain sockets:
Matthias Wachs [Mon, 5 Sep 2011 14:33:46 +0000 (14:33 +0000)]
fixing issue with unix domain sockets:
updating sessions with plugins not using sessions failed
if (session == NULL) addresses where just overwritten

12 years agoCompleted incoming tunnel handling, refactored destroy tunnel
Bart Polot [Mon, 5 Sep 2011 14:23:29 +0000 (14:23 +0000)]
Completed incoming tunnel handling, refactored destroy tunnel

12 years agoseparate transport api debug messages from transport debugging
Matthias Wachs [Mon, 5 Sep 2011 12:31:19 +0000 (12:31 +0000)]
separate transport api debug messages from transport debugging
re-enabling ats in validation

12 years agofix shutdown order to prevent segfault
Matthias Wachs [Mon, 5 Sep 2011 12:29:08 +0000 (12:29 +0000)]
fix shutdown order to prevent segfault

12 years agoensure neighbour map is existing
Matthias Wachs [Mon, 5 Sep 2011 12:24:07 +0000 (12:24 +0000)]
ensure neighbour map is existing

12 years agofixing floating point execption
Matthias Wachs [Mon, 5 Sep 2011 11:25:09 +0000 (11:25 +0000)]
fixing floating point execption

12 years agono longer true
Christian Grothoff [Sun, 4 Sep 2011 09:24:50 +0000 (09:24 +0000)]
no longer true

12 years agoLRN:
Christian Grothoff [Sat, 3 Sep 2011 09:28:25 +0000 (09:28 +0000)]
LRN:
A bit less dirty transport crash fix

Basically, it now also frees mq before returning. The logic is kinda
complex for such a small thing, but it's either that, or having two
GNUNET_free (mq) statements.
Although maybe you can postpone freeing mq until the end of the
function (see v2 patch).

[this is the v2 patch]

12 years agoFixed bad merge
Bart Polot [Fri, 2 Sep 2011 20:03:13 +0000 (20:03 +0000)]
Fixed bad merge

12 years agoChanges in API, adapted code and testfiles, improved client reconnect, new documentat...
Bart Polot [Fri, 2 Sep 2011 19:59:58 +0000 (19:59 +0000)]
Changes in API, adapted code and testfiles, improved client reconnect, new documentation, small fixes

12 years agodoxygen
Christian Grothoff [Fri, 2 Sep 2011 14:44:42 +0000 (14:44 +0000)]
doxygen

12 years agobreaking stuff
Christian Grothoff [Fri, 2 Sep 2011 14:44:08 +0000 (14:44 +0000)]
breaking stuff

12 years agomaking mwachs happier
Christian Grothoff [Fri, 2 Sep 2011 13:10:08 +0000 (13:10 +0000)]
making mwachs happier

12 years agomaking mwachs happy
Christian Grothoff [Fri, 2 Sep 2011 13:08:37 +0000 (13:08 +0000)]
making mwachs happy

12 years agofix doc
Christian Grothoff [Fri, 2 Sep 2011 13:01:15 +0000 (13:01 +0000)]
fix doc

12 years agoAdded tunnel destroy, changed message types in client <-> service protocol
Bart Polot [Fri, 2 Sep 2011 12:38:18 +0000 (12:38 +0000)]
Added tunnel destroy, changed message types in client <-> service protocol

12 years agofix
Christian Grothoff [Fri, 2 Sep 2011 11:31:38 +0000 (11:31 +0000)]
fix

12 years agocleanup API for get_hello and get_hello_cancel
Christian Grothoff [Fri, 2 Sep 2011 11:21:00 +0000 (11:21 +0000)]
cleanup API for get_hello and get_hello_cancel

12 years agofix
Christian Grothoff [Fri, 2 Sep 2011 10:49:51 +0000 (10:49 +0000)]
fix

12 years agotypos
Christian Grothoff [Fri, 2 Sep 2011 10:48:55 +0000 (10:48 +0000)]
typos

12 years agodead
Christian Grothoff [Fri, 2 Sep 2011 09:31:49 +0000 (09:31 +0000)]
dead

12 years agodon't add addrs like crazy
Christian Grothoff [Fri, 2 Sep 2011 09:06:01 +0000 (09:06 +0000)]
don't add addrs like crazy

12 years agoLRN: fix dht tests --- not sure this is the best fix
Christian Grothoff [Fri, 2 Sep 2011 07:58:43 +0000 (07:58 +0000)]
LRN: fix dht tests --- not sure this is the best fix

12 years agoLRN fixes to DV config to make tests pass:
Christian Grothoff [Fri, 2 Sep 2011 07:57:24 +0000 (07:57 +0000)]
LRN fixes to DV config to make tests pass:

12 years agoLRN: fast and dirty transport crash fix
Christian Grothoff [Fri, 2 Sep 2011 07:57:14 +0000 (07:57 +0000)]
LRN: fast and dirty transport crash fix

12 years agoImplemented reconnect, creation of incoming tunnels, refactoring
Bart Polot [Fri, 2 Sep 2011 01:41:05 +0000 (01:41 +0000)]
Implemented reconnect, creation of incoming tunnels, refactoring

12 years agoWiP
Bart Polot [Thu, 1 Sep 2011 22:35:34 +0000 (22:35 +0000)]
WiP

12 years agoChanged variables and functions to meaningul names, changed debug logging, fixed...
Bart Polot [Thu, 1 Sep 2011 16:18:31 +0000 (16:18 +0000)]
Changed  variables and functions to meaningul names, changed debug logging, fixed bug in priority queueing.

12 years agofixing double-adding of the 'die-task'
Christian Grothoff [Thu, 1 Sep 2011 15:06:23 +0000 (15:06 +0000)]
fixing double-adding of the 'die-task'

12 years agoworking on DV -- trying to fix bug found by LRN
Christian Grothoff [Thu, 1 Sep 2011 15:04:29 +0000 (15:04 +0000)]
working on DV -- trying to fix bug found by LRN

12 years agoUpdated header for change in service (drop timeout from add_peer), updated doc
Bart Polot [Thu, 1 Sep 2011 14:29:00 +0000 (14:29 +0000)]
Updated header for change in service (drop timeout from add_peer), updated doc

12 years agoChanged add_peer to drop timeout, updated documentation, minor fixes
Bart Polot [Thu, 1 Sep 2011 14:28:19 +0000 (14:28 +0000)]
Changed add_peer to drop timeout, updated documentation, minor fixes

12 years agoAdded timeout & notification code
Bart Polot [Thu, 1 Sep 2011 13:46:46 +0000 (13:46 +0000)]
Added timeout & notification code

12 years agominor fixes
Matthias Wachs [Thu, 1 Sep 2011 10:03:21 +0000 (10:03 +0000)]
minor fixes

12 years agoporting all tests using testing lib
Matthias Wachs [Thu, 1 Sep 2011 09:49:17 +0000 (09:49 +0000)]
porting all tests using testing lib

12 years agousing new function + additional safety checks
Matthias Wachs [Thu, 1 Sep 2011 09:24:44 +0000 (09:24 +0000)]
using new function + additional safety checks

12 years agolatest changes
Matthias Wachs [Thu, 1 Sep 2011 09:23:52 +0000 (09:23 +0000)]
latest changes

12 years agoAdded peer add timeout handling, tunnel connect/disconnect notifications
Bart Polot [Thu, 1 Sep 2011 03:29:46 +0000 (03:29 +0000)]
Added peer add timeout handling, tunnel connect/disconnect notifications

12 years agoWiP
Bart Polot [Wed, 31 Aug 2011 22:21:25 +0000 (22:21 +0000)]
WiP

12 years agoAdded dns section to try make it work on Windows
Bart Polot [Wed, 31 Aug 2011 21:11:36 +0000 (21:11 +0000)]
Added dns section to try make it work on Windows

12 years agooops, one more unix path removed
Bart Polot [Wed, 31 Aug 2011 20:49:05 +0000 (20:49 +0000)]
oops, one more unix path removed

12 years agoDIsabled the use of UNIX sockets, to allow running on Win platform
Bart Polot [Wed, 31 Aug 2011 20:42:51 +0000 (20:42 +0000)]
DIsabled the use of UNIX sockets, to allow running on Win platform

12 years agoutility functions
Matthias Wachs [Wed, 31 Aug 2011 15:45:07 +0000 (15:45 +0000)]
utility functions

12 years agoHeader for new connect call
Bart Polot [Wed, 31 Aug 2011 15:22:59 +0000 (15:22 +0000)]
Header for new connect call

12 years agofixes, documentation, refactoring
Bart Polot [Wed, 31 Aug 2011 14:37:07 +0000 (14:37 +0000)]
fixes, documentation, refactoring

12 years agomoving code to generate cfg name used in every test to testing lib
Matthias Wachs [Wed, 31 Aug 2011 13:48:59 +0000 (13:48 +0000)]
moving code to generate cfg name used in every test to testing lib

12 years agomigrated multiaddress to testing framework
Matthias Wachs [Wed, 31 Aug 2011 12:52:37 +0000 (12:52 +0000)]
migrated multiaddress to testing framework
+ progress entertainment

12 years agofixed bug https://www.gnunet.org/bugs/view.php?id=1762
Matthias Wachs [Wed, 31 Aug 2011 11:19:26 +0000 (11:19 +0000)]
fixed bug https://gnunet.org/bugs/view.php?id=1762

12 years agosend a hello-packet for the mesh regularily
Philipp Tölke [Wed, 31 Aug 2011 10:14:17 +0000 (10:14 +0000)]
send a hello-packet for the mesh regularily

12 years agodouble free
Philipp Tölke [Wed, 31 Aug 2011 10:14:14 +0000 (10:14 +0000)]
double free

12 years agodouble-free
Philipp Tölke [Wed, 31 Aug 2011 10:14:09 +0000 (10:14 +0000)]
double-free

12 years ago(no commit message)
Matthias Wachs [Wed, 31 Aug 2011 08:56:03 +0000 (08:56 +0000)]

12 years agoindent
Bart Polot [Tue, 30 Aug 2011 16:04:38 +0000 (16:04 +0000)]
indent

12 years agogeneral intendation
Matthias Wachs [Tue, 30 Aug 2011 15:44:59 +0000 (15:44 +0000)]
general intendation
some progress entertainment in transport/test_transport_api_disconnect.c

12 years agoported unreliability to transport testing
Matthias Wachs [Tue, 30 Aug 2011 15:28:30 +0000 (15:28 +0000)]
ported unreliability to transport testing

12 years agoIndent
Bart Polot [Tue, 30 Aug 2011 14:48:16 +0000 (14:48 +0000)]
Indent

12 years agoAdd struct to indent
Bart Polot [Tue, 30 Aug 2011 14:40:05 +0000 (14:40 +0000)]
Add struct to indent

12 years agoreenabling gauger support with automatic testname detection
Matthias Wachs [Tue, 30 Aug 2011 14:23:35 +0000 (14:23 +0000)]
reenabling gauger support with automatic testname detection