Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | 37014: Improved internal parameter setting. | Peter Stephenson | 2015-10-29 | 1 | -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 zsocket | Peter Stephenson | 2015-10-24 | 1 | -2/+15 |
| | |||||
* | not quite posted: check for error return before EINTR | Peter Stephenson | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | 36039: Restart socket commands on EINTR | Joshua Krusell | 2015-08-10 | 1 | -2/+5 |
| | |||||
* | 35939: fix select polling in ztcp and zsocket | Joshua Krusell | 2015-07-22 | 1 | -1/+1 |
| | |||||
* | Jun T.: 27292: fix length in socket call | Peter Stephenson | 2009-09-29 | 1 | -6/+2 |
| | |||||
* | 27286: Made movefd() return the targetfd on success. Added | Wayne Davison | 2009-09-22 | 1 | -8/+11 |
| | | | | a little more error checking in the callers of movefd(). | ||||
* | 27284: better use of movefd() | Peter Stephenson | 2009-09-22 | 1 | -2/+8 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -3/+3 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -4/+25 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -14/+14 |
| | |||||
* | 21143: more care about special file descriptors | Peter Stephenson | 2005-04-15 | 1 | -0/+5 |
| | |||||
* | 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash | Peter Stephenson | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -3/+3 |
| | |||||
* | 19525: suppress compiler warnings and complete groups using lookupd on Mac OS | Oliver Kiddle | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | 18559, 18562: make modules use proper option arguments | Peter Stephenson | 2003-05-22 | 1 | -14/+10 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -6/+6 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | 17570: tweaks to socket module | Peter Stephenson | 2002-08-22 | 1 | -12/+13 |
| | |||||
* | 17558: zsh/net/socket , zsocket builtin | Clint Adams | 2002-08-18 | 1 | -0/+286 |