oweals/gnunet.git
10 years agoGNUNET_TIME_UNIT_FOREVER_REL added to GNUNET_SCHEDULER_add_write_file call
Alejandra Morales [Thu, 5 Dec 2013 10:03:28 +0000 (10:03 +0000)]
GNUNET_TIME_UNIT_FOREVER_REL added to GNUNET_SCHEDULER_add_write_file call

10 years agoCryogenic stuff
Alejandra Morales [Thu, 5 Dec 2013 09:56:07 +0000 (09:56 +0000)]
Cryogenic stuff

10 years agofix uninitialized memory in network send
Matthias Wachs [Thu, 5 Dec 2013 09:06:25 +0000 (09:06 +0000)]
fix uninitialized memory in network send

10 years agodoxygen + remove break
Matthias Wachs [Thu, 5 Dec 2013 09:00:23 +0000 (09:00 +0000)]
doxygen + remove break

10 years ago- treat data as ACK on the destination end of a channel
Bart Polot [Thu, 5 Dec 2013 02:46:57 +0000 (02:46 +0000)]
- treat data as ACK on the destination end of a channel

10 years ago- avoid dereferencing copy after channel (and therefore copy) was destroyed
Bart Polot [Thu, 5 Dec 2013 02:13:36 +0000 (02:13 +0000)]
- avoid dereferencing copy after channel (and therefore copy) was destroyed

10 years ago- dont use millisecond restransmit delays for "synack" retransmission
Bart Polot [Thu, 5 Dec 2013 01:42:20 +0000 (01:42 +0000)]
- dont use millisecond restransmit delays for "synack" retransmission

10 years ago- improve dealing with duplicate channel create (in case of replay attack / missed...
Bart Polot [Thu, 5 Dec 2013 01:38:16 +0000 (01:38 +0000)]
- improve dealing with duplicate channel create (in case of replay attack / missed channel ACK)

10 years ago- timing
Bart Polot [Thu, 5 Dec 2013 01:08:45 +0000 (01:08 +0000)]
- timing

10 years ago- log
Bart Polot [Thu, 5 Dec 2013 00:53:43 +0000 (00:53 +0000)]
- log

10 years ago- avoid warning on successful shutdowns
Bart Polot [Thu, 5 Dec 2013 00:53:28 +0000 (00:53 +0000)]
- avoid warning on successful shutdowns

10 years agoadded simulation
Fabian Oehlmann [Wed, 4 Dec 2013 19:21:05 +0000 (19:21 +0000)]
added simulation

10 years agoFix issue 3154: gnunet_conversation_service.h doesn't get installed
David Barksdale [Wed, 4 Dec 2013 17:40:51 +0000 (17:40 +0000)]
Fix issue 3154: gnunet_conversation_service.h doesn't get installed

10 years agoadded file-output for plots
Fabian Oehlmann [Wed, 4 Dec 2013 17:35:11 +0000 (17:35 +0000)]
added file-output for plots

10 years ago- dont authorize a client to send more data in case a duplicate CHANNEL_ACK is receiv...
Bart Polot [Wed, 4 Dec 2013 17:09:22 +0000 (17:09 +0000)]
- dont authorize a client to send more data in case a duplicate CHANNEL_ACK is received while the connection buffer is full

10 years ago- use cleaner code
Bart Polot [Wed, 4 Dec 2013 17:05:56 +0000 (17:05 +0000)]
- use cleaner code

10 years ago- don't mark duplicate channel_confirm messages as error
Bart Polot [Wed, 4 Dec 2013 16:45:03 +0000 (16:45 +0000)]
- don't mark duplicate channel_confirm messages as error

10 years agocorrect order of quotas
Matthias Wachs [Wed, 4 Dec 2013 14:45:17 +0000 (14:45 +0000)]
correct order of quotas

10 years agoconfig file
Matthias Wachs [Wed, 4 Dec 2013 13:16:12 +0000 (13:16 +0000)]
config file

10 years agonew test with PKEY shortening check and lookup in shorten zone
Matthias Wachs [Wed, 4 Dec 2013 13:11:19 +0000 (13:11 +0000)]
new test with PKEY shortening check and lookup in shorten zone

10 years agono cache cfg option
Matthias Wachs [Wed, 4 Dec 2013 12:59:32 +0000 (12:59 +0000)]
no cache cfg option

10 years ago-reduce stat calls by caching result of GNUNET_OS_installation_get_path
Christian Grothoff [Wed, 4 Dec 2013 12:48:32 +0000 (12:48 +0000)]
-reduce stat calls by caching result of GNUNET_OS_installation_get_path

10 years agoadd nick name for cached records
Matthias Wachs [Wed, 4 Dec 2013 12:43:48 +0000 (12:43 +0000)]
add nick name for cached records

10 years agoadd cfg option to disable caching
Matthias Wachs [Wed, 4 Dec 2013 12:43:29 +0000 (12:43 +0000)]
add cfg option to disable caching

10 years ago-fix paths
Christian Grothoff [Wed, 4 Dec 2013 12:39:55 +0000 (12:39 +0000)]
-fix paths

10 years agoSkip gnunet-config-dependent tests when gnunet-config is missing
LRN [Wed, 4 Dec 2013 12:37:04 +0000 (12:37 +0000)]
Skip gnunet-config-dependent tests when gnunet-config is missing

10 years agoexpiration
Matthias Wachs [Wed, 4 Dec 2013 10:48:17 +0000 (10:48 +0000)]
expiration

10 years agorename to match functionality
Matthias Wachs [Wed, 4 Dec 2013 10:10:11 +0000 (10:10 +0000)]
rename to match functionality

10 years agodebug message
Matthias Wachs [Wed, 4 Dec 2013 10:00:55 +0000 (10:00 +0000)]
debug message

10 years ago-run refresh_routes() asynchronously, as the recursion in #3152 looks suspicious
Christian Grothoff [Wed, 4 Dec 2013 09:43:19 +0000 (09:43 +0000)]
-run refresh_routes() asynchronously, as the recursion in #3152 looks suspicious

10 years agomissing file
LRN [Wed, 4 Dec 2013 02:04:39 +0000 (02:04 +0000)]
missing file

10 years agoFix Python interpreter in revocation test
LRN [Wed, 4 Dec 2013 02:03:14 +0000 (02:03 +0000)]
Fix Python interpreter in revocation test

10 years agoPythonize the revocation test
LRN [Wed, 4 Dec 2013 00:10:56 +0000 (00:10 +0000)]
Pythonize the revocation test

10 years agoLink dv transport plugin to libgnunetats (for logging)
LRN [Wed, 4 Dec 2013 00:10:53 +0000 (00:10 +0000)]
Link dv transport plugin to libgnunetats (for logging)

10 years ago- missing message type
Florian Dold [Tue, 3 Dec 2013 20:42:42 +0000 (20:42 +0000)]
- missing message type

10 years agoinclude nick in cache for debugging
Matthias Wachs [Tue, 3 Dec 2013 16:35:44 +0000 (16:35 +0000)]
include nick in cache for debugging

10 years ago- do not use SIGUSR1 on SuperMUC
Sree Harsha Totakura [Tue, 3 Dec 2013 16:33:04 +0000 (16:33 +0000)]
- do not use SIGUSR1 on SuperMUC

10 years ago- allow $-expressions anywhere in the given string
Sree Harsha Totakura [Tue, 3 Dec 2013 16:18:59 +0000 (16:18 +0000)]
- allow $-expressions anywhere in the given string

10 years agomodify test to test shortened delegations in shorten and master zone
Matthias Wachs [Tue, 3 Dec 2013 16:03:07 +0000 (16:03 +0000)]
modify test to test shortened delegations in shorten and master zone

10 years agodoxygen
Matthias Wachs [Tue, 3 Dec 2013 14:53:25 +0000 (14:53 +0000)]
doxygen

10 years agoadding libgnunetats.la to libadd
Matthias Wachs [Tue, 3 Dec 2013 14:41:33 +0000 (14:41 +0000)]
adding libgnunetats.la to libadd

10 years agocheck in proportional
Matthias Wachs [Tue, 3 Dec 2013 14:34:45 +0000 (14:34 +0000)]
check in proportional

10 years agoaddign network
Matthias Wachs [Tue, 3 Dec 2013 14:34:28 +0000 (14:34 +0000)]
addign network

10 years agoenabling transmission to plugin
Matthias Wachs [Tue, 3 Dec 2013 14:34:14 +0000 (14:34 +0000)]
enabling transmission to plugin

10 years ago- fixing crash during shutdown
Matthias Wachs [Tue, 3 Dec 2013 14:23:55 +0000 (14:23 +0000)]
- fixing crash during shutdown
- adding network functionality

10 years agoreduce log level to debug
Matthias Wachs [Tue, 3 Dec 2013 12:23:58 +0000 (12:23 +0000)]
reduce log level to debug

10 years ago- work on secretsharing
Florian Dold [Tue, 3 Dec 2013 11:38:14 +0000 (11:38 +0000)]
- work on secretsharing

10 years agoremoved unused function
Fabian Oehlmann [Tue, 3 Dec 2013 10:21:14 +0000 (10:21 +0000)]
removed unused function

10 years agofixing parallel build dependency
Matthias Wachs [Tue, 3 Dec 2013 09:19:02 +0000 (09:19 +0000)]
fixing parallel build dependency

10 years agodebug fa
Fabian Oehlmann [Mon, 2 Dec 2013 19:01:42 +0000 (19:01 +0000)]
debug fa

10 years ago-html form
Christian Grothoff [Mon, 2 Dec 2013 08:51:25 +0000 (08:51 +0000)]
-html form

10 years ago-doxygen
Christian Grothoff [Sun, 1 Dec 2013 12:45:53 +0000 (12:45 +0000)]
-doxygen

10 years ago- cleanup tunnel api
Bart Polot [Sun, 1 Dec 2013 00:44:45 +0000 (00:44 +0000)]
- cleanup tunnel api
- doxygen

10 years ago- cleanup, get rid of goto
Bart Polot [Sun, 1 Dec 2013 00:37:36 +0000 (00:37 +0000)]
- cleanup, get rid of goto

10 years ago- loopback traffic should not touch tunnel code. Mark as a warning, replace with...
Bart Polot [Sun, 1 Dec 2013 00:28:03 +0000 (00:28 +0000)]
- loopback traffic should not touch tunnel code. Mark as a warning, replace with assert in the future.

10 years agofixing #3146: peer identities no longer have the size of hash codes; breaks FS protoc...
Christian Grothoff [Sat, 30 Nov 2013 17:26:45 +0000 (17:26 +0000)]
fixing #3146: peer identities no longer have the size of hash codes; breaks FS protocol compatibility with previous versions slightly...

10 years ago-card template
Christian Grothoff [Sat, 30 Nov 2013 15:09:03 +0000 (15:09 +0000)]
-card template

10 years ago- log
Bart Polot [Sat, 30 Nov 2013 03:19:51 +0000 (03:19 +0000)]
- log

10 years ago- fix segfault
Bart Polot [Sat, 30 Nov 2013 02:17:07 +0000 (02:17 +0000)]
- fix segfault

10 years ago- use queue/task mechanism for SYNACKs
Bart Polot [Sat, 30 Nov 2013 02:12:16 +0000 (02:12 +0000)]
- use queue/task mechanism for SYNACKs

10 years ago- refactor mesg sent
Bart Polot [Sat, 30 Nov 2013 01:57:54 +0000 (01:57 +0000)]
- refactor mesg sent

10 years ago- refactor
Bart Polot [Sat, 30 Nov 2013 01:56:03 +0000 (01:56 +0000)]
- refactor

10 years ago- legibility
Bart Polot [Sat, 30 Nov 2013 01:41:07 +0000 (01:41 +0000)]
- legibility

10 years ago- initialize timers
Bart Polot [Sat, 30 Nov 2013 01:31:11 +0000 (01:31 +0000)]
- initialize timers

10 years ago- retransmit channel create based on separate timeout tasks
Bart Polot [Sat, 30 Nov 2013 01:17:48 +0000 (01:17 +0000)]
- retransmit channel create based on separate timeout tasks

10 years ago- code cleanup
Bart Polot [Sat, 30 Nov 2013 01:17:20 +0000 (01:17 +0000)]
- code cleanup

10 years ago-undo, this was a bit too early
Christian Grothoff [Sat, 30 Nov 2013 00:03:40 +0000 (00:03 +0000)]
-undo, this was a bit too early

10 years agoapplying patch from #3148 (by shedatc) to make gnunet-helper-nat-client compile on...
Christian Grothoff [Sat, 30 Nov 2013 00:02:26 +0000 (00:02 +0000)]
applying patch from #3148 (by shedatc) to make gnunet-helper-nat-client compile on FreeBSD

10 years ago- doc
Bart Polot [Fri, 29 Nov 2013 23:45:01 +0000 (23:45 +0000)]
- doc

10 years ago- fix super-fast (< 20ms) retransmission behavior when the RTT is smaller than the...
Bart Polot [Fri, 29 Nov 2013 18:12:52 +0000 (18:12 +0000)]
- fix super-fast (< 20ms) retransmission behavior when the RTT is smaller than the core delay

10 years ago-fix #3147: mesh server should properly interpret 'no answer' from datastore, instead...
Christian Grothoff [Fri, 29 Nov 2013 17:45:20 +0000 (17:45 +0000)]
-fix #3147: mesh server should properly interpret 'no answer' from datastore, instead of passing along the 'emtpy' block

10 years ago-fix #3133
Christian Grothoff [Fri, 29 Nov 2013 17:22:08 +0000 (17:22 +0000)]
-fix #3133

10 years ago- fix messed scheduler management in data ack handling
Bart Polot [Fri, 29 Nov 2013 16:34:39 +0000 (16:34 +0000)]
- fix messed scheduler management in data ack handling

10 years ago-doxygen
Christian Grothoff [Fri, 29 Nov 2013 14:11:42 +0000 (14:11 +0000)]
-doxygen

10 years ago-doxygen and logging
Christian Grothoff [Fri, 29 Nov 2013 14:03:43 +0000 (14:03 +0000)]
-doxygen and logging

10 years ago-doxygen
Christian Grothoff [Fri, 29 Nov 2013 14:03:30 +0000 (14:03 +0000)]
-doxygen

10 years ago-doxygen
Christian Grothoff [Fri, 29 Nov 2013 14:03:19 +0000 (14:03 +0000)]
-doxygen

10 years ago- only complain if mid is BIGGER than expected, because sender sent unauthorized...
Bart Polot [Fri, 29 Nov 2013 13:28:37 +0000 (13:28 +0000)]
- only complain if mid is BIGGER than expected, because sender sent unauthorized traffic. if its smaller it is just an unnecessary retransmission

10 years ago- wip
Bart Polot [Fri, 29 Nov 2013 13:10:30 +0000 (13:10 +0000)]
- wip

10 years ago- initialize timing info with real round trip time if available
Bart Polot [Fri, 29 Nov 2013 13:02:07 +0000 (13:02 +0000)]
- initialize timing info with real round trip time if available
- fix channel queues on unnecessary retransmissions

10 years ago-initialized uninitialized 'key' field in GetHandle to fix assertion in gnunet-servic...
Christian Grothoff [Fri, 29 Nov 2013 12:35:56 +0000 (12:35 +0000)]
-initialized uninitialized 'key' field in GetHandle to fix assertion in gnunet-service-dht_clients.c:721 due to uninitialized key in IPC message

10 years ago- do not count channel management traffic as payload
Bart Polot [Fri, 29 Nov 2013 12:30:56 +0000 (12:30 +0000)]
- do not count channel management traffic as payload

10 years ago- process channel destroy notifications properly
Bart Polot [Fri, 29 Nov 2013 11:59:08 +0000 (11:59 +0000)]
- process channel destroy notifications properly

10 years ago- doc
Bart Polot [Fri, 29 Nov 2013 11:28:29 +0000 (11:28 +0000)]
- doc

10 years ago- move do_start_process to util/
Sree Harsha Totakura [Fri, 29 Nov 2013 10:25:47 +0000 (10:25 +0000)]
- move do_start_process to util/

10 years agoremove debug
Matthias Wachs [Fri, 29 Nov 2013 09:51:56 +0000 (09:51 +0000)]
remove debug

10 years agofixing multiple segfaults
Matthias Wachs [Fri, 29 Nov 2013 09:49:30 +0000 (09:49 +0000)]
fixing multiple segfaults
fixing functionality: misunderstanding of monitor callback, stored pkey under zonekey of returned existing mapping

10 years agobug in zone to name: called with disconnect error instead of signalling "no name...
Matthias Wachs [Fri, 29 Nov 2013 09:34:22 +0000 (09:34 +0000)]
bug in zone to name: called with disconnect error instead of signalling "no name found"

10 years ago-doxygen fixes, fix starting gnunet-service-resolver as it is no longer in /opt/jdk1...
Christian Grothoff [Fri, 29 Nov 2013 09:05:59 +0000 (09:05 +0000)]
-doxygen fixes, fix starting gnunet-service-resolver as it is no longer in /opt/jdk1.6.0_22/bin/:/home/grothoff/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:.

10 years agopath required
Matthias Wachs [Fri, 29 Nov 2013 08:49:58 +0000 (08:49 +0000)]
path required

10 years ago- detect GNUnet installation
Matthias Wachs [Fri, 29 Nov 2013 08:35:59 +0000 (08:35 +0000)]
- detect GNUnet installation
- detect if GNUnet is running

10 years agoreturn error as exit code
Matthias Wachs [Fri, 29 Nov 2013 08:32:20 +0000 (08:32 +0000)]
return error as exit code

10 years ago- use force flag to avoid connections dropping channel management data
Bart Polot [Fri, 29 Nov 2013 02:35:20 +0000 (02:35 +0000)]
- use force flag to avoid connections dropping channel management data
- multiple bugfixes with channel shutdown

10 years ago-fix left-over confusion between hash code and peer identity size from recent peer...
Christian Grothoff [Thu, 28 Nov 2013 19:43:21 +0000 (19:43 +0000)]
-fix left-over confusion between hash code and peer identity size from recent peer identity format change

10 years ago-check return value
Christian Grothoff [Thu, 28 Nov 2013 19:38:30 +0000 (19:38 +0000)]
-check return value

10 years ago-fix memory leak
Christian Grothoff [Thu, 28 Nov 2013 19:36:42 +0000 (19:36 +0000)]
-fix memory leak

10 years ago-adding missing close
Christian Grothoff [Thu, 28 Nov 2013 19:33:43 +0000 (19:33 +0000)]
-adding missing close

10 years ago-doxygen
Christian Grothoff [Thu, 28 Nov 2013 19:31:54 +0000 (19:31 +0000)]
-doxygen

10 years ago-check return value
Christian Grothoff [Thu, 28 Nov 2013 19:30:15 +0000 (19:30 +0000)]
-check return value

10 years ago-fix bad sizeof
Christian Grothoff [Thu, 28 Nov 2013 19:28:42 +0000 (19:28 +0000)]
-fix bad sizeof