summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe.jsdelfino2011-09-101-6/+9
* Rename nosqldb component to constdb.jsdelfino2011-09-1024-41/+41
* Reinitialize Python thread support after a library reload or a fork.jsdelfino2011-09-061-15/+71
* Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino2011-09-0519-85/+438
* Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino2011-09-051-3/+3
* Improve logging with multiple threads and processes.jsdelfino2011-09-053-23/+47
* Build with Clang/LLVM when available.jsdelfino2011-09-0410-109/+131
* Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2011-08-309-57/+77
* Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor...jsdelfino2011-08-2817-2/+1452
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-2816-50/+337
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino2011-08-1427-37/+102
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-1115-165/+183
* Add more complete test of multi-threaded worker, work queue and thread local ...jsdelfino2011-08-111-7/+89
* Fix compile error in test program.jsdelfino2011-08-091-1/+1
* Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino2011-08-0630-1007/+1775
* Refactor the sample composites and components and cleanup the component names...jsdelfino2011-08-0647-1090/+1787
* Make authentication work with wildcard domains and increase authentication co...jsdelfino2011-08-0619-28/+62
* Port to Mac OS X 10.6.7.jsdelfino2011-06-28158-353/+875
* Add missing files to build scripts and fixed a header typo.jsdelfino2011-06-133-5/+5
* Fix Thrift URL in minimum install script.jsdelfino2011-06-131-1/+1
* Add the ability to configure page headers and footers.jsdelfino2011-06-1329-269/+273
* Minor refactoring and cleanup of edit module and its test composites. Add HTM...jsdelfino2011-06-1342-310/+1741
* Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino2011-06-1318-95/+874
* Add configuration and script to enable mod-security 2.6.0.jsdelfino2011-06-1313-20/+466
* Fixing the thrift download urlrfeng2011-06-061-1/+1
* Fix build error, move dashboard and store directories to the correct module.jsdelfino2011-05-239-2/+2
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-2323-90/+190
* Refactor app data model part 2, converted dashboard and store files to direct...jsdelfino2011-05-238-0/+8
* Refactor app data model part 1, add a template for new apps and support for s...jsdelfino2011-05-2322-64/+323
* Some Javascript cleanup, now working across all browsers including IE9.jsdelfino2011-05-234-85/+51
* Cleanup and organize sample components, apps and html pages.jsdelfino2011-05-2349-2769/+2731
* Minor install script fixes. Add a script to install a minimal build and upgra...jsdelfino2011-05-235-12/+303
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-2339-275/+240
* Simplify page navigations and optimize layout and event handling on touch dev...jsdelfino2011-05-2317-457/+800
* Update ids of EC2 images used for testing.jsdelfino2011-05-021-6/+10
* Change app data model a bit. Store app properties in separate files and suppo...jsdelfino2011-05-0225-78/+140
* Reformat, sort and refactor test and sample apps.jsdelfino2011-05-0239-2191/+2078
* Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino2011-05-0244-2961/+2870
* Add an XMPP message sender component that only connects to an XMPP server as ...jsdelfino2011-04-179-7/+346
* Implement SCDL wiredByImpl attribute.jsdelfino2011-04-172-10/+54
* Fix representation of null values and escape control characters in JSON and H...jsdelfino2011-04-1712-67/+214
* Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino2011-04-1736-526/+1080
* Add a few sample and test apps. Refactor some of the utility components and a...jsdelfino2011-04-1756-1499/+2808
* Adjust build to new locations of Qpid and Vysper distros.jsdelfino2011-04-171-2/+2
* Enable python component implementations to flow binary content strings.jsdelfino2011-04-041-5/+9
* Fix performance and security issues reported by pagespeed and skipfish.jsdelfino2011-04-0432-120/+283
* Add sample database and search components, sample apps and corresponding test...jsdelfino2011-04-0427-315/+1174
* Support returning binary content. Fix server bug preventing a component to re...jsdelfino2011-03-272-2/+2
* Fix links to CSS and error pages.jsdelfino2011-03-272-3/+13
* Add tests for HTTP components and widgets. Refactor and simplify some of the ...jsdelfino2011-03-2735-261/+1286