| Commit message (Expand) | Author | Files | Lines |
2010-08-19 | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 6 | -27/+50 |
2010-08-16 | Fix configuration scripts to create directories if necessary. | jsdelfino | 16 | -0/+21 |
2010-08-16 | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 3 | -14/+4 |
2010-08-14 | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 25 | -248/+1033 |
2010-08-02 | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 15 | -77/+211 |
2010-07-28 | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 23 | -78/+466 |
2010-07-24 | Change OpenID conf to protect the entire tree under a host, and work with Ope... | jsdelfino | 8 | -53/+122 |
2010-07-21 | Add a test of the password protected python store sample. | jsdelfino | 1 | -11/+23 |
2010-07-19 | Add more JSON and ATOMPub test cases. | jsdelfino | 14 | -36/+36 |
2010-07-17 | Support the host property and a /logout URL on WSGI servers. | jsdelfino | 3 | -4/+31 |
2010-07-12 | Enable HTTPD mod_status in SSL-enabled configuration. | jsdelfino | 1 | -0/+15 |
2010-07-12 | Add a host component property reporting the current virtual host name. | jsdelfino | 2 | -11/+22 |
2010-07-08 | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 9 | -76/+164 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 6 | -121/+329 |
2010-07-06 | Minor cleanup of config scripts and samples. | jsdelfino | 4 | -18/+7 |
2010-07-04 | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 4 | -7/+32 |
2010-07-04 | Minor fixes to the Ubuntu build scripts. | jsdelfino | 1 | -0/+2 |
2010-07-01 | Support user and email properties in WSGI integration. | jsdelfino | 1 | -6/+15 |
2010-07-01 | Refactor OpenID test pages and add test methods returning the user info. | jsdelfino | 11 | -92/+187 |
2010-07-01 | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 8 | -15/+642 |
2010-06-28 | Add a sign out page and links to more OpenID providers. | jsdelfino | 5 | -11/+75 |
2010-06-27 | Add support for user and email component properties, and minimal support for ... | jsdelfino | 12 | -4/+316 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 15 | -19/+72 |
2010-06-05 | Add RSS support to the WSGI integration module. | jsdelfino | 7 | -46/+377 |
2010-06-02 | Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad... | jsdelfino | 6 | -93/+24 |
2010-05-31 | Add support for RSS feeds and minor fixes to ATOM support. | jsdelfino | 9 | -5/+552 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 7 | -13/+31 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 6 | -11/+18 |
2010-05-13 | Add simple implementation of Scheme-like lazy streams. | jsdelfino | 3 | -1/+114 |
2010-04-19 | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 1 | -0/+4 |
2010-04-11 | Add test scripts to test the WSGI integration on the GAE SDK. | jsdelfino | 10 | -10/+111 |
2010-04-10 | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 1 | -3/+4 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 8 | -44/+60 |
2010-03-29 | Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap... | jsdelfino | 2 | -5/+9 |
2010-03-29 | Build memcached from source as the Ubuntu 9.10 memcached package is back leve... | jsdelfino | 3 | -4/+4 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 14 | -38/+45 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 15 | -56/+463 |
2010-03-21 | Correctly support binding URI on references. | jsdelfino | 1 | -3/+3 |
2010-03-17 | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 8 | -7/+148 |
2010-03-13 | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 2 | -30/+11 |
2010-03-13 | Improved handling of HTTP etags and dynamic content expiration. | jsdelfino | 2 | -36/+76 |
2010-03-10 | Added a WSGI store test case, plus a few fixes to get it working. | jsdelfino | 6 | -31/+103 |
2010-03-10 | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 3 | -8/+64 |
2010-03-08 | Support different Java VMs, including Apache Harmony. | jsdelfino | 6 | -30/+118 |
2010-03-06 | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 24 | -100/+1135 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 9 | -51/+28 |
2010-03-01 | Fixed build bootstrap error with duplicate variable definitions. | jsdelfino | 3 | -4/+4 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 14 | -54/+62 |
2010-02-28 | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 16 | -1/+678 |
2010-02-28 | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 3 | -14/+14 |