aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
Commit message (Collapse)AuthorAge
* Shuffle some vars around to fix a warningРуслан Ижбулатов2017-02-25
| | | | On W32 the 'gc' variable is left unused.
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* 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 ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* enable clean up of NAT STUN state, prevents test_plugin_udp from segfaultingChristian Grothoff2015-10-07
|
* Woot! It might actually work now, although I should tweak the testJeff Burdges2015-08-03
| | | | | | a bit to make sure.
* New to notify that we're done with the handshakeJeff Burdges2015-07-31
|
* Add support for building connection proxies.Jeff Burdges2015-07-28
| | | | | | | It should not have any effect on existing code, and pass any tests that would pass normally, but if it does break anyhting then contact me ASAP.
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -indentation, commentsChristian Grothoff2015-02-28
|
* ignore EAGAIN from accept()Christian Grothoff2015-02-28
|
* -doxygen, i18n and indentationChristian Grothoff2015-02-28
|
* fix TCP plugin RC issue (#3687) by changing util API (!)Christian Grothoff2015-02-21
|
* -signal connection failure to receive even if receive is triggered after ↵Christian Grothoff2015-02-21
| | | | failure is observed
* -doxygenChristian Grothoff2015-02-18
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* adding TCP_STEALTH support to TCP pluginChristian Grothoff2014-11-02
|
* Further fixes for issue #3544David Barksdale2014-09-22
|
* 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.
* removing remenants of abstract unix domain socket handling, this finishes ↵Christian Grothoff2013-10-09
| | | | addressing #2887
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-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
* add GNUNET_NETWORK_socket_free_memory_only_ API to allow getting raw FD and ↵Christian Grothoff2013-09-16
| | | | releasing struct without leaking 'addr' member
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* All-encompassing ARM updateLRN2013-03-13
|
* -check for EINPROGRESS for UNIX, hopefully fixing #2741Christian Grothoff2013-01-30
|
* -undo 25844Christian Grothoff2013-01-21
|
* -try force binding client socket to loopback/localhost for localhost ↵Christian Grothoff2013-01-21
| | | | connections to facilitate access control checks
* -trying to fix #2572Christian Grothoff2012-10-08
|
* -deadChristian Grothoff2012-10-06
|
* -fixChristian Grothoff2012-04-26
|
* -extra assertionChristian Grothoff2012-04-26
|
* -fixChristian Grothoff2012-04-25
|
* -minor fixesChristian Grothoff2012-04-24
|
* -misc offline hacking / code cleanup in utilChristian Grothoff2012-04-21
|
* -slightly betterChristian Grothoff2012-04-19
|
* -doxygenChristian Grothoff2012-04-19
|
* -simplifying destruction of connections, cleaning up server API -- all for #2274Christian Grothoff2012-04-19
|
* -rename fest in connection.cChristian Grothoff2012-04-19
|
* -removing obsolete argument from GNUNET_CONNECTION_destroyChristian Grothoff2012-04-19
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -never a clear warning, use INFOChristian Grothoff2012-03-15
|