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