summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino2012-02-271-10/+14
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-201-376/+381
* Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino2012-01-308-878/+606
* Add an app property which can be used to retrieve the current app name.jsdelfino2012-01-301-3/+27
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-232-0/+2
* Fix calculation of composite path when configured with an absolute path.jsdelfino2011-12-212-2/+2
* Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino2011-12-183-6/+43
* Enable log collection using Scribe, and some minor log cleanup.jsdelfino2011-11-301-1/+1
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-104-227/+228
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-241-0/+36
* Fix core dump when running Python components in a virtual host.jsdelfino2011-09-211-0/+4
* 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