summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-12Upgrade to HTTPD 2.3.15-beta.jsdelfino5-23/+32
2011-11-10Fix minor build script problems, use wget instead of curl to bootstrap build,...jsdelfino1-1/+10
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino24-425/+337
2011-10-29Better network connectivity status reporting and handling of orientation chan...jsdelfino17-102/+328
2011-10-29Minor improvements to Page Speed build integration and documentation.jsdelfino5-18/+17
2011-10-26Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino19-531/+288
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino53-3693/+4237
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino2-2/+6
2011-09-20Fix stack overflow on Mac OS X.jsdelfino3-0/+30
2011-09-06Reinitialize Python thread support after a library reload or a fork.jsdelfino1-15/+71
2011-09-05Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino9-85/+428
2011-09-05Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino1-3/+3
2011-09-04Build with Clang/LLVM when available.jsdelfino2-8/+14
2011-08-30Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2-3/+7
2011-08-28Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor...jsdelfino11-1/+1380
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino5-14/+58
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino7-4/+24
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino6-76/+119
2011-08-09Fix compile error in test program.jsdelfino1-1/+1
2011-08-06Javascript improvements: add local storage, improve caching using URI fragmen...jsdelfino30-1007/+1775
2011-08-06Refactor the sample composites and components and cleanup the component names...jsdelfino47-1090/+1787
2011-08-06Make authentication work with wildcard domains and increase authentication co...jsdelfino11-14/+34
2011-06-28Port to Mac OS X 10.6.7.jsdelfino74-169/+222
2011-06-13Add missing files to build scripts and fixed a header typo.jsdelfino2-3/+3
2011-06-13Add the ability to configure page headers and footers.jsdelfino28-268/+272
2011-06-13Minor refactoring and cleanup of edit module and its test composites. Add HTM...jsdelfino42-310/+1741
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without havin...jsdelfino6-86/+341
2011-06-13Add configuration and script to enable mod-security 2.6.0.jsdelfino5-1/+220
2011-05-23Fix build error, move dashboard and store directories to the correct module.jsdelfino9-2/+2
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino12-71/+171
2011-05-23Refactor app data model part 2, converted dashboard and store files to direct...jsdelfino8-0/+8
2011-05-23Refactor app data model part 1, add a template for new apps and support for s...jsdelfino22-64/+323
2011-05-23Some Javascript cleanup, now working across all browsers including IE9.jsdelfino4-85/+51
2011-05-23Cleanup and organize sample components, apps and html pages.jsdelfino49-2769/+2731
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino10-57/+50
2011-05-23Simplify page navigations and optimize layout and event handling on touch dev...jsdelfino16-457/+799
2011-05-02Change app data model a bit. Store app properties in separate files and suppo...jsdelfino25-78/+140
2011-05-02Reformat, sort and refactor test and sample apps.jsdelfino39-2191/+2078
2011-05-02Simplify HTML and Javascript to improve UI and performance on iOS devices. Fi...jsdelfino43-2960/+2867
2011-04-17Implement SCDL wiredByImpl attribute.jsdelfino2-10/+54
2011-04-17Fix representation of null values and escape control characters in JSON and H...jsdelfino9-53/+169
2011-04-17Cleanup HTML pages. Improvements and a few fixes to get consistent behavior a...jsdelfino35-526/+1078
2011-04-17Add a few sample and test apps. Refactor some of the utility components and a...jsdelfino56-1499/+2808
2011-04-04Enable python component implementations to flow binary content strings.jsdelfino1-5/+9
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino31-117/+280
2011-04-04Add sample database and search components, sample apps and corresponding test...jsdelfino26-312/+1165
2011-03-27Support returning binary content. Fix server bug preventing a component to re...jsdelfino2-2/+2
2011-03-27Fix links to CSS and error pages.jsdelfino2-3/+13
2011-03-27Add tests for HTTP components and widgets. Refactor and simplify some of the ...jsdelfino35-261/+1286
2011-03-27HTML cleanup, improve layout on different browsers, iOS and android devices a...jsdelfino39-214/+732