oweals/gnunet.git
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

10 years ago-indentation fixes
Christian Grothoff [Thu, 5 Dec 2013 21:04:48 +0000 (21:04 +0000)]
-indentation fixes

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

10 years ago-indentations, comments on API
Christian Grothoff [Thu, 5 Dec 2013 21:03:00 +0000 (21:03 +0000)]
-indentations, comments on API

10 years ago-fixing indentation
Christian Grothoff [Thu, 5 Dec 2013 21:00:43 +0000 (21:00 +0000)]
-fixing indentation

10 years ago-fix leaks
Christian Grothoff [Thu, 5 Dec 2013 20:51:32 +0000 (20:51 +0000)]
-fix leaks

10 years ago-dead assignment, reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:45:35 +0000 (20:45 +0000)]
-dead assignment, reported by clang

10 years ago-dead assignment, reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:45:15 +0000 (20:45 +0000)]
-dead assignment, reported by clang

10 years ago-dead assignment (and leak), reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:44:47 +0000 (20:44 +0000)]
-dead assignment (and leak), reported by clang

10 years ago-dead assignment, reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:44:07 +0000 (20:44 +0000)]
-dead assignment, reported by clang

10 years ago-dead assignment, reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:43:39 +0000 (20:43 +0000)]
-dead assignment, reported by clang

10 years ago-dead assignment, reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:43:14 +0000 (20:43 +0000)]
-dead assignment, reported by clang

10 years ago-dead assignment, reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:42:04 +0000 (20:42 +0000)]
-dead assignment, reported by clang

10 years ago-dead assignment, reported by clang
Christian Grothoff [Thu, 5 Dec 2013 20:41:25 +0000 (20:41 +0000)]
-dead assignment, reported by clang

10 years ago-safer, found by clang
Christian Grothoff [Thu, 5 Dec 2013 20:40:48 +0000 (20:40 +0000)]
-safer, found by clang

10 years ago- fix channel numbering
Bart Polot [Thu, 5 Dec 2013 18:57:08 +0000 (18:57 +0000)]
- fix channel numbering

10 years ago- add peer cmp
Bart Polot [Thu, 5 Dec 2013 18:56:38 +0000 (18:56 +0000)]
- add peer cmp

10 years ago-doc
Bart Polot [Thu, 5 Dec 2013 18:55:46 +0000 (18:55 +0000)]
-doc

10 years ago-fix #3157
Christian Grothoff [Thu, 5 Dec 2013 15:56:45 +0000 (15:56 +0000)]
-fix #3157

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

10 years ago-fix timeout
Christian Grothoff [Thu, 5 Dec 2013 15:13:11 +0000 (15:13 +0000)]
-fix timeout

10 years agoonly try to open /dev/power if it actually exists
Christian Grothoff [Thu, 5 Dec 2013 15:05:11 +0000 (15:05 +0000)]
only try to open /dev/power if it actually exists

10 years agoadding man page for gnunet-bcd
Christian Grothoff [Thu, 5 Dec 2013 15:03:09 +0000 (15:03 +0000)]
adding man page for gnunet-bcd

10 years agocreating gnunet-bcd
Christian Grothoff [Thu, 5 Dec 2013 15:00:53 +0000 (15:00 +0000)]
creating gnunet-bcd

10 years ago-dead
Christian Grothoff [Thu, 5 Dec 2013 15:00:03 +0000 (15:00 +0000)]
-dead

10 years ago-improving TeX
Christian Grothoff [Thu, 5 Dec 2013 14:59:40 +0000 (14:59 +0000)]
-improving TeX

10 years ago- change mesh channel creation/notification API
Bart Polot [Thu, 5 Dec 2013 14:15:25 +0000 (14:15 +0000)]
- change mesh channel creation/notification API

10 years ago-dead code elimination
Christian Grothoff [Thu, 5 Dec 2013 14:01:04 +0000 (14:01 +0000)]
-dead code elimination