| Commit message (Expand) | Author | Files | Lines |
2010-03-08 | Support different Java VMs, including Apache Harmony. | jsdelfino | 8 | -35/+159 |
2010-03-06 | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 26 | -101/+1137 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 9 | -51/+28 |
2010-03-01 | Updated svn:ignore properties. | jsdelfino | 1 | -0/+2 |
2010-03-01 | Fixed build bootstrap error with duplicate variable definitions. | jsdelfino | 4 | -6/+6 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 24 | -91/+91 |
2010-02-28 | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 18 | -1/+683 |
2010-02-28 | Minor README cleanup. Fixed permissions on COPYING and LICENSE files. | jsdelfino | 3 | -5/+4 |
2010-02-28 | Removed contrib folder now that it's saved in its own branch. | jsdelfino | 875 | -83489/+0 |
2010-02-28 | Moving old inactive code to a branch as it's confusing code assist, searches ... | jsdelfino | 1155 | -0/+115535 |
2010-02-28 | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 3 | -14/+14 |
2010-02-25 | Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefin... | jsdelfino | 2 | -4/+19 |
2010-02-22 | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 22 | -174/+175 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 73 | -700/+1779 |
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 | 64 | -235/+677 |
2010-02-01 | Added missing OASIS and W3C licenses. | jsdelfino | 2 | -9/+121 |
2010-02-01 | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 18 | -2/+318 |
2010-02-01 | Added build configuration and dependencies for chat and queue components. | jsdelfino | 15 | -51/+590 |
2010-01-30 | Correctly pass property values to component implementations. | jsdelfino | 10 | -37/+55 |
2010-01-30 | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 21 | -60/+804 |
2010-01-25 | Updated svn:ignore properties. | jsdelfino | 1 | -0/+1 |
2010-01-25 | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 20 | -22/+386 |
2010-01-24 | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 18 | -96/+565 |
2010-01-24 | Minor improvements to java component support, use one classloader per compone... | jsdelfino | 27 | -77/+983 |
2010-01-17 | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 55 | -326/+128 |
2010-01-17 | Added asserts to memory alloc functions. Fixed JSON request construction to s... | jsdelfino | 3 | -31/+34 |
2010-01-17 | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 44 | -115/+1875 |
2010-01-17 | Integrated Java component support as an HTTPD module. Added test case and sto... | jsdelfino | 17 | -53/+1475 |
2010-01-17 | Cleaned up test composite files. Adjusted C++ implementation elements to matc... | jsdelfino | 21 | -156/+98 |
2010-01-17 | Updated to newer version of xulrunner and libmozjs. | jsdelfino | 2 | -9/+9 |
2010-01-11 | Updated svn:ignore properties. Fixed build error. | jsdelfino | 4 | -4/+4 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 57 | -935/+1341 |
2010-01-11 | Created component structure and build files for Web service component using A... | jsdelfino | 6 | -0/+269 |
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 | Renamed cache test cases. | jsdelfino | 2 | -2/+2 |
2010-01-11 | Minor fixes to server and python evaluator to get python store working. Some... | jsdelfino | 21 | -134/+105 |
2010-01-06 | Added a few more python and C++ component test combinations. | jsdelfino | 5 | -61/+119 |
2010-01-06 | Added test/store-python test case, renamed test/store-script to store-scheme,... | jsdelfino | 26 | -2/+1164 |
2010-01-06 | Minor fixes to the INSTALL doc. | jsdelfino | 1 | -4/+14 |
2010-01-06 | Fixes to make build work on Ubuntu Jaunty 9.04. | jsdelfino | 3 | -3/+6 |
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 | 12 | -98/+96 |
2010-01-05 | Integrated python support with HTTPD server module. Changed test case to use ... | jsdelfino | 9 | -13/+132 |
2010-01-05 | Fixed shopping cart delete function. Map HTTP delete with no path info to a d... | jsdelfino | 5 | -9/+30 |
2010-01-05 | Added python module to main build. Updated svn:ignore properties. | jsdelfino | 2 | -2/+9 |
2010-01-05 | Updated building instructions, added python build option and a list of the re... | jsdelfino | 2 | -13/+49 |
2010-01-05 | Minor cleanup, removed unused poolptr and char value types. | jsdelfino | 3 | -100/+1 |