aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
Commit message (Expand)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* rename fest: use new libgnunetnt instead of old libgnunetats logic for networ...Christian Grothoff2018-11-23
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* 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
* determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff2015-10-07
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -fixing misc minor bugs and style issues (unchecked return values, memory lea...Christian Grothoff2015-02-13
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* simplify ATS API and plugin API by returning the network type, instead of an ...Christian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -fix use of possibly wrong or uninitialized sessionChristian Grothoff2014-12-16
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
* remove PORT related information from unixMatthias Wachs2014-09-01
* fixing documentationMatthias Wachs2014-07-24
* fix compiler warning about uninitialized variableMatthias Wachs2014-06-23
* -towards having the monitoring API supported by TCPChristian Grothoff2014-06-23
* -removing global state from UDP plugin (statics), doxygen, indentation, start...Christian Grothoff2014-06-23
* -updateing tempalteChristian Grothoff2014-06-22
* -actually perform monitor calls where appropriateChristian Grothoff2014-06-22
* implement monitoring API in UNIX, simplify code a bitChristian Grothoff2014-06-22
* adding design for session monitoring API to transport plugins; skeleton imple...Christian Grothoff2014-06-22
* clarify prettyprinter API and protocols, make sure implementations are consis...Christian Grothoff2014-06-09
* fix semantic for address_to_stringMatthias Wachs2014-06-02
* fix for unchecked return valueMatthias Wachs2014-04-07
* make plugin fail if bind fails ...Matthias Wachs2014-03-28
* fixing crash in unixMatthias Wachs2014-03-28
* session end function must include address to notify addressMatthias Wachs2014-03-20
* abstract unix domain socket supportMatthias Wachs2014-02-10
* - create the directory for the UNIX socket file before binding to it.Sree Harsha Totakura2014-02-10
* Create UNIX domain sockets as abstract sockets when running in LINUX and theSree Harsha Totakura2014-02-09
* unix domain sockets used hardcoded path instead of configuration settingMatthias Wachs2014-02-07
* more fixed documentationMatthias Wachs2014-01-16
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
* session timeouts for unixMatthias Wachs2013-12-18
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
* -extend transport plugin API with capability to just disconnect a single sess...Christian Grothoff2013-12-12
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
* fix for incoming addresses:Matthias Wachs2013-10-07
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
* fix unix pluginMatthias Wachs2013-09-30