summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino12-600/+451
2012-07-16Add a timeout property to the CURL HTTP clients.jsdelfino1-15/+15
2012-07-16Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino1-61/+197
2012-07-16Improve caching support and some of the navigations in the hosting environment.jsdelfino1-1/+1
2012-05-28Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino1-79/+3
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino5-46/+94
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino1-2/+2
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix a...jsdelfino1-10/+14
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino1-376/+381
2012-01-30Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino8-878/+606
2012-01-30Add an app property which can be used to retrieve the current app name.jsdelfino1-3/+27
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2-0/+2
2011-12-21Fix calculation of composite path when configured with an absolute path.jsdelfino2-2/+2
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino3-6/+43
2011-11-30Enable log collection using Scribe, and some minor log cleanup.jsdelfino1-1/+1
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino4-227/+228
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino1-0/+36
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino1-0/+4
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