| Commit message (Expand) | Author | Files | Lines |
2010-06-02 | Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad... | jsdelfino | 6 | -93/+24 |
2010-05-31 | Add support for RSS feeds and minor fixes to ATOM support. | jsdelfino | 9 | -5/+552 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 7 | -13/+31 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 6 | -11/+18 |
2010-05-13 | Add simple implementation of Scheme-like lazy streams. | jsdelfino | 3 | -1/+114 |
2010-04-19 | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 1 | -0/+4 |
2010-04-11 | Add test scripts to test the WSGI integration on the GAE SDK. | jsdelfino | 10 | -10/+111 |
2010-04-10 | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 1 | -3/+4 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 8 | -44/+60 |
2010-03-29 | Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap... | jsdelfino | 2 | -5/+9 |
2010-03-29 | Build memcached from source as the Ubuntu 9.10 memcached package is back leve... | jsdelfino | 3 | -4/+4 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 14 | -38/+45 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 15 | -56/+463 |
2010-03-21 | Correctly support binding URI on references. | jsdelfino | 1 | -3/+3 |
2010-03-17 | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 8 | -7/+148 |
2010-03-13 | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 2 | -30/+11 |
2010-03-13 | Improved handling of HTTP etags and dynamic content expiration. | jsdelfino | 2 | -36/+76 |
2010-03-10 | Added a WSGI store test case, plus a few fixes to get it working. | jsdelfino | 6 | -31/+103 |
2010-03-10 | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 3 | -8/+64 |
2010-03-08 | Support different Java VMs, including Apache Harmony. | jsdelfino | 6 | -30/+118 |
2010-03-06 | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 24 | -100/+1135 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 9 | -51/+28 |
2010-03-01 | Fixed build bootstrap error with duplicate variable definitions. | jsdelfino | 3 | -4/+4 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 14 | -54/+62 |
2010-02-28 | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 16 | -1/+678 |
2010-02-28 | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 3 | -14/+14 |
2010-02-22 | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 10 | -48/+63 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 25 | -395/+322 |
2010-02-07 | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 9 | -199/+68 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 33 | -171/+449 |
2010-02-01 | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 4 | -0/+68 |
2010-01-30 | Correctly pass property values to component implementations. | jsdelfino | 4 | -17/+33 |
2010-01-30 | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 4 | -34/+157 |
2010-01-25 | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 2 | -1/+20 |
2010-01-24 | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 4 | -69/+135 |
2010-01-24 | Minor improvements to java component support, use one classloader per compone... | jsdelfino | 17 | -66/+704 |
2010-01-17 | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 6 | -8/+8 |
2010-01-17 | Added asserts to memory alloc functions. Fixed JSON request construction to s... | jsdelfino | 2 | -6/+3 |
2010-01-17 | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 15 | -45/+254 |
2010-01-17 | Integrated Java component support as an HTTPD module. Added test case and sto... | jsdelfino | 13 | -53/+557 |
2010-01-17 | Cleaned up test composite files. Adjusted C++ implementation elements to matc... | jsdelfino | 13 | -73/+81 |
2010-01-11 | Updated svn:ignore properties. Fixed build error. | jsdelfino | 2 | -3/+2 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 33 | -806/+1075 |
2010-01-11 | Added utility functions to help call Java code using JNI and wrap Axis2/java ... | jsdelfino | 10 | -0/+792 |
2010-01-11 | Added scoped pools to test methods to reduce test memory consumption. | jsdelfino | 1 | -5/+31 |
2010-01-11 | Cleaned up python support code, removed unused functions. | jsdelfino | 5 | -164/+51 |
2010-01-11 | Minor fixes to server and python evaluator to get python store working. Some... | jsdelfino | 5 | -18/+40 |
2010-01-06 | Added a few more python and C++ component test combinations. | jsdelfino | 4 | -60/+118 |
2010-01-06 | Fixed incorrect function name in test implementation. | jsdelfino | 1 | -1/+1 |
2010-01-06 | Minor cleanup, removed unnecessary references to GC pools. | jsdelfino | 11 | -93/+91 |