| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Jansson to read/write JSON instead of Mozilla SpiderMonkey. | jsdelfino | 2012-12-11 | 4 | -484/+0 |
* | Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.... | jsdelfino | 2012-07-16 | 1 | -10/+19 |
* | Minor memory management, performance, and tracing improvements. | jsdelfino | 2012-07-16 | 2 | -4/+12 |
* | Improve caching support and some of the navigations in the hosting environment. | jsdelfino | 2012-07-16 | 3 | -64/+117 |
* | Improvements to the hosted composite management app. Simplify and optimize th... | jsdelfino | 2012-05-28 | 5 | -309/+485 |
* | Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ... | jsdelfino | 2012-05-28 | 4 | -495/+76 |
* | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 2012-05-28 | 1 | -1/+1 |
* | Add more fine grain debug options and remove overhead in debug log macros whe... | jsdelfino | 2012-04-02 | 1 | -2/+2 |
* | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 2012-04-02 | 2 | -7/+22 |
* | Rename some of the utility programs and add them to the install target. | jsdelfino | 2012-02-20 | 3 | -4/+5 |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 1 | -6/+1 |
* | Improvements to the auth implementation. Refactor logout page, handle auth re... | jsdelfino | 2011-11-21 | 3 | -10/+44 |
* | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 2011-11-14 | 1 | -0/+7 |
* | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 2011-11-10 | 1 | -2/+2 |
* | Better network connectivity status reporting and handling of orientation chan... | jsdelfino | 2011-10-29 | 1 | -2/+3 |
* | Minor improvements to Page Speed build integration and documentation. | jsdelfino | 2011-10-29 | 1 | -3/+3 |
* | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 2011-10-26 | 3 | -446/+8 |
* | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 2011-10-24 | 6 | -391/+495 |
* | Tune up Mozilla SpiderMonkey memory usage and garbage collection. | jsdelfino | 2011-09-05 | 1 | -3/+3 |
* | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 2011-08-28 | 1 | -2/+4 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 1 | -4/+17 |
* | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 2011-08-11 | 1 | -11/+36 |
* | Javascript improvements: add local storage, improve caching using URI fragmen... | jsdelfino | 2011-08-06 | 7 | -248/+571 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 1 | -2/+2 |
* | Add the ability to configure page headers and footers. | jsdelfino | 2011-06-13 | 5 | -92/+34 |
* | Refactor app data model part 1, add a template for new apps and support for s... | jsdelfino | 2011-05-23 | 1 | -4/+5 |
* | Some Javascript cleanup, now working across all browsers including IE9. | jsdelfino | 2011-05-23 | 4 | -85/+51 |
* | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 2011-05-23 | 1 | -8/+8 |
* | Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi... | jsdelfino | 2011-05-02 | 6 | -130/+748 |
* | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2011-04-17 | 2 | -2/+8 |
* | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 2011-04-17 | 5 | -17/+132 |
* | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 2011-04-04 | 1 | -0/+2 |
* | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 2011-03-27 | 5 | -18/+85 |
* | Refactor and cleanup edit module, add text components, store page and app run... | jsdelfino | 2011-03-21 | 6 | -23/+146 |
* | Fix Javascript test case. Enable Javascript error reporting on non-debug build. | jsdelfino | 2011-03-21 | 2 | -2/+5 |
* | Add Javascript functions and test cases to help work with JSON. | jsdelfino | 2011-03-13 | 7 | -5/+436 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 3 | -123/+66 |
* | Simplified list component by using a reference per element. Automatically set... | jsdelfino | 2011-03-08 | 2 | -1/+14 |
* | Correctly pass query strings through component wiring redirects and improve f... | jsdelfino | 2011-02-26 | 1 | -1/+4 |
* | Minor CSS fixes for cross-browser compatibility. | jsdelfino | 2011-02-20 | 2 | -10/+14 |
* | Add a few sample composites and a few fixes to the existing ones. | jsdelfino | 2011-02-12 | 2 | -6/+11 |
* | Support for changing component names and properties, and some edit improvements. | jsdelfino | 2011-02-06 | 5 | -17/+96 |
* | Support for wiring and unwiring references. | jsdelfino | 2011-02-02 | 4 | -100/+30 |
* | Minor stylesheet changes. | jsdelfino | 2011-01-31 | 4 | -6/+330 |
* | Add composite save function, improve UI a bit and some script cleanup and doc... | jsdelfino | 2011-01-30 | 7 | -13/+179 |
* | Fix XML serialization issues with XHTML docs and add ability to save widgets. | jsdelfino | 2011-01-18 | 2 | -17/+51 |
* | Use a common stylesheet in all samples. | jsdelfino | 2011-01-17 | 2 | -3/+22 |
* | Add sample widget components and a page to edit them, plus minor user interac... | jsdelfino | 2011-01-16 | 4 | -2/+22 |
* | Refactor and minor improvements of the edit module. Add a palette of sample c... | jsdelfino | 2011-01-13 | 3 | -7/+58 |
* | Add a composite similar to the travel tutorial app to the sample dashboard. M... | jsdelfino | 2011-01-09 | 2 | -16/+25 |