| Commit message (Expand) | Author | Files | Lines |
2012-03-17 | Upgrade to newer version of CURL and integrate its SMTP support. | jsdelfino | 1 | -1/+0 |
2012-02-20 | Fixes to the hosting module to correctly store ATOM feeds instead of raw coll... | jsdelfino | 2 | -4/+6 |
2012-02-20 | Optimize server modules a bit. Pass individual config elements instead of the... | jsdelfino | 2 | -13/+18 |
2012-02-20 | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 12 | -19/+142 |
2012-01-30 | Refactor server hosting module, rename it and move it under a hosting dir, an... | jsdelfino | 3 | -3/+3 |
2011-12-23 | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 4 | -13/+21 |
2011-12-18 | Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req... | jsdelfino | 2 | -2/+2 |
2011-12-18 | Add ability to configure an HTTPS proxy with load balancing over a set of HTT... | jsdelfino | 16 | -127/+231 |
2011-12-14 | Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M... | jsdelfino | 1 | -5/+5 |
2011-12-01 | Fix build and install errors on Mac OS X. Add missing scripts to forward IP p... | jsdelfino | 1 | -0/+4 |
2011-11-30 | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 3 | -7/+31 |
2011-11-21 | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 1 | -1/+1 |
2011-11-21 | Improvements to the auth implementation. Refactor logout page, handle auth re... | jsdelfino | 2 | -4/+7 |
2011-11-14 | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 4 | -7/+8 |
2011-11-12 | Upgrade to HTTPD 2.3.15-beta. | jsdelfino | 3 | -7/+32 |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 4 | -20/+2 |
2011-10-29 | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 3 | -3/+3 |
2011-10-26 | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 5 | -3/+117 |
2011-10-24 | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 6 | -20/+25 |
2011-09-20 | Fix stack overflow on Mac OS X. | jsdelfino | 3 | -0/+30 |
2011-09-04 | Build with Clang/LLVM when available. | jsdelfino | 2 | -8/+14 |
2011-08-14 | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 3 | -0/+4 |
2011-08-06 | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 4 | -4/+13 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 31 | -76/+86 |
2011-06-13 | Add the ability to configure page headers and footers. | jsdelfino | 1 | -6/+3 |
2011-06-13 | Improve support for HTTP verbs and enable calls inside a domain without havin... | jsdelfino | 2 | -29/+191 |
2011-06-13 | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 4 | -1/+216 |
2011-05-23 | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 7 | -20/+58 |
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 |