summaryrefslogtreecommitdiff
path: root/net.h
AgeCommit message (Expand)Author
2024-03-22all: use REUSE with LGPL-3.0-or-later and BSD-3-ClauseAnna (navi) Figueiredo Gomes
2023-05-29Helper for setting TCP_USER_TIMEOUT socket option (#1188)Viktor Söderqvist
2020-06-22fix #785: defer TCP_NODELAY in async tcp connections (#836)OmriSteiner
2020-06-07sdsrange overflow fix (#830)Michael Grunder
2019-04-01Move network I/O calls to net.cm
2018-09-25Handle connection errors better in blocking mode as wellMark Nunberg
2018-09-25Call connect(2) again for non-blocking connectMark Nunberg
2018-04-28Use AF_UNIXJustin Brewer
2018-01-06Make it compile on IBM AIX systemsJan-Erik Rediger
2015-04-16Change copyright date and add copyright holderJan-Erik Rediger
2014-04-09Fix const correctnessPieter Noordhuis
2014-04-08Add ability to bind source address on connectMatt Stancliff
2014-04-08Remove possiblity of multiple close on same fdMatt Stancliff
2013-07-10Mark the timeout parameter as const in various functionsNoah Williamsson
2013-04-30Make KeepAlive optionalAllen.Dou
2011-06-27Extract function to check a socket for errorsPieter Noordhuis
2011-04-21Update licensePieter Noordhuis
2011-02-04Use select(2) for enforce a timeout on blocking connect(2)Pieter Noordhuis
2011-01-07Return error on socket timeout for a blocking contextPieter Noordhuis
2010-12-29LicensePieter Noordhuis
2010-12-16Solaris doesn't know AF_LOCALPieter Noordhuis
2010-11-03Add functiont to net.c to connect to a unix socketPieter Noordhuis
2010-11-02Strip net.c down to the bare minimumPieter Noordhuis
2010-11-02Move anet.{c,h} to net.{c,h}Pieter Noordhuis