summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-29Fix distribution build, add missing files and samples and fix path to ↵jsdelfino45-115/+275
libraries. GCC 4.5 is used if available but not installed automatically. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Add a logger component that logs and relays all invocations through a reference.jsdelfino8-4/+189
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947467 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Update svn:ignore properties.jsdelfino1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947350 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Change Memcached component to use localhost instead of 127.0.0.1.jsdelfino2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947348 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Implementation of a streaming + aggregating Log utility component using ↵jsdelfino23-26/+943
Facebook Scribe. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947347 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17More fixes to get build working on EC2 base Ubuntu 9.10 image.jsdelfino2-10/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944999 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize ↵jsdelfino3-40/+13
GCC-4.5 installation in ubuntu-gcc-4.5. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944955 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Upgrade from GCC 4.5.0-1 to GCC 4.5.0-2.jsdelfino3-54/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944951 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17Add missing thrift, scribe and libcloud to Ubuntu distro build.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944948 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16Add Apache Libcloud support to the build.jsdelfino4-13/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944912 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log ↵jsdelfino4-1/+170
component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944766 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Update README description of how to get the source code.jsdelfino1-2/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943807 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Add simple implementation of Scheme-like lazy streams.jsdelfino3-1/+114
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943806 13f79535-47bb-0310-9956-ffa450edef68
2010-05-13Move samples to samples directory.jsdelfino101-35/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943805 13f79535-47bb-0310-9956-ffa450edef68
2010-04-22Add instructions to download and setup gcc 4.5.jsdelfino1-3/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936632 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Reuse the same file descriptor when reopening a tinycdb database.jsdelfino1-4/+35
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935461 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Minor cleanup of ubuntu install scripts.jsdelfino3-4/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935460 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Add a tinycdb-based nosql SCA component and integrate with server. Add a ↵jsdelfino23-61/+1508
version of the store test that works with the nosql component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935459 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Chdir to the installed SCA contribution before configuring components.jsdelfino1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935458 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Strawman implementation of post, put and delete on a tinycdb database, for ↵jsdelfino14-4/+734
now just a simplistic rewrite of the db per update. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935274 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Install gcc-4.5 in ubuntu automated install script.jsdelfino3-56/+25
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935273 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Add a test for lambda expressions with gcc-4.5 and change build script to ↵jsdelfino4-3/+87
require gcc-4.5. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935247 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Copy trunk into gcc-4.4 branch before porting to gcc-4.5.jsdelfino380-0/+39773
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935127 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Change build scripts to make them work with GCC 4.5. Add a script to help ↵jsdelfino5-25/+84
install GCC 4.5 on Ubuntu. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935126 13f79535-47bb-0310-9956-ffa450edef68
2010-04-12Update svn:ignore properties.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933122 13f79535-47bb-0310-9956-ffa450edef68
2010-04-12Removed build output from version control.jsdelfino2-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933116 13f79535-47bb-0310-9956-ffa450edef68
2010-04-12Add various utility hash functions, useful to hash and retrieve keys from a ↵jsdelfino4-2/+346
datastore. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933115 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11Add test scripts to test the WSGI integration on the GAE SDK.jsdelfino31-23/+247
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932833 13f79535-47bb-0310-9956-ffa450edef68
2010-04-10Minor build cleanup and fixes. Add a few scripts to help run automated ↵jsdelfino13-24/+196
builds on EC2 Ubuntu 9.10 images. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932801 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09Add new test directories to main build.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932266 13f79535-47bb-0310-9956-ffa450edef68
2010-04-09Add store test using the sqldb component. Add conninfo and table properties ↵jsdelfino21-11/+1288
to sqldb component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932259 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Simple SQL database component implementation, using PostgreSQL.jsdelfino11-10/+702
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931801 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Minor fix, cleanup namespace.jsdelfino3-27/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931800 13f79535-47bb-0310-9956-ffa450edef68
2010-04-04Create build structure for an SQL database component. Add dependencies to ↵jsdelfino11-50/+330
postgresql and tinycdb to build scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930635 13f79535-47bb-0310-9956-ffa450edef68
2010-04-04Use curl configured at build time instead of curl found on system path.jsdelfino12-48/+72
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930634 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Fix build error when memcached is not on the system path.jsdelfino1-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928610 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ↵jsdelfino2-5/+9
applies to servers running the SCA runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928608 13f79535-47bb-0310-9956-ffa450edef68
2010-03-29Build memcached from source as the Ubuntu 9.10 memcached package is back ↵jsdelfino10-15/+59
level. Minor typo fixes in httpd config scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928605 13f79535-47bb-0310-9956-ffa450edef68
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name ↵jsdelfino27-62/+90
to be used. Add HTTP basic auth to WSGI integration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928352 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27Change automated build to build curl from source instead of using the deb ↵jsdelfino4-5/+24
libcurl package as it's back-level on Ubuntu 9.04. Adjust INSTALL instructions as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928231 13f79535-47bb-0310-9956-ffa450edef68
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to ↵jsdelfino26-61/+618
end with both HTTPD and WSGI servers. Minor cleanup of the HTTPD config scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928160 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21Correctly support binding URI on references.jsdelfino2-7/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925910 13f79535-47bb-0310-9956-ffa450edef68
2010-03-21Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to ↵jsdelfino9-13/+44
start memcached as a daemon. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925909 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17Minor fixes to the INSTALL instructions. Added two more automated install ↵jsdelfino4-4/+119
scripts to help deploy build+test images. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924189 13f79535-47bb-0310-9956-ffa450edef68
2010-03-17Added support for HTTP references and different versions of the store-wsgi ↵jsdelfino11-7/+311
composite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924188 13f79535-47bb-0310-9956-ffa450edef68
2010-03-15Fixes to the automated Ubuntu install script, and automatic detection of ↵jsdelfino4-28/+90
xulrunner level (as it changes often) in configure.ac. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923071 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13Updated the INSTALL instructions, fixed a few incremental build issues, and ↵jsdelfino7-47/+154
added a script that builds everything from scratch, tested on Ubuntu 9.10. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922645 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13Improved handling of HTTP etags and dynamic content expiration.jsdelfino2-36/+76
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922644 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10Added a WSGI store test case, plus a few fixes to get it working.jsdelfino17-31/+1304
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921271 13f79535-47bb-0310-9956-ffa450edef68
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ↵jsdelfino19-48/+96
consistent and unique uuids across languages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921270 13f79535-47bb-0310-9956-ffa450edef68