summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python/eval.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors with latest GCC and CLang compilers.jsdelfino2013-08-261-3/+3
* Refactoring, rename isNil to isNull.jsdelfino2013-01-031-1/+1
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-111-102/+102
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-161-23/+52
* Fix PyObject reference counting bugs causing memory violations in the Python ...jsdelfino2012-05-291-40/+174
* Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino2012-02-271-1/+0
* Reinitialize Python thread support after a library reload or a fork.jsdelfino2011-09-061-15/+71
* Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino2011-09-051-63/+219
* Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2011-08-301-0/+4
* Enable python component implementations to flow binary content strings.jsdelfino2011-04-041-5/+9
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-081-8/+3
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-11/+23
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-241-1/+0
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-141-1/+1
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-131-1/+3
* Support python method invocation style on references, ref.func(...) in additi...jsdelfino2010-10-251-1/+43
* Make sure components execute in the correct contribution directory and fix su...jsdelfino2010-08-291-4/+12
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-221-1/+1
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-171-2/+2
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-071-16/+37
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-071-5/+19
* Cleaned up python support code, removed unused functions.jsdelfino2010-01-111-43/+21
* Minor fixes to server and python evaluator to get python store working. Some...jsdelfino2010-01-111-1/+1
* Minor cleanup, removed unnecessary references to GC pools.jsdelfino2010-01-061-5/+5
* Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino2010-01-051-2/+7
* Minor cleanup, removed unused poolptr and char value types.jsdelfino2010-01-051-4/+0
* Integrated python 2.6 interpreter in modules/python. The integration is much ...jsdelfino2010-01-051-0/+286