summaryrefslogtreecommitdiffstats
path: root/common/sys/net.c
Commit message (Expand)AuthorAgeFilesLines
* * 'l' looks like '1' and confusing. rename to 's'.kcwu2009-06-151-16/+16
* * change toread/towrite's return value to be '-1 for EOF and error'.piaip2009-06-151-2/+4
* * handle (to)read/write return value more correctlypiaip2009-06-151-4/+4
* * more checks on net systempiaip2009-06-141-4/+16
* * revert previous disable of perror... it should not be the reason of crashespiaip2009-06-101-2/+2
* * no need to exit process when passing fd failed... (or not?)piaip2009-06-101-2/+2
* * sendmsg() with ancillary on Linux seems like requiring unix domain socket ...piaip2009-06-101-1/+8
* * improve tobind() with customizable parameterspiaip2009-06-071-4/+102
* - many small revisekcwu2009-05-271-2/+3
* revert last commitwens2008-08-211-1/+1
* *:xxx and :xxx should listen on INADDR_ANYwens2008-08-211-1/+1
* - (internal) tobind/toconnect: allow specifying INADDR_ANY (*:port) or loopba...piaip2008-04-181-14/+29
* - (internal) un sockets requires removing file path first.piaip2008-04-111-0/+3
* - net: should not change constant string.piaip2008-04-101-2/+6
* Change tobind/toconnect interface.wens2008-04-101-12/+29
* fix if/else sequencewens2008-04-091-2/+2
* Support UNIX socket domainswens2008-04-091-29/+71
* (internal) refine directory layout: libbbs/libbbsutil -> common/bbs,sys.piaip2008-03-271-0/+114