summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2002-10-0717481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2-18/+33
2002-08-2717582: Improved option argument handling.Peter Stephenson16-121/+297
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-2217570: tweaks to socket modulePeter Stephenson1-12/+13
2002-08-1817558: zsh/net/socket , zsocket builtinClint Adams3-0/+293
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson1-0/+4
First with zstyle patterns, second with pwd in job structure.
2002-07-0417417: remove unused fluff from datetime.cClint Adams1-3/+1
2002-06-0617297: 17265 continued.Clint Adams1-1/+1
2002-06-06zselectClint Adams1-0/+2
2002-06-05remove builtin when tcp module is unloaded.Peter Stephenson1-3/+1
2002-06-0517265: make the jobs command work in subshellsPeter Stephenson1-7/+18
2002-05-3017253: ztcp -L gives parseable information on tcp sessionPeter Stephenson1-9/+24
2002-05-2917249: fix user output from ztcpPeter Stephenson1-4/+4
2002-05-2617235: strftime builtinClint Adams2-0/+107
2002-05-2417220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson1-3/+3
2002-05-1617171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson1-0/+2
when a connect() failed.
2002-05-1517166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson1-2/+3
connection before closing, not after
2002-05-1417162: Src/Modules/tcp.c: prevent warning onPeter Stephenson1-2/+2
gethostbyaddr() arguments.
2002-05-1417161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson1-0/+1
wasn't initialised, causing random failures.
2002-05-0817102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson1-1/+1
2002-05-0817097: closing all TCP sessions referenced freed memory.Peter Stephenson1-2/+4
2002-05-0817095: Bug in setting associative array; remove unused counterPeter Stephenson1-8/+5
2002-05-0817081: New zselect module and documentation.Peter Stephenson2-0/+316
2002-04-2517040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2-3/+4
socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6.
2002-04-25remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky1-1/+0
2002-04-24fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky1-0/+1
re-defining styles and compredirs-copies in comp_wrapper() (17029)
2002-04-1817011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2-4/+4
freehostent() incorrectly removed in 16172.
2002-02-1916673: add langinfo module as an interface to locale information.Clint Adams3-0/+566
2001-11-1516241: new rand48(param) math functionPeter Stephenson1-0/+106
2001-10-2616176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson2-6/+15
TCP control fd is no longer valid, but we still need to remove the session cleanly.
2001-10-2616172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2-4/+4
2001-10-2615793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson1-1/+2
15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing
2001-10-1616062: use O_EXCL when opening a temporary file.Clint Adams1-1/+1
2001-10-14Remove <arpa/telnet.h> from tcp.c.Bart Schaefer1-14/+16
2001-10-08remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle1-16/+0
2001-10-0815964: use SOCKLEN_TAndrey Borzenkov1-1/+2
2001-10-0215919: use LinkLists in place of somewhat equivalent codeClint Adams2-59/+33
2001-09-28Zftp control connection management cleanup.Bart Schaefer1-19/+27
2001-09-2715886: use select if poll is not available, or complain if neither are availableClint Adams1-2/+25
2001-09-1015780: rename **arg to **dargsClint Adams1-18/+20
2001-09-1015779: ztcp -dClint Adams1-22/+57
2001-09-10stupid bugfixesClint Adams1-5/+8
2001-09-10unposted: stupid -a bugClint Adams1-4/+3
2001-09-1015771: ztcp -tClint Adams1-5/+22
2001-09-0915769: ztcp -aClint Adams2-21/+53
2001-09-091576x: take service names, stuff fd numbers into $REPLYClint Adams1-14/+27
2001-09-0915766: ztcp -lClint Adams2-40/+120
2001-09-081596x: ztcp -vClint Adams1-2/+8
2001-09-0815762: introduce ztcp builtinClint Adams4-108/+325
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky1-3/+3
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson3-3/+3