oweals/gnunet.git
10 years ago- fix echo flag
Bart Polot [Sun, 29 Dec 2013 22:51:23 +0000 (22:51 +0000)]
- fix echo flag

10 years agoAdd echo functionality for mesh CLI
Bart Polot [Sun, 29 Dec 2013 22:21:19 +0000 (22:21 +0000)]
Add echo functionality for mesh CLI

10 years ago- testbed underlay daemon
Sree Harsha Totakura [Sun, 29 Dec 2013 21:49:53 +0000 (21:49 +0000)]
- testbed underlay daemon

10 years ago- fix for incorporating day light savings time
Sree Harsha Totakura [Sun, 29 Dec 2013 21:11:00 +0000 (21:11 +0000)]
- fix for incorporating day light savings time

10 years agofixing file indent
Matthias Wachs [Sun, 29 Dec 2013 17:08:38 +0000 (17:08 +0000)]
fixing file indent

10 years agofix indent
Matthias Wachs [Sun, 29 Dec 2013 17:06:08 +0000 (17:06 +0000)]
fix indent

10 years ago- use explicit GNUNET_NO instead of 0
Bart Polot [Sun, 29 Dec 2013 15:40:27 +0000 (15:40 +0000)]
- use explicit GNUNET_NO instead of 0

10 years ago- timing log
Bart Polot [Sun, 29 Dec 2013 15:24:23 +0000 (15:24 +0000)]
- timing log

10 years agoLoad the correct ATS plugin when MODE is unconfigured.
David Barksdale [Sun, 29 Dec 2013 01:03:44 +0000 (01:03 +0000)]
Load the correct ATS plugin when MODE is unconfigured.

In this case ah->ats_mode was set to MODE_PROPORTIONAL
but plugin_short was not touched. Instead initialize
plugin_short after we are done selecting ah->ats_mode.
This will be less prone to regression when a change
is made to the ats_mode selection code.

10 years ago- missing header changes
Bart Polot [Sat, 28 Dec 2013 19:22:37 +0000 (19:22 +0000)]
- missing header changes

10 years ago- Add some of the tunnel introscpecion back
Bart Polot [Sat, 28 Dec 2013 14:30:51 +0000 (14:30 +0000)]
- Add some of the tunnel introscpecion back

10 years agoadded option of softmax action selection strategy
Fabian Oehlmann [Fri, 27 Dec 2013 17:34:34 +0000 (17:34 +0000)]
added option of softmax action selection strategy

10 years agochanged function approximation to radial basis functions
Fabian Oehlmann [Fri, 27 Dec 2013 16:01:59 +0000 (16:01 +0000)]
changed function approximation to radial basis functions

10 years agospecify proper access control rules for conversation service
Christian Grothoff [Wed, 25 Dec 2013 18:17:42 +0000 (18:17 +0000)]
specify proper access control rules for conversation service

10 years agomake sure incoming request is not destroyed twice
Florian Dold [Wed, 25 Dec 2013 15:42:48 +0000 (15:42 +0000)]
make sure incoming request is not destroyed twice

10 years ago-style
Sree Harsha Totakura [Wed, 25 Dec 2013 11:20:38 +0000 (11:20 +0000)]
-style

10 years ago-fix assertion, FD 0 is fine
Christian Grothoff [Tue, 24 Dec 2013 22:24:23 +0000 (22:24 +0000)]
-fix assertion, FD 0 is fine

10 years ago- destroy channel after timeout
Florian Dold [Tue, 24 Dec 2013 20:20:36 +0000 (20:20 +0000)]
- destroy channel after timeout

10 years agoreleasing GNUnet 0.10.0
Christian Grothoff [Tue, 24 Dec 2013 20:09:48 +0000 (20:09 +0000)]
releasing GNUnet 0.10.0

10 years ago-make sure to link against right libgcrypt, enable abort of gnunet-revocation even...
Christian Grothoff [Tue, 24 Dec 2013 19:34:53 +0000 (19:34 +0000)]
-make sure to link against right libgcrypt, enable abort of gnunet-revocation even if identity service is not running

10 years ago-doxygen, indentation fixes
Christian Grothoff [Tue, 24 Dec 2013 18:44:11 +0000 (18:44 +0000)]
-doxygen, indentation fixes

10 years ago-fix setfault (op->vt can be NULL)
Christian Grothoff [Tue, 24 Dec 2013 18:28:43 +0000 (18:28 +0000)]
-fix setfault (op->vt can be NULL)

10 years ago-fix possible assertion failure if rekeying is triggered on session that is not yet up
Christian Grothoff [Tue, 24 Dec 2013 15:42:46 +0000 (15:42 +0000)]
-fix possible assertion failure if rekeying is triggered on session that is not yet up

10 years ago-remove trailing whitespace
Christian Grothoff [Tue, 24 Dec 2013 14:48:36 +0000 (14:48 +0000)]
-remove trailing whitespace

10 years ago- Don't crash, _break instead
Bart Polot [Tue, 24 Dec 2013 14:26:56 +0000 (14:26 +0000)]
- Don't crash, _break instead

10 years ago-fixing misc format strings
Christian Grothoff [Tue, 24 Dec 2013 14:11:17 +0000 (14:11 +0000)]
-fixing misc format strings

10 years ago-let's not introduce stdbool shortly before the release
Christian Grothoff [Tue, 24 Dec 2013 13:51:03 +0000 (13:51 +0000)]
-let's not introduce stdbool shortly before the release

10 years agovalue__ is uint32_t, use %lu to print
LRN [Tue, 24 Dec 2013 13:26:21 +0000 (13:26 +0000)]
value__ is uint32_t, use %lu to print

10 years ago-fix check for DANE and ftbfs
Christian Grothoff [Tue, 24 Dec 2013 13:07:50 +0000 (13:07 +0000)]
-fix check for DANE and ftbfs

10 years agoHere's another patch for GNUNet's scheduler. It's a smaller version of my last
Christian Grothoff [Tue, 24 Dec 2013 11:39:46 +0000 (11:39 +0000)]
Here's another patch for GNUNet's scheduler. It's a smaller version of my last
patch.

This patch extends the scheduler API with two new functions:
  GNUNET_SCHEDULER_add_file_with_priority
  GNUNET_SCHEDULER_add_net_with_priority

It also re-writes the other net_add/file_add functions to make them call these
more generic functions in order to avoid code duplication.

 - Andrew

10 years ago-switch to case-insensitive LOC URIs and use compatible encoding for peer identities...
Christian Grothoff [Tue, 24 Dec 2013 00:57:09 +0000 (00:57 +0000)]
-switch to case-insensitive LOC URIs and use compatible encoding for peer identities with the rest of the system

10 years ago-fixes
Christian Grothoff [Mon, 23 Dec 2013 23:04:33 +0000 (23:04 +0000)]
-fixes

10 years ago-avoid bashisms
Christian Grothoff [Mon, 23 Dec 2013 22:58:38 +0000 (22:58 +0000)]
-avoid bashisms

10 years ago-gns is user service
Christian Grothoff [Mon, 23 Dec 2013 22:48:10 +0000 (22:48 +0000)]
-gns is user service

10 years ago-fix issues with multi-user setup and ARM
Christian Grothoff [Mon, 23 Dec 2013 22:34:19 +0000 (22:34 +0000)]
-fix issues with multi-user setup and ARM

10 years ago-version bumping
Christian Grothoff [Mon, 23 Dec 2013 21:54:31 +0000 (21:54 +0000)]
-version bumping

10 years ago-fix tiny leak, doxygen
Christian Grothoff [Mon, 23 Dec 2013 21:39:07 +0000 (21:39 +0000)]
-fix tiny leak, doxygen

10 years ago-fix printf
Christian Grothoff [Mon, 23 Dec 2013 21:14:26 +0000 (21:14 +0000)]
-fix printf

10 years ago-fix
Christian Grothoff [Mon, 23 Dec 2013 19:59:19 +0000 (19:59 +0000)]
-fix

10 years ago-ignores
Christian Grothoff [Mon, 23 Dec 2013 19:48:51 +0000 (19:48 +0000)]
-ignores

10 years ago-disable set
Christian Grothoff [Mon, 23 Dec 2013 19:47:49 +0000 (19:47 +0000)]
-disable set

10 years ago-fix build system issues
Christian Grothoff [Mon, 23 Dec 2013 19:31:55 +0000 (19:31 +0000)]
-fix build system issues

10 years ago-fix build system issues
Christian Grothoff [Mon, 23 Dec 2013 19:22:27 +0000 (19:22 +0000)]
-fix build system issues

10 years ago-fix build system issues
Christian Grothoff [Mon, 23 Dec 2013 19:02:54 +0000 (19:02 +0000)]
-fix build system issues

10 years ago-add assertions on non-existing sessions
Christian Grothoff [Mon, 23 Dec 2013 17:40:34 +0000 (17:40 +0000)]
-add assertions on non-existing sessions

10 years ago-fix-ftbfs
Christian Grothoff [Mon, 23 Dec 2013 17:11:30 +0000 (17:11 +0000)]
-fix-ftbfs

10 years ago-more logging and doxygen fixes
Christian Grothoff [Mon, 23 Dec 2013 17:10:38 +0000 (17:10 +0000)]
-more logging and doxygen fixes

10 years ago-doxygen
Christian Grothoff [Mon, 23 Dec 2013 15:25:36 +0000 (15:25 +0000)]
-doxygen

10 years ago-remove OLD, not new
Christian Grothoff [Mon, 23 Dec 2013 14:51:10 +0000 (14:51 +0000)]
-remove OLD, not new

10 years ago-debug logic for NAT external IP resolution
Christian Grothoff [Mon, 23 Dec 2013 14:46:33 +0000 (14:46 +0000)]
-debug logic for NAT external IP resolution

10 years ago-fix casts
Christian Grothoff [Mon, 23 Dec 2013 14:17:32 +0000 (14:17 +0000)]
-fix casts

10 years agoW32-compatible integartion tests, try to handle rmtree()ing of read-only files
LRN [Mon, 23 Dec 2013 13:35:18 +0000 (13:35 +0000)]
W32-compatible integartion tests, try to handle rmtree()ing of read-only files

10 years agoDon't hardcode stat sizes
LRN [Mon, 23 Dec 2013 11:14:37 +0000 (11:14 +0000)]
Don't hardcode stat sizes

10 years ago-trying to fix amatus's KX issue
Christian Grothoff [Mon, 23 Dec 2013 08:35:38 +0000 (08:35 +0000)]
-trying to fix amatus's KX issue

10 years ago-amatus says this happens with just new peers, boo
Christian Grothoff [Sun, 22 Dec 2013 20:09:08 +0000 (20:09 +0000)]
-amatus says this happens with just new peers, boo

10 years agoA docfix and a style fix
LRN [Sun, 22 Dec 2013 15:54:48 +0000 (15:54 +0000)]
A docfix and a style fix

10 years agoAdd compilable gnunet-gns-import
LRN [Sun, 22 Dec 2013 15:51:56 +0000 (15:51 +0000)]
Add compilable gnunet-gns-import

10 years ago-reduce log level
Christian Grothoff [Sun, 22 Dec 2013 15:09:48 +0000 (15:09 +0000)]
-reduce log level

10 years agoFix gnunet-config check in gnunet-gns-import, don't add records twice
LRN [Sun, 22 Dec 2013 14:31:00 +0000 (14:31 +0000)]
Fix gnunet-config check in gnunet-gns-import, don't add records twice

10 years agoUse newer plibc, adjust the code as needed
LRN [Sun, 22 Dec 2013 14:15:01 +0000 (14:15 +0000)]
Use newer plibc, adjust the code as needed

Use plibc_set_stat_size_size
Use plibc_set_stat_time_size
Update plibc header
Check for _stati64 (needed due to the new plibc header)

10 years ago-handle new error code from enum
Christian Grothoff [Sun, 22 Dec 2013 13:21:55 +0000 (13:21 +0000)]
-handle new error code from enum

10 years agoStephan A. Posselt writes:
Christian Grothoff [Sun, 22 Dec 2013 12:54:28 +0000 (12:54 +0000)]
Stephan A. Posselt writes:

Zur Gesundheitsvorsorge derer, die dieses Formular noch zu Gesicht
bekommen werden.

10 years ago- fix #3217
Sree Harsha Totakura [Sun, 22 Dec 2013 10:30:23 +0000 (10:30 +0000)]
- fix #3217

10 years agoMake GNUNET_STRINGS_absolute_time_to_string() return utf8-encoded string
LRN [Sun, 22 Dec 2013 08:25:41 +0000 (08:25 +0000)]
Make GNUNET_STRINGS_absolute_time_to_string() return utf8-encoded string

10 years ago-move DV to experimental
Christian Grothoff [Sun, 22 Dec 2013 00:44:00 +0000 (00:44 +0000)]
-move DV to experimental

10 years agoImprove search result presentation for directories.
David Barksdale [Sun, 22 Dec 2013 00:40:36 +0000 (00:40 +0000)]
Improve search result presentation for directories.

10 years ago-code hygene
Christian Grothoff [Sun, 22 Dec 2013 00:39:38 +0000 (00:39 +0000)]
-code hygene

10 years ago-code hygene
Christian Grothoff [Sun, 22 Dec 2013 00:38:42 +0000 (00:38 +0000)]
-code hygene

10 years ago-fix #3233
Christian Grothoff [Sun, 22 Dec 2013 00:27:08 +0000 (00:27 +0000)]
-fix #3233

10 years ago-fix calculation of block size, doxygen
Christian Grothoff [Sun, 22 Dec 2013 00:06:17 +0000 (00:06 +0000)]
-fix calculation of block size, doxygen

10 years ago-use @AUTOSTART@
Christian Grothoff [Sat, 21 Dec 2013 22:18:19 +0000 (22:18 +0000)]
-use @AUTOSTART@

10 years ago-autostart set
Christian Grothoff [Sat, 21 Dec 2013 22:16:36 +0000 (22:16 +0000)]
-autostart set

10 years ago- take care of PEER RCs
Bart Polot [Sat, 21 Dec 2013 22:12:54 +0000 (22:12 +0000)]
- take care of PEER RCs

10 years ago-revocation should be in defaults
Christian Grothoff [Sat, 21 Dec 2013 21:48:02 +0000 (21:48 +0000)]
-revocation should be in defaults

10 years ago-fix leak
Christian Grothoff [Sat, 21 Dec 2013 21:45:12 +0000 (21:45 +0000)]
-fix leak

10 years ago-handle partial writes and IO errors, even on stdout
Christian Grothoff [Sat, 21 Dec 2013 21:44:04 +0000 (21:44 +0000)]
-handle partial writes and IO errors, even on stdout

10 years ago-fix leak
Christian Grothoff [Sat, 21 Dec 2013 21:41:33 +0000 (21:41 +0000)]
-fix leak

10 years ago-add missing return
Christian Grothoff [Sat, 21 Dec 2013 21:40:35 +0000 (21:40 +0000)]
-add missing return

10 years ago-remove useless const
Christian Grothoff [Sat, 21 Dec 2013 18:04:30 +0000 (18:04 +0000)]
-remove useless const

10 years ago-clean up authors file
Christian Grothoff [Sat, 21 Dec 2013 17:26:23 +0000 (17:26 +0000)]
-clean up authors file

10 years ago- fix overlooked `;' after `if'
Sree Harsha Totakura [Fri, 20 Dec 2013 22:59:08 +0000 (22:59 +0000)]
- fix overlooked `;' after `if'

10 years ago-this should fix #3228 (communicate conversation/reconnect errors to client)
Christian Grothoff [Fri, 20 Dec 2013 21:36:24 +0000 (21:36 +0000)]
-this should fix #3228 (communicate conversation/reconnect errors to client)

10 years agoif records from namecache do not match desired record type, go look in the DHT
Christian Grothoff [Fri, 20 Dec 2013 21:14:32 +0000 (21:14 +0000)]
if records from namecache do not match desired record type, go look in the DHT

10 years ago-support weeks as well
Christian Grothoff [Fri, 20 Dec 2013 21:13:33 +0000 (21:13 +0000)]
-support weeks as well

10 years ago- fix bad log
Sree Harsha Totakura [Fri, 20 Dec 2013 18:55:00 +0000 (18:55 +0000)]
- fix bad log

10 years ago- fix use after free cases
Sree Harsha Totakura [Fri, 20 Dec 2013 18:44:06 +0000 (18:44 +0000)]
- fix use after free cases

10 years ago- fix free after call to continuation
Sree Harsha Totakura [Fri, 20 Dec 2013 18:20:01 +0000 (18:20 +0000)]
- fix free after call to continuation

10 years ago- do not send a PHONE_HANG_UP message while terminating a caller connection
Sree Harsha Totakura [Fri, 20 Dec 2013 17:48:59 +0000 (17:48 +0000)]
- do not send a PHONE_HANG_UP message while terminating a caller connection

10 years ago- hint about /help
Sree Harsha Totakura [Fri, 20 Dec 2013 17:26:26 +0000 (17:26 +0000)]
- hint about /help

10 years ago-fix free after free
Christian Grothoff [Fri, 20 Dec 2013 17:11:07 +0000 (17:11 +0000)]
-fix free after free

10 years ago-fix DHT lookup (thanks, Sree)
Christian Grothoff [Fri, 20 Dec 2013 17:07:13 +0000 (17:07 +0000)]
-fix DHT lookup (thanks, Sree)

10 years ago-fix nss installation invocation if nss is not to be installed
Christian Grothoff [Fri, 20 Dec 2013 17:02:38 +0000 (17:02 +0000)]
-fix nss installation invocation if nss is not to be installed

10 years agoat least they connect on transport level
Matthias Wachs [Fri, 20 Dec 2013 16:37:19 +0000 (16:37 +0000)]
at least they connect on transport level

10 years ago- fix ntohl called on uint16_t
Sree Harsha Totakura [Fri, 20 Dec 2013 16:21:35 +0000 (16:21 +0000)]
- fix ntohl called on uint16_t

10 years ago-fix service name construction, remove .gnunet.
Christian Grothoff [Fri, 20 Dec 2013 16:05:39 +0000 (16:05 +0000)]
-fix service name construction, remove .gnunet.

10 years ago-indentation, cleanup
Christian Grothoff [Fri, 20 Dec 2013 16:05:06 +0000 (16:05 +0000)]
-indentation, cleanup

10 years ago-use the same hash function to map service name to hash, not once strlen and then...
Christian Grothoff [Fri, 20 Dec 2013 15:26:03 +0000 (15:26 +0000)]
-use the same hash function to map service name to hash, not once strlen and then strlen+1

10 years ago-fix VPN resolution to A/AAAA records
Christian Grothoff [Fri, 20 Dec 2013 14:54:23 +0000 (14:54 +0000)]
-fix VPN resolution to A/AAAA records

10 years ago- call MESH_channel_done() after successfully handling messages
Sree Harsha Totakura [Fri, 20 Dec 2013 14:37:09 +0000 (14:37 +0000)]
- call MESH_channel_done() after successfully handling messages

10 years ago-give nicer warning about big regex
Christian Grothoff [Fri, 20 Dec 2013 14:23:53 +0000 (14:23 +0000)]
-give nicer warning about big regex