| Commit message (Expand) | Author | Files | Lines |
2010-09-07 | Minor tweaks to make the OAuth support work with Github. | jsdelfino | 2 | -3/+10 |
2010-09-06 | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 4 | -30/+135 |
2010-08-22 | Improve performance by reusing HTTP proxy connections across invocations and ... | jsdelfino | 3 | -5/+81 |
2010-08-22 | Refactor store-cluster sample components to allow vhosts to share common cach... | jsdelfino | 3 | -18/+39 |
2010-08-19 | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 3 | -22/+43 |
2010-08-16 | Fix configuration scripts to create directories if necessary. | jsdelfino | 9 | -0/+12 |
2010-08-16 | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 1 | -0/+1 |
2010-08-14 | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 20 | -220/+998 |
2010-08-02 | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 11 | -67/+183 |
2010-07-28 | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 13 | -57/+401 |
2010-07-12 | Enable HTTPD mod_status in SSL-enabled configuration. | jsdelfino | 1 | -0/+15 |
2010-07-12 | Add a host component property reporting the current virtual host name. | jsdelfino | 1 | -8/+8 |
2010-07-08 | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 6 | -26/+105 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 3 | -6/+45 |
2010-07-06 | Minor cleanup of config scripts and samples. | jsdelfino | 2 | -5/+5 |
2010-07-04 | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 2 | -6/+19 |
2010-07-01 | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 1 | -0/+1 |
2010-06-27 | Add support for user and email component properties, and minimal support for ... | jsdelfino | 2 | -0/+17 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 6 | -7/+42 |
2010-05-31 | Add support for RSS feeds and minor fixes to ATOM support. | jsdelfino | 3 | -1/+68 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 1 | -2/+5 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 1 | -3/+4 |
2010-04-10 | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 1 | -3/+4 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2 | -2/+6 |
2010-03-29 | Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap... | jsdelfino | 1 | -5/+0 |
2010-03-29 | Build memcached from source as the Ubuntu 9.10 memcached package is back leve... | jsdelfino | 3 | -4/+4 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 6 | -22/+15 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 6 | -11/+361 |
2010-03-17 | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 1 | -0/+2 |
2010-03-13 | Improved handling of HTTP etags and dynamic content expiration. | jsdelfino | 1 | -0/+8 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 1 | -1/+1 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 1 | -4/+5 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 2 | -35/+11 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 8 | -16/+108 |
2010-01-30 | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 1 | -4/+130 |
2010-01-25 | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 1 | -0/+14 |
2010-01-24 | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 1 | -10/+7 |
2010-01-17 | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 1 | -1/+1 |
2010-01-11 | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 2 | -8/+5 |
2010-01-02 | Cleaned up lifecycle handling of objects that hold library and file resources... | jsdelfino | 1 | -28/+15 |
2010-01-02 | Performance improvements when running both in multi-threaded and pre-forked H... | jsdelfino | 3 | -169/+158 |
2009-12-26 | Simplified server configuration, HTTPD modules now use deployment composite t... | jsdelfino | 4 | -10/+26 |
2009-12-26 | Added missing const qualifiers, macros and util functions to help debugging, ... | jsdelfino | 1 | -9/+9 |
2009-12-26 | Added timing functions to measure performance, removed unused cache support, ... | jsdelfino | 1 | -27/+13 |
2009-11-30 | More build improvements, added a configure option to turn on debugging and pr... | jsdelfino | 1 | -1/+1 |
2009-11-30 | Fixes to the http client, httpd modules and memcached component to get the st... | jsdelfino | 5 | -119/+148 |
2009-11-23 | Simplified the automake build using configure options instead of environment ... | jsdelfino | 1 | -15/+3 |
2009-11-23 | Refactored httpd server integration, split http support and server logic in t... | jsdelfino | 16 | -1230/+173 |
2009-11-16 | Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. | jsdelfino | 19 | -0/+2585 |