summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino2010-11-031-0/+2
* Fix path to JavaScript file.jsdelfino2010-10-281-1/+1
* Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino2010-10-271-47/+68
* Minor fixes to get all samples working in a target install dir.jsdelfino2010-10-201-3/+3
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-203-6/+6
* Fixing compilation issues in 64Bit environmentlresende2010-09-172-2/+2
* Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2010-09-151-1/+1
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-063-25/+29
* Make sure components execute in the correct contribution directory and fix su...jsdelfino2010-08-291-18/+28
* Support local in-process function proxies between components contributed by a...jsdelfino2010-08-241-24/+29
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-224-21/+75
* Refactor store-cluster sample components to allow vhosts to share common cach...jsdelfino2010-08-221-4/+12
* Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2010-08-192-4/+4
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-163-0/+3
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-144-28/+22
* Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino2010-08-021-2/+3
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-284-3/+56
* Add more JSON and ATOMPub test cases.jsdelfino2010-07-196-12/+12
* Add a host component property reporting the current virtual host name.jsdelfino2010-07-121-3/+14
* More changes to get both single and mass dynamic virtual hosting working with...jsdelfino2010-07-083-50/+59
* Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino2010-07-063-115/+284
* Minor cleanup of config scripts and samples.jsdelfino2010-07-061-7/+2
* HTTPD configuration changes to properly work behind a proxy or in a cluster.jsdelfino2010-07-041-1/+2
* Minor fixes to the Ubuntu build scripts.jsdelfino2010-07-041-0/+2
* Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino2010-07-015-3/+576
* Add support for user and email component properties, and minimal support for ...jsdelfino2010-06-271-3/+50
* Add build support for a minimum distribution using prebuilt dependencies from...jsdelfino2010-06-051-2/+4
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-301-1/+4
* Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2010-05-292-4/+8
* Chdir to the installed SCA contribution before configuring components.jsdelfino2010-04-191-0/+4
* Use curl configured at build time instead of curl found on system path.jsdelfino2010-04-042-14/+18
* Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino2010-03-291-0/+9
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-283-3/+3
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-275-40/+81
* Added a WSGI store test case, plus a few fixes to get it working.jsdelfino2010-03-101-4/+4
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-063-15/+12
* Fixed build bootstrap error with duplicate variable definitions.jsdelfino2010-03-011-1/+1
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-014-10/+17
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-281-2/+2
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-224-17/+40
* Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino2010-02-178-200/+214
* Support HTTPD graceful restarts for non-stop operation. Simplified Python and...jsdelfino2010-02-072-3/+3
* Moved server configuration to HTTPD postConfig phase, to avoid running config...jsdelfino2010-02-079-110/+200
* Added missing headers to scheme and python test cases. Updated NOTICE and LIC...jsdelfino2010-02-012-0/+34
* Added a Web service listener component integrating Axis2/C's mod_axis2. Conso...jsdelfino2010-01-302-29/+27
* Added skeletons and build options for a few more utility components. Minor re...jsdelfino2010-01-251-1/+6
* Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...jsdelfino2010-01-241-10/+38
* Updated test composites and xsds to the latest SCA schemas.jsdelfino2010-01-171-1/+1
* Added asserts to memory alloc functions. Fixed JSON request construction to s...jsdelfino2010-01-171-5/+2
* Simplified Makefiles a bit. Added -R options to configure shared library runt...jsdelfino2010-01-173-4/+30