summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino3-0/+4
2011-08-06Make authentication work with wildcard domains and increase authentication co...jsdelfino4-4/+13
2011-06-28Port to Mac OS X 10.6.7.jsdelfino31-76/+86
2011-06-13Add the ability to configure page headers and footers.jsdelfino1-6/+3
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2-29/+191
2011-06-13Add configuration and script to enable mod-security 2.6.0.jsdelfino4-1/+216
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino7-20/+58
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino3-23/+101
2011-04-17Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino1-0/+1
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino3-4/+77
2011-03-27Support returning binary content. Fix server bug preventing a component to re...jsdelfino1-1/+1
2011-03-27HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino1-0/+4
2011-03-21Support authentication across wildcard domains.jsdelfino2-3/+3
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino1-5/+5
2011-02-26Move virtual host htdocs under their corresponding virtual host contribution ...jsdelfino2-10/+17
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino3-20/+41
2011-01-17Use a common stylesheet in all samples.jsdelfino3-4/+35
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino6-2/+62
2011-01-07Fix incorrect cookie name in sample logout pages.jsdelfino1-1/+1
2010-12-29Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino1-2/+2
2010-12-27Fix automated build and Ubuntu 10.10 install.jsdelfino1-0/+6
2010-12-27Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...jsdelfino5-12/+54
2010-12-24Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2-10/+34
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-2/+2
2010-12-08Move HTTPD Require configuration for openid resources to the openid configura...jsdelfino1-16/+2
2010-12-03Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino10-41/+87
2010-12-03Reset auth cookie before re-auth in login page.jsdelfino1-0/+1
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino11-190/+297
2010-11-14Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino5-18/+18
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