| Commit message (Expand) | Author | Files | Lines |
2013-01-03 | Refactoring, rename isNil to isNull. | jsdelfino | 2 | -9/+9 |
2013-01-03 | Improve handling of nested lists, trees, null and floating point values. | jsdelfino | 5 | -61/+17 |
2012-12-11 | Changes to get successful C++11 based build. Code cleanup, dependency upgrade... | jsdelfino | 5 | -32/+29 |
2012-07-16 | Minor memory management, performance, and tracing improvements. | jsdelfino | 2 | -6/+6 |
2012-07-16 | Add an HTTPD auth provider allowing the authentication logic to be implemente... | jsdelfino | 1 | -0/+1 |
2012-07-16 | Improve caching support and some of the navigations in the hosting environment. | jsdelfino | 30 | -53/+55 |
2012-05-28 | Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ... | jsdelfino | 23 | -1925/+1892 |
2012-05-28 | Database support optimizations. Use PgBouncer to pool connections. Track and ... | jsdelfino | 2 | -3/+3 |
2012-05-28 | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 9 | -0/+9 |
2012-04-02 | Automatically reconnect to a Memcached server after a disconnection. | jsdelfino | 7 | -7/+9 |
2012-04-02 | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 8 | -110/+115 |
2012-03-17 | Minor cleanup of README, INSTALL, and remove an obsolete sample. | jsdelfino | 9 | -611/+0 |
2012-02-27 | Add missing <?xml?> tag to test ATOM entry document. | jsdelfino | 1 | -0/+1 |
2012-02-20 | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 8 | -0/+8 |
2012-01-30 | Change samples to use standard example.com domain name. | jsdelfino | 8 | -28/+28 |
2012-01-16 | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 26 | -34/+34 |
2011-12-18 | Add ability to configure an HTTPS proxy with load balancing over a set of HTT... | jsdelfino | 5 | -0/+5 |
2011-12-14 | Change memcached component configuration syntax to use spaces instead of comm... | jsdelfino | 1 | -1/+1 |
2011-09-10 | Rename nosqldb component to constdb. | jsdelfino | 12 | -9/+9 |
2011-09-05 | Support multithreaded execution of Python components with the HTTPD event MPM. | jsdelfino | 10 | -0/+10 |
2011-08-14 | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 4 | -0/+4 |
2011-08-11 | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 3 | -29/+36 |
2011-08-06 | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 8 | -14/+28 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 11 | -27/+27 |
2011-05-23 | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 19 | -181/+162 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 22 | -92/+148 |
2011-02-26 | Move virtual host htdocs under their corresponding virtual host contribution ... | jsdelfino | 17 | -9/+9 |
2011-02-26 | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 2 | -2/+44 |
2011-01-17 | Use a common stylesheet in all samples. | jsdelfino | 24 | -24/+172 |
2011-01-07 | Fix incorrect cookie name in sample logout pages. | jsdelfino | 1 | -1/+1 |
2010-12-27 | Port REST support improvements to AppEngine Python integration scripts and ad... | jsdelfino | 8 | -1/+258 |
2010-12-27 | Simplify relay sample a bit. | jsdelfino | 7 | -102/+7 |
2010-12-24 | Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts. | jsdelfino | 1 | -4/+3 |
2010-12-24 | Add a sample showing how to relay various REST requests. | jsdelfino | 11 | -1/+298 |
2010-12-12 | Refactor some of the Javascript scripts to use a different namespace per script. | jsdelfino | 11 | -44/+44 |
2010-12-06 | Create a js module for client side javascripts. Move client component script ... | jsdelfino | 12 | -12/+12 |
2010-12-03 | Add scripts to support 'Require valid-user' and 'Require group' authz configu... | jsdelfino | 8 | -0/+8 |
2010-12-03 | Reset auth cookie before re-auth in login page. | jsdelfino | 4 | -0/+10 |
2010-11-28 | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 10 | -62/+44 |
2010-11-16 | Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-dep... | jsdelfino | 1 | -0/+7 |
2010-11-13 | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 25 | -29/+101 |
2010-11-03 | Improvements to OAuth and OpenID modules. Store client app in an environment ... | jsdelfino | 13 | -55/+760 |
2010-10-27 | Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r... | jsdelfino | 12 | -151/+85 |
2010-10-25 | Fix invocation of ip-redirect commands as they need sudo to execute. | jsdelfino | 2 | -8/+8 |
2010-10-25 | Support python method invocation style on references, ref.func(...) in additi... | jsdelfino | 56 | -201/+200 |
2010-10-20 | Minor fixes to get all samples working in a target install dir. | jsdelfino | 7 | -18/+43 |
2010-10-20 | Remove unnecessary javaClass hint attribute from JSON objects. | jsdelfino | 26 | -46/+35 |
2010-10-20 | Renamed frontcache to datacache and add a memo cache that memoizes function a... | jsdelfino | 2 | -2/+2 |
2010-09-21 | Change content of sample catalogs to show different results when the app is w... | jsdelfino | 2 | -6/+6 |
2010-09-21 | Remove 'javaClass' JSON property as it's not needed anymore. | jsdelfino | 2 | -6/+6 |