| Commit message (Expand) | Author | Files | Lines |
2011-04-17 | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 3 | -23/+101 |
2011-04-17 | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 1 | -0/+1 |
2011-04-04 | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 3 | -4/+77 |
2011-03-27 | Support returning binary content. Fix server bug preventing a component to re... | jsdelfino | 1 | -1/+1 |
2011-03-27 | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 1 | -0/+4 |
2011-03-21 | Support authentication across wildcard domains. | jsdelfino | 2 | -3/+3 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 1 | -5/+5 |
2011-02-26 | Move virtual host htdocs under their corresponding virtual host contribution ... | jsdelfino | 2 | -10/+17 |
2011-02-26 | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 3 | -20/+41 |
2011-01-17 | Use a common stylesheet in all samples. | jsdelfino | 3 | -4/+35 |
2011-01-09 | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 6 | -2/+62 |
2011-01-07 | Fix incorrect cookie name in sample logout pages. | jsdelfino | 1 | -1/+1 |
2010-12-29 | Remove type=feed and type=entry parameters from application/atom+xml media ty... | jsdelfino | 1 | -2/+2 |
2010-12-27 | Fix automated build and Ubuntu 10.10 install. | jsdelfino | 1 | -0/+6 |
2010-12-27 | Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry... | jsdelfino | 5 | -12/+54 |
2010-12-24 | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 2 | -10/+34 |
2010-12-08 | Move JavaScript eval functions to the js module. | jsdelfino | 1 | -2/+2 |
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 | 10 | -41/+87 |
2010-12-03 | Reset auth cookie before re-auth in login page. | jsdelfino | 1 | -0/+1 |
2010-11-28 | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 11 | -190/+297 |
2010-11-14 | Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru... | jsdelfino | 5 | -18/+18 |
2010-11-13 | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 14 | -68/+748 |
2010-11-03 | Improvements to OAuth and OpenID modules. Store client app in an environment ... | jsdelfino | 1 | -2/+2 |
2010-10-28 | Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ... | jsdelfino | 2 | -7/+29 |
2010-10-25 | Improve format of HTTP and HTTPS logs. | jsdelfino | 2 | -2/+13 |
2010-10-20 | Minor fixes to get all samples working in a target install dir. | jsdelfino | 1 | -1/+1 |
2010-09-19 | Improvements to the oauth module and support for oauth 1.0a using liboauth. | jsdelfino | 1 | -0/+2 |
2010-09-07 | Minor tweaks to make the OAuth support work with Github. | jsdelfino | 2 | -3/+10 |
2010-09-06 | Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ... | jsdelfino | 4 | -30/+135 |
2010-08-22 | Improve performance by reusing HTTP proxy connections across invocations and ... | jsdelfino | 3 | -5/+81 |
2010-08-22 | Refactor store-cluster sample components to allow vhosts to share common cach... | jsdelfino | 3 | -18/+39 |
2010-08-19 | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 3 | -22/+43 |
2010-08-16 | Fix configuration scripts to create directories if necessary. | jsdelfino | 9 | -0/+12 |
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 | 20 | -220/+998 |
2010-08-02 | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 11 | -67/+183 |
2010-07-28 | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 13 | -57/+401 |
2010-07-12 | Enable HTTPD mod_status in SSL-enabled configuration. | jsdelfino | 1 | -0/+15 |
2010-07-12 | Add a host component property reporting the current virtual host name. | jsdelfino | 1 | -8/+8 |
2010-07-08 | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 6 | -26/+105 |
2010-07-06 | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 3 | -6/+45 |
2010-07-06 | Minor cleanup of config scripts and samples. | jsdelfino | 2 | -5/+5 |
2010-07-04 | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 2 | -6/+19 |
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 | 2 | -0/+17 |
2010-06-05 | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 6 | -7/+42 |
2010-05-31 | Add support for RSS feeds and minor fixes to ATOM support. | jsdelfino | 3 | -1/+68 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 1 | -2/+5 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 1 | -3/+4 |