summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-281-2/+3
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-143-0/+3
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-113-10/+17
* Fix compile error in test program.jsdelfino2011-08-091-1/+1
* Port to Mac OS X 10.6.7.jsdelfino2011-06-287-23/+44
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-132-7/+16
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-233-49/+111
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-9/+8
* Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino2011-05-021-0/+15
* Implement SCDL wiredByImpl attribute.jsdelfino2011-04-171-10/+47
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-042-9/+13
* Support returning binary content. Fix server bug preventing a component to re...jsdelfino2011-03-271-1/+1
* Refactor and cleanup edit module, add text components, store page and app run...jsdelfino2011-03-211-0/+2
* Update svn:ignore properties and minor build cleanups.jsdelfino2011-03-142-575/+1
* Fix app link creation and save one HTTP proxy hop.jsdelfino2011-03-131-3/+13
* Add Javascript functions and test cases to help work with JSON.jsdelfino2011-03-131-0/+5
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-083-36/+61
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-266-34/+126
* Add two builtin component properties containing the current HTTP request path...jsdelfino2011-02-205-1/+66
* Use a common stylesheet in all samples.jsdelfino2011-01-171-1/+12
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-092-2/+8
* Skeleton of a composite app editor module.jsdelfino2010-12-291-3/+14
* Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino2010-12-291-2/+2
* Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino2010-12-241-0/+1
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-241-7/+13
* Preserve HTTP request path when routing a request through a component reference.jsdelfino2010-12-241-3/+9
* Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...jsdelfino2010-12-111-1/+5
* Move JavaScript eval functions to the js module.jsdelfino2010-12-081-2/+2
* Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...jsdelfino2010-12-081-0/+22
* Create a js module for client side javascripts. Move client component script ...jsdelfino2010-12-062-5/+8
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-283-3/+7
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-133-3/+3
* Add missing return statement in proxy function.jsdelfino2010-11-031-1/+1
* 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