| Commit message (Expand) | Author | Age | Files | Lines |
* | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-... | giorgio | 2012-09-05 | 769 | -0/+76765 |
* | Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.... | jsdelfino | 2012-07-16 | 33 | -429/+969 |
* | Minor memory management, performance, and tracing improvements. | jsdelfino | 2012-07-16 | 54 | -175/+601 |
* | Add a timeout property to the CURL HTTP clients. | jsdelfino | 2012-07-16 | 32 | -134/+700 |
* | Add an HTTPD auth provider allowing the authentication logic to be implemente... | jsdelfino | 2012-07-16 | 38 | -367/+1156 |
* | Improve caching support and some of the navigations in the hosting environment. | jsdelfino | 2012-07-16 | 84 | -572/+1676 |
* | Fix server config of server-status and proxy balancer-manager pages. | jsdelfino | 2012-05-29 | 5 | -20/+19 |
* | Fix PyObject reference counting bugs causing memory violations in the Python ... | jsdelfino | 2012-05-29 | 12 | -59/+258 |
* | Refactor sample app definitions into proper ATOM entries. | jsdelfino | 2012-05-29 | 73 | -5153/+5511 |
* | Improvements to the hosted composite management app. Simplify and optimize th... | jsdelfino | 2012-05-28 | 52 | -1791/+3282 |
* | Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ... | jsdelfino | 2012-05-28 | 32 | -2503/+1975 |
* | Database support optimizations. Use PgBouncer to pool connections. Track and ... | jsdelfino | 2012-05-28 | 25 | -127/+434 |
* | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 2012-05-28 | 111 | -251/+483 |
* | Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe. | jsdelfino | 2012-04-09 | 14 | -39/+273 |
* | Enable administrative access using basic auth. | jsdelfino | 2012-04-09 | 9 | -13/+37 |
* | Add more fine grain debug options and remove overhead in debug log macros whe... | jsdelfino | 2012-04-02 | 23 | -55/+79 |
* | Add scripts to configure multiple load balancers on a proxy server. | jsdelfino | 2012-04-02 | 4 | -2/+107 |
* | Detach Memcached and Pgsql from terminal when logging with a logger like Scri... | jsdelfino | 2012-04-02 | 7 | -7/+114 |
* | Automatically reconnect to a Memcached server after a disconnection. | jsdelfino | 2012-04-02 | 16 | -14/+46 |
* | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 2012-04-02 | 42 | -453/+670 |
* | Minor cleanup of README, INSTALL, and remove an obsolete sample. | jsdelfino | 2012-03-17 | 11 | -614/+11 |
* | Upgrade to newer version of CURL and integrate its SMTP support. | jsdelfino | 2012-03-17 | 28 | -51/+649 |
* | Add options to use mmap or electric fence to check memory accesses, and fix a... | jsdelfino | 2012-02-27 | 11 | -51/+167 |
* | Add missing <?xml?> tag to test ATOM entry document. | jsdelfino | 2012-02-27 | 1 | -0/+1 |
* | Fix mapping between repeating XML elements, S-expression lists, and JSON arra... | jsdelfino | 2012-02-27 | 5 | -4/+69 |
* | Fixes to the hosting module to correctly store ATOM feeds instead of raw coll... | jsdelfino | 2012-02-20 | 29 | -56/+56 |
* | Rename some of the utility programs and add them to the install target. | jsdelfino | 2012-02-20 | 10 | -14/+23 |
* | Optimize server modules a bit. Pass individual config elements instead of the... | jsdelfino | 2012-02-20 | 9 | -433/+441 |
* | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 2012-02-20 | 25 | -32/+201 |
* | Refactor server hosting module, rename it and move it under a hosting dir, an... | jsdelfino | 2012-01-30 | 172 | -1161/+825 |
* | Add an app property which can be used to retrieve the current app name. | jsdelfino | 2012-01-30 | 1 | -3/+27 |
* | Change samples to use standard example.com domain name. | jsdelfino | 2012-01-30 | 8 | -28/+28 |
* | Add a partitioner component, which combined with a selector component can be ... | jsdelfino | 2012-01-16 | 9 | -5/+319 |
* | Fix error with logging command in memcached and sqldb start / stop scripts. A... | jsdelfino | 2012-01-16 | 44 | -86/+99 |
* | Add external configuration of Memcached and PostgreSQL logging, to allow the ... | jsdelfino | 2011-12-30 | 11 | -21/+174 |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 37 | -41/+172 |
* | Fix calculation of composite path when configured with an absolute path. | jsdelfino | 2011-12-21 | 3 | -2/+9 |
* | Fix PostgreSQL download URL and add it to the default build scripts on Ubuntu... | jsdelfino | 2011-12-21 | 3 | -7/+35 |
* | Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req... | jsdelfino | 2011-12-18 | 2 | -2/+2 |
* | Add ability to configure an HTTPS proxy with load balancing over a set of HTT... | jsdelfino | 2011-12-18 | 29 | -144/+306 |
* | Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M... | jsdelfino | 2011-12-14 | 1 | -5/+5 |
* | Change memcached component configuration syntax to use spaces instead of comm... | jsdelfino | 2011-12-14 | 3 | -4/+4 |
* | Minor build script updates. Add missing --enable-libcloud build option and up... | jsdelfino | 2011-12-14 | 5 | -13/+13 |
* | Fix build and install errors on Mac OS X. Add missing scripts to forward IP p... | jsdelfino | 2011-12-01 | 11 | -17/+85 |
* | Minor build and install script fixes. Install missing dev tools. Add a missin... | jsdelfino | 2011-11-30 | 4 | -4/+6 |
* | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 2011-11-30 | 11 | -39/+143 |
* | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 2011-11-21 | 8 | -51/+89 |
* | Improvements to the auth implementation. Refactor logout page, handle auth re... | jsdelfino | 2011-11-21 | 17 | -220/+246 |
* | Add a few useful backup scripts. | jsdelfino | 2011-11-21 | 5 | -1/+105 |
* | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 2011-11-14 | 39 | -133/+267 |