summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring, rename isNil to isNull.jsdelfino2013-01-034-68/+68
* Minor changes to server config scripts to get auth and session management to ...jsdelfino2013-01-031-1/+1
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-037-17/+85
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-1112-600/+451
* Add a timeout property to the CURL HTTP clients.jsdelfino2012-07-161-15/+15
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-161-61/+197
* Improve caching support and some of the navigations in the hosting environment.jsdelfino2012-07-161-1/+1
* Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino2012-05-281-79/+3
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-285-46/+94
* Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino2012-04-021-2/+2
* 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