- 25 Jul, 2003 19 commits
-
-
rswindell authored
editor).
-
rswindell authored
-
rswindell authored
Checking more JS API return values for failure.
-
rswindell authored
Checking more JS API return values for failure.
-
rswindell authored
Checking more JS API return values for failure.
-
rswindell authored
spamblock.cfg list.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
(besides text/ip.can) can be used.
-
rswindell authored
-
rswindell authored
connection, the connection is ignored by default unless the FULL_ACCEPT service option is used. Each service has a configurable listen backlog now (defaults to SOMAXCONN), this value can only be configured by using ListenBacklog in the services.ini.
-
rswindell authored
-
rswindell authored
-
rswindell authored
type (instead of always looking in the debug dir).
-
rswindell authored
-
- 24 Jul, 2003 2 commits
- 23 Jul, 2003 4 commits
-
-
deuce authored
< 1024 Web and services threads will still not recycle.
-
rswindell authored
-
rswindell authored
(e.g. mozjs) can be specified on the gmake command-line (as now documented in sbbsunix.txt).
-
rswindell authored
"max_bytes" value is insufficient for the number of configured items: by defining dynamically created objects and arrays as properties of child objects of the global object immediately after such objects are created, they are "implicitly rooted", protecting them from (unexpected) garbage collection. Now the initialization will simply fail with a nice "out of memory" error. This was a long-standing bug that rarely occurred in the wild.
-
- 22 Jul, 2003 7 commits
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
(forces immediate destruction of local objects).
-
deuce authored
-
deuce authored
since we are using gcc/g++ for linking now. Fix command-line orders. OpenBSD will now work once I check in the new Mozilla .so files.
-
rswindell authored
upon loop.
-
- 21 Jul, 2003 8 commits
-
-
rswindell authored
-
rswindell authored
-
deuce authored
SHLIBOPTS macro now contains params to pass to gcc and g++ to create shared libs.
-
rswindell authored
Simplified the "is_command" function. Eliminated unnecessary #ifdef's.
-
rswindell authored
-
rswindell authored
The SERVICE_OPT_LOOP option flag now works for native static services. New service option flag: SERVICE_OPT_NATIVE used to denote native (non-JS) services, rather than the crude method of searching for ".js" in the cmdline.
-
rswindell authored
-
rswindell authored
Added ini_file to startup_t (used in-addition-to/ in-place of cfg_file).
-