summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
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
2001-07-0615250: still run setup even if pcre functions are unavailableClint Adams1-6/+16
2001-07-06Avoid static link of pcre module.Bart Schaefer1-1/+1
2001-07-0415242: pcre_match -a and $match instead of pparamsClint Adams1-5/+16
2001-07-0315228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams1-5/+35
2001-07-03unposted: update distfiles for 15211Clint Adams1-0/+1
2001-07-0215211: zsh/pcre moduleClint Adams2-0/+141
2001-06-1914973: fix for reported problems on AIX.Andrey Borzenkov1-3/+6
2001-06-1514931: fix socket/address length calculationAndrey Borzenkov2-5/+8
2001-06-1214863: tcp_connectClint Adams2-16/+33
2001-06-1114843: tcp_closeClint Adams2-4/+11
2001-06-08Fix #includes for gcc 2.95 compilation.Bart Schaefer2-27/+23
2001-06-08Untrustworthy return value of tgetflag().Bart Schaefer1-29/+36
2001-06-07unposted: add tcp module to .distfilesClint Adams1-0/+1
2001-06-0614778: rename zsh/tcp to zsh/net/tcp.Clint Adams2-2/+2
2001-06-0614770: tcp module from zftpClint Adams5-205/+399
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky1-0/+1
array accesses, plus some defensive programming for heap allocated param structs (14605)
2001-05-30Improve gettermcap().Bart Schaefer1-8/+27
2001-05-28Silence compiler warnings.Bart Schaefer1-2/+2
2001-05-28make the zprof wrapper function be more careful, avoiding almost all of the ↵Sven Wischnowsky1-48/+59
code when the module is being unloaded (14504)
2001-05-1114314: writing const variable under cygwinPeter Stephenson1-3/+3
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov1-32/+52
2001-05-08Fixes from Andrej for zpty on cygwinPeter Stephenson1-1/+6
2001-04-30Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov1-3/+23
changed to external variables and cannot be used to initialize static array). Modified by me __CYGWIN -> __CYGWIN__
2001-04-2614125: remove static incleanup flag because it is unusedClint Adams2-20/+0
2001-04-2614123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams1-1/+3
2001-04-26Another HAVE_TERM* compilation tweak.Bart Schaefer1-13/+22
2001-04-24Fix term* linkage _again_.Bart Schaefer2-1/+3
2001-04-2314077: revert clint's build patches on 19.04.2001Andrey Borzenkov4-8/+0
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams2-0/+8
2001-04-21More term*.h inclusion un-confusion.Bart Schaefer1-12/+16
2001-04-2014055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams1-7/+13
2001-04-2014053: add $termcap special parameterClint Adams2-1/+245
2001-04-1914041: reduce unnecessary linking for modulesClint Adams4-4/+4
2001-04-1914039: simulate old linking behaviorClint Adams4-3/+5
2001-04-1914033: reduce unnecessary library linking for modules and main binaryClint Adams3-0/+6