aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
Commit message (Expand)AuthorAge
* -make sure we get the correct errno back after GNUNET_NETWORK_socket_create()Christian Grothoff2015-01-25
* W32: Remove copy-pasted stray incrementLRN2015-01-24
* Add GNUNET_NETWORK_fdset_handle_set_firstLRN2015-01-24
* Add support for selecting on W32 eventsLRN2015-01-24
* use enough space for storing full addressChristian Grothoff2015-01-17
* Grothoff's W32 select slist elimination and prettificationLRN2014-12-14
* Grothoff's massive indentation and documentation fixes in util/network.cLRN2014-12-14
* adding TCP_STEALTH support to TCP pluginChristian Grothoff2014-11-02
* - Do not try to delete empty string directories.Sree Harsha Totakura2014-02-14
* Create UNIX domain sockets as abstract sockets when running in LINUX and theSree Harsha Totakura2014-02-09
* -clean up network select code, avoid insane #ifdefing for MINGWChristian Grothoff2013-12-13
* -fix off-by-one so we can also select on FD 0 (stdin)Christian Grothoff2013-12-13
* -fix #3211Christian Grothoff2013-12-13
* -fix warningChristian Grothoff2013-10-09
* removing remenants of abstract unix domain socket handling, this finishes add...Christian Grothoff2013-10-09
* changing UNIX domain socket access control to file permissions checks, instea...Christian Grothoff2013-10-09
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
* -remove trailing whitespaceChristian Grothoff2013-10-06
* *sigh* ... Matthias Wachs2013-10-01
* -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 pa...Christian Grothoff2013-09-26
* Applying 1st patch from Andrew Cann (see also #2887).Christian Grothoff2013-09-26
* -check return values, doxygen, code cleanupChristian Grothoff2013-09-26
* -fix shortening routine to deal with longer hashesChristian Grothoff2013-09-20
* add GNUNET_NETWORK_socket_free_memory_only_ API to allow getting raw FD and r...Christian Grothoff2013-09-16
* Fix timing problems in *_select() on W32LRN2013-09-08
* -fix u/clarify/improve util/network code doxygen documentationChristian Grothoff2013-08-29
* -eliminate more uses of ShortHashCode, breaks signaturesChristian Grothoff2013-08-19
* - use SO_REUSEADDR for SOCK_STREAM type sockets onlySree Harsha Totakura2013-08-15
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* -fix warnings on W32Christian Grothoff2013-07-24
* doxygenFlorian Dold2013-06-26
* Fix non-windows non-IPv6 build.David Barksdale2013-06-21
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
* Fix warnings and fix/improve logging in network.cLRN2013-03-20
* -check for EINPROGRESS for UNIX, hopefully fixing #2741Christian Grothoff2013-01-30
* W32: Remove unnecessary 0 and -1 checksLRN2012-11-01
* W32: optimize GNUNET_NETWORK_fdset_addLRN2012-11-01
* -bugfixes, code cleanupChristian Grothoff2012-10-26
* bratao: W32: Optimize ..._select() implementationLRN2012-10-25
* Implement non-inheritable sockets for W32LRN2012-10-08
* -reorderChristian Grothoff2012-09-27
* -minor code cleanupChristian Grothoff2012-07-18
* Handle peek errors more appropriately in w32 selectLRN2012-07-13
* Safer handling of corner-cases in w32 selectLRN2012-07-13
* -dos2unixChristian Grothoff2012-07-11
* -LRN: Log timeouts that are bigger than DWORD; fix format stringChristian Grothoff2012-06-24
* -fixing #2439Christian Grothoff2012-06-20
* LRN: new select wrapper for W32 which avoids busy-waitingChristian Grothoff2012-06-07