summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes to the hosting module to correctly store ATOM feeds instead of raw coll...jsdelfino2012-02-202-4/+6
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-202-13/+18
* Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff...jsdelfino2012-02-2012-19/+142
* Refactor server hosting module, rename it and move it under a hosting dir, an...jsdelfino2012-01-303-3/+3
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-234-13/+21
* Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req...jsdelfino2011-12-182-2/+2
* Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino2011-12-1816-127/+231
* Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M...jsdelfino2011-12-141-5/+5
* Fix build and install errors on Mac OS X. Add missing scripts to forward IP p...jsdelfino2011-12-011-0/+4
* Enable log collection using Scribe, and some minor log cleanup.jsdelfino2011-11-303-7/+31
* Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino2011-11-211-1/+1
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-212-4/+7
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-144-7/+8
* Upgrade to HTTPD 2.3.15-beta.jsdelfino2011-11-123-7/+32
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-104-20/+2
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-293-3/+3
* Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino2011-10-265-3/+117
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-246-20/+25
* Fix stack overflow on Mac OS X.jsdelfino2011-09-203-0/+30
* Build with Clang/LLVM when available.jsdelfino2011-09-042-8/+14
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-143-0/+4
* Make authentication work with wildcard domains and increase authentication co...jsdelfino2011-08-064-4/+13
* Port to Mac OS X 10.6.7.jsdelfino2011-06-2831-76/+86
* Add the ability to configure page headers and footers.jsdelfino2011-06-131-6/+3
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-132-29/+191
* Add configuration and script to enable mod-security 2.6.0.jsdelfino2011-06-134-1/+216
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-237-20/+58
* Fix representation of null values and escape control characters in JSON and H...jsdelfino2011-04-173-23/+101
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino2011-04-171-0/+1
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-043-4/+77
* Support returning binary content. Fix server bug preventing a component to re...jsdelfino2011-03-271-1/+1
* HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino2011-03-271-0/+4
* Support authentication across wildcard domains.jsdelfino2011-03-212-3/+3
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-081-5/+5
* Move virtual host htdocs under their corresponding virtual host contribution ...jsdelfino2011-02-262-10/+17
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-263-20/+41
* Use a common stylesheet in all samples.jsdelfino2011-01-173-4/+35
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-096-2/+62
* Fix incorrect cookie name in sample logout pages.jsdelfino2011-01-071-1/+1
* Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino2010-12-291-2/+2
* Fix automated build and Ubuntu 10.10 install.jsdelfino2010-12-271-0/+6
* Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...jsdelfino2010-12-275-12/+54
* Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...jsdelfino2010-12-242-10/+34
* Move JavaScript eval functions to the js module.jsdelfino2010-12-081-2/+2
* Move HTTPD Require configuration for openid resources to the openid configura...jsdelfino2010-12-081-16/+2
* Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino2010-12-0310-41/+87
* Reset auth cookie before re-auth in login page.jsdelfino2010-12-031-0/+1
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-2811-190/+297
* Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...jsdelfino2010-11-145-18/+18
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-1314-68/+748