summaryrefslogtreecommitdiff
path: root/Src/Modules/socket.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2015-10-2937014: Improved internal parameter setting.Peter Stephenson1-3/+3
2015-10-2436944: extend fd management to zsocketPeter Stephenson1-2/+15
2015-08-10not quite posted: check for error return before EINTRPeter Stephenson1-1/+1
2015-08-1036039: Restart socket commands on EINTRJoshua Krusell1-2/+5
2015-07-2235939: fix select polling in ztcp and zsocketJoshua Krusell1-1/+1
2009-09-29Jun T.: 27292: fix length in socket callPeter Stephenson1-6/+2
2009-09-2227286: Made movefd() return the targetfd on success. AddedWayne Davison1-8/+11
2009-09-2227284: better use of movefd()Peter Stephenson1-2/+8
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-3/+3
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-4/+25
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-14/+14
2005-04-1521143: more care about special file descriptorsPeter Stephenson1-0/+5
2004-11-1620556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-3/+3
2004-03-0319525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle1-1/+1
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-14/+10
2002-08-2717582: Improved option argument handling.Peter Stephenson1-6/+6
2002-08-2217570: tweaks to socket modulePeter Stephenson1-12/+13
2002-08-1817558: zsh/net/socket , zsocket builtinClint Adams1-0/+286