oweals/gnunet.git
8 years ago-reduce calls in get_latest()
Christian Grothoff [Sun, 25 Oct 2015 23:22:33 +0000 (23:22 +0000)]
-reduce calls in get_latest()

8 years ago-indent
Christian Grothoff [Sun, 25 Oct 2015 23:09:35 +0000 (23:09 +0000)]
-indent

8 years agocheck against all pending requests with same hash, not just first; this is a true...
Christian Grothoff [Sun, 25 Oct 2015 23:04:09 +0000 (23:04 +0000)]
check against all pending requests with same hash, not just first; this is a true multihashmap

8 years ago-fix indentation, fix bug that caused us to try to merge requests twice
Christian Grothoff [Sun, 25 Oct 2015 22:39:09 +0000 (22:39 +0000)]
-fix indentation, fix bug that caused us to try to merge requests twice

8 years ago-randomize ps each time
Christian Grothoff [Sun, 25 Oct 2015 15:45:03 +0000 (15:45 +0000)]
-randomize ps each time

8 years ago-adding Florian's IBF sim code
Christian Grothoff [Sat, 24 Oct 2015 13:37:48 +0000 (13:37 +0000)]
-adding Florian's IBF sim code

8 years ago-simplify log, eliminates bogus warning and we didn't need this info anyway
Christian Grothoff [Thu, 22 Oct 2015 22:53:12 +0000 (22:53 +0000)]
-simplify log, eliminates bogus warning and we didn't need this info anyway

8 years ago-bogus log
Christian Grothoff [Thu, 22 Oct 2015 22:49:59 +0000 (22:49 +0000)]
-bogus log

8 years ago- add some assertions to make sure the poll mechanism is sane
Bart Polot [Tue, 20 Oct 2015 03:07:18 +0000 (03:07 +0000)]
- add some assertions to make sure the poll mechanism is sane

8 years agoWhen cancelling polls cancel pending messages as well, as the message will
Bart Polot [Tue, 20 Oct 2015 02:28:04 +0000 (02:28 +0000)]
When cancelling polls cancel pending messages as well, as the message will
trigger a new poll upon sending. Fix #4010.

8 years ago-indent
Christian Grothoff [Sun, 18 Oct 2015 21:55:21 +0000 (21:55 +0000)]
-indent

8 years ago-fix
Christian Grothoff [Sun, 18 Oct 2015 21:54:11 +0000 (21:54 +0000)]
-fix

8 years ago-fix
Christian Grothoff [Sun, 18 Oct 2015 21:12:52 +0000 (21:12 +0000)]
-fix

8 years ago-remove deprecated try_disconnect API
Christian Grothoff [Sun, 18 Oct 2015 21:02:16 +0000 (21:02 +0000)]
-remove deprecated try_disconnect API

8 years agomove -C option from gnunet-transport to gnunet-ats; also, use blacklisting API to...
Christian Grothoff [Sun, 18 Oct 2015 20:58:31 +0000 (20:58 +0000)]
move -C option from gnunet-transport to gnunet-ats; also, use blacklisting API to implement gnunet-transport -D

8 years ago-fix log call
Christian Grothoff [Sun, 18 Oct 2015 20:57:37 +0000 (20:57 +0000)]
-fix log call

8 years ago-handle NULL for session (i.e. already gone/down)
Christian Grothoff [Sun, 18 Oct 2015 20:54:56 +0000 (20:54 +0000)]
-handle NULL for session (i.e. already gone/down)

8 years ago-install entry in DHT
Christian Grothoff [Sun, 18 Oct 2015 20:51:39 +0000 (20:51 +0000)]
-install entry in DHT

8 years agotransition from TRANSPORT_try_connect to modern ATS connectivity API
Christian Grothoff [Sun, 18 Oct 2015 20:18:28 +0000 (20:18 +0000)]
transition from TRANSPORT_try_connect to modern ATS connectivity API

8 years agorename all_known_peers to all_connected_peers
Christian Grothoff [Sun, 18 Oct 2015 19:41:06 +0000 (19:41 +0000)]
rename all_known_peers to all_connected_peers

8 years ago-log ACK delay vs. last frag transmit
Christian Grothoff [Sun, 18 Oct 2015 19:35:14 +0000 (19:35 +0000)]
-log ACK delay vs. last frag transmit

8 years ago-log expected transmission time on enqueue, together with queue size
Christian Grothoff [Sun, 18 Oct 2015 19:21:18 +0000 (19:21 +0000)]
-log expected transmission time on enqueue, together with queue size

8 years ago-smoother calculation of flow delays, base it on the current message not the previous one
Christian Grothoff [Sun, 18 Oct 2015 19:16:42 +0000 (19:16 +0000)]
-smoother calculation of flow delays, base it on the current message not the previous one

8 years ago-we use 4 chars, not 8 for pIDs
Christian Grothoff [Sun, 18 Oct 2015 19:01:51 +0000 (19:01 +0000)]
-we use 4 chars, not 8 for pIDs

8 years ago-use UINT32_MAX to mean disconnect, for real
Christian Grothoff [Sun, 18 Oct 2015 18:57:48 +0000 (18:57 +0000)]
-use UINT32_MAX to mean disconnect, for real

8 years ago-do not suggest twice
Christian Grothoff [Sun, 18 Oct 2015 18:57:31 +0000 (18:57 +0000)]
-do not suggest twice

8 years ago-more logging, avoid duplicate re-scheduling
Christian Grothoff [Sun, 18 Oct 2015 18:44:05 +0000 (18:44 +0000)]
-more logging, avoid duplicate re-scheduling

8 years ago-fix reporting of IP address
Christian Grothoff [Sun, 18 Oct 2015 18:29:04 +0000 (18:29 +0000)]
-fix reporting of IP address

8 years ago-use LOG instead of GNUNET_log
Christian Grothoff [Sun, 18 Oct 2015 18:19:29 +0000 (18:19 +0000)]
-use LOG instead of GNUNET_log

8 years ago-only schedule select once per fragmented message
Christian Grothoff [Sun, 18 Oct 2015 18:16:59 +0000 (18:16 +0000)]
-only schedule select once per fragmented message

8 years ago-fix NPE
Christian Grothoff [Sun, 18 Oct 2015 14:09:00 +0000 (14:09 +0000)]
-fix NPE

8 years ago-cosmetics, and preparations for try_connect change
Christian Grothoff [Sun, 18 Oct 2015 14:06:40 +0000 (14:06 +0000)]
-cosmetics, and preparations for try_connect change

8 years ago-stop active offer before starting another one
Christian Grothoff [Sun, 18 Oct 2015 14:04:59 +0000 (14:04 +0000)]
-stop active offer before starting another one

8 years agouse ATS connectivity suggestion instead of deprecated GNUNET_TRANSPORT_try_connect
Christian Grothoff [Sun, 18 Oct 2015 13:59:59 +0000 (13:59 +0000)]
use ATS connectivity suggestion instead of deprecated GNUNET_TRANSPORT_try_connect

8 years ago-doxygen
Christian Grothoff [Sun, 18 Oct 2015 13:53:25 +0000 (13:53 +0000)]
-doxygen

8 years ago-track hello offer handle while it is active
Christian Grothoff [Sun, 18 Oct 2015 13:53:16 +0000 (13:53 +0000)]
-track hello offer handle while it is active

8 years ago-change topology to use ATS connectivity API instead of deprecated transport try_connect
Christian Grothoff [Sun, 18 Oct 2015 13:45:28 +0000 (13:45 +0000)]
-change topology to use ATS connectivity API instead of deprecated transport try_connect

8 years agoadd 'strength' argument to address suggestion request for ATS
Christian Grothoff [Sun, 18 Oct 2015 12:49:23 +0000 (12:49 +0000)]
add 'strength' argument to address suggestion request for ATS

8 years agorename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conventions
Christian Grothoff [Sun, 18 Oct 2015 12:33:21 +0000 (12:33 +0000)]
rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conventions

8 years ago-note dead field
Christian Grothoff [Sun, 18 Oct 2015 12:30:40 +0000 (12:30 +0000)]
-note dead field

8 years ago-doxygen
Christian Grothoff [Sun, 18 Oct 2015 12:27:54 +0000 (12:27 +0000)]
-doxygen

8 years ago-mirror check on disconnect
Christian Grothoff [Sun, 18 Oct 2015 12:27:38 +0000 (12:27 +0000)]
-mirror check on disconnect

8 years ago-typo
Christian Grothoff [Sun, 18 Oct 2015 12:21:40 +0000 (12:21 +0000)]
-typo

8 years ago-dead function in header
Christian Grothoff [Sun, 18 Oct 2015 12:21:08 +0000 (12:21 +0000)]
-dead function in header

8 years agocombing through transport ATS logic, documenting and cleaning code
Christian Grothoff [Sun, 18 Oct 2015 12:20:14 +0000 (12:20 +0000)]
combing through transport ATS logic, documenting and cleaning code

8 years agolog plugin involved in slow transmissions
Christian Grothoff [Sat, 17 Oct 2015 20:34:19 +0000 (20:34 +0000)]
log plugin involved in slow transmissions

8 years agofix misscalculation of per-session flow delays and apply flow delays properly per...
Christian Grothoff [Sat, 17 Oct 2015 20:28:16 +0000 (20:28 +0000)]
fix misscalculation of per-session flow delays and apply flow delays properly per message instead of per session

8 years agoadd logging to watch for transmission delays within transport service
Christian Grothoff [Sat, 17 Oct 2015 19:43:02 +0000 (19:43 +0000)]
add logging to watch for transmission delays within transport service

8 years ago-be harsher about transport service sending messages out of line, also at the same...
Christian Grothoff [Sat, 17 Oct 2015 19:34:43 +0000 (19:34 +0000)]
-be harsher about transport service sending messages out of line, also at the same time check in transport service to only transmit messages if in the right state

8 years ago-add option to ignore SetQuotaMessage (but still generate them), and if the option...
Christian Grothoff [Sat, 17 Oct 2015 19:02:04 +0000 (19:02 +0000)]
-add option to ignore SetQuotaMessage (but still generate them), and if the option is not set, really do use the quotas consistently

8 years ago-do not export set_incoming_quota past file, it is not used beyond the scope
Christian Grothoff [Sat, 17 Oct 2015 18:54:24 +0000 (18:54 +0000)]
-do not export set_incoming_quota past file, it is not used beyond the scope

8 years ago-ignores, indent
Christian Grothoff [Sat, 17 Oct 2015 17:41:37 +0000 (17:41 +0000)]
-ignores, indent

8 years ago-fix use after free
Christian Grothoff [Sat, 17 Oct 2015 00:19:16 +0000 (00:19 +0000)]
-fix use after free

8 years ago-bump warn threshold
Christian Grothoff [Sat, 17 Oct 2015 00:09:01 +0000 (00:09 +0000)]
-bump warn threshold

8 years ago-fix doxygen warnings
Christian Grothoff [Fri, 16 Oct 2015 22:56:01 +0000 (22:56 +0000)]
-fix doxygen warnings

8 years ago-use INFO, not WARN
Christian Grothoff [Fri, 16 Oct 2015 22:52:48 +0000 (22:52 +0000)]
-use INFO, not WARN

8 years ago-update DST hello
Christian Grothoff [Fri, 16 Oct 2015 22:48:39 +0000 (22:48 +0000)]
-update DST hello

8 years ago-ignore 2nd FRIEND hello when patching
Christian Grothoff [Fri, 16 Oct 2015 22:45:39 +0000 (22:45 +0000)]
-ignore 2nd FRIEND hello when patching

8 years ago-fix destroy_ai
Christian Grothoff [Fri, 16 Oct 2015 22:19:35 +0000 (22:19 +0000)]
-fix destroy_ai

8 years agoRemove unused variable
David Barksdale [Fri, 16 Oct 2015 17:03:09 +0000 (17:03 +0000)]
Remove unused variable

8 years agotrying to fix #4003
Christian Grothoff [Wed, 14 Oct 2015 14:55:42 +0000 (14:55 +0000)]
trying to fix #4003

8 years agoAlways force queue local messages when the client was pre-authorized to send. Fix...
Bart Polot [Tue, 13 Oct 2015 12:52:54 +0000 (12:52 +0000)]
Always force queue local messages when the client was pre-authorized to send. Fix #3999.

8 years ago- FTBFS
Bart Polot [Tue, 13 Oct 2015 12:21:53 +0000 (12:21 +0000)]
- FTBFS

8 years agofix consensus logic bug
Florian Dold [Sun, 11 Oct 2015 20:20:58 +0000 (20:20 +0000)]
fix consensus logic bug

8 years agoconsensus
Florian Dold [Sun, 11 Oct 2015 19:16:15 +0000 (19:16 +0000)]
consensus

8 years ago- implicitly enable rest functions in experimental if jansson.h present
Martin Schanzenbach [Sun, 11 Oct 2015 09:27:47 +0000 (09:27 +0000)]
- implicitly enable rest functions in experimental if jansson.h present

8 years ago- ignore
Bart Polot [Thu, 8 Oct 2015 18:21:25 +0000 (18:21 +0000)]
- ignore

8 years ago- FTBFS
Bart Polot [Thu, 8 Oct 2015 17:27:15 +0000 (17:27 +0000)]
- FTBFS

8 years ago- only request reply if no key is known
Bart Polot [Thu, 8 Oct 2015 17:27:14 +0000 (17:27 +0000)]
- only request reply if no key is known

8 years ago-NULL builder on disconnect
Christian Grothoff [Thu, 8 Oct 2015 17:19:24 +0000 (17:19 +0000)]
-NULL builder on disconnect

8 years agoredefining core message timeout semantics and core-core-API messaging to address...
Christian Grothoff [Thu, 8 Oct 2015 17:09:42 +0000 (17:09 +0000)]
redefining core message timeout semantics and core-core-API messaging to address (hypothetical?) stalls which may explain #3863.  This kind-of breaks the API in that the timeout now has a different semantic -- it's an advisory as to when the app would like the message transmitted, the transmission will no longer actually time out. However, that was the documented semantics before, just not the actual behavior. Most applications didn't rely on it, and tests still pass, so I didn't break too much...

8 years ago-signed cmp, otherwise -1 will not trigger
Christian Grothoff [Thu, 8 Oct 2015 17:01:28 +0000 (17:01 +0000)]
-signed cmp, otherwise -1 will not trigger

8 years agouse constant for overdue warnings
Christian Grothoff [Thu, 8 Oct 2015 16:21:58 +0000 (16:21 +0000)]
use constant for overdue warnings

8 years ago-fix indent
Christian Grothoff [Thu, 8 Oct 2015 16:20:50 +0000 (16:20 +0000)]
-fix indent

8 years agoadd constant for the delay after which we log warnings
Christian Grothoff [Thu, 8 Oct 2015 16:20:42 +0000 (16:20 +0000)]
add constant for the delay after which we log warnings

8 years agoimprove doxygen
Christian Grothoff [Thu, 8 Oct 2015 16:13:08 +0000 (16:13 +0000)]
improve doxygen

8 years ago-make time API more intutitive
Christian Grothoff [Thu, 8 Oct 2015 16:12:48 +0000 (16:12 +0000)]
-make time API more intutitive

8 years ago-ignore
Christian Grothoff [Thu, 8 Oct 2015 12:18:11 +0000 (12:18 +0000)]
-ignore

8 years ago-fix
Christian Grothoff [Thu, 8 Oct 2015 12:12:25 +0000 (12:12 +0000)]
-fix

8 years ago-make code nicer
Christian Grothoff [Thu, 8 Oct 2015 11:54:50 +0000 (11:54 +0000)]
-make code nicer

8 years ago-fix ptr ar
Christian Grothoff [Thu, 8 Oct 2015 11:51:39 +0000 (11:51 +0000)]
-fix ptr ar

8 years ago-fix FTBFS
Christian Grothoff [Thu, 8 Oct 2015 11:44:13 +0000 (11:44 +0000)]
-fix FTBFS

8 years ago-fix npe
Christian Grothoff [Thu, 8 Oct 2015 11:37:17 +0000 (11:37 +0000)]
-fix npe

8 years agoadd logic for strata compression
Christian Grothoff [Thu, 8 Oct 2015 11:30:19 +0000 (11:30 +0000)]
add logic for strata compression

8 years ago-fix template
Christian Grothoff [Thu, 8 Oct 2015 11:28:27 +0000 (11:28 +0000)]
-fix template

8 years agoexport compression/decompression functions
Christian Grothoff [Thu, 8 Oct 2015 11:28:07 +0000 (11:28 +0000)]
export compression/decompression functions

8 years agostatistics in set profiler, temp. fix for salt
Florian Dold [Wed, 7 Oct 2015 22:01:03 +0000 (22:01 +0000)]
statistics in set profiler, temp. fix for salt

8 years agoadd capability to log per-service resource consumption via ARM
Christian Grothoff [Wed, 7 Oct 2015 20:31:35 +0000 (20:31 +0000)]
add capability to log per-service resource consumption via ARM

8 years agoset statistics
Florian Dold [Wed, 7 Oct 2015 18:05:23 +0000 (18:05 +0000)]
set statistics

8 years agoFix typo in dv
David Barksdale [Wed, 7 Oct 2015 17:02:23 +0000 (17:02 +0000)]
Fix typo in dv

8 years agoFix make -j
David Barksdale [Wed, 7 Oct 2015 16:36:35 +0000 (16:36 +0000)]
Fix make -j

8 years agodetermine network scope for ATS even if we do not yet have a session and only have...
Christian Grothoff [Wed, 7 Oct 2015 14:15:38 +0000 (14:15 +0000)]
determine network scope for ATS even if we do not yet have a session and only have an address

8 years ago-more meaningful log msg
Christian Grothoff [Wed, 7 Oct 2015 12:55:53 +0000 (12:55 +0000)]
-more meaningful log msg

8 years ago-newline, include error code
Christian Grothoff [Wed, 7 Oct 2015 12:55:45 +0000 (12:55 +0000)]
-newline, include error code

8 years ago-no printf
Christian Grothoff [Wed, 7 Oct 2015 12:39:54 +0000 (12:39 +0000)]
-no printf

8 years agoadd additional diagnostics to help localize #3971 invariant violation
Christian Grothoff [Wed, 7 Oct 2015 11:54:46 +0000 (11:54 +0000)]
add additional diagnostics to help localize #3971 invariant violation

8 years ago-typo
Christian Grothoff [Wed, 7 Oct 2015 11:54:25 +0000 (11:54 +0000)]
-typo

8 years ago-simplify
Christian Grothoff [Wed, 7 Oct 2015 11:49:37 +0000 (11:49 +0000)]
-simplify

8 years ago-ensure result is +- 1
Christian Grothoff [Wed, 7 Oct 2015 11:48:56 +0000 (11:48 +0000)]
-ensure result is +- 1

8 years ago-fix testcase to handle SUCCESS status reply, only recv UDP after STUN Request is...
Christian Grothoff [Wed, 7 Oct 2015 11:31:37 +0000 (11:31 +0000)]
-fix testcase to handle SUCCESS status reply, only recv UDP after STUN Request is out, etc.