| Commit message (Expand) | Author | Age | Files | Lines |
* | Add utility scripts to launch iOS and Android emulators. | jsdelfino | 2013-08-26 | 3 | -1/+50 |
* | Update build and install scripts to use the correct dependencies. | jsdelfino | 2013-01-03 | 1 | -2/+2 |
* | Improve app hosting management app, restructure UI and refactor REST services... | jsdelfino | 2013-01-03 | 1 | -0/+35 |
* | Port kernel to C++11 and refactor some of the core modules. Convert functors ... | jsdelfino | 2012-12-11 | 2 | -1/+26 |
* | Minor memory management, performance, and tracing improvements. | jsdelfino | 2012-07-16 | 1 | -1/+2 |
* | Fix PyObject reference counting bugs causing memory violations in the Python ... | jsdelfino | 2012-05-29 | 2 | -1/+29 |
* | Add options to use mmap or electric fence to check memory accesses, and fix a... | jsdelfino | 2012-02-27 | 1 | -1/+1 |
* | Update svn:ignore properties and minor build cleanups. | jsdelfino | 2011-03-14 | 1 | -1/+1 |
* | Move etc/git-exclude to .gitignore to avoid having to configure ignores manua... | jsdelfino | 2011-03-13 | 1 | -117/+0 |
* | Refactor component palettes a bit and support autosave. | jsdelfino | 2011-02-27 | 1 | -0/+2 |
* | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2011-01-09 | 1 | -1/+1 |
* | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 2010-12-24 | 1 | -0/+2 |
* | Add XML and JSON to/from Scheme conversion test programs. | jsdelfino | 2010-12-11 | 1 | -0/+4 |
* | Add a test file-based database component. | jsdelfino | 2010-12-08 | 1 | -0/+1 |
* | Move JavaScript eval functions to the js module. | jsdelfino | 2010-12-08 | 1 | -0/+1 |
* | Exclude build output from version control. | jsdelfino | 2010-09-06 | 1 | -0/+1 |
* | Exclude test program build output from version control. | jsdelfino | 2010-08-19 | 1 | -0/+1 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 1 | -0/+1 |
* | Add support for RSS feeds and minor fixes to ATOM support. | jsdelfino | 2010-05-31 | 1 | -0/+2 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 1 | -0/+21 |
* | Update svn:ignore properties. | jsdelfino | 2010-05-22 | 1 | -0/+3 |
* | Implementation of a streaming + aggregating Log utility component using Faceb... | jsdelfino | 2010-05-22 | 1 | -0/+1 |
* | Strawman implementation of post, put and delete on a tinycdb database, for no... | jsdelfino | 2010-04-17 | 1 | -0/+1 |
* | Add a test for lambda expressions with gcc-4.5 and change build script to req... | jsdelfino | 2010-04-17 | 1 | -0/+1 |
* | Update svn:ignore properties. | jsdelfino | 2010-04-12 | 1 | -0/+1 |
* | Removed build output from version control. | jsdelfino | 2010-04-12 | 1 | -0/+1 |
* | Simple SQL database component implementation, using PostgreSQL. | jsdelfino | 2010-04-08 | 1 | -0/+1 |
* | Fixes to the automated Ubuntu install script, and automatic detection of xulr... | jsdelfino | 2010-03-15 | 1 | -1/+4 |
* | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 2010-03-10 | 1 | -1/+1 |
* | Support different Java VMs, including Apache Harmony. | jsdelfino | 2010-03-08 | 1 | -0/+1 |
* | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 2010-03-06 | 1 | -0/+1 |
* | Updated svn:ignore properties. | jsdelfino | 2010-03-01 | 1 | -0/+2 |
* | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 2010-03-01 | 1 | -0/+1 |
* | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 2010-02-28 | 1 | -0/+1 |
* | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 2010-02-17 | 1 | -0/+2 |
* | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2010-02-07 | 1 | -0/+2 |
* | Updated svn:ignore properties. | jsdelfino | 2010-01-25 | 1 | -0/+1 |
* | Working Web service component using Axis2C 1.6. Some fixes to the JSON conver... | jsdelfino | 2010-01-24 | 1 | -1/+2 |
* | Minor improvements to java component support, use one classloader per compone... | jsdelfino | 2010-01-24 | 1 | -0/+1 |
* | Updated svn:ignore properties. Fixed build error. | jsdelfino | 2010-01-11 | 1 | -0/+2 |
* | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 2010-01-11 | 1 | -1/+6 |
* | Minor fixes to server and python evaluator to get python store working. Some... | jsdelfino | 2010-01-11 | 1 | -3/+1 |
* | Added python module to main build. Updated svn:ignore properties. | jsdelfino | 2010-01-05 | 1 | -1/+8 |
* | Performance improvements when running both in multi-threaded and pre-forked H... | jsdelfino | 2010-01-02 | 1 | -2/+6 |
* | Updated svn and git ignores. Removed -pg build option from non-debug build co... | jsdelfino | 2009-12-26 | 1 | -3/+2 |
* | More build improvements, added a configure option to turn on debugging and pr... | jsdelfino | 2009-11-30 | 1 | -3/+1 |
* | Configured svn:ignore properties. | jsdelfino | 2009-11-23 | 1 | -0/+2 |
* | Simplified the automake build using configure options instead of environment ... | jsdelfino | 2009-11-23 | 1 | -2/+5 |
* | Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. | jsdelfino | 2009-11-16 | 5 | -0/+299 |