summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-21Correctly support binding URI on references.jsdelfino1-3/+3
2010-03-17Added support for HTTP references and different versions of the store-wsgi co...jsdelfino8-7/+148
2010-03-13Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino2-30/+11
2010-03-13Improved handling of HTTP etags and dynamic content expiration.jsdelfino2-36/+76
2010-03-10Added a WSGI store test case, plus a few fixes to get it working.jsdelfino6-31/+103
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino3-8/+64
2010-03-08Support different Java VMs, including Apache Harmony.jsdelfino6-30/+118
2010-03-06Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino24-100/+1135
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino9-51/+28
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino3-4/+4
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino14-54/+62
2010-02-28Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino16-1/+678
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino3-14/+14
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino10-48/+63
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino25-395/+322
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino9-199/+68
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino33-171/+449
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino4-0/+68
2010-01-30Correctly pass property values to component implementations.jsdelfino4-17/+33
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino4-34/+157
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino2-1/+20
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino4-69/+135
2010-01-24Minor improvements to java component support, use one classloader per compone...jsdelfino17-66/+704
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino6-8/+8
2010-01-17Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino2-6/+3
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino15-45/+254
2010-01-17Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino13-53/+557
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino13-73/+81
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...jsdelfino33-806/+1075
2010-01-11Added utility functions to help call Java code using JNI and wrap Axis2/java ...jsdelfino10-0/+792
2010-01-11Added scoped pools to test methods to reduce test memory consumption.jsdelfino1-5/+31
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...jsdelfino5-18/+40
2010-01-06Added a few more python and C++ component test combinations.jsdelfino4-60/+118
2010-01-06Fixed incorrect function name in test implementation.jsdelfino1-1/+1
2010-01-06Minor cleanup, removed unnecessary references to GC pools.jsdelfino11-93/+91
2010-01-05Integrated python support with HTTPD server module. Changed test case to use ...jsdelfino9-13/+132
2010-01-05Fixed shopping cart delete function. Map HTTP delete with no path info to a d...jsdelfino1-4/+16
2010-01-05Added python module to main build. Updated svn:ignore properties.jsdelfino1-1/+1
2010-01-05Minor cleanup, removed unused poolptr and char value types.jsdelfino2-6/+0
2010-01-05Integrated python 2.6 interpreter in modules/python. The integration is much ...jsdelfino7-0/+787
2010-01-05Refactored eval module to avoid confusion with the python eval module.jsdelfino13-58/+65
2010-01-02Cleaned up lifecycle handling of objects that hold library and file resources...jsdelfino3-45/+20
2010-01-02Performance improvements when running both in multi-threaded and pre-forked H...jsdelfino23-712/+750
2009-12-26Simplified server configuration, HTTPD modules now use deployment composite t...jsdelfino17-344/+473
2009-12-26Added missing const qualifiers, macros and util functions to help debugging, ...jsdelfino3-14/+14
2009-12-26Added timing functions to measure performance, removed unused cache support, ...jsdelfino3-126/+128
2009-11-30More build improvements, added a configure option to turn on debugging and pr...jsdelfino6-9/+16
2009-11-30Fixes to the http client, httpd modules and memcached component to get the st...jsdelfino17-235/+409