summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable log collection using Scribe, and some minor log cleanup.jsdelfino2011-11-3011-39/+143
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208240 13f79535-47bb-0310-9956-ffa450edef68
* Change default log level from 'info' to 'notice' and improve some of the log ↵jsdelfino2011-11-218-51/+89
| | | | | | messages. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204402 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to the auth implementation. Refactor logout page, handle auth ↵jsdelfino2011-11-2117-220/+246
| | | | | | redirects in XHR responses and allow auth to work off an OpenID AX attribute or OAuth resource attribute. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204401 13f79535-47bb-0310-9956-ffa450edef68
* Add a few useful backup scripts.jsdelfino2011-11-215-1/+105
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1204400 13f79535-47bb-0310-9956-ffa450edef68
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-1439-133/+267
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201614 13f79535-47bb-0310-9956-ffa450edef68
* Add a few missing files to Makefile install targets.jsdelfino2011-11-122-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201309 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to HTTPD 2.3.15-beta.jsdelfino2011-11-129-56/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1201308 13f79535-47bb-0310-9956-ffa450edef68
* Fix minor build script problems, use wget instead of curl to bootstrap ↵jsdelfino2011-11-107-17/+26
| | | | | | 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
* Enable multiple apps to co-exist under different paths in a single Virtual ↵jsdelfino2011-11-1028-429/+378
| | | | | | Host and Internet domain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200105 13f79535-47bb-0310-9956-ffa450edef68
* Better network connectivity status reporting and handling of orientation ↵jsdelfino2011-10-2917-102/+328
| | | | | | change events. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194948 13f79535-47bb-0310-9956-ffa450edef68
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-298-37/+38
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1194947 13f79535-47bb-0310-9956-ffa450edef68
* Use Page Speed to minify Web resources at build time, and a few more ↵jsdelfino2011-10-2624-540/+369
| | | | | | improvements to the offline support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1189069 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-2454-3693/+4238
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1188045 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few issues for mac buildrfeng2011-09-262-17/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1175987 13f79535-47bb-0310-9956-ffa450edef68
* Fix core dump when running Python components in a virtual host.jsdelfino2011-09-212-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1173503 13f79535-47bb-0310-9956-ffa450edef68
* Add leveldb to mac-installrfeng2011-09-202-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172986 13f79535-47bb-0310-9956-ffa450edef68
* Add leveldb to mac-installrfeng2011-09-201-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172985 13f79535-47bb-0310-9956-ffa450edef68
* Fix stack overflow on Mac OS X.jsdelfino2011-09-206-18/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172977 13f79535-47bb-0310-9956-ffa450edef68
* Fix broken links, update to latest dependencies, and use curl instead of ↵jsdelfino2011-09-2010-67/+65
| | | | | | wget to download them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172976 13f79535-47bb-0310-9956-ffa450edef68
* Start to add LevelDB supportrfeng2011-09-1710-0/+795
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172029 13f79535-47bb-0310-9956-ffa450edef68
* Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe.jsdelfino2011-09-101-6/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167646 13f79535-47bb-0310-9956-ffa450edef68
* Rename nosqldb component to constdb.jsdelfino2011-09-1024-41/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167575 13f79535-47bb-0310-9956-ffa450edef68
* Reinitialize Python thread support after a library reload or a fork.jsdelfino2011-09-061-15/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165751 13f79535-47bb-0310-9956-ffa450edef68
* Support multithreaded execution of Python components with the HTTPD event MPM.jsdelfino2011-09-0519-85/+438
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165452 13f79535-47bb-0310-9956-ffa450edef68
* Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino2011-09-051-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165451 13f79535-47bb-0310-9956-ffa450edef68
* Improve logging with multiple threads and processes.jsdelfino2011-09-053-23/+47
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165450 13f79535-47bb-0310-9956-ffa450edef68
* Build with Clang/LLVM when available.jsdelfino2011-09-0410-109/+131
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164964 13f79535-47bb-0310-9956-ffa450edef68
* Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino2011-08-309-57/+77
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163087 13f79535-47bb-0310-9956-ffa450edef68
* Implement an OpenCL component implementation evaluator. Add OpenCL tests, ↵jsdelfino2011-08-2817-2/+1452
| | | | | | 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
* Implement a portable alternative to __thread and get the HTTP and SQLDB ↵jsdelfino2011-08-2816-50/+337
| | | | | | 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
* Switch from the HTTPD prefork MPM to the multi-threaded event MPM where ↵jsdelfino2011-08-1427-37/+102
| | | | | | 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
* Upgrade to SpiderMonkey 1.8.5.jsdelfino2011-08-1115-165/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156555 13f79535-47bb-0310-9956-ffa450edef68
* Add more complete test of multi-threaded worker, work queue and thread local ↵jsdelfino2011-08-111-7/+89
| | | | | | storage. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1156460 13f79535-47bb-0310-9956-ffa450edef68
* Fix compile error in test program.jsdelfino2011-08-091-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1155191 13f79535-47bb-0310-9956-ffa450edef68
* Javascript improvements: add local storage, improve caching using URI ↵jsdelfino2011-08-0630-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
* Refactor the sample composites and components and cleanup the component ↵jsdelfino2011-08-0647-1090/+1787
| | | | | | names a bit. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154446 13f79535-47bb-0310-9956-ffa450edef68
* Make authentication work with wildcard domains and increase authentication ↵jsdelfino2011-08-0619-28/+62
| | | | | | cookie max-age. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154445 13f79535-47bb-0310-9956-ffa450edef68
* Port to Mac OS X 10.6.7.jsdelfino2011-06-28158-353/+875
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
* Add missing files to build scripts and fixed a header typo.jsdelfino2011-06-133-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135066 13f79535-47bb-0310-9956-ffa450edef68
* Fix Thrift URL in minimum install script.jsdelfino2011-06-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135053 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to configure page headers and footers.jsdelfino2011-06-1329-269/+273
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135049 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring and cleanup of edit module and its test composites. Add ↵jsdelfino2011-06-1342-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
* Improve support for HTTP verbs and enable calls inside a domain without ↵jsdelfino2011-06-1318-95/+874
| | | | | | 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
* Add configuration and script to enable mod-security 2.6.0.jsdelfino2011-06-1313-20/+466
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135046 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the thrift download urlrfeng2011-06-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132704 13f79535-47bb-0310-9956-ffa450edef68
* Fix build error, move dashboard and store directories to the correct module.jsdelfino2011-05-239-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126337 13f79535-47bb-0310-9956-ffa450edef68
* Support cookies over outgoing HTTP calls and a shorter component URL ↵jsdelfino2011-05-2323-90/+190
| | | | | | addressing scheme. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126336 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 2, converted dashboard and store files to ↵jsdelfino2011-05-238-0/+8
| | | | | | directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126334 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 1, add a template for new apps and support for ↵jsdelfino2011-05-2322-64/+323
| | | | | | saving account info. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126333 13f79535-47bb-0310-9956-ffa450edef68
* Some Javascript cleanup, now working across all browsers including IE9.jsdelfino2011-05-234-85/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126329 13f79535-47bb-0310-9956-ffa450edef68