summaryrefslogtreecommitdiffstats
path: root/sca-cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PostgreSQL download URL and add it to the default build scripts on Ubuntu...jsdelfino2011-12-213-7/+35
* Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req...jsdelfino2011-12-182-2/+2
* Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino2011-12-1829-144/+306
* Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M...jsdelfino2011-12-141-5/+5
* Change memcached component configuration syntax to use spaces instead of comm...jsdelfino2011-12-143-4/+4
* Minor build script updates. Add missing --enable-libcloud build option and up...jsdelfino2011-12-145-13/+13
* Fix build and install errors on Mac OS X. Add missing scripts to forward IP p...jsdelfino2011-12-0111-17/+85
* Minor build and install script fixes. Install missing dev tools. Add a missin...jsdelfino2011-11-304-4/+6
* Enable log collection using Scribe, and some minor log cleanup.jsdelfino2011-11-3011-39/+143
* Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino2011-11-218-51/+89
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-2117-220/+246
* Add a few useful backup scripts.jsdelfino2011-11-215-1/+105
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-1439-133/+267
* Add a few missing files to Makefile install targets.jsdelfino2011-11-122-2/+2
* Upgrade to HTTPD 2.3.15-beta.jsdelfino2011-11-129-56/+65
* Fix minor build script problems, use wget instead of curl to bootstrap build,...jsdelfino2011-11-107-17/+26
* Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino2011-11-1028-429/+378
* Better network connectivity status reporting and handling of orientation chan...jsdelfino2011-10-2917-102/+328
* Minor improvements to Page Speed build integration and documentation.jsdelfino2011-10-298-37/+38
* Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino2011-10-2624-540/+369
* Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino2011-10-2454-3693/+4238
* Fix a few issues for mac buildrfeng2011-09-262-17/+36
* Fix core dump when running Python components in a virtual host.jsdelfino2011-09-212-2/+6
* Add leveldb to mac-installrfeng2011-09-202-0/+18
* Add leveldb to mac-installrfeng2011-09-201-0/+10
* Fix stack overflow on Mac OS X.jsdelfino2011-09-206-18/+68
* Fix broken links, update to latest dependencies, and use curl instead of wget...jsdelfino2011-09-2010-67/+65
* Start to add LevelDB supportrfeng2011-09-1710-0/+795
* 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