glitch in the license text detected by hyazinthe, thank you!
[oweals/gnunet.git] / src / transport / gnunet-service-transport_validation.c
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-06-04 Christian Grothoffmerge benchmark changes
2018-05-27 Christian Grothofftrack hello passing
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-02 Schanzenbach, Martin-merge
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-27 Christian Grothoffmore logging for transport
2017-12-04 Schanzenbach, MartinMerge branch 'identity_abe' into identity_oidc
2017-12-04 PhilMerge remote-tracking branch 'origin/identity_abe'...
2017-12-02 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-10-13 ng0Merge branch 'master' of gnunet.org:gnunet
2017-10-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-09 David BarksdaleFix use-after-free in revalidate_address
2017-10-08 David BarksdaleDon't start multiple blacklist checks per ve
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2016-09-20 Christian Grothoffmigrating transport service to new MQ API
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffremoving GNUNET_TRANSPORT_monitor_validation-API
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-26 Christian Grothoff-fix
2015-10-26 Christian Grothoff-ignore PING/PONG from self
2015-10-26 Christian Grothoff-check transport-side for connect-to-self
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-16 Christian Grothoff-use INFO, not WARN
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-10-07 Christian Grothoffadd additional diagnostics to help localize #3971 invar...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-05-20 Christian Grothoff-indentation, doxygen
2015-03-24 Christian Grothoff-updated french translations
2015-03-08 Christian Grothoff-always assume at least MIN bandwidth, even if we got...
2015-02-22 Christian Grothoffsimplify logic, do not report monitoring events for...
2015-02-18 Christian Grothofffix blacklist checking logic, integrating tracking...
2015-02-13 Christian Grothoff-fixing misc minor bugs and style issues (unchecked...
2015-02-12 Christian Grothoff-nicer logging
2015-02-12 Christian Grothoffgenerate our own HELLO before starting validations
2015-02-12 Christian Grothoff-fix typo
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-10 Christian Grothoff-fix #3665: hello can theoretically still be NULL
2015-02-10 Christian Grothoff-do not reschedule validation if in_use did not change
2015-02-10 Christian Grothoff-just eliminate useless check, can just be false
2015-02-09 Christian Grothoff-do only send HELLO to clients once on startup, do...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-05 Christian GrothoffVarious changes:
2015-02-03 Christian Grothoffadd internal API to enable telling ATS about 'failed...
2015-02-02 Christian Grothoffget_address_latency is actually dead
2015-02-02 Christian Grothoffget_address_latency also does not use session
2015-02-02 Christian GrothoffGST_validation_set_address_use does not need the session
2015-02-02 Christian Grothoffcheck that we support the specified plugin early, not...
2015-02-02 Christian Grothoffremove blacklisted addresses immediately from validatio...
2015-02-02 Christian Grothoffadd statistic on size of validation_map
2015-02-02 Christian Grothoff-removing dead code, chvc_ was not used at all
2015-02-02 Christian Grothoffavoid passing both PeerIdentity and Address (which...
2015-02-02 Christian Grothoffavoid duplication from storing PID in both address...
2015-02-02 Christian Grothoff-doxyen, comments, indentation
2015-02-01 Christian Grothoffcleaning up UDP code to use only on address format...
2015-01-25 Christian Grothoffonly add addresses as valid from peerinfo if we have...
2015-01-19 Christian Grothoff-towards improved ATS API, adding return value with...
2015-01-18 Christian Grothoff-remarking on things to fix
2015-01-05 Christian Grothoff-docu, style fixes
2015-01-05 Christian Grothoff-stylistic fixes, also, only block re-validation for...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-08-29 Matthias Wachsprofiler
2014-08-26 Christian Grothoff-doxygen
2014-06-26 Matthias Wachslog message for delayed validation
2014-06-26 Matthias Wachsfix uninitialized value
2014-06-26 Matthias Wachsmake delay computation readable
2014-06-26 Matthias Wachsthis break was never seen ... so not required anymore
2014-06-22 Christian Grothoff-doxygen, indentation
2014-06-22 Christian Grothoff-simplify logic a bit, doxygen, indentation
2014-06-03 Matthias Wachsfix for bug #0003416: do not stop parsing uri when...
2014-05-27 Matthias Wachsthese messages should not be logged as errors
2014-03-27 Matthias Wachsblacklist checks have to be cancelled when session...
2014-01-16 Matthias Wachsmore fixed documentation
2014-01-15 Matthias Wachstransport validation monitoring API (not yet complete...
2014-01-14 Matthias Wachsimproved log messages
2014-01-14 Matthias Wachsincrease log level for useful messages
2014-01-13 Matthias Wachsimplementing 0003268 to inbound information in HELLO...
2014-01-08 Matthias Wachsneighbour monitoring api implemented
2013-12-19 LRNmalloc -> new
2013-12-12 Christian Grothoff-be stricter during handshake, close sessions with...
2013-12-11 Christian Grothoff-indentation, doxygen, logging
2013-10-18 Matthias Wachspayload and data
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting ATS and transport to compile again (part of...
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-07 Matthias Wachserror message instead of assertion
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-07-18 Matthias Wachsuninitialized variable
2013-07-12 Matthias Wachsunused variable
next