extended test to check configuration files
[oweals/gnunet.git] / src / transport / gnunet-service-transport_validation.c
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...
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-06-01 Matthias Wachs- correct output
2012-05-06 Christian Grothoff-removing legacy ifdefs, fixing log statements
2012-05-03 Christian Grothoff-enable lm building
2012-04-02 Matthias Wachs- fix for debugging code
2012-03-30 Matthias Wachs- debugging code for mantis 2216
2012-02-23 Matthias Wachsnot an error: plugin can return NULL (e.g. for IPv6...
2012-02-22 Matthias Wachsfix coverity 10138
2012-02-13 Matthias Wachsremoving legacy send functions from plugins and renamin...
2012-02-13 Matthias Wachs new sending in validation
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-11-30 Matthias Wachssome doxygen + refactoring of GST_validation_set_addres...
2011-11-29 Christian Grothoff-fixing indentation
2011-11-29 Christian Grothoff-nl
2011-11-29 Matthias Wachs- hunting a bug
2011-11-22 Matthias Wachsdo not validate own address
2011-11-10 Matthias Wachsthis break is not needed anymore, since we measure...
2011-11-10 Matthias Wachslatency measurement with neighbour_keep_alive_task
2011-11-10 Matthias Wachshandle PONG only if expected
2011-11-09 Christian Grothofffix
2011-11-09 Christian Grothofffix
2011-11-08 Christian Grothoffrefactoring how we handle peer addresses in peerinfo...
2011-11-07 Christian Grothoffmore code to get latency in ATSI working; not complete...
2011-11-07 Christian GrothoffPING regularly, track latency, towards fixing 1793...
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-11-02 Matthias Wachsdo not validate own hello
2011-11-02 Matthias Wachsremov break_op
2011-10-24 Matthias Wachsmantis #1844
2011-10-24 Christian Grothofffixes
2011-10-23 Christian Grothoffalso generate PONG if PING contains an empty address:
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
2011-10-13 Matthias Wachscompile
2011-10-04 Matthias Wachsfix for 1819:
2011-09-19 Christian Grothoffdo latency computation - #1768
2011-09-09 Christian Grothoffmisc train hacking
2011-09-07 Matthias Wachsporting gnunet-transport-list-connections to binary...
2011-09-07 Matthias Wachscorrect usage of ats \0 termination
2011-09-05 Matthias Wachsseparate transport api debug messages from transport...
2011-09-02 Christian Grothoffcleanup API for get_hello and get_hello_cancel
2011-09-02 Christian Grothoffdon't add addrs like crazy
2011-08-29 Matthias Wachs- handle_pong used wrong address size
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-25 Matthias Wachsfix:
next