oweals/gnunet.git
10 years ago-no namestore autostarting
Christian Grothoff [Thu, 11 Jul 2013 20:41:37 +0000 (20:41 +0000)]
-no namestore autostarting

10 years ago-no regex autostart
Christian Grothoff [Thu, 11 Jul 2013 20:35:16 +0000 (20:35 +0000)]
-no regex autostart

10 years agofixed test case
Florian Dold [Thu, 11 Jul 2013 19:01:15 +0000 (19:01 +0000)]
fixed test case

10 years ago- fix segfault on error
Bart Polot [Thu, 11 Jul 2013 18:41:20 +0000 (18:41 +0000)]
- fix segfault on error

10 years ago-fix
Christian Grothoff [Thu, 11 Jul 2013 16:27:19 +0000 (16:27 +0000)]
-fix

10 years agoenabling address check in validation
Matthias Wachs [Thu, 11 Jul 2013 16:03:23 +0000 (16:03 +0000)]
enabling address check in validation

10 years ago- adapt delay after each ACK
Bart Polot [Thu, 11 Jul 2013 15:24:38 +0000 (15:24 +0000)]
- adapt delay after each ACK

10 years agoimproved network switching
Matthias Wachs [Thu, 11 Jul 2013 15:24:28 +0000 (15:24 +0000)]
improved network switching

10 years ago- fix use after free
Bart Polot [Thu, 11 Jul 2013 15:22:27 +0000 (15:22 +0000)]
- fix use after free

10 years ago-fix
Christian Grothoff [Thu, 11 Jul 2013 15:19:09 +0000 (15:19 +0000)]
-fix

10 years agonotify ATS about a session (used for for validation) if we receive payload from a...
Matthias Wachs [Thu, 11 Jul 2013 15:04:18 +0000 (15:04 +0000)]
notify ATS about a session (used for for validation) if we receive payload from a remote peer on this session

10 years ago- fixed weird 'feature'
Bart Polot [Thu, 11 Jul 2013 14:48:28 +0000 (14:48 +0000)]
- fixed weird 'feature'

10 years agonew function to check if session is known to ats
Matthias Wachs [Thu, 11 Jul 2013 14:44:03 +0000 (14:44 +0000)]
new function to check if session is known to ats
required for two reasons:
we cannot update metrics for validation sessions since these are not known to ats
a remote peer can decide to use an inbound validation session to transmit data, so we have to add the session to ats if we receive payload on a session

10 years ago-add extra checks
Christian Grothoff [Thu, 11 Jul 2013 14:39:20 +0000 (14:39 +0000)]
-add extra checks

10 years agoFinishing mesh reliable:
Bart Polot [Thu, 11 Jul 2013 14:30:44 +0000 (14:30 +0000)]
Finishing mesh reliable:
- per-tunnel retransmission, always retransmit oldest not-ACK'd message
- adaptive retransmission delay
-- start with 1s
-- use per-message timing to update expected delay on each ACK as d = avg (d, new)
-- update pending retransmissions with new values

10 years agolog level
Matthias Wachs [Thu, 11 Jul 2013 14:03:25 +0000 (14:03 +0000)]
log level

10 years agoremoving unwanted break
Matthias Wachs [Thu, 11 Jul 2013 13:50:03 +0000 (13:50 +0000)]
removing unwanted break

10 years agoremoving general address adding
Matthias Wachs [Thu, 11 Jul 2013 13:49:49 +0000 (13:49 +0000)]
removing general address adding

10 years agoprinting inbound addresses
Matthias Wachs [Thu, 11 Jul 2013 13:48:54 +0000 (13:48 +0000)]
printing inbound addresses

10 years agoadding debug message
Matthias Wachs [Thu, 11 Jul 2013 13:48:38 +0000 (13:48 +0000)]
adding debug message

10 years agofixed:
Matthias Wachs [Thu, 11 Jul 2013 13:48:18 +0000 (13:48 +0000)]
fixed:
inbound address size
reporting inbound sessions

10 years ago- more mess from retransmission of data
Bart Polot [Thu, 11 Jul 2013 13:03:08 +0000 (13:03 +0000)]
- more mess from retransmission of data

10 years agonotification for inbound sessions
Matthias Wachs [Thu, 11 Jul 2013 12:56:53 +0000 (12:56 +0000)]
notification for inbound sessions

10 years ago- fix memleak
Bart Polot [Thu, 11 Jul 2013 12:53:45 +0000 (12:53 +0000)]
- fix memleak

10 years ago- queue_destroy does all the work
Bart Polot [Thu, 11 Jul 2013 12:53:07 +0000 (12:53 +0000)]
- queue_destroy does all the work

10 years agofix: wrong address length
Matthias Wachs [Thu, 11 Jul 2013 12:34:09 +0000 (12:34 +0000)]
fix: wrong address length

10 years ago- drop newest message when a retransmission comes in
Bart Polot [Thu, 11 Jul 2013 12:11:15 +0000 (12:11 +0000)]
- drop newest message when a retransmission comes in

10 years agofixed:
Matthias Wachs [Thu, 11 Jul 2013 12:06:25 +0000 (12:06 +0000)]
fixed:
printing of inbound session
size of inbound sessions

10 years ago-typo
Christian Grothoff [Thu, 11 Jul 2013 12:03:27 +0000 (12:03 +0000)]
-typo

10 years ago-slight simplifications
Christian Grothoff [Thu, 11 Jul 2013 12:03:06 +0000 (12:03 +0000)]
-slight simplifications

10 years ago- avoid POLL messing with reliability counter
Bart Polot [Thu, 11 Jul 2013 11:58:09 +0000 (11:58 +0000)]
- avoid POLL messing with reliability counter

10 years ago-document
Christian Grothoff [Thu, 11 Jul 2013 11:56:05 +0000 (11:56 +0000)]
-document

10 years ago- avoid POLL messing with reliability counter
Bart Polot [Thu, 11 Jul 2013 11:39:18 +0000 (11:39 +0000)]
- avoid POLL messing with reliability counter

10 years agoadded bt quota
Matthias Wachs [Thu, 11 Jul 2013 11:35:57 +0000 (11:35 +0000)]
added bt quota

10 years agofixed:
Matthias Wachs [Thu, 11 Jul 2013 11:29:34 +0000 (11:29 +0000)]
fixed:
- printing inbound connections
- lookup for existing sessions
- notifying transport with session_start only for inbound sessions

10 years agofix:
Matthias Wachs [Thu, 11 Jul 2013 09:37:13 +0000 (09:37 +0000)]
fix:

return address length 0 for inbound session
- return session only if inbound flag is set:
issue because plugin sends TCP_WELCOME messages for incoming connections not only outbount

10 years agofix for printing
Matthias Wachs [Thu, 11 Jul 2013 09:15:06 +0000 (09:15 +0000)]
fix for printing

10 years agoremove ,
Matthias Wachs [Thu, 11 Jul 2013 07:47:08 +0000 (07:47 +0000)]
remove ,

10 years agofixing uninitialized values
Matthias Wachs [Thu, 11 Jul 2013 07:24:23 +0000 (07:24 +0000)]
fixing uninitialized values

10 years agofix for header
Matthias Wachs [Thu, 11 Jul 2013 07:03:59 +0000 (07:03 +0000)]
fix for header

10 years ago- doxygen
Bart Polot [Wed, 10 Jul 2013 23:08:55 +0000 (23:08 +0000)]
- doxygen

10 years ago- don't let retransmissions mess with per-hop ACK
Bart Polot [Wed, 10 Jul 2013 17:29:54 +0000 (17:29 +0000)]
- don't let retransmissions mess with per-hop ACK

10 years ago- data_ack ack's all previous messages, change hashmap to FIFO DLL
Bart Polot [Wed, 10 Jul 2013 16:53:19 +0000 (16:53 +0000)]
- data_ack ack's all previous messages, change hashmap to FIFO DLL

10 years ago- missing message types
Bart Polot [Wed, 10 Jul 2013 15:36:24 +0000 (15:36 +0000)]
- missing message types

10 years ago- updated message numbers
Bart Polot [Wed, 10 Jul 2013 15:11:20 +0000 (15:11 +0000)]
- updated message numbers

10 years ago- use different DATA ACK for both directions
Bart Polot [Wed, 10 Jul 2013 15:10:59 +0000 (15:10 +0000)]
- use different DATA ACK for both directions

10 years ago- nbo
Bart Polot [Wed, 10 Jul 2013 15:10:19 +0000 (15:10 +0000)]
- nbo

10 years ago-extra checks
Christian Grothoff [Wed, 10 Jul 2013 14:23:19 +0000 (14:23 +0000)]
-extra checks

10 years ago-no void
Christian Grothoff [Wed, 10 Jul 2013 13:16:35 +0000 (13:16 +0000)]
-no void

10 years ago- fix decoding of tunnel options
Bart Polot [Wed, 10 Jul 2013 13:12:03 +0000 (13:12 +0000)]
- fix decoding of tunnel options

10 years ago- change retransmit time to #define, debug
Bart Polot [Wed, 10 Jul 2013 13:11:22 +0000 (13:11 +0000)]
- change retransmit time to #define, debug

10 years ago- when did this disappear????
Bart Polot [Wed, 10 Jul 2013 13:10:25 +0000 (13:10 +0000)]
- when did this disappear????

10 years agosession report in http server
Matthias Wachs [Wed, 10 Jul 2013 12:45:22 +0000 (12:45 +0000)]
session report in http server

10 years ago-const where const can
Christian Grothoff [Wed, 10 Jul 2013 12:43:13 +0000 (12:43 +0000)]
-const where const can

10 years ago- use proper reliability metadata
Bart Polot [Wed, 10 Jul 2013 12:34:05 +0000 (12:34 +0000)]
- use proper reliability metadata

10 years agoreport session
Matthias Wachs [Wed, 10 Jul 2013 12:34:00 +0000 (12:34 +0000)]
report session

10 years agounkown session reporting
Matthias Wachs [Wed, 10 Jul 2013 12:20:21 +0000 (12:20 +0000)]
unkown session reporting

10 years agomove error reporting to client, since now it's the plugins fault if sessions are...
Matthias Wachs [Wed, 10 Jul 2013 12:20:04 +0000 (12:20 +0000)]
move error reporting to client, since now it's the plugins fault if sessions are unknown

10 years ago- client can be owner AND destination
Bart Polot [Wed, 10 Jul 2013 12:12:11 +0000 (12:12 +0000)]
- client can be owner AND destination

10 years agomodified validation to use new api call to set networktype
Matthias Wachs [Wed, 10 Jul 2013 12:01:41 +0000 (12:01 +0000)]
modified validation to use new api call to set networktype

10 years ago- rollback
Bart Polot [Wed, 10 Jul 2013 11:58:22 +0000 (11:58 +0000)]
- rollback

10 years ago- simplified MESH client<->service API as per suggestions in bug #2934
Bart Polot [Wed, 10 Jul 2013 11:57:16 +0000 (11:57 +0000)]
- simplified MESH client<->service API as per suggestions in bug #2934

10 years ago- fix
Bart Polot [Wed, 10 Jul 2013 11:39:54 +0000 (11:39 +0000)]
- fix

10 years agofix: infinite loop if option was given
Matthias Wachs [Wed, 10 Jul 2013 10:33:19 +0000 (10:33 +0000)]
fix: infinite loop if option was given

10 years agoadd default operation when no argument is given
Matthias Wachs [Wed, 10 Jul 2013 10:24:28 +0000 (10:24 +0000)]
add default operation when no argument is given

10 years agoincluding expiration time in output
Matthias Wachs [Wed, 10 Jul 2013 10:19:18 +0000 (10:19 +0000)]
including expiration time in output

10 years agorenaming function
Matthias Wachs [Wed, 10 Jul 2013 08:55:12 +0000 (08:55 +0000)]
renaming function

10 years agomove add function directly to transport
Matthias Wachs [Wed, 10 Jul 2013 08:53:22 +0000 (08:53 +0000)]
move add function directly to transport

10 years agocode deduplication: move to function
Matthias Wachs [Wed, 10 Jul 2013 08:24:33 +0000 (08:24 +0000)]
code deduplication: move to function

10 years agocheck implementation of api while loading plugn
Matthias Wachs [Wed, 10 Jul 2013 07:59:58 +0000 (07:59 +0000)]
check implementation of api while loading plugn

10 years agochanged return type to enum
Matthias Wachs [Wed, 10 Jul 2013 07:48:41 +0000 (07:48 +0000)]
changed return type to enum
added get_network to template

10 years ago- set service working
Florian Dold [Wed, 10 Jul 2013 01:31:13 +0000 (01:31 +0000)]
- set service working
- set profiler

10 years ago- full message struct initialization
Florian Dold [Wed, 10 Jul 2013 01:26:04 +0000 (01:26 +0000)]
- full message struct initialization

10 years ago- don't use deltas, send last PID in POLL message instead
Bart Polot [Wed, 10 Jul 2013 01:11:29 +0000 (01:11 +0000)]
- don't use deltas, send last PID in POLL message instead

10 years ago- use deltas for ack polling
Bart Polot [Wed, 10 Jul 2013 00:52:55 +0000 (00:52 +0000)]
- use deltas for ack polling

10 years ago- use multihashmap32 instead of own implementation
Bart Polot [Wed, 10 Jul 2013 00:09:06 +0000 (00:09 +0000)]
- use multihashmap32 instead of own implementation

10 years ago- fix script
Bart Polot [Tue, 9 Jul 2013 23:46:20 +0000 (23:46 +0000)]
- fix script

10 years ago- don't reject future traffic, related to bug #2934
Bart Polot [Tue, 9 Jul 2013 23:46:07 +0000 (23:46 +0000)]
- don't reject future traffic, related to bug #2934

10 years ago- fix unreliable expected traffic
Bart Polot [Tue, 9 Jul 2013 23:44:37 +0000 (23:44 +0000)]
- fix unreliable expected traffic

10 years ago- don't overwrite logs
Bart Polot [Tue, 9 Jul 2013 23:03:31 +0000 (23:03 +0000)]
- don't overwrite logs

10 years ago- don't shcdule retransmissions of unreliable packets
Bart Polot [Tue, 9 Jul 2013 23:03:12 +0000 (23:03 +0000)]
- don't shcdule retransmissions of unreliable packets

10 years ago- changes not intended to be commited yet
Bart Polot [Tue, 9 Jul 2013 22:52:26 +0000 (22:52 +0000)]
- changes not intended to be commited yet

10 years ago- fix segfault on retransmission
Bart Polot [Tue, 9 Jul 2013 22:50:41 +0000 (22:50 +0000)]
- fix segfault on retransmission

10 years ago-add missing option
Christian Grothoff [Tue, 9 Jul 2013 21:41:19 +0000 (21:41 +0000)]
-add missing option

10 years ago-check for NULL
Christian Grothoff [Tue, 9 Jul 2013 21:40:17 +0000 (21:40 +0000)]
-check for NULL

10 years ago- initialized all fields of mesh's tunnel destroy message
Florian Dold [Tue, 9 Jul 2013 21:03:52 +0000 (21:03 +0000)]
- initialized all fields of mesh's tunnel destroy message

10 years ago-more ideas on naming
Christian Grothoff [Tue, 9 Jul 2013 20:58:41 +0000 (20:58 +0000)]
-more ideas on naming

10 years ago-1:1 unicast --- not sure it belongs in social API
Christian Grothoff [Tue, 9 Jul 2013 20:38:44 +0000 (20:38 +0000)]
-1:1 unicast --- not sure it belongs in social API

10 years ago-underscores for lynx
Christian Grothoff [Tue, 9 Jul 2013 20:38:26 +0000 (20:38 +0000)]
-underscores for lynx

10 years agorename 'leave' to 'part' as 'part' is the better opposite of 'join'
Christian Grothoff [Tue, 9 Jul 2013 20:12:33 +0000 (20:12 +0000)]
rename 'leave' to 'part' as 'part' is the better opposite of 'join'

10 years agoadding addresses with network
Matthias Wachs [Tue, 9 Jul 2013 15:40:03 +0000 (15:40 +0000)]
adding addresses with network

10 years agothis add should not be required anymore
Matthias Wachs [Tue, 9 Jul 2013 15:39:42 +0000 (15:39 +0000)]
this add should not be required  anymore

10 years agoget function implementation in all plugins
Matthias Wachs [Tue, 9 Jul 2013 15:39:23 +0000 (15:39 +0000)]
get function implementation in all plugins

10 years agoadded function
Matthias Wachs [Tue, 9 Jul 2013 15:28:51 +0000 (15:28 +0000)]
added function

10 years agonew api function to get network for session
Matthias Wachs [Tue, 9 Jul 2013 15:23:13 +0000 (15:23 +0000)]
new api function to get network for session

10 years agodo not add or update if sessions are equal
Matthias Wachs [Tue, 9 Jul 2013 14:44:36 +0000 (14:44 +0000)]
do not add or update if sessions are equal

10 years ago-update docu
Christian Grothoff [Tue, 9 Jul 2013 14:38:32 +0000 (14:38 +0000)]
-update docu

10 years ago-fixes in monitoring code
Christian Grothoff [Tue, 9 Jul 2013 14:37:12 +0000 (14:37 +0000)]
-fixes in monitoring code

10 years agofixed adding addresses with updated networks
Matthias Wachs [Tue, 9 Jul 2013 14:33:24 +0000 (14:33 +0000)]
fixed adding addresses with updated networks

10 years agomissing file
Matthias Wachs [Tue, 9 Jul 2013 14:19:19 +0000 (14:19 +0000)]
missing file