summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-eval.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Fix handling of login session expiration and incorrect caching of login redir...jsdelfino1-17/+28
2013-01-03Refactoring, rename isNil to isNull.jsdelfino1-61/+61
2013-01-03Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino1-16/+46
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino1-296/+272
2012-07-16Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino1-61/+197
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-46/+89
2012-04-02Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino1-2/+2
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...jsdelfino1-324/+594
2012-01-30Add an app property which can be used to retrieve the current app name.jsdelfino1-3/+27
2011-12-21Fix calculation of composite path when configured with an absolute path.jsdelfino1-1/+1
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino1-3/+19
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...jsdelfino1-110/+135
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-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino1-4/+14
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino1-36/+97
2011-04-17Implement SCDL wiredByImpl attribute.jsdelfino1-10/+47
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino1-9/+11
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-13Fix app link creation and save one HTTP proxy hop.jsdelfino1-3/+13
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino1-11/+18
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-28/+51
2011-02-20Add two builtin component properties containing the current HTTP request path...jsdelfino1-1/+27
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+2
2010-12-29Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino1-2/+2
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino1-7/+13
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-2/+2
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino1-0/+2
2010-10-20Minor fixes to get all samples working in a target install dir.jsdelfino1-3/+3
2010-09-17Fixing compilation issues in 64Bit environmentlresende1-1/+1
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 ...jsdelfino1-9/+17
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 ...jsdelfino1-10/+65
2010-08-19Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino1-3/+3
2010-08-14Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino1-2/+7
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...jsdelfino1-3/+3
2010-07-12Add a host component property reporting the current virtual host name.jsdelfino1-3/+14
2010-07-08More changes to get both single and mass dynamic virtual hosting working with...jsdelfino1-22/+37
2010-07-06Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino1-65/+161
2010-07-01Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino1-1/+17
2010-06-27Add support for user and email component properties, and minimal support for ...jsdelfino1-3/+50
2010-04-19Chdir to the installed SCA contribution before configuring components.jsdelfino1-0/+4
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino1-17/+49
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino1-2/+2