oweals/gnunet.git
7 years agoGNUNET_MQ_get_last_envelope: return tail or current
Gabor X Toth [Fri, 19 Aug 2016 19:58:24 +0000 (19:58 +0000)]
GNUNET_MQ_get_last_envelope: return tail or current

7 years agopsyc, social
Gabor X Toth [Fri, 19 Aug 2016 19:58:20 +0000 (19:58 +0000)]
psyc, social

7 years agognunet-service-xdht_neighbours: fix typo
Daniel Golle [Fri, 19 Aug 2016 16:35:48 +0000 (16:35 +0000)]
gnunet-service-xdht_neighbours: fix typo

7 years agoFix comment
David Barksdale [Thu, 18 Aug 2016 16:01:48 +0000 (16:01 +0000)]
Fix comment

7 years agosocial: debug msgs
Gabor X Toth [Thu, 18 Aug 2016 14:41:03 +0000 (14:41 +0000)]
social: debug msgs

7 years agoUse statement exprs instead of local function
David Barksdale [Thu, 18 Aug 2016 00:03:29 +0000 (00:03 +0000)]
Use statement exprs instead of local function

This change lets us compile with clang again.

7 years agomulticast: use CADET port hash derived from group key
Gabor X Toth [Wed, 17 Aug 2016 23:21:47 +0000 (23:21 +0000)]
multicast: use CADET port hash derived from group key

7 years agomulticast, psyc, social: wait till last message sent before disconnect
Gabor X Toth [Wed, 17 Aug 2016 22:28:52 +0000 (22:28 +0000)]
multicast, psyc, social: wait till last message sent before disconnect

7 years agoGNUNET_MQ_get_last_envelope()
Gabor X Toth [Wed, 17 Aug 2016 22:28:47 +0000 (22:28 +0000)]
GNUNET_MQ_get_last_envelope()

7 years agopsyc, social: switch to MQ
Gabor X Toth [Wed, 17 Aug 2016 21:26:41 +0000 (21:26 +0000)]
psyc, social: switch to MQ

7 years agoComparing EXTRACTOR_MetaType to -1 is always false
David Barksdale [Tue, 16 Aug 2016 03:47:32 +0000 (03:47 +0000)]
Comparing EXTRACTOR_MetaType to -1 is always false

7 years agomigrating set to new CADET port API - tests now fail due to CADET issues
Christian Grothoff [Sun, 14 Aug 2016 15:25:12 +0000 (15:25 +0000)]
migrating set to new CADET port API - tests now fail due to CADET issues

7 years agofix use-after-free issue
Christian Grothoff [Sun, 14 Aug 2016 11:55:16 +0000 (11:55 +0000)]
fix use-after-free issue

7 years ago-fix testcases, ensure shutdown works properly
Christian Grothoff [Sun, 14 Aug 2016 11:55:02 +0000 (11:55 +0000)]
-fix testcases, ensure shutdown works properly

7 years ago-fix testcase shutdown
Christian Grothoff [Sun, 14 Aug 2016 11:19:58 +0000 (11:19 +0000)]
-fix testcase shutdown

7 years ago-missing include/ changes from last patches
Christian Grothoff [Sun, 14 Aug 2016 10:22:51 +0000 (10:22 +0000)]
-missing include/ changes from last patches

7 years ago-slightly better port setup, for RPS I don't quite see a better way yet
Christian Grothoff [Sun, 14 Aug 2016 09:58:55 +0000 (09:58 +0000)]
-slightly better port setup, for RPS I don't quite see a better way yet

7 years ago-slightly better FS port conversion, more to be done _much_ later
Christian Grothoff [Sun, 14 Aug 2016 09:49:29 +0000 (09:49 +0000)]
-slightly better FS port conversion, more to be done _much_ later

7 years ago-indentation, doxygen
Christian Grothoff [Sat, 13 Aug 2016 19:50:25 +0000 (19:50 +0000)]
-indentation, doxygen

7 years agofix star topology generation
Christian Grothoff [Sat, 13 Aug 2016 19:49:30 +0000 (19:49 +0000)]
fix star topology generation

7 years ago-use new_array where appropriate, fix indentation
Christian Grothoff [Sat, 13 Aug 2016 19:49:15 +0000 (19:49 +0000)]
-use new_array where appropriate, fix indentation

7 years ago-fix bug introduced when STAR topology was added, STAR must only be once in the topol...
Christian Grothoff [Sat, 13 Aug 2016 19:42:00 +0000 (19:42 +0000)]
-fix bug introduced when STAR topology was added, STAR must only be once in the topology_strings[]-array

7 years ago-indeed, fixed
Christian Grothoff [Sat, 13 Aug 2016 18:53:13 +0000 (18:53 +0000)]
-indeed, fixed

7 years agoipv6 udp broadcasts are ending up on ipv4
Carlo von lynX [Fri, 12 Aug 2016 11:37:09 +0000 (11:37 +0000)]
ipv6 udp broadcasts are ending up on ipv4

7 years ago-disable nse pow in FS tests
Christian Grothoff [Thu, 11 Aug 2016 18:04:44 +0000 (18:04 +0000)]
-disable nse pow in FS tests

7 years ago-converting API to use new CADET ports
Christian Grothoff [Thu, 11 Aug 2016 18:04:33 +0000 (18:04 +0000)]
-converting API to use new CADET ports

7 years ago-converting API to use new CADET ports
Christian Grothoff [Thu, 11 Aug 2016 18:04:19 +0000 (18:04 +0000)]
-converting API to use new CADET ports

7 years ago-change log level to DEBUG
Christian Grothoff [Thu, 11 Aug 2016 17:42:18 +0000 (17:42 +0000)]
-change log level to DEBUG

7 years ago-do not cancel on disconnect
Christian Grothoff [Thu, 11 Aug 2016 17:25:23 +0000 (17:25 +0000)]
-do not cancel on disconnect

7 years ago-note simplification possibility
Christian Grothoff [Thu, 11 Aug 2016 17:21:04 +0000 (17:21 +0000)]
-note simplification possibility

7 years ago-convert vpn/exit/pt to use new CADET ports
Christian Grothoff [Thu, 11 Aug 2016 13:02:01 +0000 (13:02 +0000)]
-convert vpn/exit/pt to use new CADET ports

7 years ago-fix more shift errors
Christian Grothoff [Thu, 11 Aug 2016 12:49:31 +0000 (12:49 +0000)]
-fix more shift errors

7 years ago- missing implementation
Bart Polot [Wed, 10 Aug 2016 18:04:52 +0000 (18:04 +0000)]
- missing implementation

7 years ago- fix use after free (not removing single transmit handle from queue), refactor queue...
Bart Polot [Wed, 10 Aug 2016 18:04:51 +0000 (18:04 +0000)]
- fix use after free (not removing single transmit handle from queue), refactor queue logic

7 years ago- Add monitor API to MQ
Bart Polot [Wed, 10 Aug 2016 18:04:50 +0000 (18:04 +0000)]
- Add monitor API to MQ

7 years agoPort CADET API to MQ
Bart Polot [Wed, 10 Aug 2016 18:04:48 +0000 (18:04 +0000)]
Port CADET API to MQ

7 years agouse non-constant ports for CADET with scalarproduct
Christian Grothoff [Wed, 10 Aug 2016 11:46:22 +0000 (11:46 +0000)]
use non-constant ports for CADET with scalarproduct

7 years ago-proposal for new service API
Christian Grothoff [Tue, 9 Aug 2016 15:43:48 +0000 (15:43 +0000)]
-proposal for new service API

7 years agoprotect CLI from port scanning: use string ports
Carlo von lynX [Tue, 9 Aug 2016 15:33:26 +0000 (15:33 +0000)]
protect CLI from port scanning: use string ports

7 years agoGNUNET_CADET_close_port doesnt work as expected. Bailing out instead.
Carlo von lynX [Tue, 9 Aug 2016 10:00:31 +0000 (10:00 +0000)]
GNUNET_CADET_close_port doesnt work as expected. Bailing out instead.

7 years agoend-user friendly output messages, ok like this?
Carlo von lynX [Tue, 9 Aug 2016 10:00:29 +0000 (10:00 +0000)]
end-user friendly output messages, ok like this?

7 years agoattempt at a .gitignore file for those who git it
Carlo von lynX [Tue, 9 Aug 2016 10:00:16 +0000 (10:00 +0000)]
attempt at a .gitignore file for those who git it

7 years agoUX: message type for important things that aren't evil
Carlo von lynX [Mon, 8 Aug 2016 21:11:50 +0000 (21:11 +0000)]
UX: message type for important things that aren't evil

7 years agoMerge branch 'master' of /RAM/proj/gnunet
Carlo von lynX [Mon, 8 Aug 2016 19:51:46 +0000 (19:51 +0000)]
Merge branch 'master' of /RAM/proj/gnunet

7 years agoeliminate constantly hashing PIDs by storing and caching the result
Christian Grothoff [Mon, 8 Aug 2016 13:17:24 +0000 (13:17 +0000)]
eliminate constantly hashing PIDs by storing and caching the result

7 years ago-update PO
Christian Grothoff [Sun, 7 Aug 2016 20:42:32 +0000 (20:42 +0000)]
-update PO

7 years ago-fix build
Christian Grothoff [Sun, 7 Aug 2016 20:39:43 +0000 (20:39 +0000)]
-fix build

7 years agotestbed: STAR topology (SCNR)
Carlo von lynX [Sat, 6 Aug 2016 13:59:03 +0000 (13:59 +0000)]
testbed: STAR topology (SCNR)

7 years agoprobably the wrong place to address high-level features
Carlo von lynX [Sat, 6 Aug 2016 13:59:00 +0000 (13:59 +0000)]
probably the wrong place to address high-level features

7 years agomulticast: don't advertise the origin in the P2P overlay
Carlo von lynX [Sat, 6 Aug 2016 13:58:59 +0000 (13:58 +0000)]
multicast: don't advertise the origin in the P2P overlay

7 years agomulticast: use INFO not WARNING
Carlo von lynX [Sat, 6 Aug 2016 13:58:55 +0000 (13:58 +0000)]
multicast: use INFO not WARNING

7 years ago-convert quota test to MQ API
Christian Grothoff [Fri, 5 Aug 2016 22:07:52 +0000 (22:07 +0000)]
-convert quota test to MQ API

7 years agomulticast: switch to MQ
Gabor X Toth [Thu, 4 Aug 2016 20:10:22 +0000 (20:10 +0000)]
multicast: switch to MQ

7 years agopsycstore: switch to MQ
Gabor X Toth [Thu, 4 Aug 2016 20:10:17 +0000 (20:10 +0000)]
psycstore: switch to MQ

7 years agoop: lib for async operations
Gabor X Toth [Thu, 4 Aug 2016 20:10:13 +0000 (20:10 +0000)]
op: lib for async operations

7 years ago-fix core mq cancel operation, need to use discard, not send_cancel as env was never...
Christian Grothoff [Thu, 4 Aug 2016 14:46:43 +0000 (14:46 +0000)]
-fix core mq cancel operation, need to use discard, not send_cancel as env was never send

7 years ago-migrate testbed to new MQ API
Christian Grothoff [Thu, 4 Aug 2016 14:46:16 +0000 (14:46 +0000)]
-migrate testbed to new MQ API

7 years ago-finish dv conversion to new core MQ API
Christian Grothoff [Thu, 4 Aug 2016 13:26:21 +0000 (13:26 +0000)]
-finish dv conversion to new core MQ API

7 years agotransport_tcp: make use of GNUNET_HELLO_address_check_option
Daniel Golle [Thu, 4 Aug 2016 11:35:25 +0000 (11:35 +0000)]
transport_tcp: make use of GNUNET_HELLO_address_check_option

probably this was forgotten earlier

7 years agofix #4609
Christian Grothoff [Thu, 4 Aug 2016 09:00:49 +0000 (09:00 +0000)]
fix #4609

7 years agosocial fixes
Gabor X Toth [Wed, 3 Aug 2016 23:20:39 +0000 (23:20 +0000)]
social fixes

7 years agomulticast: switch to MQ
Gabor X Toth [Wed, 3 Aug 2016 23:20:37 +0000 (23:20 +0000)]
multicast: switch to MQ

7 years agomulticast,psyc,social: use CORE_connecT()
Gabor X Toth [Wed, 3 Aug 2016 23:20:34 +0000 (23:20 +0000)]
multicast,psyc,social: use CORE_connecT()

7 years agoleaks & warns
Carlo von lynX [Wed, 3 Aug 2016 20:28:45 +0000 (20:28 +0000)]
leaks & warns

7 years agoNot reason, but the macro exists so I'll use it I guess.
Jeff Burdges [Wed, 3 Aug 2016 19:22:01 +0000 (19:22 +0000)]
Not reason, but the macro exists so I'll use it I guess.

7 years agoFix a few errors in socks.c
Jeff Burdges [Wed, 3 Aug 2016 14:37:24 +0000 (14:37 +0000)]
Fix a few errors in socks.c

7 years ago-fix warning
Christian Grothoff [Wed, 3 Aug 2016 09:41:42 +0000 (09:41 +0000)]
-fix warning

7 years ago-somehow, somebody changed the key...
Christian Grothoff [Wed, 3 Aug 2016 09:17:11 +0000 (09:17 +0000)]
-somehow, somebody changed the key...

7 years ago-fix ftbfs
Christian Grothoff [Tue, 2 Aug 2016 18:17:14 +0000 (18:17 +0000)]
-fix ftbfs

7 years ago-adapting xdht and wdht to new core MQ API
Christian Grothoff [Mon, 1 Aug 2016 22:56:32 +0000 (22:56 +0000)]
-adapting xdht and wdht to new core MQ API

7 years ago-migrate to new core MQ API
Christian Grothoff [Mon, 1 Aug 2016 12:27:45 +0000 (12:27 +0000)]
-migrate to new core MQ API

7 years ago-ignore
Christian Grothoff [Sun, 31 Jul 2016 21:23:53 +0000 (21:23 +0000)]
-ignore

7 years agoconverting FS to new MQ-based core API
Christian Grothoff [Sun, 31 Jul 2016 21:23:23 +0000 (21:23 +0000)]
converting FS to new MQ-based core API

7 years agoconvering more services to new core MQ API
Christian Grothoff [Sun, 31 Jul 2016 15:42:37 +0000 (15:42 +0000)]
convering more services to new core MQ API

7 years ago-convert NSE to new core MQ API
Christian Grothoff [Sun, 31 Jul 2016 08:46:59 +0000 (08:46 +0000)]
-convert NSE to new core MQ API

7 years agore-enable core tests now that CORE_connecT API is implemented
Christian Grothoff [Sat, 30 Jul 2016 23:57:27 +0000 (23:57 +0000)]
re-enable core tests now that CORE_connecT API is implemented

7 years agoconvert another test to new API
Christian Grothoff [Sat, 30 Jul 2016 23:52:20 +0000 (23:52 +0000)]
convert another test to new API

7 years agominor test cleanup
Christian Grothoff [Sat, 30 Jul 2016 23:34:06 +0000 (23:34 +0000)]
minor test cleanup

7 years agoremoving now unnecessary test
Christian Grothoff [Sat, 30 Jul 2016 23:29:26 +0000 (23:29 +0000)]
removing now unnecessary test

7 years agoadapting next test to new MQ API
Christian Grothoff [Sat, 30 Jul 2016 23:28:00 +0000 (23:28 +0000)]
adapting next test to new MQ API

7 years agoadapting next test to new MQ API
Christian Grothoff [Sat, 30 Jul 2016 23:27:01 +0000 (23:27 +0000)]
adapting next test to new MQ API

7 years agostarting to convert core tests to new MQ API
Christian Grothoff [Sat, 30 Jul 2016 23:07:34 +0000 (23:07 +0000)]
starting to convert core tests to new MQ API

7 years agoenable setting per-envelope or per-queue transmission options with MQ API
Christian Grothoff [Sat, 30 Jul 2016 22:27:18 +0000 (22:27 +0000)]
enable setting per-envelope or per-queue transmission options with MQ API

7 years agodraft of new core API MQ-based implementation
Christian Grothoff [Sat, 30 Jul 2016 22:01:43 +0000 (22:01 +0000)]
draft of new core API MQ-based implementation

7 years ago-bump year'
Christian Grothoff [Sat, 30 Jul 2016 17:47:51 +0000 (17:47 +0000)]
-bump year'

7 years agoremove now obsolete get_hello-API
Christian Grothoff [Sat, 30 Jul 2016 17:46:52 +0000 (17:46 +0000)]
remove now obsolete get_hello-API

7 years agoconverting transport tests to hello_get API
Christian Grothoff [Sat, 30 Jul 2016 17:41:15 +0000 (17:41 +0000)]
converting transport tests to hello_get API

7 years agoconvert to new hello_get API
Christian Grothoff [Sat, 30 Jul 2016 17:35:20 +0000 (17:35 +0000)]
convert to new hello_get API

7 years agoconvert to new hello_get API
Christian Grothoff [Sat, 30 Jul 2016 17:33:48 +0000 (17:33 +0000)]
convert to new hello_get API

7 years agoconverting core tests to hello_get API
Christian Grothoff [Sat, 30 Jul 2016 17:29:00 +0000 (17:29 +0000)]
converting core tests to hello_get API

7 years agoconver to new hello_get API
Christian Grothoff [Sat, 30 Jul 2016 17:19:11 +0000 (17:19 +0000)]
conver to new hello_get API

7 years agouse different enum for HELLO address classes, deploy for DHT
Christian Grothoff [Sat, 30 Jul 2016 17:13:49 +0000 (17:13 +0000)]
use different enum for HELLO address classes, deploy for DHT

7 years agoimplementing new TRANSPORT_hello_get API
Christian Grothoff [Sat, 30 Jul 2016 16:51:51 +0000 (16:51 +0000)]
implementing new TRANSPORT_hello_get API

7 years agosocial: crashing free() removed.. was it redundant?
Carlo von lynX [Sat, 30 Jul 2016 15:19:58 +0000 (15:19 +0000)]
social: crashing free() removed.. was it redundant?

7 years agosocial: allow multiple calls to disconnect(), rest: handle warnings
Carlo von lynX [Sat, 30 Jul 2016 06:22:40 +0000 (06:22 +0000)]
social: allow multiple calls to disconnect(), rest: handle warnings

7 years ago-finally able to remove old transport API transmission logic
Christian Grothoff [Fri, 29 Jul 2016 23:01:30 +0000 (23:01 +0000)]
-finally able to remove old transport API transmission logic

7 years ago-dce/fix ftbfs
Christian Grothoff [Fri, 29 Jul 2016 22:59:57 +0000 (22:59 +0000)]
-dce/fix ftbfs

7 years ago-convert to new transport API
Christian Grothoff [Fri, 29 Jul 2016 21:55:23 +0000 (21:55 +0000)]
-convert to new transport API

7 years ago-convert to new transport API
Christian Grothoff [Fri, 29 Jul 2016 21:32:09 +0000 (21:32 +0000)]
-convert to new transport API

7 years agocadet: rollback + warning message for posterity
Carlo von lynX [Fri, 29 Jul 2016 21:17:38 +0000 (21:17 +0000)]
cadet: rollback + warning message for posterity