- 12 Jan, 2006 1 commit
-
-
rswindell authored
-
- 21 Dec, 2005 1 commit
-
-
deuce authored
-
- 14 Dec, 2005 2 commits
-
-
deuce authored
writes from JS stuff. A half-decent start on implementing write_template() in C rather than JS. Unfortunately, this started to feel too much like my day job, so it's getting tossed on the pile for (at least) tonight... #ifdef'ed out.
-
deuce authored
from the ringbuffer but before it is actually sent.
-
- 13 Dec, 2005 5 commits
- 12 Dec, 2005 1 commit
-
-
deuce authored
sessions.
-
- 29 Nov, 2005 2 commits
-
-
deuce authored
Hopefully, this will fix the massively negative times.
-
deuce authored
are apparently the same thing, not so for nost *nix systems. Unsure of BCC. At the very least, MSVC doesn't support a long double type with *printf() whereas *nix does. This does not *seem* to be causing a problem, but it may.
-
- 28 Nov, 2005 5 commits
- 19 Oct, 2005 3 commits
- 13 Oct, 2005 2 commits
- 12 Oct, 2005 1 commit
-
-
rswindell authored
-
- 11 Oct, 2005 1 commit
-
-
deuce authored
-
- 04 Oct, 2005 2 commits
- 03 Oct, 2005 3 commits
- 02 Oct, 2005 1 commit
-
-
deuce authored
a 404 instead (ie: http://www.your.bbs/index.html/whee/this/is/cool)
-
- 01 Oct, 2005 2 commits
- 30 Sep, 2005 4 commits
-
-
deuce authored
Add REQUEST_URI CGI variable (Apache extension) Drain STDOUT as well as STDERR Don't drain stdio until script is terminated Do not send Content-length header for CGI scripts. Properly handle partial writes of CGI output using sock_sendbuf() Should this be in sockwrap?
-
deuce authored
sent headers.
-
deuce authored
-
deuce authored
-
- 29 Sep, 2005 2 commits
-
-
deuce authored
-
deuce authored
of the host. (ie: index.cgi) This would allow index.cgi to be (say) viewcvs.cgi and URLs such as: http://cvs.synchro.net/src/sbbs3/websrvr.c To work.
-
- 28 Sep, 2005 2 commits
-
-
deuce authored
to webctrl.ini
-
deuce authored
Now reads EVERY matching key with keys at the beginning of the file being overriden by later keys. [*.cgi] Realm=CGI Scripts [*.*] ARS=LEVEL 90 Would have both applied to *.cgi and level 90 applied to everything regardless of order in the .ini file whereas: [*.cgi] Realm=CGI Scripts ARS=Level 50 [*.*] ARS=Level90 Would behave differently than: [*.*] ARS=Level 90 [*.cgi] Realm=CGI Scripts ARS=Level 50 In the former, the ARS=Level 50 line would be overridden by the ARS=Level 90
-