aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
Commit message (Expand)AuthorAge
* 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
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
* moving from abstract unix domain socket paths to normal unix domain socket pa...Christian Grothoff2013-09-26
* fixing assertion in ATS about unknown address in use:Matthias Wachs2013-09-12
* remove dead assignmentsMatthias Wachs2013-08-19
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* memory leakMatthias Wachs2013-07-18
* -add dv_get_network to DV API, improve signature to use 'struct Session *' in...Christian Grothoff2013-07-13
* using inbound stringMatthias Wachs2013-07-12
* removing unwanted breakMatthias Wachs2013-07-11
* fixed:Matthias Wachs2013-07-11
* changed return type to enumMatthias Wachs2013-07-10
* added functionMatthias Wachs2013-07-09
* fixing size check in get_sessionMatthias Wachs2013-07-01
* fixing size check in address to stringMatthias Wachs2013-07-01
* doxygen fixesMatthias Wachs2013-07-01
* options support for unixMatthias Wachs2013-06-28
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20