index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.h
Age
Commit message (
Expand
)
Author
2024-03-22
all: rename output files
Anna (navi) Figueiredo Gomes
2024-03-22
all: use REUSE with LGPL-3.0-or-later and BSD-3-Clause
Anna (navi) Figueiredo Gomes
2023-05-29
Helper for setting TCP_USER_TIMEOUT socket option (#1188)
Viktor Söderqvist
2020-06-22
fix #785: defer TCP_NODELAY in async tcp connections (#836)
OmriSteiner
2020-06-07
sdsrange overflow fix (#830)
Michael Grunder
2019-04-01
Move network I/O calls to net.c
m
2018-09-25
Handle connection errors better in blocking mode as well
Mark Nunberg
2018-09-25
Call connect(2) again for non-blocking connect
Mark Nunberg
2018-04-28
Use AF_UNIX
Justin Brewer
2018-01-06
Make it compile on IBM AIX systems
Jan-Erik Rediger
2015-04-16
Change copyright date and add copyright holder
Jan-Erik Rediger
2014-04-09
Fix const correctness
Pieter Noordhuis
2014-04-08
Add ability to bind source address on connect
Matt Stancliff
2014-04-08
Remove possiblity of multiple close on same fd
Matt Stancliff
2013-07-10
Mark the timeout parameter as const in various functions
Noah Williamsson
2013-04-30
Make KeepAlive optional
Allen.Dou
2011-06-27
Extract function to check a socket for errors
Pieter Noordhuis
2011-04-21
Update license
Pieter Noordhuis
2011-02-04
Use select(2) for enforce a timeout on blocking connect(2)
Pieter Noordhuis
2011-01-07
Return error on socket timeout for a blocking context
Pieter Noordhuis
2010-12-29
License
Pieter Noordhuis
2010-12-16
Solaris doesn't know AF_LOCAL
Pieter Noordhuis
2010-11-03
Add functiont to net.c to connect to a unix socket
Pieter Noordhuis
2010-11-02
Strip net.c down to the bare minimum
Pieter Noordhuis
2010-11-02
Move anet.{c,h} to net.{c,h}
Pieter Noordhuis