| Commit message (Expand) | Author | Files | Lines |
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 |
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 | 1 | -4/+16 |
2010-01-05 | Added python module to main build. Updated svn:ignore properties. | jsdelfino | 1 | -1/+1 |
2010-01-05 | Minor cleanup, removed unused poolptr and char value types. | jsdelfino | 2 | -6/+0 |
2010-01-05 | Integrated python 2.6 interpreter in modules/python. The integration is much ... | jsdelfino | 7 | -0/+787 |
2010-01-05 | Refactored eval module to avoid confusion with the python eval module. | jsdelfino | 13 | -58/+65 |
2010-01-02 | Cleaned up lifecycle handling of objects that hold library and file resources... | jsdelfino | 3 | -45/+20 |
2010-01-02 | Performance improvements when running both in multi-threaded and pre-forked H... | jsdelfino | 23 | -712/+750 |
2009-12-26 | Simplified server configuration, HTTPD modules now use deployment composite t... | jsdelfino | 17 | -344/+473 |
2009-12-26 | Added missing const qualifiers, macros and util functions to help debugging, ... | jsdelfino | 3 | -14/+14 |
2009-12-26 | Added timing functions to measure performance, removed unused cache support, ... | jsdelfino | 3 | -126/+128 |
2009-11-30 | More build improvements, added a configure option to turn on debugging and pr... | jsdelfino | 6 | -9/+16 |
2009-11-30 | Fixes to the http client, httpd modules and memcached component to get the st... | jsdelfino | 17 | -235/+409 |
2009-11-30 | Added debug macros and cleaned up debug logging. Added locking macros used wh... | jsdelfino | 8 | -43/+102 |
2009-11-23 | Fixed build break. Added missing dir and fix server configuration script. | jsdelfino | 1 | -1/+0 |