| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a sign out page and links to more OpenID providers. | jsdelfino | 2010-06-28 | 5 | -11/+75 |
* | Update build instructions and scripts to include the OpenID support. | jsdelfino | 2010-06-27 | 3 | -14/+88 |
* | Add support for user and email component properties, and minimal support for ... | jsdelfino | 2010-06-27 | 13 | -6/+352 |
* | Minor build script fixes. | jsdelfino | 2010-06-26 | 2 | -2/+2 |
* | Fix test composite name. | jsdelfino | 2010-06-22 | 1 | -1/+1 |
* | Fix default libs variable name in configure script. | jsdelfino | 2010-06-22 | 1 | -9/+9 |
* | Add a utility script to SSH to an EC2 instance. | jsdelfino | 2010-06-22 | 1 | -0/+21 |
* | Add a script to bootstrap a dev build image on an EC2 instance. | jsdelfino | 2010-06-05 | 1 | -0/+23 |
* | Minor fixes to ubuntu image creation scripts. | jsdelfino | 2010-06-05 | 6 | -32/+161 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 33 | -607/+815 |
* | 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 | 45 | -1166/+339 |
* | Build the expat XML parser separately instead of building it as part of libst... | jsdelfino | 2010-05-31 | 5 | -25/+21 |
* | Add support for RSS feeds and minor fixes to ATOM support. | jsdelfino | 2010-05-31 | 12 | -5/+564 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 25 | -39/+134 |
* | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2010-05-29 | 45 | -115/+275 |
* | Add a logger component that logs and relays all invocations through a reference. | jsdelfino | 2010-05-23 | 8 | -4/+189 |
* | Update svn:ignore properties. | jsdelfino | 2010-05-22 | 1 | -0/+3 |
* | Change Memcached component to use localhost instead of 127.0.0.1. | jsdelfino | 2010-05-22 | 2 | -3/+3 |
* | Implementation of a streaming + aggregating Log utility component using Faceb... | jsdelfino | 2010-05-22 | 23 | -26/+943 |
* | More fixes to get build working on EC2 base Ubuntu 9.10 image. | jsdelfino | 2010-05-17 | 2 | -10/+18 |
* | Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize GCC-4.... | jsdelfino | 2010-05-17 | 3 | -40/+13 |
* | Upgrade from GCC 4.5.0-1 to GCC 4.5.0-2. | jsdelfino | 2010-05-17 | 3 | -54/+54 |
* | Add missing thrift, scribe and libcloud to Ubuntu distro build. | jsdelfino | 2010-05-17 | 1 | -1/+1 |
* | Add Apache Libcloud support to the build. | jsdelfino | 2010-05-16 | 4 | -13/+46 |
* | Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com... | jsdelfino | 2010-05-16 | 4 | -1/+170 |
* | Update README description of how to get the source code. | jsdelfino | 2010-05-13 | 1 | -2/+3 |
* | Add simple implementation of Scheme-like lazy streams. | jsdelfino | 2010-05-13 | 3 | -1/+114 |
* | Move samples to samples directory. | jsdelfino | 2010-05-13 | 101 | -35/+13 |
* | Add instructions to download and setup gcc 4.5. | jsdelfino | 2010-04-22 | 1 | -3/+8 |
* | Reuse the same file descriptor when reopening a tinycdb database. | jsdelfino | 2010-04-19 | 1 | -4/+35 |
* | Minor cleanup of ubuntu install scripts. | jsdelfino | 2010-04-19 | 3 | -4/+23 |
* | Add a tinycdb-based nosql SCA component and integrate with server. Add a vers... | jsdelfino | 2010-04-19 | 23 | -61/+1508 |
* | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 2010-04-19 | 1 | -0/+4 |
* | Strawman implementation of post, put and delete on a tinycdb database, for no... | jsdelfino | 2010-04-17 | 14 | -4/+734 |
* | Install gcc-4.5 in ubuntu automated install script. | jsdelfino | 2010-04-17 | 3 | -56/+25 |
* | Add a test for lambda expressions with gcc-4.5 and change build script to req... | jsdelfino | 2010-04-17 | 4 | -3/+87 |
* | Copy trunk into gcc-4.4 branch before porting to gcc-4.5. | jsdelfino | 2010-04-17 | 380 | -0/+39773 |
* | Change build scripts to make them work with GCC 4.5. Add a script to help ins... | jsdelfino | 2010-04-17 | 5 | -25/+84 |
* | Update svn:ignore properties. | jsdelfino | 2010-04-12 | 1 | -0/+1 |
* | Removed build output from version control. | jsdelfino | 2010-04-12 | 2 | -0/+1 |
* | Add various utility hash functions, useful to hash and retrieve keys from a d... | jsdelfino | 2010-04-12 | 4 | -2/+346 |
* | Add test scripts to test the WSGI integration on the GAE SDK. | jsdelfino | 2010-04-11 | 31 | -23/+247 |
* | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 2010-04-10 | 13 | -24/+196 |
* | Add new test directories to main build. | jsdelfino | 2010-04-09 | 1 | -1/+1 |
* | Add store test using the sqldb component. Add conninfo and table properties t... | jsdelfino | 2010-04-09 | 21 | -11/+1288 |
* | Simple SQL database component implementation, using PostgreSQL. | jsdelfino | 2010-04-08 | 11 | -10/+702 |
* | Minor fix, cleanup namespace. | jsdelfino | 2010-04-08 | 3 | -27/+27 |
* | Create build structure for an SQL database component. Add dependencies to pos... | jsdelfino | 2010-04-04 | 11 | -50/+330 |
* | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2010-04-04 | 12 | -48/+72 |