about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 18587: fix bug where only the beginning of the association key was comparedOliver Kiddle2003-05-301-1/+1
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-223-42/+32
* unposted: cvsignore VIM *.swp filesAndrey Borzenkov2003-05-051-0/+5
* 17820, tweaked: attempt to fix compilation of tcp.h on recent versionsPeter Stephenson2003-04-281-2/+2
* 18472: spelling correctionsOliver Kiddle2003-04-251-1/+1
* 18466: tcp.mdh only included by C filePeter Stephenson2003-04-232-1/+1
* users/5986, 18380: arg support for echoti builtin.Clint Adams2003-03-251-4/+23
* 18325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson2003-03-071-1/+8
* 18202: New TCP function system plus small error message change in ztcp.Peter Stephenson2003-02-062-1/+4
* 18195: Timeouts for read builtin.Peter Stephenson2003-02-051-1/+1
* 17481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2002-10-072-18/+33
* 17582: Improved option argument handling.Peter Stephenson2002-08-2716-121/+297
* 17570: tweaks to socket modulePeter Stephenson2002-08-221-12/+13
* 17558: zsh/net/socket , zsocket builtinClint Adams2002-08-183-0/+293
* 17516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2002-08-081-0/+4
* 17417: remove unused fluff from datetime.cClint Adams2002-07-041-3/+1
* 17297: 17265 continued.Clint Adams2002-06-061-1/+1
* zselectClint Adams2002-06-061-0/+2
* remove builtin when tcp module is unloaded.Peter Stephenson2002-06-051-3/+1
* 17265: make the jobs command work in subshellsPeter Stephenson2002-06-051-7/+18
* 17253: ztcp -L gives parseable information on tcp sessionPeter Stephenson2002-05-301-9/+24
* 17249: fix user output from ztcpPeter Stephenson2002-05-291-4/+4
* 17235: strftime builtinClint Adams2002-05-262-0/+107
* 17220: Src/Modules/tcp.c: bugs using ztcp to list connections.Peter Stephenson2002-05-241-3/+3
* 17171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson2002-05-161-0/+2
* 17166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson2002-05-151-2/+3
* 17162: Src/Modules/tcp.c: prevent warning onPeter Stephenson2002-05-141-2/+2
* 17161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson2002-05-141-0/+1
* 17102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson2002-05-081-1/+1
* 17097: closing all TCP sessions referenced freed memory.Peter Stephenson2002-05-081-2/+4
* 17095: Bug in setting associative array; remove unused counterPeter Stephenson2002-05-081-8/+5
* 17081: New zselect module and documentation.Peter Stephenson2002-05-082-0/+316
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2002-04-252-3/+4
* remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2002-04-251-1/+0
* fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...Sven Wischnowsky2002-04-241-0/+1
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2002-04-182-4/+4
* 16673: add langinfo module as an interface to locale information.Clint Adams2002-02-193-0/+566
* 16241: new rand48(param) math functionPeter Stephenson2001-11-151-0/+106
* 16176: Src/Modules/tcp.c, Src/Modules/zftp.c: after fdclose(),Peter Stephenson2001-10-262-6/+15
* 16172: freehostent -> zfreehostent to avoid name clashPeter Stephenson2001-10-262-4/+4
* 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly.Peter Stephenson2001-10-261-1/+2
* 16062: use O_EXCL when opening a temporary file.Clint Adams2001-10-161-1/+1
* Remove <arpa/telnet.h> from tcp.c.Bart Schaefer2001-10-141-14/+16
* remove duplicated includes which caused problems on IRIX 5 (15987)Oliver Kiddle2001-10-081-16/+0
* 15964: use SOCKLEN_TAndrey Borzenkov2001-10-081-1/+2
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-022-59/+33
* Zftp control connection management cleanup.Bart Schaefer2001-09-281-19/+27
* 15886: use select if poll is not available, or complain if neither are availableClint Adams2001-09-271-2/+25
* 15780: rename **arg to **dargsClint Adams2001-09-101-18/+20
* 15779: ztcp -dClint Adams2001-09-101-22/+57