summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino1-2/+3
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino3-0/+3
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino3-10/+17
2011-08-09Fix compile error in test program.jsdelfino1-1/+1
2011-06-28Port to Mac OS X 10.6.7.jsdelfino7-23/+44
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2-7/+16
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino3-49/+111
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino1-9/+8
2011-05-02Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino1-0/+15
2011-04-17Implement SCDL wiredByImpl attribute.jsdelfino1-10/+47
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2-9/+13
2011-03-27Support returning binary content. Fix server bug preventing a component to re...jsdelfino1-1/+1
2011-03-21Refactor and cleanup edit module, add text components, store page and app run...jsdelfino1-0/+2
2011-03-14Update svn:ignore properties and minor build cleanups.jsdelfino2-575/+1
2011-03-13Fix app link creation and save one HTTP proxy hop.jsdelfino1-3/+13
2011-03-13Add Javascript functions and test cases to help work with JSON.jsdelfino1-0/+5
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino3-36/+61
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino6-34/+126
2011-02-20Add two builtin component properties containing the current HTTP request path...jsdelfino5-1/+66
2011-01-17Use a common stylesheet in all samples.jsdelfino1-1/+12
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2-2/+8
2010-12-29Skeleton of a composite app editor module.jsdelfino1-3/+14
2010-12-29Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino1-2/+2
2010-12-24Turn off URL canonicalization when routing a request through HTTPD's reverse ...jsdelfino1-0/+1
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino1-7/+13
2010-12-24Preserve HTTP request path when routing a request through a component reference.jsdelfino1-3/+9
2010-12-11Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...jsdelfino1-1/+5
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-2/+2
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