summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino13-80/+175
2012-03-17Upgrade to newer version of CURL and integrate its SMTP support.jsdelfino1-1/+0
2012-02-20Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2-4/+6
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2-13/+18
2012-02-20Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff...jsdelfino12-19/+142
2012-01-30Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino3-3/+3
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino4-13/+21
2011-12-18Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req...jsdelfino2-2/+2
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino16-127/+231
2011-12-14Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M...jsdelfino1-5/+5
2011-12-01Fix build and install errors on Mac OS X. Add missing scripts to forward IP p...jsdelfino1-0/+4
2011-11-30Enable log collection using Scribe, and some minor log cleanup.jsdelfino3-7/+31
2011-11-21Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino1-1/+1
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2-4/+7
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino4-7/+8
2011-11-12Upgrade to HTTPD 2.3.15-beta.jsdelfino3-7/+32
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino4-20/+2
2011-10-29Minor improvements to Page Speed build integration and documentation.jsdelfino3-3/+3
2011-10-26Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino5-3/+117
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino6-20/+25
2011-09-20Fix stack overflow on Mac OS X.jsdelfino3-0/+30
2011-09-04Build with Clang/LLVM when available.jsdelfino2-8/+14
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