summaryrefslogtreecommitdiffstats
path: root/sca-cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-14Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on M...jsdelfino1-5/+5
2011-12-14Change memcached component configuration syntax to use spaces instead of comm...jsdelfino3-4/+4
2011-12-14Minor build script updates. Add missing --enable-libcloud build option and up...jsdelfino5-13/+13
2011-12-01Fix build and install errors on Mac OS X. Add missing scripts to forward IP p...jsdelfino11-17/+85
2011-11-30Minor build and install script fixes. Install missing dev tools. Add a missin...jsdelfino4-4/+6
2011-11-30Enable log collection using Scribe, and some minor log cleanup.jsdelfino11-39/+143
2011-11-21Change default log level from 'info' to 'notice' and improve some of the log ...jsdelfino8-51/+89
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino17-220/+246
2011-11-21Add a few useful backup scripts.jsdelfino5-1/+105
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino39-133/+267
2011-11-12Add a few missing files to Makefile install targets.jsdelfino2-2/+2
2011-11-12Upgrade to HTTPD 2.3.15-beta.jsdelfino9-56/+65
2011-11-10Fix minor build script problems, use wget instead of curl to bootstrap build,...jsdelfino7-17/+26
2011-11-10Enable multiple apps to co-exist under different paths in a single Virtual Ho...jsdelfino28-429/+378
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.jsdelfino8-37/+38
2011-10-26Use Page Speed to minify Web resources at build time, and a few more improvem...jsdelfino24-540/+369
2011-10-24Refactor and simplify edit app, and optimize app resource loading and caching.jsdelfino54-3693/+4238
2011-09-26Fix a few issues for mac buildrfeng2-17/+36
2011-09-21Fix core dump when running Python components in a virtual host.jsdelfino2-2/+6
2011-09-20Add leveldb to mac-installrfeng2-0/+18
2011-09-20Add leveldb to mac-installrfeng1-0/+10
2011-09-20Fix stack overflow on Mac OS X.jsdelfino6-18/+68
2011-09-20Fix broken links, update to latest dependencies, and use curl instead of wget...jsdelfino10-67/+65
2011-09-17Start to add LevelDB supportrfeng10-0/+795
2011-09-10Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe.jsdelfino1-6/+9
2011-09-10Rename nosqldb component to constdb.jsdelfino24-41/+41
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.jsdelfino19-85/+438
2011-09-05Tune up Mozilla SpiderMonkey memory usage and garbage collection.jsdelfino1-3/+3
2011-09-05Improve logging with multiple threads and processes.jsdelfino3-23/+47
2011-09-04Build with Clang/LLVM when available.jsdelfino10-109/+131
2011-08-30Port to Memcached 1.4.7 and Ubuntu 11.04.jsdelfino9-57/+77
2011-08-28Implement an OpenCL component implementation evaluator. Add OpenCL tests, wor...jsdelfino17-2/+1452
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino16-50/+337
2011-08-14Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...jsdelfino27-37/+102
2011-08-11Upgrade to SpiderMonkey 1.8.5.jsdelfino15-165/+183
2011-08-11Add more complete test of multi-threaded worker, work queue and thread local ...jsdelfino1-7/+89
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...jsdelfino19-28/+62
2011-06-28Port to Mac OS X 10.6.7.jsdelfino158-353/+875
2011-06-13Add missing files to build scripts and fixed a header typo.jsdelfino3-5/+5
2011-06-13Fix Thrift URL in minimum install script.jsdelfino1-1/+1
2011-06-13Add the ability to configure page headers and footers.jsdelfino29-269/+273
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...jsdelfino18-95/+874
2011-06-13Add configuration and script to enable mod-security 2.6.0.jsdelfino13-20/+466
2011-06-06Fixing the thrift download urlrfeng1-1/+1