| Commit message (Expand) | Author | Files | Lines |
2010-04-12 | Update svn:ignore properties. | jsdelfino | 1 | -0/+1 |
2010-04-12 | Removed build output from version control. | jsdelfino | 2 | -0/+1 |
2010-04-12 | Add various utility hash functions, useful to hash and retrieve keys from a d... | jsdelfino | 4 | -2/+346 |
2010-04-11 | Add test scripts to test the WSGI integration on the GAE SDK. | jsdelfino | 31 | -23/+247 |
2010-04-10 | Minor build cleanup and fixes. Add a few scripts to help run automated builds... | jsdelfino | 13 | -24/+196 |
2010-04-09 | Add new test directories to main build. | jsdelfino | 1 | -1/+1 |
2010-04-09 | Add store test using the sqldb component. Add conninfo and table properties t... | jsdelfino | 21 | -11/+1288 |
2010-04-08 | Simple SQL database component implementation, using PostgreSQL. | jsdelfino | 11 | -10/+702 |
2010-04-08 | Minor fix, cleanup namespace. | jsdelfino | 3 | -27/+27 |
2010-04-04 | Create build structure for an SQL database component. Add dependencies to pos... | jsdelfino | 11 | -50/+330 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 12 | -48/+72 |
2010-03-29 | Fix build error when memcached is not on the system path. | jsdelfino | 1 | -4/+0 |
2010-03-29 | Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ap... | jsdelfino | 2 | -5/+9 |
2010-03-29 | Build memcached from source as the Ubuntu 9.10 memcached package is back leve... | jsdelfino | 10 | -15/+59 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 27 | -62/+90 |
2010-03-27 | Change automated build to build curl from source instead of using the deb lib... | jsdelfino | 4 | -5/+24 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 26 | -61/+618 |
2010-03-21 | Correctly support binding URI on references. | jsdelfino | 2 | -7/+15 |
2010-03-21 | Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st... | jsdelfino | 9 | -13/+44 |
2010-03-17 | Minor fixes to the INSTALL instructions. Added two more automated install scr... | jsdelfino | 4 | -4/+119 |
2010-03-17 | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 11 | -7/+311 |
2010-03-15 | Fixes to the automated Ubuntu install script, and automatic detection of xulr... | jsdelfino | 4 | -28/+90 |
2010-03-13 | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 7 | -47/+154 |
2010-03-13 | Improved handling of HTTP etags and dynamic content expiration. | jsdelfino | 2 | -36/+76 |
2010-03-10 | Added a WSGI store test case, plus a few fixes to get it working. | jsdelfino | 17 | -31/+1304 |
2010-03-10 | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 19 | -48/+96 |
2010-03-10 | Added an XMPP test server using Apache Vysper, to help test the XMPP Chat com... | jsdelfino | 7 | -8/+205 |
2010-03-08 | Support different Java VMs, including Apache Harmony. | jsdelfino | 8 | -35/+159 |
2010-03-06 | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 26 | -101/+1137 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 9 | -51/+28 |
2010-03-01 | Updated svn:ignore properties. | jsdelfino | 1 | -0/+2 |
2010-03-01 | Fixed build bootstrap error with duplicate variable definitions. | jsdelfino | 4 | -6/+6 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 24 | -91/+91 |
2010-02-28 | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 18 | -1/+683 |
2010-02-28 | Minor README cleanup. Fixed permissions on COPYING and LICENSE files. | jsdelfino | 3 | -5/+4 |
2010-02-28 | Removed contrib folder now that it's saved in its own branch. | jsdelfino | 875 | -83489/+0 |
2010-02-28 | Moving old inactive code to a branch as it's confusing code assist, searches ... | jsdelfino | 1155 | -0/+115535 |
2010-02-28 | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 3 | -14/+14 |
2010-02-25 | Fixed build errors, undefined AC_PROG_JAR autoconf macro, debug macro redefin... | jsdelfino | 2 | -4/+19 |
2010-02-22 | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 22 | -174/+175 |
2010-02-17 | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 73 | -700/+1779 |
2010-02-07 | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 9 | -199/+68 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 64 | -235/+677 |
2010-02-01 | Added missing OASIS and W3C licenses. | jsdelfino | 2 | -9/+121 |
2010-02-01 | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 18 | -2/+318 |
2010-02-01 | Added build configuration and dependencies for chat and queue components. | jsdelfino | 15 | -51/+590 |
2010-01-30 | Correctly pass property values to component implementations. | jsdelfino | 10 | -37/+55 |
2010-01-30 | Added a Web service listener component integrating Axis2/C's mod_axis2. Conso... | jsdelfino | 21 | -60/+804 |
2010-01-25 | Updated svn:ignore properties. | jsdelfino | 1 | -0/+1 |
2010-01-25 | Added skeletons and build options for a few more utility components. Minor re... | jsdelfino | 20 | -22/+386 |