- fix
[oweals/gnunet.git] / src / transport / gnunet-service-transport_validation.c
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
2013-07-12 Matthias Wachsdisabling error level message, adding stats instead
2013-07-12 Matthias Wachsfixed address validation for plugins with client server...
2013-07-11 Matthias Wachsenabling address check in validation
2013-07-10 Matthias Wachsmodified validation to use new api call to set networktype
2013-05-23 Matthias Wachsremove warn message and add documentation
2013-04-04 Matthias Wachspeerinfo API change + changes in code using api
2013-04-04 Matthias Wachschanges for mantis 0002676
2013-03-28 Matthias Wachssupport for FRIEND_HELLO messages
2013-03-28 Matthias Wachsnew friend only HELLO type GNUNET_MESSAGE_TYPE_FRIEND_HELLO
2013-03-06 Matthias Wachsprint warning only on failure
2013-03-05 Matthias Wachschanges
2013-03-04 Matthias Wachsdisable message
2013-03-04 Matthias Wachserror msg
2013-03-04 Matthias Wachsvalidation fast start and throttling
2013-03-04 Matthias Wachsimplementing pong singature caching
2013-03-03 Christian Grothoff-remove 093 compatiability code, change validation...
2013-02-05 Christian Grothoffswitching to ECDHE cryptography f, implementation is...
2013-02-04 Matthias Wachsthrottling validations
2013-01-18 LRNRe-enable signature check warning
2013-01-09 Matthias Wachsdebug code for mantis 0002726
2012-10-18 Matthias Wachspreliminary workaround for 0002549
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-09-13 Matthias Wachs- unaligned memory access
2012-08-08 Matthias Wachsremove msg
2012-07-25 Matthias Wachscomment
2012-07-25 Matthias Wachs- coverity 10070
2012-07-25 Matthias Wachs- coverity 10080
2012-07-24 Christian Grothoff-debug code for new transport issue
2012-07-06 Matthias Wachs- check did not fail over night with running peer,...
2012-07-05 Matthias Wachs- compatibility code
2012-07-04 Matthias Wachs- fix for 2481 and 2472
2012-06-15 Matthias Wachs- changed behavior when receiving CONNECT messages...
2012-06-15 Matthias Wachs- changes related to ATS_address_add + testcases for...
next