| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix broken links, update to latest dependencies, and use curl instead of wget... | jsdelfino | 2011-09-20 | 10 | -67/+65 |
* | Start to add LevelDB support | rfeng | 2011-09-17 | 10 | -0/+795 |
* | Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe. | jsdelfino | 2011-09-10 | 1 | -6/+9 |
* | Rename nosqldb component to constdb. | jsdelfino | 2011-09-10 | 24 | -41/+41 |
* | Reinitialize Python thread support after a library reload or a fork. | jsdelfino | 2011-09-06 | 1 | -15/+71 |
* | Support multithreaded execution of Python components with the HTTPD event MPM. | jsdelfino | 2011-09-05 | 19 | -85/+438 |
* | Tune up Mozilla SpiderMonkey memory usage and garbage collection. | jsdelfino | 2011-09-05 | 1 | -3/+3 |
* | Improve logging with multiple threads and processes. | jsdelfino | 2011-09-05 | 3 | -23/+47 |
* | Build with Clang/LLVM when available. | jsdelfino | 2011-09-04 | 10 | -109/+131 |
* | Port to Memcached 1.4.7 and Ubuntu 11.04. | jsdelfino | 2011-08-30 | 9 | -57/+77 |
* | Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor... | jsdelfino | 2011-08-28 | 17 | -2/+1452 |
* | Implement a portable alternative to __thread and get the HTTP and SQLDB compo... | jsdelfino | 2011-08-28 | 16 | -50/+337 |
* | Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi... | jsdelfino | 2011-08-14 | 27 | -37/+102 |
* | Upgrade to SpiderMonkey 1.8.5. | jsdelfino | 2011-08-11 | 15 | -165/+183 |
* | Add more complete test of multi-threaded worker, work queue and thread local ... | jsdelfino | 2011-08-11 | 1 | -7/+89 |
* | Fix compile error in test program. | jsdelfino | 2011-08-09 | 1 | -1/+1 |
* | Javascript improvements: add local storage, improve caching using URI fragmen... | jsdelfino | 2011-08-06 | 30 | -1007/+1775 |
* | Refactor the sample composites and components and cleanup the component names... | jsdelfino | 2011-08-06 | 47 | -1090/+1787 |
* | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 2011-08-06 | 19 | -28/+62 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 158 | -353/+875 |
* | Add missing files to build scripts and fixed a header typo. | jsdelfino | 2011-06-13 | 3 | -5/+5 |
* | Fix Thrift URL in minimum install script. | jsdelfino | 2011-06-13 | 1 | -1/+1 |
* | Add the ability to configure page headers and footers. | jsdelfino | 2011-06-13 | 29 | -269/+273 |
* | Minor refactoring and cleanup of edit module and its test composites. Add HTM... | jsdelfino | 2011-06-13 | 42 | -310/+1741 |
* | Improve support for HTTP verbs and enable calls inside a domain without havin... | jsdelfino | 2011-06-13 | 18 | -95/+874 |
* | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 2011-06-13 | 13 | -20/+466 |
* | Fixing the thrift download url | rfeng | 2011-06-06 | 1 | -1/+1 |
* | Fix build error, move dashboard and store directories to the correct module. | jsdelfino | 2011-05-23 | 9 | -2/+2 |
* | Support cookies over outgoing HTTP calls and a shorter component URL addressi... | jsdelfino | 2011-05-23 | 23 | -90/+190 |
* | Refactor app data model part 2, converted dashboard and store files to direct... | jsdelfino | 2011-05-23 | 8 | -0/+8 |
* | Refactor app data model part 1, add a template for new apps and support for s... | jsdelfino | 2011-05-23 | 22 | -64/+323 |
* | Some Javascript cleanup, now working across all browsers including IE9. | jsdelfino | 2011-05-23 | 4 | -85/+51 |
* | Cleanup and organize sample components, apps and html pages. | jsdelfino | 2011-05-23 | 49 | -2769/+2731 |
* | Minor install script fixes. Add a script to install a minimal build and upgra... | jsdelfino | 2011-05-23 | 5 | -12/+303 |
* | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 2011-05-23 | 39 | -275/+240 |
* | Simplify page navigations and optimize layout and event handling on touch dev... | jsdelfino | 2011-05-23 | 17 | -457/+800 |
* | Update ids of EC2 images used for testing. | jsdelfino | 2011-05-02 | 1 | -6/+10 |
* | Change app data model a bit. Store app properties in separate files and suppo... | jsdelfino | 2011-05-02 | 25 | -78/+140 |
* | Reformat, sort and refactor test and sample apps. | jsdelfino | 2011-05-02 | 39 | -2191/+2078 |
* | Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi... | jsdelfino | 2011-05-02 | 44 | -2961/+2870 |
* | Add an XMPP message sender component that only connects to an XMPP server as ... | jsdelfino | 2011-04-17 | 9 | -7/+346 |
* | Implement SCDL wiredByImpl attribute. | jsdelfino | 2011-04-17 | 2 | -10/+54 |
* | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2011-04-17 | 12 | -67/+214 |
* | Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a... | jsdelfino | 2011-04-17 | 36 | -526/+1080 |
* | Add a few sample and test apps. Refactor some of the utility components and a... | jsdelfino | 2011-04-17 | 56 | -1499/+2808 |
* | Adjust build to new locations of Qpid and Vysper distros. | jsdelfino | 2011-04-17 | 1 | -2/+2 |
* | Enable python component implementations to flow binary content strings. | jsdelfino | 2011-04-04 | 1 | -5/+9 |
* | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 2011-04-04 | 32 | -120/+283 |
* | Add sample database and search components, sample apps and corresponding test... | jsdelfino | 2011-04-04 | 27 | -315/+1174 |
* | Support returning binary content. Fix server bug preventing a component to re... | jsdelfino | 2011-03-27 | 2 | -2/+2 |