| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 2011-10-29 | 3 | -3/+3 |
* | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 2011-10-26 | 5 | -3/+117 |
* | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 2011-10-24 | 6 | -20/+25 |
* | Fix stack overflow on Mac OS X. | jsdelfino | 2011-09-20 | 3 | -0/+30 |
* | Build with Clang/LLVM when available. | jsdelfino | 2011-09-04 | 2 | -8/+14 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 3 | -0/+4 |
* | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 2011-08-06 | 4 | -4/+13 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 31 | -76/+86 |
* | Add the ability to configure page headers and footers. | jsdelfino | 2011-06-13 | 1 | -6/+3 |
* | Improve support for HTTP verbs and enable calls inside a domain without havin... | jsdelfino | 2011-06-13 | 2 | -29/+191 |
* | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 2011-06-13 | 4 | -1/+216 |
* | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 2011-05-23 | 7 | -20/+58 |
* | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2011-04-17 | 3 | -23/+101 |
* | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 2011-04-17 | 1 | -0/+1 |
* | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 2011-04-04 | 3 | -4/+77 |
* | Support returning binary content. Fix server bug preventing a component to re... | jsdelfino | 2011-03-27 | 1 | -1/+1 |
* | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 2011-03-27 | 1 | -0/+4 |
* | Support authentication across wildcard domains. | jsdelfino | 2011-03-21 | 2 | -3/+3 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 1 | -5/+5 |
* | Move virtual host htdocs under their corresponding virtual host contribution ... | jsdelfino | 2011-02-26 | 2 | -10/+17 |
* | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 2011-02-26 | 3 | -20/+41 |
* | Use a common stylesheet in all samples. | jsdelfino | 2011-01-17 | 3 | -4/+35 |
* | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2011-01-09 | 6 | -2/+62 |
* | Fix incorrect cookie name in sample logout pages. | jsdelfino | 2011-01-07 | 1 | -1/+1 |
* | Remove type=feed and type=entry parameters from application/atom+xml media ty... | jsdelfino | 2010-12-29 | 1 | -2/+2 |
* | Fix automated build and Ubuntu 10.10 install. | jsdelfino | 2010-12-27 | 1 | -0/+6 |
* | Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry... | jsdelfino | 2010-12-27 | 5 | -12/+54 |
* | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 2010-12-24 | 2 | -10/+34 |
* | Move JavaScript eval functions to the js module. | jsdelfino | 2010-12-08 | 1 | -2/+2 |
* | Move HTTPD Require configuration for openid resources to the openid configura... | jsdelfino | 2010-12-08 | 1 | -16/+2 |
* | Add scripts to support 'Require valid-user' and 'Require group' authz configu... | jsdelfino | 2010-12-03 | 10 | -41/+87 |
* | Reset auth cookie before re-auth in login page. | jsdelfino | 2010-12-03 | 1 | -0/+1 |
* | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 2010-11-28 | 11 | -190/+297 |
* | Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru... | jsdelfino | 2010-11-14 | 5 | -18/+18 |
* | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 2010-11-13 | 14 | -68/+748 |
* | Improvements to OAuth and OpenID modules. Store client app in an environment ... | jsdelfino | 2010-11-03 | 1 | -2/+2 |
* | Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ... | jsdelfino | 2010-10-28 | 2 | -7/+29 |
* | Improve format of HTTP and HTTPS logs. | jsdelfino | 2010-10-25 | 2 | -2/+13 |
* | Minor fixes to get all samples working in a target install dir. | jsdelfino | 2010-10-20 | 1 | -1/+1 |
* | Improvements to the oauth module and support for oauth 1.0a using liboauth. | jsdelfino | 2010-09-19 | 1 | -0/+2 |
* | Minor tweaks to make the OAuth support work with Github. | jsdelfino | 2010-09-07 | 2 | -3/+10 |
* | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 2010-09-06 | 4 | -30/+135 |
* | Improve performance by reusing HTTP proxy connections across invocations and ... | jsdelfino | 2010-08-22 | 3 | -5/+81 |
* | Refactor store-cluster sample components to allow vhosts to share common cach... | jsdelfino | 2010-08-22 | 3 | -18/+39 |
* | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 2010-08-19 | 3 | -22/+43 |
* | Fix configuration scripts to create directories if necessary. | jsdelfino | 2010-08-16 | 9 | -0/+12 |
* | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 2010-08-16 | 1 | -0/+1 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 20 | -220/+998 |
* | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 2010-08-02 | 11 | -67/+183 |
* | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 2010-07-28 | 13 | -57/+401 |