| Commit message (Expand) | Author | Files | Lines |
2011-11-30 | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 1 | -3/+12 |
2011-11-21 | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 1 | -1/+1 |
2011-11-14 | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 1 | -0/+5 |
2011-11-12 | Upgrade to HTTPD 2.3.15-beta. | jsdelfino | 1 | -4/+10 |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 1 | -6/+0 |
2011-10-26 | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 1 | -1/+1 |
2011-10-24 | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 1 | -0/+5 |
2011-09-20 | Fix stack overflow on Mac OS X. | jsdelfino | 1 | -0/+10 |
2011-08-06 | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 1 | -1/+3 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 1 | -6/+13 |
2011-06-13 | Add the ability to configure page headers and footers. | jsdelfino | 1 | -6/+3 |
2011-06-13 | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 1 | -0/+9 |
2011-04-17 | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 1 | -3/+3 |
2011-04-04 | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 1 | -2/+20 |
2011-03-27 | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 1 | -0/+4 |
2010-12-27 | Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry... | jsdelfino | 1 | -1/+1 |
2010-12-08 | Move HTTPD Require configuration for openid resources to the openid configura... | jsdelfino | 1 | -16/+2 |
2010-12-03 | Add scripts to support 'Require valid-user' and 'Require group' authz configu... | jsdelfino | 1 | -0/+10 |
2010-11-28 | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 1 | -49/+82 |
2010-11-13 | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 1 | -20/+70 |
2010-10-28 | Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ... | jsdelfino | 1 | -0/+4 |
2010-10-25 | Improve format of HTTP and HTTPS logs. | jsdelfino | 1 | -1/+8 |
2010-08-19 | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 1 | -1/+1 |
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 | 1 | -7/+12 |
2010-08-02 | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 1 | -7/+11 |
2010-07-28 | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 1 | -19/+24 |
2010-07-08 | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 1 | -13/+22 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 1 | -2/+16 |
2010-07-06 | Minor cleanup of config scripts and samples. | jsdelfino | 1 | -4/+4 |
2010-07-04 | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 1 | -3/+9 |
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 | 1 | -0/+1 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 1 | -0/+26 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 1 | -3/+3 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 1 | -4/+59 |
2010-03-17 | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 1 | -0/+2 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 1 | -0/+1 |
2009-12-26 | Simplified server configuration, HTTPD modules now use deployment composite t... | jsdelfino | 1 | -1/+1 |
2009-11-23 | Refactored httpd server integration, split http support and server logic in t... | jsdelfino | 1 | -2/+0 |
2009-11-16 | Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. | jsdelfino | 1 | -0/+0 |
2009-11-16 | Added test cases and scripts to test the HTTP binding support. Refactored htt... | jsdelfino | 1 | -1/+2 |
2009-11-01 | Minor refactoring of read/write functions and primitive procs. Added function... | jsdelfino | 1 | -13/+15 |
2009-10-26 | Added test cases to make check build target. Changed store-script to interop ... | jsdelfino | 1 | -7/+17 |
2009-10-11 | Added support for JSON-RPC to httpd module. Fixed issues with double numbers ... | jsdelfino | 1 | -2/+2 |
2009-10-05 | Strawman implementation of an HTTPD module, like the extensions/rest/service ... | jsdelfino | 1 | -1/+7 |
2009-10-03 | Strawman implementation of a JSON data binding. | jsdelfino | 1 | -2/+1 |
2009-09-27 | Strawman implementation of a mini script evaluation library, which can be use... | jsdelfino | 1 | -0/+19 |