oweals/gnunet.git
10 years agomulticast: group_member_remove()
Gabor X Toth [Tue, 23 Jul 2013 05:38:37 +0000 (05:38 +0000)]
multicast: group_member_remove()

10 years agomulticast/psyc: no part cb needed
Gabor X Toth [Tue, 23 Jul 2013 05:38:35 +0000 (05:38 +0000)]
multicast/psyc: no part cb needed

10 years agomulticast/psyc: use start/stop naming for master/origin
Gabor X Toth [Tue, 23 Jul 2013 05:38:33 +0000 (05:38 +0000)]
multicast/psyc: use start/stop naming for master/origin

10 years agountabify
Gabor X Toth [Tue, 23 Jul 2013 05:38:25 +0000 (05:38 +0000)]
untabify

10 years ago- send ack could call queue_add and set the handler
Bart Polot [Mon, 22 Jul 2013 23:31:16 +0000 (23:31 +0000)]
- send ack could call queue_add and set the handler

10 years ago- don't try to do stuff on an error callback
Bart Polot [Mon, 22 Jul 2013 23:20:26 +0000 (23:20 +0000)]
- don't try to do stuff on an error callback

10 years ago- remove assertion: can happen that if both own and cli send a destroy tunnel, funcio...
Bart Polot [Mon, 22 Jul 2013 21:46:28 +0000 (21:46 +0000)]
- remove assertion: can happen that if both own and cli send a destroy tunnel, funcion will be called twice, this is not an error

10 years ago- handle cyclic IBFs and SEs correctly
Florian Dold [Mon, 22 Jul 2013 18:15:20 +0000 (18:15 +0000)]
- handle cyclic IBFs and SEs correctly

10 years ago- cancel polling on cancel_queues
Bart Polot [Mon, 22 Jul 2013 17:52:42 +0000 (17:52 +0000)]
- cancel polling on cancel_queues

10 years ago- not an error, messages could have crossed on the wire
Bart Polot [Mon, 22 Jul 2013 17:35:19 +0000 (17:35 +0000)]
- not an error, messages could have crossed on the wire

10 years ago- add port number to debug
Bart Polot [Mon, 22 Jul 2013 17:33:44 +0000 (17:33 +0000)]
- add port number to debug

10 years ago- not an error
Bart Polot [Mon, 22 Jul 2013 17:16:20 +0000 (17:16 +0000)]
- not an error

10 years ago- if the next peer has destroyed tunnel, don't poll, destroy any leftover traffic
Bart Polot [Mon, 22 Jul 2013 17:15:22 +0000 (17:15 +0000)]
- if the next peer has destroyed tunnel, don't poll, destroy any leftover traffic

10 years ago- inverted comparison operators
Bart Polot [Mon, 22 Jul 2013 16:56:50 +0000 (16:56 +0000)]
- inverted comparison operators

10 years ago- copy and d'oh
Bart Polot [Mon, 22 Jul 2013 16:36:35 +0000 (16:36 +0000)]
- copy and d'oh

10 years ago- cancel retransmissions on destroy
Bart Polot [Mon, 22 Jul 2013 16:34:03 +0000 (16:34 +0000)]
- cancel retransmissions on destroy

10 years ago- unregister ports on client disconnect
Bart Polot [Mon, 22 Jul 2013 16:14:51 +0000 (16:14 +0000)]
- unregister ports on client disconnect

10 years ago- try to work if both RELIABLE and NOBUFFER options are selected
Bart Polot [Mon, 22 Jul 2013 16:03:07 +0000 (16:03 +0000)]
- try to work if both RELIABLE and NOBUFFER options are selected

10 years ago- fix mantis 2954
Bart Polot [Mon, 22 Jul 2013 13:51:00 +0000 (13:51 +0000)]
- fix mantis 2954

10 years ago- log wrong TID
Bart Polot [Mon, 22 Jul 2013 13:50:30 +0000 (13:50 +0000)]
- log wrong TID

10 years ago- move tunnel number verification to function
Bart Polot [Mon, 22 Jul 2013 13:28:32 +0000 (13:28 +0000)]
- move tunnel number verification to function

10 years ago- fix
Bart Polot [Mon, 22 Jul 2013 13:06:16 +0000 (13:06 +0000)]
- fix

10 years ago- make sure fc->t is initialized
Bart Polot [Mon, 22 Jul 2013 13:05:40 +0000 (13:05 +0000)]
- make sure fc->t is initialized

10 years ago- allow same owner && client
Bart Polot [Mon, 22 Jul 2013 13:02:59 +0000 (13:02 +0000)]
- allow same owner && client

10 years ago- test for correct uncommited set op destruction
Florian Dold [Mon, 22 Jul 2013 12:12:24 +0000 (12:12 +0000)]
- test for correct uncommited set op destruction

10 years ago- cancel uncommited set operation correctly
Florian Dold [Mon, 22 Jul 2013 12:11:01 +0000 (12:11 +0000)]
- cancel uncommited set operation correctly

10 years ago-handle set API quirk -- #2955
Christian Grothoff [Mon, 22 Jul 2013 08:32:56 +0000 (08:32 +0000)]
-handle set API quirk -- #2955

10 years ago-note where 2919 should be also implemented
Christian Grothoff [Mon, 22 Jul 2013 07:19:25 +0000 (07:19 +0000)]
-note where 2919 should be also implemented

10 years agorename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify that this...
Christian Grothoff [Mon, 22 Jul 2013 07:18:25 +0000 (07:18 +0000)]
rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify that this is for generating the search strings

10 years ago-move all code that deals with IP/policy to regex/string conversion to tun
Christian Grothoff [Mon, 22 Jul 2013 07:16:58 +0000 (07:16 +0000)]
-move all code that deals with IP/policy to regex/string conversion to tun

10 years ago-do NULL check before dereferencing
Christian Grothoff [Sun, 21 Jul 2013 16:29:30 +0000 (16:29 +0000)]
-do NULL check before dereferencing

10 years ago-initialize element type
Christian Grothoff [Sun, 21 Jul 2013 16:27:21 +0000 (16:27 +0000)]
-initialize element type

10 years ago-fix uninit and fix leak
Christian Grothoff [Sun, 21 Jul 2013 16:25:19 +0000 (16:25 +0000)]
-fix uninit and fix leak

10 years agoFixing the function called to convert a string address to a binary address
Claudiu Olteanu [Sun, 21 Jul 2013 12:51:38 +0000 (12:51 +0000)]
Fixing the function called to convert a string address to a binary address

10 years agoFixed some bugs
Claudiu Olteanu [Fri, 19 Jul 2013 16:48:12 +0000 (16:48 +0000)]
Fixed some bugs

10 years ago- Fix coverity 10602
Bart Polot [Fri, 19 Jul 2013 15:08:58 +0000 (15:08 +0000)]
- Fix coverity 10602

10 years ago- fix cov10603
Bart Polot [Fri, 19 Jul 2013 14:54:24 +0000 (14:54 +0000)]
- fix cov10603

10 years ago- log tunnel state evolution
Bart Polot [Fri, 19 Jul 2013 14:27:50 +0000 (14:27 +0000)]
- log tunnel state evolution

10 years agoFixing dependencies for bluetooth plugin
Claudiu Olteanu [Fri, 19 Jul 2013 13:55:58 +0000 (13:55 +0000)]
Fixing dependencies for bluetooth plugin

10 years ago- missing message types
Bart Polot [Fri, 19 Jul 2013 13:46:28 +0000 (13:46 +0000)]
- missing message types

10 years ago- major refactoring, implement bi-directional keepalives, retransmit initial messages...
Bart Polot [Fri, 19 Jul 2013 13:46:05 +0000 (13:46 +0000)]
- major refactoring, implement bi-directional keepalives, retransmit initial messages when lost

10 years ago-doxygen fixes
Christian Grothoff [Fri, 19 Jul 2013 11:30:00 +0000 (11:30 +0000)]
-doxygen fixes

10 years ago-fixed memory leak
Florian Dold [Fri, 19 Jul 2013 11:14:18 +0000 (11:14 +0000)]
-fixed memory leak

10 years ago-missing return
Florian Dold [Fri, 19 Jul 2013 11:12:54 +0000 (11:12 +0000)]
-missing return

10 years ago- fixed malloc size
Florian Dold [Fri, 19 Jul 2013 11:12:16 +0000 (11:12 +0000)]
- fixed malloc size

10 years ago- set autostart
Florian Dold [Thu, 18 Jul 2013 22:48:54 +0000 (22:48 +0000)]
- set autostart

10 years ago-pogen
Christian Grothoff [Thu, 18 Jul 2013 21:12:21 +0000 (21:12 +0000)]
-pogen

10 years ago-minor code cleanup
Christian Grothoff [Thu, 18 Jul 2013 21:12:12 +0000 (21:12 +0000)]
-minor code cleanup

10 years agouninitialized variable
Matthias Wachs [Thu, 18 Jul 2013 14:37:43 +0000 (14:37 +0000)]
uninitialized variable

10 years ago- fix condition to omit hop-by-hop ACK
Bart Polot [Thu, 18 Jul 2013 13:54:19 +0000 (13:54 +0000)]
- fix condition to omit hop-by-hop ACK

10 years agoconst was discarded
Matthias Wachs [Thu, 18 Jul 2013 13:51:05 +0000 (13:51 +0000)]
const was discarded

10 years ago-updating ignores
Christian Grothoff [Thu, 18 Jul 2013 13:47:39 +0000 (13:47 +0000)]
-updating ignores

10 years ago-removing last bits of RSA support, as this code is now dead
Christian Grothoff [Thu, 18 Jul 2013 13:45:05 +0000 (13:45 +0000)]
-removing last bits of RSA support, as this code is now dead

10 years ago-add dependencies to hopefully make W32 bb happy
Christian Grothoff [Thu, 18 Jul 2013 13:36:24 +0000 (13:36 +0000)]
-add dependencies to hopefully make W32 bb happy

10 years ago-fix function signature
Christian Grothoff [Thu, 18 Jul 2013 13:34:51 +0000 (13:34 +0000)]
-fix function signature

10 years ago-use sh instead of bash
Christian Grothoff [Thu, 18 Jul 2013 13:27:55 +0000 (13:27 +0000)]
-use sh instead of bash

10 years ago-enable buffering
Christian Grothoff [Thu, 18 Jul 2013 12:56:27 +0000 (12:56 +0000)]
-enable buffering

10 years ago- fix
Bart Polot [Thu, 18 Jul 2013 12:42:57 +0000 (12:42 +0000)]
- fix

10 years ago- don't zero send flag after a cancelled transmission
Bart Polot [Thu, 18 Jul 2013 12:36:06 +0000 (12:36 +0000)]
- don't zero send flag after a cancelled transmission

10 years ago- fix ACK for TO_ORIG traffic
Bart Polot [Thu, 18 Jul 2013 12:35:37 +0000 (12:35 +0000)]
- fix ACK for TO_ORIG traffic

10 years ago- debug
Bart Polot [Thu, 18 Jul 2013 12:22:33 +0000 (12:22 +0000)]
- debug

10 years ago-fix shutdown logic
Christian Grothoff [Thu, 18 Jul 2013 12:14:20 +0000 (12:14 +0000)]
-fix shutdown logic

10 years ago- debug, cleanup
Bart Polot [Thu, 18 Jul 2013 12:10:43 +0000 (12:10 +0000)]
- debug, cleanup

10 years ago-fixing bad replacement earlier
Christian Grothoff [Thu, 18 Jul 2013 11:54:11 +0000 (11:54 +0000)]
-fixing bad replacement earlier

10 years ago- doc, warnings
Bart Polot [Thu, 18 Jul 2013 11:53:49 +0000 (11:53 +0000)]
- doc, warnings

10 years ago-sync for bart
Christian Grothoff [Thu, 18 Jul 2013 11:50:11 +0000 (11:50 +0000)]
-sync for bart

10 years ago- assert return values
Sree Harsha Totakura [Thu, 18 Jul 2013 11:42:38 +0000 (11:42 +0000)]
- assert return values

10 years ago- remove dependency on DHT
Sree Harsha Totakura [Thu, 18 Jul 2013 11:42:02 +0000 (11:42 +0000)]
- remove dependency on DHT

10 years ago-nicer logging
Christian Grothoff [Thu, 18 Jul 2013 11:37:37 +0000 (11:37 +0000)]
-nicer logging

10 years ago-missing file, more cleanup
Christian Grothoff [Thu, 18 Jul 2013 11:31:34 +0000 (11:31 +0000)]
-missing file, more cleanup

10 years ago-minor bugfixes
Christian Grothoff [Thu, 18 Jul 2013 11:11:18 +0000 (11:11 +0000)]
-minor bugfixes

10 years ago-splitting mesh into server and client parts
Christian Grothoff [Thu, 18 Jul 2013 11:06:23 +0000 (11:06 +0000)]
-splitting mesh into server and client parts

10 years ago-minor code cleanup
Christian Grothoff [Thu, 18 Jul 2013 09:07:36 +0000 (09:07 +0000)]
-minor code cleanup

10 years agomemory leak
Matthias Wachs [Thu, 18 Jul 2013 07:03:03 +0000 (07:03 +0000)]
memory leak

10 years agobug fix
Matthias Wachs [Thu, 18 Jul 2013 07:01:09 +0000 (07:01 +0000)]
bug fix

10 years ago-renaming stream->mesh where applicable
Christian Grothoff [Wed, 17 Jul 2013 21:46:49 +0000 (21:46 +0000)]
-renaming stream->mesh where applicable

10 years ago-removing obsolte stream message types
Christian Grothoff [Wed, 17 Jul 2013 21:46:36 +0000 (21:46 +0000)]
-removing obsolte stream message types

10 years ago-modernize a bit more
Christian Grothoff [Wed, 17 Jul 2013 20:26:51 +0000 (20:26 +0000)]
-modernize a bit more

10 years ago-code cleanup, tolerate e->vals of NULL
Christian Grothoff [Wed, 17 Jul 2013 20:26:24 +0000 (20:26 +0000)]
-code cleanup, tolerate e->vals of NULL

10 years ago-misc bugfixes and test-fixes
Christian Grothoff [Wed, 17 Jul 2013 20:26:02 +0000 (20:26 +0000)]
-misc bugfixes and test-fixes

10 years ago-skeleton for 2nd test
Christian Grothoff [Wed, 17 Jul 2013 19:33:34 +0000 (19:33 +0000)]
-skeleton for 2nd test

10 years agoPSYC/multicast: message parameters for join/part requests
Gabor X Toth [Wed, 17 Jul 2013 13:43:51 +0000 (13:43 +0000)]
PSYC/multicast: message parameters for join/part requests

10 years ago- gns depends on vpn
Bart Polot [Wed, 17 Jul 2013 13:35:26 +0000 (13:35 +0000)]
- gns depends on vpn

10 years ago- TODO
Bart Polot [Wed, 17 Jul 2013 13:20:30 +0000 (13:20 +0000)]
- TODO

10 years ago- cleanup
Bart Polot [Wed, 17 Jul 2013 13:19:11 +0000 (13:19 +0000)]
- cleanup

10 years ago- refactor
Bart Polot [Wed, 17 Jul 2013 12:54:59 +0000 (12:54 +0000)]
- refactor

10 years ago- return on error
Bart Polot [Wed, 17 Jul 2013 12:46:04 +0000 (12:46 +0000)]
- return on error

10 years ago- use proper ID
Bart Polot [Wed, 17 Jul 2013 12:43:16 +0000 (12:43 +0000)]
- use proper ID

10 years ago- log event, not an error
Bart Polot [Wed, 17 Jul 2013 12:42:22 +0000 (12:42 +0000)]
- log event, not an error

10 years ago- start poll on queue_add
Bart Polot [Wed, 17 Jul 2013 12:40:01 +0000 (12:40 +0000)]
- start poll on queue_add

10 years ago-improve test
Christian Grothoff [Wed, 17 Jul 2013 12:37:57 +0000 (12:37 +0000)]
-improve test

10 years ago-use separate logging cateogory for util-server-nc
Christian Grothoff [Wed, 17 Jul 2013 10:33:49 +0000 (10:33 +0000)]
-use separate logging cateogory for util-server-nc

10 years ago-identity API bugfixes
Christian Grothoff [Wed, 17 Jul 2013 10:33:29 +0000 (10:33 +0000)]
-identity API bugfixes

10 years ago-fix typos
Christian Grothoff [Wed, 17 Jul 2013 10:01:33 +0000 (10:01 +0000)]
-fix typos

10 years ago-fix uninitialized fields
Christian Grothoff [Wed, 17 Jul 2013 09:41:22 +0000 (09:41 +0000)]
-fix uninitialized fields

10 years ago-silliness
Christian Grothoff [Wed, 17 Jul 2013 09:25:01 +0000 (09:25 +0000)]
-silliness

10 years ago-add missing includes for FreeBSD
Christian Grothoff [Wed, 17 Jul 2013 07:47:37 +0000 (07:47 +0000)]
-add missing includes for FreeBSD

10 years agoremoving breaks, adding stats
Matthias Wachs [Wed, 17 Jul 2013 07:12:23 +0000 (07:12 +0000)]
removing breaks, adding stats

10 years agobroken build
Matthias Wachs [Wed, 17 Jul 2013 07:03:04 +0000 (07:03 +0000)]
broken build

10 years ago-doxygen
Christian Grothoff [Tue, 16 Jul 2013 23:18:47 +0000 (23:18 +0000)]
-doxygen