summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring, rename isNil to isNull.jsdelfino2013-01-033-3/+3
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-033-0/+10
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-117-258/+196
* Minor memory management, performance, and tracing improvements.jsdelfino2012-07-162-28/+84
* Fix PyObject reference counting bugs causing memory violations in the Python ...jsdelfino2012-05-291-40/+174
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-284-2/+6
* Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino2012-02-271-1/+0
* Rename some of the utility programs and add them to the install target.jsdelfino2012-02-201-1/+2
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-231-0/+1
* Fix core dump when running Python components in a virtual host.jsdelfino2011-09-211-2/+2
* 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-057-85/+426
* Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2011-08-302-3/+7
* Port to Mac OS X 10.6.7.jsdelfino2011-06-284-9/+16
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-6/+5
* 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-082-15/+10
* 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
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-281-1/+1
* 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-252-6/+53
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-201-4/+4
* Make sure components execute in the correct contribution directory and fix su...jsdelfino2010-08-294-8/+17
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-161-0/+1
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-281-0/+1
* Add more JSON and ATOMPub test cases.jsdelfino2010-07-191-6/+6
* Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino2010-06-051-2/+4
* Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad...jsdelfino2010-06-022-46/+0
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-301-2/+5
* Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2010-05-291-1/+1
* Use curl configured at build time instead of curl found on system path.jsdelfino2010-04-041-7/+9
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-282-2/+2
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-271-0/+2
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino2010-03-061-2/+2
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-061-8/+1
* Fixed build bootstrap error with duplicate variable definitions.jsdelfino2010-03-011-2/+2
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-012-9/+14
* Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino2010-02-281-0/+4
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-281-1/+1
* 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-175-55/+32
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-073-143/+39
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-077-20/+54
* Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2010-02-012-0/+34
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-172-3/+3
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-175-30/+85
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-174-22/+25
* Updated svn:ignore properties. Fixed build error.jsdelfino2010-01-112-3/+2