oweals/gnunet.git
10 years ago-improve/simplify gnunet-core tool and update man page
Christian Grothoff [Fri, 11 Apr 2014 12:17:29 +0000 (12:17 +0000)]
-improve/simplify gnunet-core tool and update man page

10 years ago-also notify monitors on timeout change
Christian Grothoff [Fri, 11 Apr 2014 12:08:14 +0000 (12:08 +0000)]
-also notify monitors on timeout change

10 years agotowards fixing #3363: replacing old iteration API with new monitoring API for core...
Christian Grothoff [Fri, 11 Apr 2014 11:49:51 +0000 (11:49 +0000)]
towards fixing #3363: replacing old iteration API with new monitoring API for core (needs testing, gnunet-core incomplete)

10 years ago- use constant instead of hardcoded value
Bart Polot [Thu, 10 Apr 2014 17:05:39 +0000 (17:05 +0000)]
- use constant instead of hardcoded value

10 years ago- don't free connections in the middle of being build.
Bart Polot [Thu, 10 Apr 2014 15:39:21 +0000 (15:39 +0000)]
- don't free connections in the middle of being build.
- fixes #3373, #3361

10 years ago- less verbose debug
Bart Polot [Thu, 10 Apr 2014 15:39:20 +0000 (15:39 +0000)]
- less verbose debug

10 years ago- don't use NULL connections on callback
Bart Polot [Thu, 10 Apr 2014 13:48:59 +0000 (13:48 +0000)]
- don't use NULL connections on callback

10 years ago- skip all metadata update on destroyed connections
Bart Polot [Thu, 10 Apr 2014 13:05:53 +0000 (13:05 +0000)]
- skip all metadata update on destroyed connections

10 years ago- log
Bart Polot [Thu, 10 Apr 2014 13:05:53 +0000 (13:05 +0000)]
- log

10 years agoupdated tutorial, please check and rebuild the pdf if you have latex installed.
Markus Teich [Thu, 10 Apr 2014 12:35:20 +0000 (12:35 +0000)]
updated tutorial, please check and rebuild the pdf if you have latex installed.
(i don't)

10 years agoit is 2014 now…
Markus Teich [Thu, 10 Apr 2014 12:18:25 +0000 (12:18 +0000)]
it is 2014 now…

10 years ago- if data comes from an unknown channel (we might have just destroyed it and the...
Bart Polot [Thu, 10 Apr 2014 11:23:33 +0000 (11:23 +0000)]
- if data comes from an unknown channel (we might have just destroyed it and the service doesnt know), ignore and warn, dont crash

10 years ago- don't cancel a connection's destroy message when destroying a connection and cancel...
Bart Polot [Thu, 10 Apr 2014 11:23:32 +0000 (11:23 +0000)]
- don't cancel a connection's destroy message when destroying a connection and canceling all its traffic. since the connection will be freed, remove the connection pointer instead

10 years ago- log
Bart Polot [Thu, 10 Apr 2014 11:23:31 +0000 (11:23 +0000)]
- log

10 years ago- fix use after free
Bart Polot [Thu, 10 Apr 2014 09:19:06 +0000 (09:19 +0000)]
- fix use after free

10 years ago- keep track of connection pids on queueing/sending
Bart Polot [Thu, 10 Apr 2014 09:15:39 +0000 (09:15 +0000)]
- keep track of connection pids on queueing/sending

10 years ago- fix path string representation
Bart Polot [Thu, 10 Apr 2014 09:15:36 +0000 (09:15 +0000)]
- fix path string representation

10 years ago-fix dep
Christian Grothoff [Thu, 10 Apr 2014 08:50:36 +0000 (08:50 +0000)]
-fix dep

10 years agohandle nat_register fail
Matthias Wachs [Thu, 10 Apr 2014 08:18:33 +0000 (08:18 +0000)]
handle nat_register fail

10 years agoupnp support just silently failed if upnp client is not available
Matthias Wachs [Thu, 10 Apr 2014 08:04:26 +0000 (08:04 +0000)]
upnp support just silently failed if upnp client is not available

10 years ago- don't schedule tunnel destruction on shutdown
Bart Polot [Thu, 10 Apr 2014 00:01:17 +0000 (00:01 +0000)]
- don't schedule tunnel destruction on shutdown
- remove any scheduled delayed_destruction AFTER destroying all channels
- fixes #3366, #3372

10 years ago- log
Bart Polot [Thu, 10 Apr 2014 00:01:16 +0000 (00:01 +0000)]
- log

10 years ago- start reconnecting before running out of connections
Bart Polot [Thu, 10 Apr 2014 00:01:14 +0000 (00:01 +0000)]
- start reconnecting before running out of connections

10 years ago- ignore
Bart Polot [Wed, 9 Apr 2014 17:19:32 +0000 (17:19 +0000)]
- ignore

10 years ago- add context in path to link connection
Bart Polot [Wed, 9 Apr 2014 17:18:48 +0000 (17:18 +0000)]
- add context in path to link connection

10 years ago- fix names
Bart Polot [Wed, 9 Apr 2014 17:18:46 +0000 (17:18 +0000)]
- fix names

10 years ago- remove drop
Bart Polot [Wed, 9 Apr 2014 17:18:45 +0000 (17:18 +0000)]
- remove drop

10 years ago- log
Bart Polot [Wed, 9 Apr 2014 17:18:43 +0000 (17:18 +0000)]
- log

10 years agodebugging break
Matthias Wachs [Wed, 9 Apr 2014 11:55:05 +0000 (11:55 +0000)]
debugging break

10 years ago- ignore
Bart Polot [Wed, 9 Apr 2014 11:50:13 +0000 (11:50 +0000)]
- ignore

10 years ago- rename test file
Bart Polot [Wed, 9 Apr 2014 11:48:18 +0000 (11:48 +0000)]
- rename test file

10 years ago- assert order
Bart Polot [Wed, 9 Apr 2014 11:48:15 +0000 (11:48 +0000)]
- assert order

10 years ago- make sure handle is NULL
Bart Polot [Wed, 9 Apr 2014 11:48:12 +0000 (11:48 +0000)]
- make sure handle is NULL

10 years ago- reuse test config file
Bart Polot [Wed, 9 Apr 2014 11:48:10 +0000 (11:48 +0000)]
- reuse test config file

10 years ago- just create one connection, from smaller to bigger ID
Bart Polot [Wed, 9 Apr 2014 11:48:08 +0000 (11:48 +0000)]
- just create one connection, from smaller to bigger ID

10 years ago- fix compilation
Bart Polot [Wed, 9 Apr 2014 10:58:14 +0000 (10:58 +0000)]
- fix compilation

10 years ago- destroy a channel if some traffic is missing and the channel has been remotely...
Bart Polot [Wed, 9 Apr 2014 10:56:53 +0000 (10:56 +0000)]
- destroy a channel if some traffic is missing and the channel has been remotely destroyed

10 years ago- send buffered data to client before destroying channel
Bart Polot [Wed, 9 Apr 2014 10:56:51 +0000 (10:56 +0000)]
- send buffered data to client before destroying channel

10 years ago- comments
Bart Polot [Wed, 9 Apr 2014 10:56:49 +0000 (10:56 +0000)]
- comments

10 years ago- always check if channel was last, then mark tunnel for destruction
Bart Polot [Wed, 9 Apr 2014 10:56:47 +0000 (10:56 +0000)]
- always check if channel was last, then mark tunnel for destruction

10 years ago- log
Bart Polot [Wed, 9 Apr 2014 10:56:44 +0000 (10:56 +0000)]
- log

10 years ago- fix cli arg parse
Bart Polot [Wed, 9 Apr 2014 10:56:40 +0000 (10:56 +0000)]
- fix cli arg parse

10 years agolog level
Matthias Wachs [Wed, 9 Apr 2014 10:41:35 +0000 (10:41 +0000)]
log level

10 years agoadd address to list since we use local addresses OR it is not loobpack!
Matthias Wachs [Wed, 9 Apr 2014 10:38:09 +0000 (10:38 +0000)]
add address to list since we use local addresses OR it is not loobpack!

10 years agomore information why nat tests fail
Matthias Wachs [Wed, 9 Apr 2014 09:18:26 +0000 (09:18 +0000)]
more information why nat tests fail

10 years agowrong checks
Matthias Wachs [Tue, 8 Apr 2014 14:36:33 +0000 (14:36 +0000)]
wrong checks

10 years ago-more version bumping
Christian Grothoff [Tue, 8 Apr 2014 11:17:21 +0000 (11:17 +0000)]
-more version bumping

10 years agoversion bumping for 0.10.1
Christian Grothoff [Tue, 8 Apr 2014 11:15:34 +0000 (11:15 +0000)]
version bumping for 0.10.1

10 years agofix
Matthias Wachs [Tue, 8 Apr 2014 10:52:36 +0000 (10:52 +0000)]
fix

10 years ago- remove old tests
Bart Polot [Tue, 8 Apr 2014 10:48:28 +0000 (10:48 +0000)]
- remove old tests

10 years ago- ignore
Bart Polot [Tue, 8 Apr 2014 10:48:26 +0000 (10:48 +0000)]
- ignore

10 years ago-fix test as prefix likely now has lib/ suffix
Christian Grothoff [Tue, 8 Apr 2014 10:47:29 +0000 (10:47 +0000)]
-fix test as prefix likely now has lib/ suffix

10 years ago-ignore
Christian Grothoff [Tue, 8 Apr 2014 09:22:30 +0000 (09:22 +0000)]
-ignore

10 years ago-fix build issues
Christian Grothoff [Tue, 8 Apr 2014 09:15:42 +0000 (09:15 +0000)]
-fix build issues

10 years agofix bootstrap
Matthias Wachs [Tue, 8 Apr 2014 08:29:59 +0000 (08:29 +0000)]
fix bootstrap

10 years ago-pogen
Christian Grothoff [Tue, 8 Apr 2014 08:07:39 +0000 (08:07 +0000)]
-pogen

10 years ago-version bump
Christian Grothoff [Tue, 8 Apr 2014 08:07:27 +0000 (08:07 +0000)]
-version bump

10 years ago-comment out all of directives on test
Christian Grothoff [Tue, 8 Apr 2014 08:07:18 +0000 (08:07 +0000)]
-comment out all of directives on test

10 years ago-reenable shipped hellos test
Christian Grothoff [Tue, 8 Apr 2014 08:02:07 +0000 (08:02 +0000)]
-reenable shipped hellos test

10 years ago-doxygen
Christian Grothoff [Tue, 8 Apr 2014 07:45:48 +0000 (07:45 +0000)]
-doxygen

10 years ago- ignore logs
Bart Polot [Tue, 8 Apr 2014 01:08:27 +0000 (01:08 +0000)]
- ignore logs

10 years ago- dont send keepalives if payload traffic is already queued
Bart Polot [Tue, 8 Apr 2014 00:39:41 +0000 (00:39 +0000)]
- dont send keepalives if payload traffic is already queued

10 years ago- show error context
Bart Polot [Tue, 8 Apr 2014 00:39:40 +0000 (00:39 +0000)]
- show error context

10 years ago- don't complain, from tunnel it's not possible to check
Bart Polot [Tue, 8 Apr 2014 00:39:38 +0000 (00:39 +0000)]
- don't complain, from tunnel it's not possible to check

10 years ago- missing merge
Bart Polot [Tue, 8 Apr 2014 00:05:56 +0000 (00:05 +0000)]
- missing merge

10 years ago- fix #3364, establish a new connection to a peer when a core connection becomes...
Bart Polot [Tue, 8 Apr 2014 00:03:15 +0000 (00:03 +0000)]
- fix #3364, establish a new connection to a peer when a core connection becomes available and a tunnel is present

10 years ago- fixme
Bart Polot [Tue, 8 Apr 2014 00:03:14 +0000 (00:03 +0000)]
- fixme

10 years ago- use only one core, to fix logging race
Bart Polot [Mon, 7 Apr 2014 20:05:02 +0000 (20:05 +0000)]
- use only one core, to fix logging race

10 years ago- fix count check
Bart Polot [Mon, 7 Apr 2014 20:04:28 +0000 (20:04 +0000)]
- fix count check

10 years ago-bump version in C tutorial
Christian Grothoff [Mon, 7 Apr 2014 18:50:35 +0000 (18:50 +0000)]
-bump version in C tutorial

10 years ago-process in logical order
Christian Grothoff [Mon, 7 Apr 2014 18:11:22 +0000 (18:11 +0000)]
-process in logical order

10 years ago- refactor, check for existing copy
Bart Polot [Mon, 7 Apr 2014 17:55:01 +0000 (17:55 +0000)]
- refactor, check for existing copy

10 years ago1.Removed GNUNET_CRYPTO_compute_finger_identity
Supriti Singh [Mon, 7 Apr 2014 17:23:33 +0000 (17:23 +0000)]
1.Removed GNUNET_CRYPTO_compute_finger_identity
2.Removed myself as the first element of the trail.
3.Multiple entries in the routing table.
4.Put/Get/Monitor from old DHT added back in clients file.

10 years agofixing resource leak
Matthias Wachs [Mon, 7 Apr 2014 14:51:03 +0000 (14:51 +0000)]
fixing resource leak

10 years agounused call
Matthias Wachs [Mon, 7 Apr 2014 14:50:44 +0000 (14:50 +0000)]
unused call

10 years agofixing resource leak
Matthias Wachs [Mon, 7 Apr 2014 14:34:30 +0000 (14:34 +0000)]
fixing resource leak

10 years agofixing resource leaks
Matthias Wachs [Mon, 7 Apr 2014 14:32:00 +0000 (14:32 +0000)]
fixing resource leaks

10 years agoremoving unused variable und double free (with null check)
Matthias Wachs [Mon, 7 Apr 2014 14:31:45 +0000 (14:31 +0000)]
removing unused variable und double free (with null check)

10 years ago- fix dead code covertiy 12876
Bart Polot [Mon, 7 Apr 2014 14:26:16 +0000 (14:26 +0000)]
- fix dead code covertiy 12876

10 years agofix for unchecked return value
Matthias Wachs [Mon, 7 Apr 2014 14:23:16 +0000 (14:23 +0000)]
fix for unchecked return value

10 years ago- fix coverity 12989
Bart Polot [Mon, 7 Apr 2014 14:14:40 +0000 (14:14 +0000)]
- fix coverity 12989

10 years agofixing unchecked return values
Matthias Wachs [Mon, 7 Apr 2014 14:09:23 +0000 (14:09 +0000)]
fixing unchecked return values

10 years agoremove unused value
Matthias Wachs [Mon, 7 Apr 2014 14:06:55 +0000 (14:06 +0000)]
remove unused value

10 years agofix for coverity
Matthias Wachs [Mon, 7 Apr 2014 14:05:39 +0000 (14:05 +0000)]
fix for coverity

10 years agooperation timeout to short for pi
Matthias Wachs [Mon, 7 Apr 2014 14:00:46 +0000 (14:00 +0000)]
operation timeout to short for pi

10 years agoobtain papi only once
Matthias Wachs [Mon, 7 Apr 2014 13:57:14 +0000 (13:57 +0000)]
obtain papi only once

10 years ago-fixing hypothetical leak on error path
Christian Grothoff [Mon, 7 Apr 2014 13:52:35 +0000 (13:52 +0000)]
-fixing hypothetical leak on error path

10 years agoremove break
Matthias Wachs [Mon, 7 Apr 2014 12:47:06 +0000 (12:47 +0000)]
remove break

10 years agolog
Bart Polot [Mon, 7 Apr 2014 12:00:43 +0000 (12:00 +0000)]
log

10 years ago- log
Bart Polot [Mon, 7 Apr 2014 12:00:39 +0000 (12:00 +0000)]
- log

10 years ago- use new hash name
Bart Polot [Mon, 7 Apr 2014 12:00:36 +0000 (12:00 +0000)]
- use new hash name

10 years ago- rename 256 bit mesh hash type
Bart Polot [Mon, 7 Apr 2014 12:00:28 +0000 (12:00 +0000)]
- rename 256 bit mesh hash type

10 years agomissing struct definition in header
Florian Dold [Mon, 7 Apr 2014 11:08:40 +0000 (11:08 +0000)]
missing struct definition in header

10 years agomissing ifndefs in headers
Florian Dold [Mon, 7 Apr 2014 11:06:38 +0000 (11:06 +0000)]
missing ifndefs in headers

10 years agofixing mantis #3362
Matthias Wachs [Mon, 7 Apr 2014 11:05:33 +0000 (11:05 +0000)]
fixing mantis #3362

10 years ago-doxygen
Christian Grothoff [Mon, 7 Apr 2014 09:43:30 +0000 (09:43 +0000)]
-doxygen

10 years agoAdd gnunet-nse program to show network size estimates.
Sree Harsha Totakura [Mon, 7 Apr 2014 09:41:26 +0000 (09:41 +0000)]
Add gnunet-nse program to show network size estimates.

10 years agofixng crash on shutdown
Matthias Wachs [Mon, 7 Apr 2014 09:20:31 +0000 (09:20 +0000)]
fixng crash on shutdown

10 years ago-doxygen improvements
Christian Grothoff [Mon, 7 Apr 2014 09:19:28 +0000 (09:19 +0000)]
-doxygen improvements

10 years ago-pogen
Christian Grothoff [Mon, 7 Apr 2014 07:43:33 +0000 (07:43 +0000)]
-pogen