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