summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add instructions to download and setup gcc 4.5.jsdelfino2010-04-221-3/+8
* Reuse the same file descriptor when reopening a tinycdb database.jsdelfino2010-04-191-4/+35
* Minor cleanup of ubuntu install scripts.jsdelfino2010-04-193-4/+23
* Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...jsdelfino2010-04-1923-61/+1508
* Chdir to the installed SCA contribution before configuring components.jsdelfino2010-04-191-0/+4
* Strawman implementation of post, put and delete on a tinycdb database, for no...jsdelfino2010-04-1714-4/+734
* Install gcc-4.5 in ubuntu automated install script.jsdelfino2010-04-173-56/+25
* Add a test for lambda expressions with gcc-4.5 and change build script to req...jsdelfino2010-04-174-3/+87
* Copy trunk into gcc-4.4 branch before porting to gcc-4.5.jsdelfino2010-04-17380-0/+39773
* Change build scripts to make them work with GCC 4.5. Add a script to help ins...jsdelfino2010-04-175-25/+84
* Update svn:ignore properties.jsdelfino2010-04-121-0/+1
* Removed build output from version control.jsdelfino2010-04-122-0/+1
* Add various utility hash functions, useful to hash and retrieve keys from a d...jsdelfino2010-04-124-2/+346
* Add test scripts to test the WSGI integration on the GAE SDK.jsdelfino2010-04-1131-23/+247
* Minor build cleanup and fixes. Add a few scripts to help run automated builds...jsdelfino2010-04-1013-24/+196
* Add new test directories to main build.jsdelfino2010-04-091-1/+1
* Add store test using the sqldb component. Add conninfo and table properties t...jsdelfino2010-04-0921-11/+1288
* Simple SQL database component implementation, using PostgreSQL.jsdelfino2010-04-0811-10/+702
* Minor fix, cleanup namespace.jsdelfino2010-04-083-27/+27
* Create build structure for an SQL database component. Add dependencies to pos...jsdelfino2010-04-0411-50/+330
* Use curl configured at build time instead of curl found on system path.jsdelfino2010-04-0412-48/+72
* Fix build error when memcached is not on the system path.jsdelfino2010-03-291-4/+0
* Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap...jsdelfino2010-03-292-5/+9
* Build memcached from source as the Ubuntu 9.10 memcached package is back leve...jsdelfino2010-03-2910-15/+59
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-2827-62/+90
* Change automated build to build curl from source instead of using the deb lib...jsdelfino2010-03-274-5/+24
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-2726-61/+618
* Correctly support binding URI on references.jsdelfino2010-03-212-7/+15
* Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st...jsdelfino2010-03-219-13/+44
* Minor fixes to the INSTALL instructions. Added two more automated install scr...jsdelfino2010-03-174-4/+119
* Added support for HTTP references and different versions of the store-wsgi co...jsdelfino2010-03-1711-7/+311
* Fixes to the automated Ubuntu install script, and automatic detection of xulr...jsdelfino2010-03-154-28/+90
* Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino2010-03-137-47/+154
* Improved handling of HTTP etags and dynamic content expiration.jsdelfino2010-03-132-36/+76
* Added a WSGI store test case, plus a few fixes to get it working.jsdelfino2010-03-1017-31/+1304
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2010-03-1019-48/+96
* Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com...jsdelfino2010-03-107-8/+205
* Support different Java VMs, including Apache Harmony.jsdelfino2010-03-088-35/+159
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino2010-03-0626-101/+1137
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-069-51/+28
* Updated svn:ignore properties.jsdelfino2010-03-011-0/+2
* Fixed build bootstrap error with duplicate variable definitions.jsdelfino2010-03-014-6/+6
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-0124-91/+91
* Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino2010-02-2818-1/+683
* Minor README cleanup. Fixed permissions on COPYING and LICENSE files.jsdelfino2010-02-283-5/+4
* Removed contrib folder now that it's saved in its own branch.jsdelfino2010-02-28875-83489/+0
* Moving old inactive code to a branch as it's confusing code assist, searches ...jsdelfino2010-02-281155-0/+115535
* Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.jsdelfino2010-02-283-14/+14
* Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefin...jsdelfino2010-02-252-4/+19
* Moved component start calls from HTTPD postConfig to childInit, to give compo...jsdelfino2010-02-2222-174/+175