| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Minor fixes to the INSTALL doc. | jsdelfino | 2010-01-06 | 1 | -4/+14 |
* | Fixes to make build work on Ubuntu Jaunty 9.04. | jsdelfino | 2010-01-06 | 3 | -3/+6 |
* | 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 | 12 | -98/+96 |
* | 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 | 5 | -9/+30 |
* | Added python module to main build. Updated svn:ignore properties. | jsdelfino | 2010-01-05 | 2 | -2/+9 |
* | Updated building instructions, added python build option and a list of the re... | jsdelfino | 2010-01-05 | 2 | -13/+49 |
* | Minor cleanup, removed unused poolptr and char value types. | jsdelfino | 2010-01-05 | 3 | -100/+1 |
* | Integrated python 2.6 interpreter in modules/python. The integration is much ... | jsdelfino | 2010-01-05 | 8 | -2/+806 |
* | Refactored eval module to avoid confusion with the python eval module. | jsdelfino | 2010-01-05 | 16 | -76/+83 |
* | Cleaned up lifecycle handling of objects that hold library and file resources... | jsdelfino | 2010-01-02 | 15 | -145/+186 |
* | Fixed build error with --enable-threads option. | jsdelfino | 2010-01-02 | 2 | -2/+3 |
* | Performance improvements when running both in multi-threaded and pre-forked H... | jsdelfino | 2010-01-02 | 55 | -1685/+2649 |
* | Updated svn and git ignores. Removed -pg build option from non-debug build co... | jsdelfino | 2009-12-26 | 2 | -4/+3 |
* | Simplified server configuration, HTTPD modules now use deployment composite t... | jsdelfino | 2009-12-26 | 24 | -422/+515 |
* | Added missing const qualifiers, macros and util functions to help debugging, ... | jsdelfino | 2009-12-26 | 15 | -366/+515 |
* | Added timing functions to measure performance, removed unused cache support, ... | jsdelfino | 2009-12-26 | 41 | -1862/+561 |
* | Updated svn:ignore property. Redirect log output. | jsdelfino | 2009-11-30 | 2 | -2/+2 |
* | More build improvements, added a configure option to turn on debugging and pr... | jsdelfino | 2009-11-30 | 23 | -38/+162 |
* | Fixes to the http client, httpd modules and memcached component to get the st... | jsdelfino | 2009-11-30 | 31 | -281/+723 |
* | Added debug macros and cleaned up debug logging. Added locking macros used wh... | jsdelfino | 2009-11-30 | 20 | -138/+417 |
* | Configured svn:ignore properties. | jsdelfino | 2009-11-23 | 1 | -0/+2 |