summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/ubuntu/ubuntu-install-all (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor base Javascript and CSS utilities and support server-side ↵jsdelfino2013-08-261-0/+2
| | | | | | aggregation of HTML and Javascript. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1517415 13f79535-47bb-0310-9956-ffa450edef68
* Build Python with support for Unicode 4.jsdelfino2013-08-261-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1517414 13f79535-47bb-0310-9956-ffa450edef68
* Update build and install scripts to use the correct dependencies.jsdelfino2013-01-031-59/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428195 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu ↵jsdelfino2012-07-161-43/+63
| | | | | | 12.04, and Mac OS X 10.7.4. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361918 13f79535-47bb-0310-9956-ffa450edef68
* Fix PyObject reference counting bugs causing memory violations in the Python ↵jsdelfino2012-05-291-4/+16
| | | | | | component implementation. Build Python runtime from source with pydebug to diagnose memory issues. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343550 13f79535-47bb-0310-9956-ffa450edef68
* Database support optimizations. Use PgBouncer to pool connections. Track and ↵jsdelfino2012-05-281-5/+16
| | | | | | manage WAL archives to optimize space and speed up database replication setup. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343139 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe.jsdelfino2012-04-091-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311137 13f79535-47bb-0310-9956-ffa450edef68
* Automatically reconnect to a Memcached server after a disconnection.jsdelfino2012-04-021-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308245 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino2012-03-171-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301969 13f79535-47bb-0310-9956-ffa450edef68
* Fix PostgreSQL download URL and add it to the default build scripts on ↵jsdelfino2011-12-211-1/+1
| | | | | | Ubuntu and Mac OS X. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221567 13f79535-47bb-0310-9956-ffa450edef68
* Minor build script updates. Add missing --enable-libcloud build option and ↵jsdelfino2011-12-141-7/+7
| | | | | | upgrade to PostgreSQL 9.1.2. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214042 13f79535-47bb-0310-9956-ffa450edef68
* Minor build and install script fixes. Install missing dev tools. Add a ↵jsdelfino2011-11-301-1/+2
| | | | | | missing cd command. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208241 13f79535-47bb-0310-9956-ffa450edef68
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-141-2/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201614 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to HTTPD 2.3.15-beta.jsdelfino2011-11-121-11/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201308 13f79535-47bb-0310-9956-ffa450edef68
* Fix minor build script problems, use wget instead of curl to bootstrap ↵jsdelfino2011-11-101-6/+6
| | | | | | build, fix mod-security-crs download URL and Makefile _data install error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200113 13f79535-47bb-0310-9956-ffa450edef68
* Use Page Speed to minify Web resources at build time, and a few more ↵jsdelfino2011-10-261-3/+13
| | | | | | improvements to the offline support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1189069 13f79535-47bb-0310-9956-ffa450edef68
* Add leveldb to mac-installrfeng2011-09-201-0/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172986 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken links, update to latest dependencies, and use curl instead of ↵jsdelfino2011-09-201-30/+29
| | | | | | wget to download them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172976 13f79535-47bb-0310-9956-ffa450edef68
* Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2011-08-301-8/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163087 13f79535-47bb-0310-9956-ffa450edef68
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where ↵jsdelfino2011-08-141-4/+16
| | | | | | possible. Fix multi-threading issues in the SpiderMonkey integration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157676 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-111-13/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156555 13f79535-47bb-0310-9956-ffa450edef68
* Port to Mac OS X 10.6.7.jsdelfino2011-06-281-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
* Add configuration and script to enable mod-security 2.6.0.jsdelfino2011-06-131-6/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135046 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the thrift download urlrfeng2011-06-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132704 13f79535-47bb-0310-9956-ffa450edef68
* Minor install script fixes. Add a script to install a minimal build and ↵jsdelfino2011-05-231-9/+15
| | | | | | upgrade to latest libcloud. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126299 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build to new locations of Qpid and Vysper distros.jsdelfino2011-04-171-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094207 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to postgresql 9.0.3.jsdelfino2011-02-261-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074926 13f79535-47bb-0310-9956-ffa450edef68
* Fix automated build and Ubuntu 10.10 install.jsdelfino2010-12-271-6/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053221 13f79535-47bb-0310-9956-ffa450edef68
* Merge changes from apr-2 branch. Port to APR 1.4.x and enable ↵jsdelfino2010-12-271-8/+13
| | | | | | mod_session_crypto. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053002 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.10 alpha release.jsdelfino2010-12-251-10/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052741 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Google appengine version 1.4.0.jsdelfino2010-12-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042534 13f79535-47bb-0310-9956-ffa450edef68
* Use different servers for cert-based and password-based auth and use event ↵jsdelfino2010-11-281-1/+1
| | | | | | MPMs for tunnel and proxy servers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039840 13f79535-47bb-0310-9956-ffa450edef68
* Minor build fixes. Create missing .so links in sample. Unpack ↵jsdelfino2010-11-161-0/+2
| | | | | | httpd-2.3.8-deps.tar.gz. Update EC2 build scripts to use Ubuntu 10.10 64-bit images. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035553 13f79535-47bb-0310-9956-ffa450edef68
* Minor build fixes. Link against tinycdb shared library instead of static lib ↵jsdelfino2010-11-151-2/+2
| | | | | | to fix 'relocation R_X86_64_PC32 against undefined symbol' error on 64-bit. Remove deleted scripts from ubuntu/Makefile.am. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035165 13f79535-47bb-0310-9956-ffa450edef68
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ↵jsdelfino2010-11-141-32/+21
| | | | | | run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034963 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD ↵jsdelfino2010-11-131-8/+8
| | | | | | 2.3 Form auth modules play nice together. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034693 13f79535-47bb-0310-9956-ffa450edef68
* Improve format of HTTP and HTTPS logs.jsdelfino2010-10-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026938 13f79535-47bb-0310-9956-ffa450edef68
* Adjust location of httpd-2.2.16 distro download as it's now archived.jsdelfino2010-10-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1026937 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7.jsdelfino2010-10-201-12/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024520 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino2010-09-191-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998571 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade build scripts to on Ubuntu 10.04.jsdelfino2010-09-151-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997186 13f79535-47bb-0310-9956-ffa450edef68
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ↵jsdelfino2010-09-061-1/+1
| | | | | | OpenID support and changes to enable it to co-exist with OAuth. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992963 13f79535-47bb-0310-9956-ffa450edef68
* Configure mod-auth-openid to use memcached instead of sqlite. Remove ↵jsdelfino2010-09-031-1/+1
| | | | | | dependencies on sqlite. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992219 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS ↵jsdelfino2010-08-141-11/+11
| | | | | | and add HTTPS config to store-cluster sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985561 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to the Ubuntu build scripts.jsdelfino2010-07-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960382 13f79535-47bb-0310-9956-ffa450edef68
* Update build instructions and scripts to include the OpenID support.jsdelfino2010-06-271-2/+43
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958391 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to ubuntu image creation scripts.jsdelfino2010-06-051-5/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951659 13f79535-47bb-0310-9956-ffa450edef68
* Add build support for a minimum distribution using prebuilt dependencies ↵jsdelfino2010-06-051-0/+292
from Ubuntu 9.10. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951656 13f79535-47bb-0310-9956-ffa450edef68