about summary refs log tree commit diff
path: root/Src/Modules/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* 37838: use UNUSED() consistentlyJun-ichi Takimoto2016-01-301-1/+1
|
* 37014: Improved internal parameter setting.Peter Stephenson2015-10-291-3/+3
| | | | | | | | Enhance WARNCREATEGLOBAL to work in many more cases. Don't create REPLY as an integer if it didn't previously exist as one, even if the value to be set is integral, as this is likely to mess up later uses of REPLY.
* 36944: extend fd management to zsocketPeter Stephenson2015-10-241-2/+15
|
* not quite posted: check for error return before EINTRPeter Stephenson2015-08-101-1/+1
|
* 36039: Restart socket commands on EINTRJoshua Krusell2015-08-101-2/+5
|
* 35939: fix select polling in ztcp and zsocketJoshua Krusell2015-07-221-1/+1
|
* Jun T.: 27292: fix length in socket callPeter Stephenson2009-09-291-6/+2
|
* 27286: Made movefd() return the targetfd on success. AddedWayne Davison2009-09-221-8/+11
| | | | a little more error checking in the callers of movefd().
* 27284: better use of movefd()Peter Stephenson2009-09-221-2/+8
|
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-3/+3
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-4/+25
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-14/+14
|
* 21143: more care about special file descriptorsPeter Stephenson2005-04-151-0/+5
|
* 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson2004-11-161-1/+1
|
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
|
* 19525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle2004-03-031-1/+1
|
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-221-14/+10
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-6/+6
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17570: tweaks to socket modulePeter Stephenson2002-08-221-12/+13
|
* 17558: zsh/net/socket , zsocket builtinClint Adams2002-08-181-0/+286