| Commit message (Expand) | Author | Files | Lines |
2010-03-10 | Added a WSGI store test case, plus a few fixes to get it working. | jsdelfino | 1 | -4/+4 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 3 | -15/+12 |
2010-03-01 | Fixed build bootstrap error with duplicate variable definitions. | jsdelfino | 1 | -1/+1 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 4 | -10/+17 |
2010-02-28 | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 1 | -2/+2 |
2010-02-22 | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 4 | -17/+40 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 8 | -200/+214 |
2010-02-07 | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 2 | -3/+3 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 9 | -110/+200 |
2010-02-01 | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 2 | -0/+34 |
2010-01-30 | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 2 | -29/+27 |
2010-01-25 | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 1 | -1/+6 |
2010-01-24 | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 1 | -10/+38 |
2010-01-17 | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 1 | -1/+1 |
2010-01-17 | Added asserts to memory alloc functions. Fixed JSON request construction to s... | jsdelfino | 1 | -5/+2 |
2010-01-17 | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 3 | -4/+30 |
2010-01-17 | Cleaned up test composite files. Adjusted C++ implementation elements to matc... | jsdelfino | 6 | -40/+48 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 18 | -902/+810 |
2010-01-11 | Added scoped pools to test methods to reduce test memory consumption. | jsdelfino | 1 | -5/+31 |
2010-01-11 | Minor fixes to server and python evaluator to get python store working. Some... | jsdelfino | 3 | -17/+27 |
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 | 2 | -5/+3 |
2010-01-05 | Integrated python support with HTTPD server module. Changed test case to use ... | jsdelfino | 8 | -11/+125 |
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 | Refactored eval module to avoid confusion with the python eval module. | jsdelfino | 3 | -18/+14 |
2010-01-02 | Cleaned up lifecycle handling of objects that hold library and file resources... | jsdelfino | 1 | -6/+3 |
2010-01-02 | Performance improvements when running both in multi-threaded and pre-forked H... | jsdelfino | 6 | -186/+255 |
2009-12-26 | Simplified server configuration, HTTPD modules now use deployment composite t... | jsdelfino | 10 | -324/+373 |
2009-12-26 | Added timing functions to measure performance, removed unused cache support, ... | jsdelfino | 2 | -99/+115 |
2009-11-30 | More build improvements, added a configure option to turn on debugging and pr... | jsdelfino | 1 | -3/+10 |
2009-11-30 | Fixes to the http client, httpd modules and memcached component to get the st... | jsdelfino | 11 | -113/+250 |
2009-11-30 | Added debug macros and cleaned up debug logging. Added locking macros used wh... | jsdelfino | 1 | -13/+25 |
2009-11-23 | Fixed build break. Added missing dir and fix server configuration script. | jsdelfino | 1 | -1/+0 |
2009-11-23 | Refactored httpd server integration, split http support and server logic in t... | jsdelfino | 19 | -0/+1525 |