summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python (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
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino1-1/+2
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-0/+1
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino1-2/+2
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.jsdelfino7-85/+426
2011-08-30Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2-3/+7
2011-06-28Port to Mac OS X 10.6.7.jsdelfino4-9/+16
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino1-6/+5
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...jsdelfino2-15/+10
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-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino1-1/+1
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...jsdelfino2-6/+53
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino1-4/+4
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino4-8/+17
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino1-0/+1
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino1-0/+1
2010-07-19Add more JSON and ATOMPub test cases.jsdelfino1-6/+6
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino1-2/+4
2010-06-02Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad...jsdelfino2-46/+0
2010-05-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino1-2/+5
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino1-1/+1
2010-04-04Use curl configured at build time instead of curl found on system path.jsdelfino1-7/+9
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2-2/+2
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-0/+2
2010-03-06Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino1-2/+2
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino1-8/+1
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino1-2/+2
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2-9/+14
2010-02-28Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino1-0/+4
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino1-1/+1
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...jsdelfino5-55/+32
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino3-143/+39
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino7-20/+54
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2-0/+34
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino2-3/+3
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino5-30/+85
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino4-22/+25
2010-01-11Updated svn:ignore properties. Fixed build error.jsdelfino2-3/+2
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino10-6/+384
2010-01-11Cleaned up python support code, removed unused functions.jsdelfino5-164/+51
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.jsdelfino4-23/+23
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