summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-21Correctly support binding URI on references.jsdelfino2-7/+15
2010-03-21Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st...jsdelfino9-13/+44
2010-03-17Minor fixes to the INSTALL instructions. Added two more automated install scr...jsdelfino4-4/+119
2010-03-17Added support for HTTP references and different versions of the store-wsgi co...jsdelfino11-7/+311
2010-03-15Fixes to the automated Ubuntu install script, and automatic detection of xulr...jsdelfino4-28/+90
2010-03-13Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino7-47/+154
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.jsdelfino17-31/+1304
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino19-48/+96
2010-03-10Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com...jsdelfino7-8/+205
2010-03-08Support different Java VMs, including Apache Harmony.jsdelfino8-35/+159
2010-03-06Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino26-101/+1137
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino9-51/+28
2010-03-01Updated svn:ignore properties.jsdelfino1-0/+2
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino4-6/+6
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino24-91/+91
2010-02-28Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino18-1/+683
2010-02-28Minor README cleanup. Fixed permissions on COPYING and LICENSE files.jsdelfino3-5/+4
2010-02-28Removed contrib folder now that it's saved in its own branch.jsdelfino875-83489/+0
2010-02-28Moving old inactive code to a branch as it's confusing code assist, searches ...jsdelfino1155-0/+115535
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino3-14/+14
2010-02-25Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefin...jsdelfino2-4/+19
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino22-174/+175
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino73-700/+1779
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...jsdelfino64-235/+677
2010-02-01Added missing OASIS and W3C licenses.jsdelfino2-9/+121
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino18-2/+318
2010-02-01Added build configuration and dependencies for chat and queue components.jsdelfino15-51/+590
2010-01-30Correctly pass property values to component implementations.jsdelfino10-37/+55
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino21-60/+804
2010-01-25Updated svn:ignore properties.jsdelfino1-0/+1
2010-01-25Added skeletons and build options for a few more utility components. Minor re...jsdelfino20-22/+386
2010-01-24Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino18-96/+565
2010-01-24Minor improvements to java component support, use one classloader per compone...jsdelfino27-77/+983
2010-01-17Updated test composites and xsds to the latest SCA schemas.jsdelfino55-326/+128
2010-01-17Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino3-31/+34
2010-01-17Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino44-115/+1875
2010-01-17Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino17-53/+1475
2010-01-17Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino21-156/+98
2010-01-17Updated to newer version of xulrunner and libmozjs.jsdelfino2-9/+9
2010-01-11Updated svn:ignore properties. Fixed build error.jsdelfino4-4/+4
2010-01-11Improvements to autoconf build to make support for python, web service etc an...jsdelfino57-935/+1341
2010-01-11Created component structure and build files for Web service component using A...jsdelfino6-0/+269
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-11Renamed cache test cases.jsdelfino2-2/+2
2010-01-11Minor fixes to server and python evaluator to get python store working. Some...jsdelfino21-134/+105
2010-01-06Added a few more python and C++ component test combinations.jsdelfino5-61/+119