summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly support binding URI on references.jsdelfino2010-03-212-7/+15
* Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st...jsdelfino2010-03-219-13/+44
* Minor fixes to the INSTALL instructions. Added two more automated install scr...jsdelfino2010-03-174-4/+119
* Added support for HTTP references and different versions of the store-wsgi co...jsdelfino2010-03-1711-7/+311
* Fixes to the automated Ubuntu install script, and automatic detection of xulr...jsdelfino2010-03-154-28/+90
* Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino2010-03-137-47/+154
* Improved handling of HTTP etags and dynamic content expiration.jsdelfino2010-03-132-36/+76
* Added a WSGI store test case, plus a few fixes to get it working.jsdelfino2010-03-1017-31/+1304
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2010-03-1019-48/+96
* Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com...jsdelfino2010-03-107-8/+205
* Support different Java VMs, including Apache Harmony.jsdelfino2010-03-088-35/+159
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino2010-03-0626-101/+1137
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-069-51/+28
* Updated svn:ignore properties.jsdelfino2010-03-011-0/+2
* Fixed build bootstrap error with duplicate variable definitions.jsdelfino2010-03-014-6/+6
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-0124-91/+91
* Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino2010-02-2818-1/+683
* Minor README cleanup. Fixed permissions on COPYING and LICENSE files.jsdelfino2010-02-283-5/+4
* Removed contrib folder now that it's saved in its own branch.jsdelfino2010-02-28875-83489/+0
* Moving old inactive code to a branch as it's confusing code assist, searches ...jsdelfino2010-02-281155-0/+115535
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-283-14/+14
* Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefin...jsdelfino2010-02-252-4/+19
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-2222-174/+175
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-1773-700/+1779
* 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-0764-235/+677
* Added missing OASIS and W3C licenses.jsdelfino2010-02-012-9/+121
* Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2010-02-0118-2/+318
* Added build configuration and dependencies for chat and queue components.jsdelfino2010-02-0115-51/+590
* Correctly pass property values to component implementations.jsdelfino2010-01-3010-37/+55
* Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2010-01-3021-60/+804
* Updated svn:ignore properties.jsdelfino2010-01-251-0/+1
* Added skeletons and build options for a few more utility components. Minor re...jsdelfino2010-01-2520-22/+386
* Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino2010-01-2418-96/+565
* Minor improvements to java component support, use one classloader per compone...jsdelfino2010-01-2427-77/+983
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-1755-326/+128
* Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino2010-01-173-31/+34
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-1744-115/+1875
* Integrated Java component support as an HTTPD module. Added test case and sto...jsdelfino2010-01-1717-53/+1475
* Cleaned up test composite files. Adjusted C++ implementation elements to matc...jsdelfino2010-01-1721-156/+98
* Updated to newer version of xulrunner and libmozjs.jsdelfino2010-01-172-9/+9
* Updated svn:ignore properties. Fixed build error.jsdelfino2010-01-114-4/+4
* Improvements to autoconf build to make support for python, web service etc an...jsdelfino2010-01-1157-935/+1341
* Created component structure and build files for Web service component using A...jsdelfino2010-01-116-0/+269
* 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
* Renamed cache test cases.jsdelfino2010-01-112-2/+2
* Minor fixes to server and python evaluator to get python store working. Some...jsdelfino2010-01-1121-134/+105
* Added a few more python and C++ component test combinations.jsdelfino2010-01-065-61/+119