| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix build error when memcached is not on the system path. | jsdelfino | 2010-03-29 | 1 | -4/+0 |
* | 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 | 10 | -15/+59 |
* | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 2010-03-28 | 27 | -62/+90 |
* | Change automated build to build curl from source instead of using the deb lib... | jsdelfino | 2010-03-27 | 4 | -5/+24 |
* | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 2010-03-27 | 26 | -61/+618 |
* | Correctly support binding URI on references. | jsdelfino | 2010-03-21 | 2 | -7/+15 |
* | Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st... | jsdelfino | 2010-03-21 | 9 | -13/+44 |
* | Minor fixes to the INSTALL instructions. Added two more automated install scr... | jsdelfino | 2010-03-17 | 4 | -4/+119 |
* | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 2010-03-17 | 11 | -7/+311 |
* | Fixes to the automated Ubuntu install script, and automatic detection of xulr... | jsdelfino | 2010-03-15 | 4 | -28/+90 |
* | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 2010-03-13 | 7 | -47/+154 |
* | 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 | 17 | -31/+1304 |
* | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 2010-03-10 | 19 | -48/+96 |