- Oct 30, 2011
- Oct 29, 2011
-
-
deuce authored
This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
resolve callbacks.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
thread tell the echo thread to exit.
-
deuce authored
-
deuce authored
-
deuce authored
load()ed file, not argc
-
deuce authored
Restore background log dance... logging from background thread should work now as long as the parent is still around... not sure what will happen when the parent goes away though.
-
- Oct 28, 2011
-
-
deuce authored
Since this requires a context in the same runtime and we're not sharing one big runtime (yet), we'll copy it out of magic JS land and into more sane normal heap land and JS_free() immediately. This should fix teh Windows crash on queues that digitalman was seeing (and the leak he added to fix it).
-
rswindell authored
a heap assertion (with jsexec/ircd.js). I'm not sure if this is now a memory leak or what, but Deuce needs to take a look-see tomorrow.
-
rswindell authored
- Fixed mention of $HOSTNAME.ini being supported - Added reference to wiki page (where most comments should be moved) Fixed default value of SemFileCheckFrequency. Added LoginAttempt* key values to [global] section.
-
rswindell authored
*nix for it's temp directory as it routinely deletes all files in this directory - no longer default to '/tmp' on *nix.
-
deuce authored
It fails.
-
rswindell authored
-
rswindell authored
-
deuce authored
and leave it rooted until the script is done or the context is destroyed. This should clean up crashes before a script starts (ie: While creating common objects)
-
rswindell authored
has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
-
rswindell authored
has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
-
deuce authored
are objects.
-
deuce authored
The dest6 test to check if the date passed though safely seems to be broken as it actually does pass through and work but the comparison doesn't.
-
rswindell authored
Sysops are not normally expected to run these. - while1.js (infinite loop detection testing) - recurse.js (infinite recursion detection testing)
-
deuce authored
-
- Oct 27, 2011
- Oct 26, 2011