oweals/gnunet.git
10 years ago-attempting to address #3133
Christian Grothoff [Wed, 27 Nov 2013 21:02:36 +0000 (21:02 +0000)]
-attempting to address #3133

10 years ago- revamp mesh_common code, minor refactoring
Bart Polot [Wed, 27 Nov 2013 18:11:03 +0000 (18:11 +0000)]
- revamp mesh_common code, minor refactoring

10 years ago- update message types
Bart Polot [Wed, 27 Nov 2013 18:02:08 +0000 (18:02 +0000)]
- update message types

10 years ago- remove old message types
Bart Polot [Wed, 27 Nov 2013 17:17:48 +0000 (17:17 +0000)]
- remove old message types

10 years ago- use only once KEEPALIVE message
Bart Polot [Wed, 27 Nov 2013 16:38:11 +0000 (16:38 +0000)]
- use only once KEEPALIVE message

10 years ago- remove old dead code / message types
Bart Polot [Wed, 27 Nov 2013 16:08:09 +0000 (16:08 +0000)]
- remove old dead code / message types

10 years ago- supress compilation warnings
Bart Polot [Wed, 27 Nov 2013 16:07:21 +0000 (16:07 +0000)]
- supress compilation warnings

10 years agofixing test
Matthias Wachs [Wed, 27 Nov 2013 16:01:41 +0000 (16:01 +0000)]
fixing test

10 years ago- plug leak
Bart Polot [Wed, 27 Nov 2013 12:54:09 +0000 (12:54 +0000)]
- plug leak

10 years agominor corrections to revocation service
Matthias Wachs [Wed, 27 Nov 2013 12:28:49 +0000 (12:28 +0000)]
minor corrections to revocation service
revocation testtest now passes

10 years ago- log as debug when ibf fails to decode, instead of warning
Florian Dold [Wed, 27 Nov 2013 11:45:45 +0000 (11:45 +0000)]
- log as debug when ibf fails to decode, instead of warning

10 years ago- fixed use after free due to uncanceled task
Florian Dold [Wed, 27 Nov 2013 11:43:12 +0000 (11:43 +0000)]
- fixed use after free due to uncanceled task

10 years agoclean up test
Matthias Wachs [Wed, 27 Nov 2013 10:43:27 +0000 (10:43 +0000)]
clean up test

10 years agodebug messages for DV plugin
Matthias Wachs [Wed, 27 Nov 2013 10:08:19 +0000 (10:08 +0000)]
debug messages for DV plugin

10 years ago- FIX: GNUNET_SET_STATUS_HALF_DONE is never called only GNUNET_SET_STATUS_DONE
Matthias Wachs [Wed, 27 Nov 2013 08:59:35 +0000 (08:59 +0000)]
- FIX: GNUNET_SET_STATUS_HALF_DONE is never called only GNUNET_SET_STATUS_DONE
- FIX: Crash since neighbor_table == NULL on removal check

10 years agoimproved cleanup
Matthias Wachs [Wed, 27 Nov 2013 08:41:49 +0000 (08:41 +0000)]
improved cleanup

10 years ago- neighbor_table_consensus was never created
Matthias Wachs [Wed, 27 Nov 2013 08:29:31 +0000 (08:29 +0000)]
- neighbor_table_consensus was never created
- do not include own or remote peer in set
- print set status

10 years ago- fix line for client audio retransmission
Bart Polot [Wed, 27 Nov 2013 06:58:13 +0000 (06:58 +0000)]
- fix line for client audio retransmission

10 years ago- log
Bart Polot [Wed, 27 Nov 2013 06:48:21 +0000 (06:48 +0000)]
- log

10 years ago- dont send anything to clients shutting down
Bart Polot [Wed, 27 Nov 2013 06:48:02 +0000 (06:48 +0000)]
- dont send anything to clients shutting down

10 years ago- remember caller source
Bart Polot [Wed, 27 Nov 2013 06:42:42 +0000 (06:42 +0000)]
- remember caller source

10 years ago- log
Bart Polot [Wed, 27 Nov 2013 05:39:46 +0000 (05:39 +0000)]
- log

10 years ago- fix consensus profiler test (multiple channels reusing same tunnel/session)
Bart Polot [Wed, 27 Nov 2013 05:08:55 +0000 (05:08 +0000)]
- fix consensus profiler test (multiple channels reusing same tunnel/session)

10 years ago- dont update tunnel c-state on data
Bart Polot [Wed, 27 Nov 2013 04:44:27 +0000 (04:44 +0000)]
- dont update tunnel c-state on data

10 years ago- fix case of reconnection during valid handshake
Bart Polot [Wed, 27 Nov 2013 04:28:33 +0000 (04:28 +0000)]
- fix case of reconnection during valid handshake

10 years ago- tunnels need separate connectivity state and encryption/handshake states
Bart Polot [Wed, 27 Nov 2013 04:19:13 +0000 (04:19 +0000)]
- tunnels need separate connectivity state and encryption/handshake states

10 years ago- log
Bart Polot [Wed, 27 Nov 2013 01:59:58 +0000 (01:59 +0000)]
- log

10 years ago- dont try to send data on connections that are going to be destroyed
Bart Polot [Wed, 27 Nov 2013 01:42:35 +0000 (01:42 +0000)]
- dont try to send data on connections that are going to be destroyed

10 years ago- log
Bart Polot [Wed, 27 Nov 2013 01:41:43 +0000 (01:41 +0000)]
- log

10 years agoallow spaces in binary file names (#3094)
Christian Grothoff [Tue, 26 Nov 2013 22:39:32 +0000 (22:39 +0000)]
allow spaces in binary file names (#3094)

10 years ago-handle case where channel is NULL (failed to be created?), see #3125
Christian Grothoff [Tue, 26 Nov 2013 22:30:41 +0000 (22:30 +0000)]
-handle case where channel is NULL (failed to be created?), see #3125

10 years ago- dont send ACK on dying connections
Bart Polot [Tue, 26 Nov 2013 18:47:03 +0000 (18:47 +0000)]
- dont send ACK on dying connections

10 years ago- dont resend useless channel_destroy messages
Bart Polot [Tue, 26 Nov 2013 17:53:57 +0000 (17:53 +0000)]
- dont resend useless channel_destroy messages

10 years ago- log
Bart Polot [Tue, 26 Nov 2013 17:53:36 +0000 (17:53 +0000)]
- log

10 years agotest for revocation flooding
Matthias Wachs [Tue, 26 Nov 2013 17:33:55 +0000 (17:33 +0000)]
test for revocation flooding

10 years ago- fix port mangling
Bart Polot [Tue, 26 Nov 2013 16:06:43 +0000 (16:06 +0000)]
- fix port mangling

10 years ago- allow for destruction of channel inside inbound handler
Bart Polot [Tue, 26 Nov 2013 15:51:16 +0000 (15:51 +0000)]
- allow for destruction of channel inside inbound handler

10 years ago- fixed handling of incorrect channel port
Florian Dold [Tue, 26 Nov 2013 15:51:09 +0000 (15:51 +0000)]
- fixed handling of incorrect channel port

10 years ago- fix crash on GMC_create (3131, 3123)
Bart Polot [Tue, 26 Nov 2013 15:34:52 +0000 (15:34 +0000)]
- fix crash on GMC_create (3131, 3123)

10 years ago- fix 2966: destroy all channels on service crash/disconnect
Bart Polot [Tue, 26 Nov 2013 15:22:11 +0000 (15:22 +0000)]
- fix 2966: destroy all channels on service crash/disconnect

10 years ago- check for null in mq/client when disconnecting listeners
Florian Dold [Tue, 26 Nov 2013 14:40:51 +0000 (14:40 +0000)]
- check for null in mq/client when disconnecting listeners

10 years agoevalutation
Matthias Wachs [Tue, 26 Nov 2013 12:51:44 +0000 (12:51 +0000)]
evalutation

10 years agolocal revocation test
Matthias Wachs [Tue, 26 Nov 2013 12:09:21 +0000 (12:09 +0000)]
local revocation test

10 years agomissign break
Matthias Wachs [Tue, 26 Nov 2013 09:49:15 +0000 (09:49 +0000)]
missign break

10 years agofix crash
Matthias Wachs [Tue, 26 Nov 2013 08:37:05 +0000 (08:37 +0000)]
fix crash

10 years ago- fix #3114: add feedback from _local to _channel on who is requesting the channel...
Bart Polot [Tue, 26 Nov 2013 01:52:30 +0000 (01:52 +0000)]
- fix #3114: add feedback from _local to _channel on who is requesting the channel destruction, notify the other part

10 years ago- testcase for #3114
Bart Polot [Tue, 26 Nov 2013 01:33:52 +0000 (01:33 +0000)]
- testcase for #3114

10 years ago- fix #3111
Bart Polot [Mon, 25 Nov 2013 22:31:22 +0000 (22:31 +0000)]
- fix #3111

10 years ago- fix
Sree Harsha Totakura [Mon, 25 Nov 2013 15:46:51 +0000 (15:46 +0000)]
- fix

10 years agoremember direct route to be released on direct disconnect
Matthias Wachs [Mon, 25 Nov 2013 14:29:54 +0000 (14:29 +0000)]
remember direct route to be released on direct disconnect

10 years agoSET building is working now ... but SET itself seems to fail
Matthias Wachs [Mon, 25 Nov 2013 14:10:00 +0000 (14:10 +0000)]
SET building is working now ... but SET itself seems to fail

10 years ago- log
Bart Polot [Mon, 25 Nov 2013 02:39:37 +0000 (02:39 +0000)]
- log

10 years agoRun contrib/pogen.sh as part of bootstrap.
David Barksdale [Fri, 22 Nov 2013 23:13:09 +0000 (23:13 +0000)]
Run contrib/pogen.sh as part of bootstrap.

10 years agoadditional check for filename
Matthias Wachs [Fri, 22 Nov 2013 21:06:18 +0000 (21:06 +0000)]
additional check for filename

10 years agowrong string used
Matthias Wachs [Fri, 22 Nov 2013 20:35:38 +0000 (20:35 +0000)]
wrong string used

10 years agoadded convergence test
Fabian Oehlmann [Fri, 22 Nov 2013 18:08:19 +0000 (18:08 +0000)]
added convergence test

10 years agoremoved task_pending attribute
Fabian Oehlmann [Fri, 22 Nov 2013 18:03:25 +0000 (18:03 +0000)]
removed task_pending attribute
testing reward function changes

10 years agotest variables
Fabian Oehlmann [Fri, 22 Nov 2013 17:55:32 +0000 (17:55 +0000)]
test variables

10 years agofixed a bug where a set handle was used after free
Florian Dold [Fri, 22 Nov 2013 17:42:03 +0000 (17:42 +0000)]
fixed a bug where a set handle was used after free

10 years agorename namestore to namecache
Matthias Wachs [Fri, 22 Nov 2013 09:15:07 +0000 (09:15 +0000)]
rename namestore to namecache

10 years ago- bugfixes
Fabian Oehlmann [Thu, 21 Nov 2013 19:26:24 +0000 (19:26 +0000)]
- bugfixes
- changed reward calculation

10 years ago- log
Bart Polot [Thu, 21 Nov 2013 18:13:12 +0000 (18:13 +0000)]
- log

10 years ago- destroy all connections on shutdown, so core_disconnect doesn't cause errors
Bart Polot [Thu, 21 Nov 2013 17:49:11 +0000 (17:49 +0000)]
- destroy all connections on shutdown, so core_disconnect doesn't cause errors

10 years ago- don't crash on channel not found
Bart Polot [Thu, 21 Nov 2013 17:08:07 +0000 (17:08 +0000)]
- don't crash on channel not found

10 years agoextended state feature vector
Fabian Oehlmann [Thu, 21 Nov 2013 09:31:40 +0000 (09:31 +0000)]
extended state feature vector

10 years agominor fix in check ... test test_gns_nick_shorten now passes
Matthias Wachs [Thu, 21 Nov 2013 09:10:50 +0000 (09:10 +0000)]
minor fix in check ... test test_gns_nick_shorten now passes

10 years agotimeout is to short on slower systems (and when running with valgrind)
Matthias Wachs [Thu, 21 Nov 2013 08:56:48 +0000 (08:56 +0000)]
timeout is to short on slower systems (and when running with valgrind)

10 years agoremove debug output
Matthias Wachs [Thu, 21 Nov 2013 08:16:18 +0000 (08:16 +0000)]
remove debug output

10 years agoadvanced tests later
Matthias Wachs [Thu, 21 Nov 2013 08:12:05 +0000 (08:12 +0000)]
advanced tests later

10 years ago- variables renamed
Fabian Oehlmann [Wed, 20 Nov 2013 16:56:06 +0000 (16:56 +0000)]
- variables renamed
- no suggestion if not at least min_bw bandwidth is theoretically available

10 years agoadded intersection to set's automake script
Christian Fuchs [Wed, 20 Nov 2013 16:20:26 +0000 (16:20 +0000)]
added intersection to set's automake script
renamed shared variable in set-service's common structure
reordered code in intersection
i assume: finished reworking intersection, still misses dynamic bloomfilter size
re-added struct SetState to intersection, which keeps track of the newest (and only this!) element count in the set's hashmap.
removed iterator over the set for counting (see line above)
a bugfix here and there

10 years ago- renaming namestore references to namecache
Matthias Wachs [Wed, 20 Nov 2013 15:39:58 +0000 (15:39 +0000)]
- renaming namestore references to namecache
- implementing nick record based shortening in resolver

10 years agomissing fi
Matthias Wachs [Wed, 20 Nov 2013 15:27:52 +0000 (15:27 +0000)]
missing fi

10 years agofixed bug from set-union
Christian Fuchs [Wed, 20 Nov 2013 10:55:44 +0000 (10:55 +0000)]
fixed bug from set-union
more work on set intersection, should now be logically complete except for the adaptive bloomfilter size

10 years agoglobal/local reward ratio made adjustable
Fabian Oehlmann [Wed, 20 Nov 2013 10:41:28 +0000 (10:41 +0000)]
global/local reward ratio made adjustable

10 years agoadded preferences to state vector
Fabian Oehlmann [Wed, 20 Nov 2013 10:25:04 +0000 (10:25 +0000)]
added preferences to state vector

10 years agorenaming timeout constants
Matthias Wachs [Wed, 20 Nov 2013 09:56:22 +0000 (09:56 +0000)]
renaming timeout constants

10 years ago-doxygen
Christian Grothoff [Tue, 19 Nov 2013 19:47:44 +0000 (19:47 +0000)]
-doxygen

10 years ago-implementing revocation set union
Christian Grothoff [Tue, 19 Nov 2013 19:46:30 +0000 (19:46 +0000)]
-implementing revocation set union

10 years agoglobalized networks state
Fabian Oehlmann [Tue, 19 Nov 2013 17:38:27 +0000 (17:38 +0000)]
globalized networks state

10 years agobetter experience initialization
Fabian Oehlmann [Tue, 19 Nov 2013 17:03:44 +0000 (17:03 +0000)]
better experience initialization

10 years agoevaluation
Matthias Wachs [Tue, 19 Nov 2013 16:42:03 +0000 (16:42 +0000)]
evaluation

10 years agoremoved debug statement
Fabian Oehlmann [Tue, 19 Nov 2013 16:38:25 +0000 (16:38 +0000)]
removed debug statement

10 years ago-integer underflow fix
Fabian Oehlmann [Tue, 19 Nov 2013 16:37:38 +0000 (16:37 +0000)]
-integer underflow fix
-bw_changed_cb invocation separate
-benchmark info calls

10 years ago- more shutdown fixes
Bart Polot [Tue, 19 Nov 2013 15:38:49 +0000 (15:38 +0000)]
- more shutdown fixes

10 years ago- missing header
Bart Polot [Tue, 19 Nov 2013 15:33:37 +0000 (15:33 +0000)]
- missing header

10 years ago- fix shutdown order
Bart Polot [Tue, 19 Nov 2013 15:32:04 +0000 (15:32 +0000)]
- fix shutdown order

10 years ago- remove warning
Bart Polot [Tue, 19 Nov 2013 15:25:04 +0000 (15:25 +0000)]
- remove warning

10 years ago- api fix
Bart Polot [Tue, 19 Nov 2013 15:23:58 +0000 (15:23 +0000)]
- api fix

10 years ago- delete tunnel from peermap at shutdown
Bart Polot [Tue, 19 Nov 2013 15:23:15 +0000 (15:23 +0000)]
- delete tunnel from peermap at shutdown

10 years ago-do not crash on exit, even if mesh died
Christian Grothoff [Tue, 19 Nov 2013 15:19:55 +0000 (15:19 +0000)]
-do not crash on exit, even if mesh died

10 years ago-fix
Christian Grothoff [Tue, 19 Nov 2013 15:16:13 +0000 (15:16 +0000)]
-fix

10 years ago-fix
Christian Grothoff [Tue, 19 Nov 2013 15:16:02 +0000 (15:16 +0000)]
-fix

10 years ago-fix test
Christian Grothoff [Tue, 19 Nov 2013 15:13:51 +0000 (15:13 +0000)]
-fix test

10 years ago- don't reschedule a POLL if connectio is being destroyed, hopefully fix #3111
Bart Polot [Tue, 19 Nov 2013 15:12:59 +0000 (15:12 +0000)]
- don't reschedule a POLL if connectio is being destroyed, hopefully fix #3111

10 years ago-cleaner callback sequencing
Christian Grothoff [Tue, 19 Nov 2013 15:06:33 +0000 (15:06 +0000)]
-cleaner callback sequencing

10 years ago-fix channel_get_info, return pointer to peer, not interned value
Christian Grothoff [Tue, 19 Nov 2013 15:04:54 +0000 (15:04 +0000)]
-fix channel_get_info, return pointer to peer, not interned value

10 years agoget normalized pref per client
Matthias Wachs [Tue, 19 Nov 2013 14:48:18 +0000 (14:48 +0000)]
get normalized pref per client

10 years ago-not const
Christian Grothoff [Tue, 19 Nov 2013 14:25:22 +0000 (14:25 +0000)]
-not const

10 years ago-fixing crash from reset_mesh due to mesh API semantic change: cleaner is now always...
Christian Grothoff [Tue, 19 Nov 2013 14:24:51 +0000 (14:24 +0000)]
-fixing crash from reset_mesh due to mesh API semantic change: cleaner is now always called, but we don't want it to release the maps in this case