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