| Commit message (Expand) | Author | Files | Lines |
2010-08-19 | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 28 | -119/+455 |
2010-08-19 | Exclude test program build output from version control. | jsdelfino | 2 | -0/+1 |
2010-08-16 | Fix configuration scripts to create directories if necessary. | jsdelfino | 17 | -0/+22 |
2010-08-16 | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 44 | -174/+912 |
2010-08-14 | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 56 | -403/+1377 |
2010-08-02 | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 23 | -77/+609 |
2010-07-28 | Change sample to use a pool of three memcached servers. Add a property to the... | jsdelfino | 21 | -49/+112 |
2010-07-28 | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 62 | -111/+1735 |
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 | 3 | -14/+45 |
2010-07-19 | Add more JSON and ATOMPub test cases. | jsdelfino | 24 | -39/+168 |
2010-07-17 | Support the host property and a /logout URL on WSGI servers. | jsdelfino | 8 | -10/+53 |
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 | 32 | -243/+457 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 23 | -123/+1249 |
2010-07-06 | Minor cleanup of config scripts and samples. | jsdelfino | 37 | -1351/+1135 |
2010-07-04 | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 5 | -7/+78 |
2010-07-04 | Minor fixes to the Ubuntu build scripts. | jsdelfino | 7 | -10/+25 |
2010-07-04 | Add utility script to map port 80 to httpd's port. | jsdelfino | 2 | -0/+56 |
2010-07-01 | Support user and email properties in WSGI integration. | jsdelfino | 8 | -24/+46 |
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 | 59 | -4801/+810 |
2010-06-28 | Add a sign out page and links to more OpenID providers. | jsdelfino | 5 | -11/+75 |
2010-06-27 | Update build instructions and scripts to include the OpenID support. | jsdelfino | 3 | -14/+88 |
2010-06-27 | Add support for user and email component properties, and minimal support for ... | jsdelfino | 13 | -6/+352 |
2010-06-26 | Minor build script fixes. | jsdelfino | 2 | -2/+2 |
2010-06-22 | Fix test composite name. | jsdelfino | 1 | -1/+1 |
2010-06-22 | Fix default libs variable name in configure script. | jsdelfino | 1 | -9/+9 |
2010-06-22 | Add a utility script to SSH to an EC2 instance. | jsdelfino | 1 | -0/+21 |
2010-06-05 | Add a script to bootstrap a dev build image on an EC2 instance. | jsdelfino | 1 | -0/+23 |
2010-06-05 | Minor fixes to ubuntu image creation scripts. | jsdelfino | 6 | -32/+161 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 33 | -607/+815 |
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 | 45 | -1166/+339 |
2010-05-31 | Build the expat XML parser separately instead of building it as part of libst... | jsdelfino | 5 | -25/+21 |
2010-05-31 | Add support for RSS feeds and minor fixes to ATOM support. | jsdelfino | 12 | -5/+564 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 25 | -39/+134 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 45 | -115/+275 |
2010-05-23 | Add a logger component that logs and relays all invocations through a reference. | jsdelfino | 8 | -4/+189 |
2010-05-22 | Update svn:ignore properties. | jsdelfino | 1 | -0/+3 |
2010-05-22 | Change Memcached component to use localhost instead of 127.0.0.1. | jsdelfino | 2 | -3/+3 |
2010-05-22 | Implementation of a streaming + aggregating Log utility component using Faceb... | jsdelfino | 23 | -26/+943 |
2010-05-17 | More fixes to get build working on EC2 base Ubuntu 9.10 image. | jsdelfino | 2 | -10/+18 |
2010-05-17 | Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize GCC-4.... | jsdelfino | 3 | -40/+13 |
2010-05-17 | Upgrade from GCC 4.5.0-1 to GCC 4.5.0-2. | jsdelfino | 3 | -54/+54 |
2010-05-17 | Add missing thrift, scribe and libcloud to Ubuntu distro build. | jsdelfino | 1 | -1/+1 |
2010-05-16 | Add Apache Libcloud support to the build. | jsdelfino | 4 | -13/+46 |
2010-05-16 | Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com... | jsdelfino | 4 | -1/+170 |
2010-05-13 | Update README description of how to get the source code. | jsdelfino | 1 | -2/+3 |