aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
Commit message (Collapse)AuthorAge
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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
| | | | | add unix perf cfgs
* 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, ↵Christian Grothoff2014-06-23
| | | | starting support for monitoring
* -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 ↵Christian Grothoff2014-06-22
| | | | implementation for UNIX plugin of that API; clean up of UNIX API code (removing of duplicated/dead code)
* clarify prettyprinter API and protocols, make sure implementations are ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* 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
| | | | | option USE_ABSTRACT_SOCKETS is present in configuration.
* unix domain sockets used hardcoded path instead of configuration settingMatthias Wachs2014-02-07
| | | | | | - removing UNIX domain sockets port support and UNIX domain socket NAT support
* more fixed documentationMatthias Wachs2014-01-16
|
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* 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 ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* fix for incoming addresses:Matthias Wachs2013-10-07
| | | | | | incoming addresses are only marked with address length 0 if the address cannot be used to initiate a connection to his address. Therefor only for tcp and http(s) incoming connections an address length of 0 is reported whereas for other plugins (unix, udp, wlan) the incoming address can be used to initiate a connection to this address.
* -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 ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* fixing assertion in ATS about unknown address in use:Matthias Wachs2013-09-12
| | | | | | | | | unix returned inbound session with length 0 when transport asked for outbound address so ATS cannot compare addresses this bug took exactly so long to find as the additional check has chars
* 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 *' ↵Christian Grothoff2013-07-13
| | | | instead of 'void *'
* using inbound stringMatthias Wachs2013-07-12
|
* removing unwanted breakMatthias Wachs2013-07-11
|
* fixed:Matthias Wachs2013-07-11
| | | | | | | - printing inbound connections - lookup for existing sessions - notifying transport with session_start only for inbound sessions
* changed return type to enumMatthias Wachs2013-07-10
| | | | | added get_network to template
* 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
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.