summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a WSGI store test case, plus a few fixes to get it working.jsdelfino2010-03-106-31/+103
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2010-03-103-8/+64
* Support different Java VMs, including Apache Harmony.jsdelfino2010-03-086-30/+118
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino2010-03-0624-100/+1135
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-069-51/+28
* Fixed build bootstrap error with duplicate variable definitions.jsdelfino2010-03-013-4/+4
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-0114-54/+62
* Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino2010-02-2816-1/+678
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-283-14/+14
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-2210-48/+63
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-1725-395/+322
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-079-199/+68
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-0733-171/+449
* Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2010-02-014-0/+68
* Correctly pass property values to component implementations.jsdelfino2010-01-304-17/+33
* Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2010-01-304-34/+157
* Added skeletons and build options for a few more utility components. Minor re...jsdelfino2010-01-252-1/+20
* Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino2010-01-244-69/+135
* Minor improvements to java component support, use one classloader per compone...jsdelfino2010-01-2417-66/+704
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-176-8/+8
* Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino2010-01-172-6/+3
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-1715-45/+254
* Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino2010-01-1713-53/+557
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-1713-73/+81
* Updated svn:ignore properties. Fixed build error.jsdelfino2010-01-112-3/+2
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-1133-806/+1075
* Added utility functions to help call Java code using JNI and wrap Axis2/java ...jsdelfino2010-01-1110-0/+792
* Added scoped pools to test methods to reduce test memory consumption.jsdelfino2010-01-111-5/+31
* Cleaned up python support code, removed unused functions.jsdelfino2010-01-115-164/+51
* Minor fixes to server and python evaluator to get python store working. Some...jsdelfino2010-01-115-18/+40
* Added a few more python and C++ component test combinations.jsdelfino2010-01-064-60/+118
* Fixed incorrect function name in test implementation.jsdelfino2010-01-061-1/+1
* Minor cleanup, removed unnecessary references to GC pools.jsdelfino2010-01-0611-93/+91
* Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino2010-01-059-13/+132
* Fixed shopping cart delete function. Map HTTP delete with no path info to a d...jsdelfino2010-01-051-4/+16
* Added python module to main build. Updated svn:ignore properties.jsdelfino2010-01-051-1/+1
* Minor cleanup, removed unused poolptr and char value types.jsdelfino2010-01-052-6/+0
* Integrated python 2.6 interpreter in modules/python. The integration is much ...jsdelfino2010-01-057-0/+787
* Refactored eval module to avoid confusion with the python eval module.jsdelfino2010-01-0513-58/+65
* Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino2010-01-023-45/+20
* Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino2010-01-0223-712/+750
* Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino2009-12-2617-344/+473
* Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino2009-12-263-14/+14
* Added timing functions to measure performance, removed unused cache support, ...jsdelfino2009-12-263-126/+128
* More build improvements, added a configure option to turn on debugging and pr...jsdelfino2009-11-306-9/+16
* Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino2009-11-3017-235/+409
* Added debug macros and cleaned up debug logging. Added locking macros used wh...jsdelfino2009-11-308-43/+102
* Fixed build break. Added missing dir and fix server configuration script.jsdelfino2009-11-231-1/+0
* Simplified the automake build using configure options instead of environment ...jsdelfino2009-11-236-26/+9
* Refactored memcached support into an SCA component. Moved cache monad functio...jsdelfino2009-11-237-531/+0