summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ↵jsdelfino111-251/+483
Fix test scripts to cleanup state from previous builds and correctly report test errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343138 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe.jsdelfino14-39/+273
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311137 13f79535-47bb-0310-9956-ffa450edef68
2012-04-09Enable administrative access using basic auth.jsdelfino9-13/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311136 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Add more fine grain debug options and remove overhead in debug log macros ↵jsdelfino23-55/+79
when logging is turned off. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308248 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Add scripts to configure multiple load balancers on a proxy server.jsdelfino4-2/+107
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308247 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Detach Memcached and Pgsql from terminal when logging with a logger like ↵jsdelfino7-7/+114
Scribe. Add a Scribe status command. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308246 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Automatically reconnect to a Memcached server after a disconnection.jsdelfino16-14/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308245 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor ↵jsdelfino42-453/+670
fixes to the OAuth2 module to comply with the spec. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308244 13f79535-47bb-0310-9956-ffa450edef68
2012-03-17Minor cleanup of README, INSTALL, and remove an obsolete sample.jsdelfino11-614/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301985 13f79535-47bb-0310-9956-ffa450edef68
2012-03-17Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino28-51/+649
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1301969 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Add options to use mmap or electric fence to check memory accesses, and fix ↵jsdelfino11-51/+167
a few memory access violations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294008 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Add missing <?xml?> tag to test ATOM entry document.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294007 13f79535-47bb-0310-9956-ffa450edef68
2012-02-27Fix mapping between repeating XML elements, S-expression lists, and JSON ↵jsdelfino5-4/+69
array cells. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294006 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Fixes to the hosting module to correctly store ATOM feeds instead of raw ↵jsdelfino29-56/+56
collections and work with the sqldb component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291136 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Rename some of the utility programs and add them to the install target.jsdelfino10-14/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291135 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Optimize server modules a bit. Pass individual config elements instead of ↵jsdelfino9-433/+441
the whole server config. Load target composite once into the request. Enable loading of shared component implementations from the main contribution. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291134 13f79535-47bb-0310-9956-ffa450edef68
2012-02-20Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use ↵jsdelfino25-32/+201
different auth mechanisms, and refactor log configuration to make it easier to use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291133 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Refactor server hosting module, rename it and move it under a hosting dir, ↵jsdelfino172-1161/+825
and refactor its datastore components into a single component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237740 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Add an app property which can be used to retrieve the current app name.jsdelfino1-3/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237738 13f79535-47bb-0310-9956-ffa450edef68
2012-01-30Change samples to use standard example.com domain name.jsdelfino8-28/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237737 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16Add a partitioner component, which combined with a selector component can be ↵jsdelfino9-5/+319
used to implement data partitioning, sharding, or data access load balancing for example. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1231822 13f79535-47bb-0310-9956-ffa450edef68
2012-01-16Fix error with logging command in memcached and sqldb start / stop scripts. ↵jsdelfino44-86/+99
Adjust test scripts, add new parameter required by memcached start / stop scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1231821 13f79535-47bb-0310-9956-ffa450edef68
2011-12-30Add external configuration of Memcached and PostgreSQL logging, to allow the ↵jsdelfino11-21/+174
logs to be piped to Scribe or the HTTPD log rotation program. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1225904 13f79535-47bb-0310-9956-ffa450edef68
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, ↵jsdelfino37-41/+172
to get log piping and rotation to work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1222604 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21Fix calculation of composite path when configured with an absolute path.jsdelfino3-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221832 13f79535-47bb-0310-9956-ffa450edef68
2011-12-21Fix PostgreSQL download URL and add it to the default build scripts on ↵jsdelfino3-7/+35
Ubuntu and Mac OS X. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221567 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect ↵jsdelfino2-2/+2
requests instead of accepting them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1220537 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of ↵jsdelfino29-144/+306
HTTP backend servers and get OAuth authentication working with that topology. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1220526 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on ↵jsdelfino1-5/+5
Mac OS X. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214044 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14Change memcached component configuration syntax to use spaces instead of ↵jsdelfino3-4/+4
commas between memcached addresses. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214043 13f79535-47bb-0310-9956-ffa450edef68
2011-12-14Minor build script updates. Add missing --enable-libcloud build option and ↵jsdelfino5-13/+13
upgrade to PostgreSQL 9.1.2. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214042 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Fix build and install errors on Mac OS X. Add missing scripts to forward IP ↵jsdelfino11-17/+85
ports on Mac OS X. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209010 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Minor build and install script fixes. Install missing dev tools. Add a ↵jsdelfino4-4/+6
missing cd command. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208241 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Enable log collection using Scribe, and some minor log cleanup.jsdelfino11-39/+143
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208240 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21Change default log level from 'info' to 'notice' and improve some of the log ↵jsdelfino8-51/+89
messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204402 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth ↵jsdelfino17-220/+246
redirects in XHR responses and allow auth to work off an OpenID AX attribute or OAuth resource attribute. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204401 13f79535-47bb-0310-9956-ffa450edef68
2011-11-21Add a few useful backup scripts.jsdelfino5-1/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204400 13f79535-47bb-0310-9956-ffa450edef68
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino39-133/+267
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201614 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Add a few missing files to Makefile install targets.jsdelfino2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201309 13f79535-47bb-0310-9956-ffa450edef68
2011-11-12Upgrade to HTTPD 2.3.15-beta.jsdelfino9-56/+65
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201308 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Fix minor build script problems, use wget instead of curl to bootstrap ↵jsdelfino7-17/+26
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
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual ↵jsdelfino28-429/+378
Host and Internet domain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200105 13f79535-47bb-0310-9956-ffa450edef68
2011-10-29Better network connectivity status reporting and handling of orientation ↵jsdelfino17-102/+328
change events. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194948 13f79535-47bb-0310-9956-ffa450edef68
2011-10-29Minor improvements to Page Speed build integration and documentation.jsdelfino8-37/+38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194947 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26Use Page Speed to minify Web resources at build time, and a few more ↵jsdelfino24-540/+369
improvements to the offline support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1189069 13f79535-47bb-0310-9956-ffa450edef68
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino54-3693/+4238
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1188045 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26Fix a few issues for mac buildrfeng2-17/+36
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175987 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino2-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173503 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Add leveldb to mac-installrfeng2-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172986 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Add leveldb to mac-installrfeng1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172985 13f79535-47bb-0310-9956-ffa450edef68