summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js/eval.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-231-6/+1
* Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino2011-09-051-3/+3
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-281-2/+4
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-141-4/+17
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-111-11/+36
* Fix representation of null values and escape control characters in JSON and H...jsdelfino2011-04-171-2/+6
* Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2011-03-211-0/+3
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+8
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-241-1/+3
* Move JavaScript eval functions to the js module.jsdelfino2010-12-081-0/+306