| Commit message (Expand) | Author | Files | Lines |
2010-07-12 | Add a host component property reporting the current virtual host name. | jsdelfino | 1 | -3/+14 |
2010-07-08 | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 3 | -50/+59 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 3 | -115/+284 |
2010-07-06 | Minor cleanup of config scripts and samples. | jsdelfino | 1 | -7/+2 |
2010-07-04 | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 1 | -1/+2 |
2010-07-04 | Minor fixes to the Ubuntu build scripts. | jsdelfino | 1 | -0/+2 |
2010-07-01 | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 5 | -3/+576 |
2010-06-27 | Add support for user and email component properties, and minimal support for ... | jsdelfino | 1 | -3/+50 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 1 | -2/+4 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 1 | -1/+4 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2 | -4/+8 |
2010-04-19 | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 1 | -0/+4 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2 | -14/+18 |
2010-03-29 | Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap... | jsdelfino | 1 | -0/+9 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 3 | -3/+3 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 5 | -40/+81 |
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 |