oweals/gnunet.git
10 years agoStephan Posselt writes:
Christian Grothoff [Mon, 9 Dec 2013 11:53:42 +0000 (11:53 +0000)]
Stephan Posselt writes:

Ich habe mal kurz nach Visitenkarten gegooglet und anscheinend macht das
"labels"-Paket genau das, was man braucht. Im Anhang habe ich die
Optionen mal rein-gepastet.

10 years ago-remove duplicated return
Christian Grothoff [Sun, 8 Dec 2013 23:53:40 +0000 (23:53 +0000)]
-remove duplicated return

10 years ago-assert MHD_VERSION is always above 09E00, remove dead struct
Christian Grothoff [Sun, 8 Dec 2013 23:52:42 +0000 (23:52 +0000)]
-assert MHD_VERSION is always above 09E00, remove dead struct

10 years ago-clarify prescedence
Christian Grothoff [Sun, 8 Dec 2013 23:47:46 +0000 (23:47 +0000)]
-clarify prescedence

10 years ago-clarify prescedence
Christian Grothoff [Sun, 8 Dec 2013 23:47:11 +0000 (23:47 +0000)]
-clarify prescedence

10 years ago-make checkers happy by always initializing map, also extra check just in case the...
Christian Grothoff [Sun, 8 Dec 2013 23:43:19 +0000 (23:43 +0000)]
-make checkers happy by always initializing map, also extra check just in case the branch conditions are not quite right

10 years ago-style fixes
Christian Grothoff [Sun, 8 Dec 2013 23:40:32 +0000 (23:40 +0000)]
-style fixes

10 years ago-cleanup
Christian Grothoff [Sun, 8 Dec 2013 23:32:08 +0000 (23:32 +0000)]
-cleanup

10 years ago-cleanup
Christian Grothoff [Sun, 8 Dec 2013 23:28:37 +0000 (23:28 +0000)]
-cleanup

10 years ago-cleanup
Christian Grothoff [Sun, 8 Dec 2013 23:19:15 +0000 (23:19 +0000)]
-cleanup

10 years ago-complete comment
Christian Grothoff [Sun, 8 Dec 2013 23:16:48 +0000 (23:16 +0000)]
-complete comment

10 years agoAPI cleanup, rename GNUNET_TRANSPORT_check_neighbour_connected to GNUNET_TRANSPORT_ch...
Christian Grothoff [Sun, 8 Dec 2013 23:14:40 +0000 (23:14 +0000)]
API cleanup, rename GNUNET_TRANSPORT_check_neighbour_connected to GNUNET_TRANSPORT_check_peer_connected

10 years ago-doxgyen, indentation, code clean up
Christian Grothoff [Sun, 8 Dec 2013 23:11:15 +0000 (23:11 +0000)]
-doxgyen, indentation, code clean up

10 years ago-rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use GNUNET_MESH_...
Christian Grothoff [Sun, 8 Dec 2013 22:52:12 +0000 (22:52 +0000)]
-rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use GNUNET_MESH_ prefix as we should

10 years ago-ignore
Christian Grothoff [Sun, 8 Dec 2013 22:45:15 +0000 (22:45 +0000)]
-ignore

10 years ago-ignore
Christian Grothoff [Sun, 8 Dec 2013 22:43:51 +0000 (22:43 +0000)]
-ignore

10 years agofix #3170, again by cancelling scheduler tasks last so that they cannot be re-created...
Christian Grothoff [Sun, 8 Dec 2013 22:36:04 +0000 (22:36 +0000)]
fix #3170, again by cancelling scheduler tasks last so that they cannot be re-created by callbacks triggered during shutdown of the rest of the struct

10 years ago-fix #3168, cancel retry task AFTER GMT_cancel, as that triggers a callback in gnunet...
Christian Grothoff [Sun, 8 Dec 2013 22:31:04 +0000 (22:31 +0000)]
-fix #3168, cancel retry task AFTER GMT_cancel, as that triggers a callback in gnunet-service-mesh-peer.c:952 which may then CREATE a new task

10 years agoDup the envvar before unsetting, everywhere
LRN [Sun, 8 Dec 2013 21:47:26 +0000 (21:47 +0000)]
Dup the envvar before unsetting, everywhere

10 years agoSkip tests properly
LRN [Sun, 8 Dec 2013 21:33:38 +0000 (21:33 +0000)]
Skip tests properly

10 years agoChange gnunet-config detection in gns tests
LRN [Sun, 8 Dec 2013 21:33:34 +0000 (21:33 +0000)]
Change gnunet-config detection in gns tests

10 years agoSave the prefix value on W32, it does not survive unsetting
LRN [Sun, 8 Dec 2013 21:33:29 +0000 (21:33 +0000)]
Save the prefix value on W32, it does not survive unsetting

10 years agoAdd hostname and port to psyc.conf (required on W32)
LRN [Sun, 8 Dec 2013 21:33:27 +0000 (21:33 +0000)]
Add hostname and port to psyc.conf (required on W32)

10 years agoAdd hostname to psycstore.conf (required on W32)
LRN [Sun, 8 Dec 2013 21:33:24 +0000 (21:33 +0000)]
Add hostname to psycstore.conf (required on W32)

10 years ago-minor code cleanup and doxygen/style fixes
Christian Grothoff [Sun, 8 Dec 2013 21:21:16 +0000 (21:21 +0000)]
-minor code cleanup and doxygen/style fixes

10 years ago-doxygen and formatting and style fixes
Christian Grothoff [Sun, 8 Dec 2013 21:12:26 +0000 (21:12 +0000)]
-doxygen and formatting and style fixes

10 years agomark timeout task as done if it is run, fixes #3171
Christian Grothoff [Sun, 8 Dec 2013 21:06:12 +0000 (21:06 +0000)]
mark timeout task as done if it is run, fixes #3171

10 years ago-fix trailing spaces
Christian Grothoff [Sun, 8 Dec 2013 20:41:21 +0000 (20:41 +0000)]
-fix trailing spaces

10 years agofix use-after-free: the call to mesh_channel_destroy will ultimately free 'op', so...
Christian Grothoff [Sun, 8 Dec 2013 20:40:27 +0000 (20:40 +0000)]
fix use-after-free: the call to mesh_channel_destroy will ultimately free 'op', so we must not update 'op' after the call; however, it is a good idea to clean up the 'channel' field just before the call (#3164)

10 years ago-test for tm_gmtoff and use it instead of 'timezone' as suggested by GNU libc manual
Christian Grothoff [Sun, 8 Dec 2013 19:25:46 +0000 (19:25 +0000)]
-test for tm_gmtoff and use it instead of 'timezone' as suggested by GNU libc manual

10 years ago-freebsd wants malloc_np for malloc_usable_size
Christian Grothoff [Sun, 8 Dec 2013 17:50:15 +0000 (17:50 +0000)]
-freebsd wants malloc_np for malloc_usable_size

10 years ago-fix
Christian Grothoff [Sun, 8 Dec 2013 17:05:53 +0000 (17:05 +0000)]
-fix

10 years ago-set session to active on initial creation and notification of the transport; this...
Christian Grothoff [Sun, 8 Dec 2013 17:05:38 +0000 (17:05 +0000)]
-set session to active on initial creation and notification of the transport; this should fix #3162

10 years ago-default to https
Christian Grothoff [Sun, 8 Dec 2013 16:39:40 +0000 (16:39 +0000)]
-default to https

10 years ago-correct use of consensi
Christian Grothoff [Sat, 7 Dec 2013 22:57:59 +0000 (22:57 +0000)]
-correct use of consensi

10 years ago-doxygen and style fixes
Christian Grothoff [Sat, 7 Dec 2013 22:57:34 +0000 (22:57 +0000)]
-doxygen and style fixes

10 years ago-fix #3152
Christian Grothoff [Sat, 7 Dec 2013 22:27:13 +0000 (22:27 +0000)]
-fix #3152

10 years ago-remove object from all_routes peer map before freeing it, should fix #3161
Christian Grothoff [Sat, 7 Dec 2013 22:13:34 +0000 (22:13 +0000)]
-remove object from all_routes peer map before freeing it, should fix #3161

10 years ago-doxygen
Christian Grothoff [Sat, 7 Dec 2013 22:07:57 +0000 (22:07 +0000)]
-doxygen

10 years agoadding test for immediately rejected phone call
Christian Grothoff [Sat, 7 Dec 2013 21:08:57 +0000 (21:08 +0000)]
adding test for immediately rejected phone call

10 years ago-test two incoming calls at the same time, plus suspend/resume
Christian Grothoff [Sat, 7 Dec 2013 21:02:15 +0000 (21:02 +0000)]
-test two incoming calls at the same time, plus suspend/resume

10 years ago-perform mic/speaker operations before event callbacks
Christian Grothoff [Sat, 7 Dec 2013 21:01:44 +0000 (21:01 +0000)]
-perform mic/speaker operations before event callbacks

10 years ago-doxygenfixes
Christian Grothoff [Sat, 7 Dec 2013 00:15:19 +0000 (00:15 +0000)]
-doxygenfixes

10 years ago-note missing features
Christian Grothoff [Fri, 6 Dec 2013 22:01:13 +0000 (22:01 +0000)]
-note missing features

10 years ago-adding CERT support to DNS plugin
Christian Grothoff [Fri, 6 Dec 2013 21:59:17 +0000 (21:59 +0000)]
-adding CERT support to DNS plugin

10 years ago-adding CERT record support to dnsparser
Christian Grothoff [Fri, 6 Dec 2013 21:57:50 +0000 (21:57 +0000)]
-adding CERT record support to dnsparser

10 years ago-move base64 encoder/decoder to util
Christian Grothoff [Fri, 6 Dec 2013 21:51:01 +0000 (21:51 +0000)]
-move base64 encoder/decoder to util

10 years ago- wip
Bart Polot [Fri, 6 Dec 2013 17:45:36 +0000 (17:45 +0000)]
- wip

10 years agognunet-mesh has netcat capabilities
Bart Polot [Fri, 6 Dec 2013 17:13:08 +0000 (17:13 +0000)]
gnunet-mesh has netcat capabilities

10 years ago- basic connect/listen
Bart Polot [Fri, 6 Dec 2013 16:33:00 +0000 (16:33 +0000)]
- basic connect/listen

10 years agoworking again
Matthias Wachs [Fri, 6 Dec 2013 16:32:12 +0000 (16:32 +0000)]
working again

10 years agonot working
Matthias Wachs [Fri, 6 Dec 2013 16:25:50 +0000 (16:25 +0000)]
not working

10 years ago-create channel
Bart Polot [Fri, 6 Dec 2013 15:52:55 +0000 (15:52 +0000)]
-create channel

10 years ago- wip
Bart Polot [Fri, 6 Dec 2013 15:48:41 +0000 (15:48 +0000)]
- wip

10 years ago- wip
Bart Polot [Fri, 6 Dec 2013 14:55:21 +0000 (14:55 +0000)]
- wip

10 years agocalling gnunet-uri
Matthias Wachs [Fri, 6 Dec 2013 14:54:40 +0000 (14:54 +0000)]
calling gnunet-uri

10 years agognunet-uri return handler exit code
Matthias Wachs [Fri, 6 Dec 2013 14:36:35 +0000 (14:36 +0000)]
gnunet-uri return handler exit code

10 years agofixed uri parsing and exit codes
Matthias Wachs [Fri, 6 Dec 2013 14:33:00 +0000 (14:33 +0000)]
fixed uri parsing and exit codes

10 years agoadding docu
Matthias Wachs [Fri, 6 Dec 2013 14:08:09 +0000 (14:08 +0000)]
adding docu

10 years ago- test if identity service is running
Matthias Wachs [Fri, 6 Dec 2013 14:06:17 +0000 (14:06 +0000)]
- test if identity service is running
- default ego is used if none given

10 years agoconfigure option --disable-autostart to disable auto-startup of services by ARM
Sree Harsha Totakura [Fri, 6 Dec 2013 13:03:03 +0000 (13:03 +0000)]
configure option --disable-autostart to disable auto-startup of services by ARM

10 years ago-wip
Bart Polot [Fri, 6 Dec 2013 13:00:54 +0000 (13:00 +0000)]
-wip

10 years ago- wip
Bart Polot [Fri, 6 Dec 2013 12:58:00 +0000 (12:58 +0000)]
- wip

10 years agosilence: other way around
Matthias Wachs [Fri, 6 Dec 2013 12:27:35 +0000 (12:27 +0000)]
silence: other way around

10 years agoadded config + silent mode
Matthias Wachs [Fri, 6 Dec 2013 12:26:29 +0000 (12:26 +0000)]
added config + silent mode

10 years ago-fix indentation
Christian Grothoff [Fri, 6 Dec 2013 12:23:19 +0000 (12:23 +0000)]
-fix indentation

10 years agodetect python interpreter
Matthias Wachs [Fri, 6 Dec 2013 12:12:09 +0000 (12:12 +0000)]
detect python interpreter
error handling

10 years agobasic qr code reading
Matthias Wachs [Fri, 6 Dec 2013 10:55:43 +0000 (10:55 +0000)]
basic qr code reading

10 years ago- fixed compile warning
Bart Polot [Fri, 6 Dec 2013 10:40:15 +0000 (10:40 +0000)]
- fixed compile warning

10 years ago-dox
Christian Grothoff [Fri, 6 Dec 2013 10:34:52 +0000 (10:34 +0000)]
-dox

10 years ago-fix #3158
Christian Grothoff [Fri, 6 Dec 2013 10:23:52 +0000 (10:23 +0000)]
-fix #3158

10 years ago-wip
Bart Polot [Fri, 6 Dec 2013 02:28:17 +0000 (02:28 +0000)]
-wip

10 years ago-use modern GNUNET_new, instead of GNUNET_malloc (sizeof
Christian Grothoff [Thu, 5 Dec 2013 22:58:48 +0000 (22:58 +0000)]
-use modern GNUNET_new, instead of GNUNET_malloc (sizeof

10 years ago-fix leak
Christian Grothoff [Thu, 5 Dec 2013 22:56:30 +0000 (22:56 +0000)]
-fix leak

10 years ago-fix leak
Christian Grothoff [Thu, 5 Dec 2013 22:55:55 +0000 (22:55 +0000)]
-fix leak

10 years ago-initialize to NULL to use non-free if 'goto except' is hit
Christian Grothoff [Thu, 5 Dec 2013 22:54:52 +0000 (22:54 +0000)]
-initialize to NULL to use non-free if 'goto except' is hit

10 years ago-fix leak, indentation, make start_cb static
Christian Grothoff [Thu, 5 Dec 2013 22:42:20 +0000 (22:42 +0000)]
-fix leak, indentation, make start_cb static

10 years ago-fix leak of emsg
Christian Grothoff [Thu, 5 Dec 2013 22:40:56 +0000 (22:40 +0000)]
-fix leak of emsg

10 years ago-r and r_prime were captured in request, do not free here
Christian Grothoff [Thu, 5 Dec 2013 22:39:32 +0000 (22:39 +0000)]
-r and r_prime were captured in request, do not free here

10 years ago-r was captured in request, do not free here
Christian Grothoff [Thu, 5 Dec 2013 22:39:04 +0000 (22:39 +0000)]
-r was captured in request, do not free here

10 years ago-always initialize emsg_
Christian Grothoff [Thu, 5 Dec 2013 22:37:06 +0000 (22:37 +0000)]
-always initialize emsg_

10 years ago-fixing earlier fix
Christian Grothoff [Thu, 5 Dec 2013 22:25:56 +0000 (22:25 +0000)]
-fixing earlier fix

10 years ago-fix leak (rather theoretical one)
Christian Grothoff [Thu, 5 Dec 2013 22:23:05 +0000 (22:23 +0000)]
-fix leak (rather theoretical one)

10 years ago-adding missing break statements
Christian Grothoff [Thu, 5 Dec 2013 22:19:11 +0000 (22:19 +0000)]
-adding missing break statements

10 years ago-trying to fix leaks
Christian Grothoff [Thu, 5 Dec 2013 22:13:14 +0000 (22:13 +0000)]
-trying to fix leaks

10 years ago-address warning, indicate not checking return value is intentional
Christian Grothoff [Thu, 5 Dec 2013 22:04:37 +0000 (22:04 +0000)]
-address warning, indicate not checking return value is intentional

10 years ago-fix leak, use 'op'
Christian Grothoff [Thu, 5 Dec 2013 22:03:49 +0000 (22:03 +0000)]
-fix leak, use 'op'

10 years ago-use doxygen-style comments on membes
Christian Grothoff [Thu, 5 Dec 2013 22:01:44 +0000 (22:01 +0000)]
-use doxygen-style comments on membes

10 years ago-fix allocation type
Christian Grothoff [Thu, 5 Dec 2013 22:01:12 +0000 (22:01 +0000)]
-fix allocation type

10 years ago-add missing break
Christian Grothoff [Thu, 5 Dec 2013 21:57:29 +0000 (21:57 +0000)]
-add missing break

10 years ago-add missing break
Christian Grothoff [Thu, 5 Dec 2013 21:56:58 +0000 (21:56 +0000)]
-add missing break

10 years ago-typo
Christian Grothoff [Thu, 5 Dec 2013 21:56:22 +0000 (21:56 +0000)]
-typo

10 years agouse 'svalue' that is actually a signed integer, as otherwise cmp with 0 is always...
Christian Grothoff [Thu, 5 Dec 2013 21:56:03 +0000 (21:56 +0000)]
use 'svalue' that is actually a signed integer, as otherwise cmp with 0 is always false

10 years ago-simplify code
Christian Grothoff [Thu, 5 Dec 2013 21:54:21 +0000 (21:54 +0000)]
-simplify code

10 years ago-fix leaks on error-return, fix indentation
Christian Grothoff [Thu, 5 Dec 2013 21:52:18 +0000 (21:52 +0000)]
-fix leaks on error-return, fix indentation

10 years ago-check return values of hashmap operations
Christian Grothoff [Thu, 5 Dec 2013 21:31:11 +0000 (21:31 +0000)]
-check return values of hashmap operations

10 years ago-fix leak
Christian Grothoff [Thu, 5 Dec 2013 21:30:58 +0000 (21:30 +0000)]
-fix leak

10 years ago-check return values of hashmap operations
Christian Grothoff [Thu, 5 Dec 2013 21:30:45 +0000 (21:30 +0000)]
-check return values of hashmap operations

10 years ago-fixing indentation/doxygen/style issues and some memory leaks in gnunet-consensus...
Christian Grothoff [Thu, 5 Dec 2013 21:10:48 +0000 (21:10 +0000)]
-fixing indentation/doxygen/style issues and some memory leaks in gnunet-consensus-profiler

10 years ago-do not leak 'mask' array
Christian Grothoff [Thu, 5 Dec 2013 21:05:55 +0000 (21:05 +0000)]
-do not leak 'mask' array