summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-19Reuse the same file descriptor when reopening a tinycdb database.jsdelfino1-4/+35
2010-04-19Minor cleanup of ubuntu install scripts.jsdelfino3-4/+23
2010-04-19Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...jsdelfino23-61/+1508
2010-04-19Chdir to the installed SCA contribution before configuring components.jsdelfino1-0/+4
2010-04-17Strawman implementation of post, put and delete on a tinycdb database, for no...jsdelfino14-4/+734
2010-04-17Install gcc-4.5 in ubuntu automated install script.jsdelfino3-56/+25
2010-04-17Add a test for lambda expressions with gcc-4.5 and change build script to req...jsdelfino4-3/+87
2010-04-17Copy trunk into gcc-4.4 branch before porting to gcc-4.5.jsdelfino380-0/+39773
2010-04-17Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino5-25/+84
2010-04-12Update svn:ignore properties.jsdelfino1-0/+1
2010-04-12Removed build output from version control.jsdelfino2-0/+1
2010-04-12Add various utility hash functions, useful to hash and retrieve keys from a d...jsdelfino4-2/+346
2010-04-11Add test scripts to test the WSGI integration on the GAE SDK.jsdelfino31-23/+247
2010-04-10Minor build cleanup and fixes. Add a few scripts to help run automated builds...jsdelfino13-24/+196
2010-04-09Add new test directories to main build.jsdelfino1-1/+1
2010-04-09Add store test using the sqldb component. Add conninfo and table properties t...jsdelfino21-11/+1288
2010-04-08Simple SQL database component implementation, using PostgreSQL.jsdelfino11-10/+702
2010-04-08Minor fix, cleanup namespace.jsdelfino3-27/+27
2010-04-04Create build structure for an SQL database component. Add dependencies to pos...jsdelfino11-50/+330
2010-04-04Use curl configured at build time instead of curl found on system path.jsdelfino12-48/+72
2010-03-29Fix build error when memcached is not on the system path.jsdelfino1-4/+0
2010-03-29Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino2-5/+9
2010-03-29Build memcached from source as the Ubuntu 9.10 memcached package is back leve...jsdelfino10-15/+59
2010-03-28Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino27-62/+90
2010-03-27Change automated build to build curl from source instead of using the deb lib...jsdelfino4-5/+24
2010-03-27Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino26-61/+618
2010-03-21Correctly support binding URI on references.jsdelfino2-7/+15
2010-03-21Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st...jsdelfino9-13/+44
2010-03-17Minor fixes to the INSTALL instructions. Added two more automated install scr...jsdelfino4-4/+119
2010-03-17Added support for HTTP references and different versions of the store-wsgi co...jsdelfino11-7/+311
2010-03-15Fixes to the automated Ubuntu install script, and automatic detection of xulr...jsdelfino4-28/+90
2010-03-13Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino7-47/+154
2010-03-13Improved handling of HTTP etags and dynamic content expiration.jsdelfino2-36/+76
2010-03-10Added a WSGI store test case, plus a few fixes to get it working.jsdelfino17-31/+1304
2010-03-10Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino19-48/+96
2010-03-10Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com...jsdelfino7-8/+205
2010-03-08Support different Java VMs, including Apache Harmony.jsdelfino8-35/+159
2010-03-06Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino26-101/+1137
2010-03-06Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino9-51/+28
2010-03-01Updated svn:ignore properties.jsdelfino1-0/+2
2010-03-01Fixed build bootstrap error with duplicate variable definitions.jsdelfino4-6/+6
2010-03-01Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino24-91/+91
2010-02-28Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino18-1/+683
2010-02-28Minor README cleanup. Fixed permissions on COPYING and LICENSE files.jsdelfino3-5/+4
2010-02-28Removed contrib folder now that it's saved in its own branch.jsdelfino875-83489/+0
2010-02-28Moving old inactive code to a branch as it's confusing code assist, searches ...jsdelfino1155-0/+115535
2010-02-28Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino3-14/+14
2010-02-25Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefin...jsdelfino2-4/+19
2010-02-22Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino22-174/+175
2010-02-17Working queue and chat components. Added a few useful start/stop scripts. Fi...jsdelfino73-700/+1779