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