summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-08Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...jsdelfino1-0/+22
2010-12-06Create a js module for client side javascripts. Move client component script ...jsdelfino2-5/+8
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino3-3/+7
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino3-3/+3
2010-11-03Add missing return statement in proxy function.jsdelfino1-1/+1
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino1-0/+2
2010-10-28Fix path to JavaScript file.jsdelfino1-1/+1
2010-10-27Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino1-47/+68
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino1-3/+3
2010-10-20Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino3-6/+6
2010-09-17Fixing compilation issues in 64Bit environmentlresende2-2/+2
2010-09-15Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino1-1/+1
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino3-25/+29
2010-08-29Make sure components execute in the correct contribution directory and fix su...jsdelfino1-18/+28
2010-08-24Support local in-process function proxies between components contributed by a...jsdelfino1-24/+29
2010-08-22Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino4-21/+75
2010-08-22Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino1-4/+12
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2-4/+4
2010-08-16Fix configuration scripts to create directories if necessary.jsdelfino3-0/+3
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino4-28/+22
2010-08-02Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino1-2/+3
2010-07-28Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino4-3/+56
2010-07-19Add more JSON and ATOMPub test cases.jsdelfino6-12/+12
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino1-3/+14
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino3-50/+59
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino3-115/+284
2010-07-06Minor cleanup of config scripts and samples.jsdelfino1-7/+2
2010-07-04HTTPD configuration changes to properly work behind a proxy or in a cluster.jsdelfino1-1/+2
2010-07-04Minor fixes to the Ubuntu build scripts.jsdelfino1-0/+2
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino5-3/+576
2010-06-27Add support for user and email component properties, and minimal support for ...jsdelfino1-3/+50
2010-06-05Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino1-2/+4
2010-05-30Fix source distribution build scripts, add missing files to the dist targets.jsdelfino1-1/+4
2010-05-29Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2-4/+8
2010-04-19Chdir to the installed SCA contribution before configuring components.jsdelfino1-0/+4
2010-04-04Use curl configured at build time instead of curl found on system path.jsdelfino2-14/+18
2010-03-29Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino1-0/+9
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino3-3/+3
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino5-40/+81
2010-03-10Added a WSGI store test case, plus a few fixes to get it working.jsdelfino1-4/+4
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino3-15/+12
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino1-1/+1
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino4-10/+17
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino1-2/+2
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino4-17/+40
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino8-200/+214
2010-02-07Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2-3/+3
2010-02-07Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino9-110/+200
2010-02-01Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2-0/+34
2010-01-30Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2-29/+27