summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/java/eval.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino1-1/+0
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+5
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-2/+2
2010-08-16Test Postgresql hot standby + replication and integrated Postgresql database ...jsdelfino1-7/+2
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino1-7/+31
2010-03-08Support different Java VMs, including Apache Harmony.jsdelfino1-8/+24
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino1-1/+1
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino1-2/+2
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino1-9/+9
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-2/+11
2010-01-30Correctly pass property values to component implementations.jsdelfino1-9/+10
2010-01-24Minor improvements to java component support, use one classloader per compone...jsdelfino1-27/+110
2010-01-17Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino1-48/+84
2010-01-11Added utility functions to help call Java code using JNI and wrap Axis2/java ...jsdelfino1-0/+398