summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-eval.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of login session expiration and incorrect caching of login redir...jsdelfino2013-08-261-17/+28
* Refactoring, rename isNil to isNull.jsdelfino2013-01-031-61/+61
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-031-16/+46
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-111-296/+272
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-161-61/+197
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-281-46/+89
* Add more fine grain debug options and remove overhead in debug log macros whe...jsdelfino2012-04-021-2/+2
* 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-301-324/+594
* Add an app property which can be used to retrieve the current app name.jsdelfino2012-01-301-3/+27
* Fix calculation of composite path when configured with an absolute path.jsdelfino2011-12-211-1/+1
* Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino2011-12-181-3/+19
* 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-101-110/+135
* 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
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-131-4/+14
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-231-36/+97
* Implement SCDL wiredByImpl attribute.jsdelfino2011-04-171-10/+47
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-041-9/+11
* 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
* Fix app link creation and save one HTTP proxy hop.jsdelfino2011-03-131-3/+13
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-081-11/+18
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-261-28/+51
* Add two builtin component properties containing the current HTTP request path...jsdelfino2011-02-201-1/+27
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+2
* Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino2010-12-291-2/+2
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-241-7/+13
* Move JavaScript eval functions to the js module.jsdelfino2010-12-081-2/+2
* Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino2010-11-031-0/+2
* Minor fixes to get all samples working in a target install dir.jsdelfino2010-10-201-3/+3
* Fixing compilation issues in 64Bit environmentlresende2010-09-171-1/+1
* Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2010-09-151-1/+1
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-061-9/+17
* Make sure components execute in the correct contribution directory and fix su...jsdelfino2010-08-291-18/+28
* Support local in-process function proxies between components contributed by a...jsdelfino2010-08-241-24/+29
* Improve performance by reusing HTTP proxy connections across invocations and ...jsdelfino2010-08-221-10/+65
* Script fixes to get database working with the HTTPS-enabled store-cluster sam...jsdelfino2010-08-191-3/+3
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...jsdelfino2010-08-141-2/+7
* Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...jsdelfino2010-08-021-2/+3
* Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...jsdelfino2010-07-281-3/+3
* Add a host component property reporting the current virtual host name.jsdelfino2010-07-121-3/+14
* More changes to get both single and mass dynamic virtual hosting working with...jsdelfino2010-07-081-22/+37
* Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...jsdelfino2010-07-061-65/+161
* Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino2010-07-011-1/+17
* Add support for user and email component properties, and minimal support for ...jsdelfino2010-06-271-3/+50
* Chdir to the installed SCA contribution before configuring components.jsdelfino2010-04-191-0/+4
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-271-17/+49
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-061-2/+2