summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-11-12Upgrade to HTTPD 2.3.15-beta.jsdelfino5-23/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201308 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Fix minor build script problems, use wget instead of curl to bootstrap ↵jsdelfino1-1/+10
build, fix mod-security-crs download URL and Makefile _data install error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200113 13f79535-47bb-0310-9956-ffa450edef68
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual ↵jsdelfino24-425/+337
Host and Internet domain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200105 13f79535-47bb-0310-9956-ffa450edef68
2011-10-29Better network connectivity status reporting and handling of orientation ↵jsdelfino17-102/+328
change events. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194948 13f79535-47bb-0310-9956-ffa450edef68
2011-10-29Minor improvements to Page Speed build integration and documentation.jsdelfino5-18/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194947 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26Use Page Speed to minify Web resources at build time, and a few more ↵jsdelfino19-531/+288
improvements to the offline support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1189069 13f79535-47bb-0310-9956-ffa450edef68
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino53-3693/+4237
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1188045 13f79535-47bb-0310-9956-ffa450edef68
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino2-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173503 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20Fix stack overflow on Mac OS X.jsdelfino3-0/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172977 13f79535-47bb-0310-9956-ffa450edef68
2011-09-06Reinitialize Python thread support after a library reload or a fork.jsdelfino1-15/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165751 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino9-85/+428
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165452 13f79535-47bb-0310-9956-ffa450edef68
2011-09-05Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165451 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04Build with Clang/LLVM when available.jsdelfino2-8/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164964 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2-3/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163087 13f79535-47bb-0310-9956-ffa450edef68
2011-08-28Implement an OpenCL component implementation evaluator. Add OpenCL tests, ↵jsdelfino11-1/+1380
working on Ubuntu and MacOS with both CPU and NVIDIA and ATI GPUs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162473 13f79535-47bb-0310-9956-ffa450edef68
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB ↵jsdelfino5-14/+58
components and the Auth modules working with the HTTPD multithreaded event MPM. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1162472 13f79535-47bb-0310-9956-ffa450edef68
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where ↵jsdelfino7-4/+24
possible. Fix multi-threading issues in the SpiderMonkey integration. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157676 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino6-76/+119
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156555 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09Fix compile error in test program.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155191 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06Javascript improvements: add local storage, improve caching using URI ↵jsdelfino30-1007/+1775
fragments instead of query strings, simplify component layout and optimize some of the Javascript functions, and add the ability to clone components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154447 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06Refactor the sample composites and components and cleanup the component ↵jsdelfino47-1090/+1787
names a bit. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154446 13f79535-47bb-0310-9956-ffa450edef68
2011-08-06Make authentication work with wildcard domains and increase authentication ↵jsdelfino11-14/+34
cookie max-age. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154445 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28Port to Mac OS X 10.6.7.jsdelfino74-169/+222
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Add missing files to build scripts and fixed a header typo.jsdelfino2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135066 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Add the ability to configure page headers and footers.jsdelfino28-268/+272
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135049 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Minor refactoring and cleanup of edit module and its test composites. Add ↵jsdelfino42-310/+1741
HTML generation and messaging components and a few more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135048 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Improve support for HTTP verbs and enable calls inside a domain without ↵jsdelfino6-86/+341
having to repeat the domain name in all the URLs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135047 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13Add configuration and script to enable mod-security 2.6.0.jsdelfino5-1/+220
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135046 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Fix build error, move dashboard and store directories to the correct module.jsdelfino9-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126337 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL ↵jsdelfino12-71/+171
addressing scheme. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126336 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Refactor app data model part 2, converted dashboard and store files to ↵jsdelfino8-0/+8
directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126334 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Refactor app data model part 1, add a template for new apps and support for ↵jsdelfino22-64/+323
saving account info. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126333 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Some Javascript cleanup, now working across all browsers including IE9.jsdelfino4-85/+51
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126329 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Cleanup and organize sample components, apps and html pages.jsdelfino49-2769/+2731
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126306 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino10-57/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126298 13f79535-47bb-0310-9956-ffa450edef68
2011-05-23Simplify page navigations and optimize layout and event handling on touch ↵jsdelfino16-457/+799
devices. Optimize caching and minimize Ajax calls. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126297 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02Change app data model a bit. Store app properties in separate files and ↵jsdelfino25-78/+140
support app cloning. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098491 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02Reformat, sort and refactor test and sample apps.jsdelfino39-2191/+2078
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098490 13f79535-47bb-0310-9956-ffa450edef68
2011-05-02Simplify HTML and Javascript to improve UI and performance on iOS devices. ↵jsdelfino43-2960/+2867
Fix offline cache manifest. Add an app clone page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098489 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Implement SCDL wiredByImpl attribute.jsdelfino2-10/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094211 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Fix representation of null values and escape control characters in JSON and ↵jsdelfino9-53/+169
HTTP query strings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094210 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Cleanup HTML pages. Improvements and a few fixes to get consistent behavior ↵jsdelfino35-526/+1078
across browsers including Safari/iOS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094209 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17Add a few sample and test apps. Refactor some of the utility components and ↵jsdelfino56-1499/+2808
adjusted apps to use them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094208 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04Enable python component implementations to flow binary content strings.jsdelfino1-5/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088509 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04Fix performance and security issues reported by pagespeed and skipfish.jsdelfino31-117/+280
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088508 13f79535-47bb-0310-9956-ffa450edef68
2011-04-04Add sample database and search components, sample apps and corresponding ↵jsdelfino26-312/+1165
test cases, and minor refactoring of component categories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088507 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27Support returning binary content. Fix server bug preventing a component to ↵jsdelfino2-2/+2
return an empty list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086049 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27Fix links to CSS and error pages.jsdelfino2-3/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086048 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27Add tests for HTTP components and widgets. Refactor and simplify some of the ↵jsdelfino35-261/+1286
samples composites and component categories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086047 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27HTML cleanup, improve layout on different browsers, iOS and android devices ↵jsdelfino39-214/+732
and add robots.txt and some icons. Support execution and preview of components from the edit pages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086046 13f79535-47bb-0310-9956-ffa450edef68