| Commit message (Expand) | Author | Files | Lines |
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 | 24 | -144/+301 |
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 | 4 | -7/+16 |
2011-11-30 | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 7 | -26/+125 |
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 | 17 | -220/+246 |
2011-11-21 | Add a few useful backup scripts. | jsdelfino | 2 | -0/+44 |
2011-11-14 | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 32 | -116/+231 |
2011-11-12 | Add a few missing files to Makefile install targets. | jsdelfino | 2 | -2/+2 |
2011-11-12 | Upgrade to HTTPD 2.3.15-beta. | jsdelfino | 5 | -23/+32 |
2011-11-10 | Fix minor build script problems, use wget instead of curl to bootstrap build,... | jsdelfino | 1 | -1/+10 |
2011-11-10 | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 24 | -425/+337 |
2011-10-29 | Better network connectivity status reporting and handling of orientation chan... | jsdelfino | 17 | -102/+328 |
2011-10-29 | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 5 | -18/+17 |
2011-10-26 | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 19 | -531/+288 |
2011-10-24 | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 53 | -3693/+4237 |
2011-09-21 | Fix core dump when running Python components in a virtual host. | jsdelfino | 2 | -2/+6 |
2011-09-20 | Fix stack overflow on Mac OS X. | jsdelfino | 3 | -0/+30 |
2011-09-06 | Reinitialize Python thread support after a library reload or a fork. | jsdelfino | 1 | -15/+71 |
2011-09-05 | Support multithreaded execution of Python components with the HTTPD event MPM. | jsdelfino | 9 | -85/+428 |
2011-09-05 | Tune up Mozilla SpiderMonkey memory usage and garbage collection. | jsdelfino | 1 | -3/+3 |
2011-09-04 | Build with Clang/LLVM when available. | jsdelfino | 2 | -8/+14 |
2011-08-30 | Port to Memcached 1.4.7 and Ubuntu 11.04. | jsdelfino | 2 | -3/+7 |
2011-08-28 | Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor... | jsdelfino | 11 | -1/+1380 |
2011-08-28 | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 5 | -14/+58 |
2011-08-14 | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 7 | -4/+24 |
2011-08-11 | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 6 | -76/+119 |
2011-08-09 | Fix compile error in test program. | jsdelfino | 1 | -1/+1 |
2011-08-06 | Javascript improvements: add local storage, improve caching using URI fragmen... | jsdelfino | 30 | -1007/+1775 |
2011-08-06 | Refactor the sample composites and components and cleanup the component names... | jsdelfino | 47 | -1090/+1787 |
2011-08-06 | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 11 | -14/+34 |
2011-06-28 | Port to Mac OS X 10.6.7. | jsdelfino | 74 | -169/+222 |
2011-06-13 | Add missing files to build scripts and fixed a header typo. | jsdelfino | 2 | -3/+3 |
2011-06-13 | Add the ability to configure page headers and footers. | jsdelfino | 28 | -268/+272 |
2011-06-13 | Minor refactoring and cleanup of edit module and its test composites. Add HTM... | jsdelfino | 42 | -310/+1741 |
2011-06-13 | Improve support for HTTP verbs and enable calls inside a domain without havin... | jsdelfino | 6 | -86/+341 |
2011-06-13 | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 5 | -1/+220 |
2011-05-23 | Fix build error, move dashboard and store directories to the correct module. | jsdelfino | 9 | -2/+2 |
2011-05-23 | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 12 | -71/+171 |
2011-05-23 | Refactor app data model part 2, converted dashboard and store files to direct... | jsdelfino | 8 | -0/+8 |
2011-05-23 | Refactor app data model part 1, add a template for new apps and support for s... | jsdelfino | 22 | -64/+323 |
2011-05-23 | Some Javascript cleanup, now working across all browsers including IE9. | jsdelfino | 4 | -85/+51 |
2011-05-23 | Cleanup and organize sample components, apps and html pages. | jsdelfino | 49 | -2769/+2731 |
2011-05-23 | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 10 | -57/+50 |
2011-05-23 | Simplify page navigations and optimize layout and event handling on touch dev... | jsdelfino | 16 | -457/+799 |
2011-05-02 | Change app data model a bit. Store app properties in separate files and suppo... | jsdelfino | 25 | -78/+140 |
2011-05-02 | Reformat, sort and refactor test and sample apps. | jsdelfino | 39 | -2191/+2078 |
2011-05-02 | Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi... | jsdelfino | 43 | -2960/+2867 |
2011-04-17 | Implement SCDL wiredByImpl attribute. | jsdelfino | 2 | -10/+54 |