about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* stupid bugfixesClint Adams2001-09-101-5/+8
* unposted: stupid -a bugClint Adams2001-09-101-4/+3
* 15771: ztcp -tClint Adams2001-09-101-5/+22
* 15769: ztcp -aClint Adams2001-09-092-21/+53
* 1576x: take service names, stuff fd numbers into $REPLYClint Adams2001-09-091-14/+27
* 15766: ztcp -lClint Adams2001-09-092-40/+120
* 1596x: ztcp -vClint Adams2001-09-081-2/+8
* 15762: introduce ztcp builtinClint Adams2001-09-084-108/+325
* handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky2001-08-281-3/+3
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-093-3/+3