summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-03-21Refactor and cleanup edit module, add text components, store page and app run...jsdelfino46-189/+1281
2011-03-21Fix Javascript test case. Enable Javascript error reporting on non-debug build.jsdelfino2-2/+5
2011-03-21Support authentication across wildcard domains.jsdelfino4-5/+5
2011-03-14Update svn:ignore properties and minor build cleanups.jsdelfino5-591/+8
2011-03-13Add test components that evaluate python expressions.jsdelfino2-0/+84
2011-03-13Fix app link creation and save one HTTP proxy hop.jsdelfino2-3/+14
2011-03-13Add Javascript functions and test cases to help work with JSON.jsdelfino8-5/+441
2011-03-13Add a reusable component that returns the contents of a configured url.jsdelfino8-18/+109
2011-03-08Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino50-1362/+558
2011-03-08Simplified list component by using a reference per element. Automatically set...jsdelfino10-160/+233
2011-02-27Fix HTTP port formatting bug.jsdelfino1-1/+1
2011-02-27Fixes to make the edit module work with HTTPS.jsdelfino3-5/+36
2011-02-27Refactor component palettes a bit and support autosave.jsdelfino14-113/+408