aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
Commit message (Collapse)AuthorAge
...
* -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.
* -hopefully fixing #2869Christian Grothoff2013-05-05
|
* -more distance removingChristian Grothoff2013-03-30
|
* -no longer pass distance information from non-DV pluginsChristian Grothoff2013-03-30
|
* transport plugin api change: split of address receive and ats updatesMatthias Wachs2013-03-18
|
* -transport must be able to run without statsChristian Grothoff2013-03-04
|
* msgMatthias Wachs2012-12-12
|
* fix mantis 0002653Matthias Wachs2012-11-14
|
* use api correctlyMatthias Wachs2012-11-14
|
* improve unix timeout behaviourMatthias Wachs2012-11-14
|
* simplify retry mechanismMatthias Wachs2012-10-26
|
* changeMatthias Wachs2012-10-26
|
* -dceChristian Grothoff2012-10-18
|
* doxygenMatthias Wachs2012-10-16
|
* fix for overhead measurement in unix,also fixes assertion in neighbours 1152 Matthias Wachs2012-10-16
|
* overhead reportingMatthias Wachs2012-10-16
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* UNIX statsMatthias Wachs2012-09-26
|
* - minor changesMatthias Wachs2012-09-13
|
* - log unix messagesMatthias Wachs2012-09-13
|
* - fix for unixMatthias Wachs2012-08-29
|
* changes to address notificationMatthias Wachs2012-08-24
|
* - coverity 10055Matthias Wachs2012-07-25
|
* - fixed session codeMatthias Wachs2012-06-29
|
* -LRN: Check session target:Christian Grothoff2012-06-23
| | | | | | | | | | It changes the Session object layout to make peer identity its first field, always, for all sessions. Code in find_session() can use this to check that the session belongs to the right peer. test_ats_api_add_address always triggers this due to the way it fakes a pointer to session object.
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* additional error messageMatthias Wachs2012-06-01
|
* - fix address lengthMatthias Wachs2012-05-29
|
* -doxygenChristian Grothoff2012-05-28
|