aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_blacklist.c
Commit message (Expand)AuthorAge
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff2015-10-18
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* fix blacklist checking logic, integrating tracking of sessions with blacklist...Christian Grothoff2015-02-18
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ...Christian Grothoff2015-02-02
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -doxygen and minor style fixesChristian Grothoff2014-12-20
* fix for missing receive not done callMatthias Wachs2014-09-22
* one break to break it all: Matthias Wachs2014-03-27
* fix for 3300: remember to call client_receive_done for blacklist clientMatthias Wachs2014-02-04
* fix use after free and mantis 0003257Matthias Wachs2014-01-20
* removing useless fixme commentMatthias Wachs2014-01-20
* neighbour monitoring api implementedMatthias Wachs2014-01-08
* malloc -> newLRN2013-12-19
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
* remove dead assignmentsMatthias Wachs2013-08-19
* docuMatthias Wachs2013-03-28
* fixes to blacklistingMatthias Wachs2013-03-28
* -code cleanupChristian Grothoff2013-03-27
* transport cfg based blacklistingMatthias Wachs2013-03-27
* doxygenMatthias Wachs2013-03-25
* changes to connect_cbMatthias Wachs2013-03-21
* -cleanerChristian Grothoff2012-12-21
* -check return valuesChristian Grothoff2012-12-20
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
* reducing error messages about missing configuration options by introducing ne...Christian Grothoff2012-09-27
* - implementation for mantis 0002485Matthias Wachs2012-07-06
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
* introducing soft shutdown concept for services; during soft shutdown, service...Christian Grothoff2012-04-22
* -fixing #2274 -- eliminating GNUNET_SCHEDULER_add_afterChristian Grothoff2012-04-19
* -LRN: calculate file size for single files when needed and use GNUNET_DISK_fi...Christian Grothoff2012-03-19
* fixing and testing blacklisting api and serviceMatthias Wachs2012-02-01
* - fixed 2128: Blacklisting makes transport service crashMatthias Wachs2012-02-01
* added assertion (which is successfully failing ;-) )Matthias Wachs2012-02-01
* -fixing indentationChristian Grothoff2011-11-29
* refactoring how we handle peer addresses in peerinfo/ats/transport/hello subs...Christian Grothoff2011-11-08
* curly wars / auto-indentationChristian Grothoff2011-11-04
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
* fixing list-connections to show correct peer idMatthias Wachs2011-09-29
* misc train hackingChristian Grothoff2011-09-09
* run indent twice, it alternates between two 'canonical' forms, also run white...Christian Grothoff2011-08-29
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
* indentationChristian Grothoff2011-08-15
* indentationChristian Grothoff2011-08-15
* stuffChristian Grothoff2011-08-14