| Commit message (Expand) | Author | Files | Lines |
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 |
2010-05-13 | Add simple implementation of Scheme-like lazy streams. | jsdelfino | 3 | -1/+114 |
2010-05-13 | Move samples to samples directory. | jsdelfino | 101 | -35/+13 |
2010-04-22 | Add instructions to download and setup gcc 4.5. | jsdelfino | 1 | -3/+8 |
2010-04-19 | Reuse the same file descriptor when reopening a tinycdb database. | jsdelfino | 1 | -4/+35 |
2010-04-19 | Minor cleanup of ubuntu install scripts. | jsdelfino | 3 | -4/+23 |
2010-04-19 | Add a tinycdb-based nosql SCA component and integrate with server. Add a vers... | jsdelfino | 23 | -61/+1508 |
2010-04-19 | Chdir to the installed SCA contribution before configuring components. | jsdelfino | 1 | -0/+4 |
2010-04-17 | Strawman implementation of post, put and delete on a tinycdb database, for no... | jsdelfino | 14 | -4/+734 |
2010-04-17 | Install gcc-4.5 in ubuntu automated install script. | jsdelfino | 3 | -56/+25 |
2010-04-17 | Add a test for lambda expressions with gcc-4.5 and change build script to req... | jsdelfino | 4 | -3/+87 |
2010-04-17 | Copy trunk into gcc-4.4 branch before porting to gcc-4.5. | jsdelfino | 380 | -0/+39773 |
2010-04-17 | Change build scripts to make them work with GCC 4.5. Add a script to help ins... | jsdelfino | 5 | -25/+84 |
2010-04-12 | Update svn:ignore properties. | jsdelfino | 1 | -0/+1 |
2010-04-12 | Removed build output from version control. | jsdelfino | 2 | -0/+1 |
2010-04-12 | Add various utility hash functions, useful to hash and retrieve keys from a d... | jsdelfino | 4 | -2/+346 |
2010-04-11 | Add test scripts to test the WSGI integration on the GAE SDK. | jsdelfino | 31 | -23/+247 |
2010-04-10 | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 13 | -24/+196 |
2010-04-09 | Add new test directories to main build. | jsdelfino | 1 | -1/+1 |
2010-04-09 | Add store test using the sqldb component. Add conninfo and table properties t... | jsdelfino | 21 | -11/+1288 |
2010-04-08 | Simple SQL database component implementation, using PostgreSQL. | jsdelfino | 11 | -10/+702 |
2010-04-08 | Minor fix, cleanup namespace. | jsdelfino | 3 | -27/+27 |
2010-04-04 | Create build structure for an SQL database component. Add dependencies to pos... | jsdelfino | 11 | -50/+330 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 12 | -48/+72 |
2010-03-29 | Fix build error when memcached is not on the system path. | jsdelfino | 1 | -4/+0 |
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 | 10 | -15/+59 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 27 | -62/+90 |
2010-03-27 | Change automated build to build curl from source instead of using the deb lib... | jsdelfino | 4 | -5/+24 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 26 | -61/+618 |
2010-03-21 | Correctly support binding URI on references. | jsdelfino | 2 | -7/+15 |
2010-03-21 | Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st... | jsdelfino | 9 | -13/+44 |
2010-03-17 | Minor fixes to the INSTALL instructions. Added two more automated install scr... | jsdelfino | 4 | -4/+119 |
2010-03-17 | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 11 | -7/+311 |
2010-03-15 | Fixes to the automated Ubuntu install script, and automatic detection of xulr... | jsdelfino | 4 | -28/+90 |
2010-03-13 | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 7 | -47/+154 |
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 | 17 | -31/+1304 |
2010-03-10 | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 19 | -48/+96 |
2010-03-10 | Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com... | jsdelfino | 7 | -8/+205 |
2010-03-08 | Support different Java VMs, including Apache Harmony. | jsdelfino | 8 | -35/+159 |
2010-03-06 | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 26 | -101/+1137 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 9 | -51/+28 |
2010-03-01 | Updated svn:ignore properties. | jsdelfino | 1 | -0/+2 |