├── README └── old ├── #WAISGate.c# ├── .dir3_0.wmd ├── .places ├── CommonMakefile ├── DCLServer.c ├── DCLServer.mms ├── EMDirGate ├── FINDGate.c ├── HTDaemon.c ├── HTDaemon.c-Tim-development ├── HTDaemon.diffs ├── HTDaemon.good ├── HTDaemon.old.c ├── HTDirRead.c ├── HTDirRead.h ├── HTRetrieve.c ├── HTRules.c ├── HTRules.h ├── Makefile ├── Makefile.decstation ├── Makefile.next ├── Makefile.product ├── Oracle ├── HTRetrieve.c ├── HTRules.h ├── Makefile └── httpd.conf ├── ParseWSRC.c ├── ParseWSRC.h ├── Perf000.html ├── TechInfoGate.c ├── V0.0 ├── tcp_daemon └── tcp_daemon.c ├── V0.1 └── daemon.c ├── V0.2 ├── daemon.c ├── handle.c └── strchr.c ├── VMSHelp ├── descrip.mms ├── launchgate.com ├── test.com └── www_server.com ├── VMSHelpGate.c ├── VMServer.c ├── Version.make ├── WAISGate.c ├── asis.txt ├── ask.csh ├── decstation ├── Makefile ├── serve └── serve.conf ├── docdbgate.com ├── gopher-ti-gw.c ├── httpd.sh ├── install.csh ├── install.csh.txt ├── install.sh ├── install_lam.csh ├── sun4 └── Makefile ├── test.c ├── vm ├── .places ├── handle.c ├── netdd.c ├── servudp.c └── tcpacc2.exec ├── vms ├── descrip.mms ├── detach_server.com └── test.com ├── whoindex.html ├── whoserv.exec └── wsrc2html.c /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /old/#WAISGate.c#: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/#WAISGate.c# -------------------------------------------------------------------------------- /old/.dir3_0.wmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/.dir3_0.wmd -------------------------------------------------------------------------------- /old/.places: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/.places -------------------------------------------------------------------------------- /old/CommonMakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/CommonMakefile -------------------------------------------------------------------------------- /old/DCLServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/DCLServer.c -------------------------------------------------------------------------------- /old/DCLServer.mms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/DCLServer.mms -------------------------------------------------------------------------------- /old/EMDirGate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/EMDirGate -------------------------------------------------------------------------------- /old/FINDGate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/FINDGate.c -------------------------------------------------------------------------------- /old/HTDaemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTDaemon.c -------------------------------------------------------------------------------- /old/HTDaemon.c-Tim-development: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTDaemon.c-Tim-development -------------------------------------------------------------------------------- /old/HTDaemon.diffs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTDaemon.diffs -------------------------------------------------------------------------------- /old/HTDaemon.good: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTDaemon.good -------------------------------------------------------------------------------- /old/HTDaemon.old.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTDaemon.old.c -------------------------------------------------------------------------------- /old/HTDirRead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTDirRead.c -------------------------------------------------------------------------------- /old/HTDirRead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTDirRead.h -------------------------------------------------------------------------------- /old/HTRetrieve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTRetrieve.c -------------------------------------------------------------------------------- /old/HTRules.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTRules.c -------------------------------------------------------------------------------- /old/HTRules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/HTRules.h -------------------------------------------------------------------------------- /old/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Makefile -------------------------------------------------------------------------------- /old/Makefile.decstation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Makefile.decstation -------------------------------------------------------------------------------- /old/Makefile.next: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Makefile.next -------------------------------------------------------------------------------- /old/Makefile.product: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Makefile.product -------------------------------------------------------------------------------- /old/Oracle/HTRetrieve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Oracle/HTRetrieve.c -------------------------------------------------------------------------------- /old/Oracle/HTRules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Oracle/HTRules.h -------------------------------------------------------------------------------- /old/Oracle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Oracle/Makefile -------------------------------------------------------------------------------- /old/Oracle/httpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Oracle/httpd.conf -------------------------------------------------------------------------------- /old/ParseWSRC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/ParseWSRC.c -------------------------------------------------------------------------------- /old/ParseWSRC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/ParseWSRC.h -------------------------------------------------------------------------------- /old/Perf000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/Perf000.html -------------------------------------------------------------------------------- /old/TechInfoGate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/TechInfoGate.c -------------------------------------------------------------------------------- /old/V0.0/tcp_daemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/V0.0/tcp_daemon -------------------------------------------------------------------------------- /old/V0.0/tcp_daemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/V0.0/tcp_daemon.c -------------------------------------------------------------------------------- /old/V0.1/daemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/V0.1/daemon.c -------------------------------------------------------------------------------- /old/V0.2/daemon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/V0.2/daemon.c -------------------------------------------------------------------------------- /old/V0.2/handle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/V0.2/handle.c -------------------------------------------------------------------------------- /old/V0.2/strchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/V0.2/strchr.c -------------------------------------------------------------------------------- /old/VMSHelp/descrip.mms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/VMSHelp/descrip.mms -------------------------------------------------------------------------------- /old/VMSHelp/launchgate.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/VMSHelp/launchgate.com -------------------------------------------------------------------------------- /old/VMSHelp/test.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/VMSHelp/test.com -------------------------------------------------------------------------------- /old/VMSHelp/www_server.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/VMSHelp/www_server.com -------------------------------------------------------------------------------- /old/VMSHelpGate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/VMSHelpGate.c -------------------------------------------------------------------------------- /old/VMServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/VMServer.c -------------------------------------------------------------------------------- /old/Version.make: -------------------------------------------------------------------------------- 1 | VD = 0.9b 2 | -------------------------------------------------------------------------------- /old/WAISGate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/WAISGate.c -------------------------------------------------------------------------------- /old/asis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/asis.txt -------------------------------------------------------------------------------- /old/ask.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/ask.csh -------------------------------------------------------------------------------- /old/decstation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/decstation/Makefile -------------------------------------------------------------------------------- /old/decstation/serve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/decstation/serve -------------------------------------------------------------------------------- /old/decstation/serve.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/decstation/serve.conf -------------------------------------------------------------------------------- /old/docdbgate.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/docdbgate.com -------------------------------------------------------------------------------- /old/gopher-ti-gw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/gopher-ti-gw.c -------------------------------------------------------------------------------- /old/httpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/httpd.sh -------------------------------------------------------------------------------- /old/install.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/install.csh -------------------------------------------------------------------------------- /old/install.csh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/install.csh.txt -------------------------------------------------------------------------------- /old/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/install.sh -------------------------------------------------------------------------------- /old/install_lam.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/install_lam.csh -------------------------------------------------------------------------------- /old/sun4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/sun4/Makefile -------------------------------------------------------------------------------- /old/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/test.c -------------------------------------------------------------------------------- /old/vm/.places: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vm/.places -------------------------------------------------------------------------------- /old/vm/handle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vm/handle.c -------------------------------------------------------------------------------- /old/vm/netdd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vm/netdd.c -------------------------------------------------------------------------------- /old/vm/servudp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vm/servudp.c -------------------------------------------------------------------------------- /old/vm/tcpacc2.exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vm/tcpacc2.exec -------------------------------------------------------------------------------- /old/vms/descrip.mms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vms/descrip.mms -------------------------------------------------------------------------------- /old/vms/detach_server.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vms/detach_server.com -------------------------------------------------------------------------------- /old/vms/test.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/vms/test.com -------------------------------------------------------------------------------- /old/whoindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/whoindex.html -------------------------------------------------------------------------------- /old/whoserv.exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/whoserv.exec -------------------------------------------------------------------------------- /old/wsrc2html.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NotTheRealTimBL/WWWDaemon/HEAD/old/wsrc2html.c --------------------------------------------------------------------------------