summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python/eval.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Fix build errors with latest GCC and CLang compilers.jsdelfino1-3/+3
2013-01-03Refactoring, rename isNil to isNull.jsdelfino1-1/+1
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino1-102/+102
2012-07-16Minor memory management, performance, and tracing improvements.jsdelfino1-23/+52
2012-05-29Fix PyObject reference counting bugs causing memory violations in the Python ...jsdelfino1-40/+174
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino1-1/+0
2011-09-06Reinitialize Python thread support after a library reload or a fork.jsdelfino1-15/+71
2011-09-05Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino1-63/+219
2011-08-30Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino1-0/+4
2011-04-04Enable python component implementations to flow binary content strings.jsdelfino1-5/+9
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino1-8/+3
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-11/+23
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino1-1/+0
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino1-1/+1
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino1-1/+3
2010-10-25Support python method invocation style on references, ref.func(...) in additi...jsdelfino1-1/+43
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino1-4/+12
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-16/+37
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino1-5/+19
2010-01-11Cleaned up python support code, removed unused functions.jsdelfino1-43/+21
2010-01-11Minor fixes to server and python evaluator to get python store working. Some...jsdelfino1-1/+1
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino1-5/+5
2010-01-05Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino1-2/+7
2010-01-05Minor cleanup, removed unused poolptr and char value types.jsdelfino1-4/+0
2010-01-05Integrated python 2.6 interpreter in modules/python. The integration is much ...jsdelfino1-0/+286