| Commit message (Expand) | Author | Age | Files | Lines |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 4 | -9/+16 |
* | Refactor some of the extensions and remove unnecessary namespace prefixes. | jsdelfino | 2011-05-23 | 1 | -4/+3 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 2 | -6/+40 |
* | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2011-01-09 | 1 | -0/+5 |
* | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 2010-11-28 | 1 | -1/+1 |
* | Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru... | jsdelfino | 2010-11-14 | 1 | -2/+2 |
* | Remove unnecessary javaClass hint attribute from JSON objects. | jsdelfino | 2010-10-20 | 1 | -4/+4 |
* | Fix configuration scripts to create directories if necessary. | jsdelfino | 2010-08-16 | 1 | -0/+1 |
* | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 2010-08-16 | 1 | -7/+2 |
* | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 2010-07-28 | 1 | -0/+1 |
* | Add more JSON and ATOMPub test cases. | jsdelfino | 2010-07-19 | 1 | -6/+6 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 1 | -5/+7 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 1 | -2/+5 |
* | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2010-05-29 | 1 | -2/+2 |
* | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2010-04-04 | 1 | -7/+9 |
* | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 2010-03-28 | 2 | -2/+2 |
* | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 2010-03-27 | 1 | -0/+2 |
* | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 2010-03-10 | 2 | -7/+63 |
* | Support different Java VMs, including Apache Harmony. | jsdelfino | 2010-03-08 | 6 | -30/+118 |
* | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 2010-03-06 | 1 | -8/+1 |
* | Fixed build bootstrap error with duplicate variable definitions. | jsdelfino | 2010-03-01 | 1 | -1/+1 |
* | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 2010-03-01 | 2 | -14/+15 |
* | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 2010-02-28 | 1 | -11/+11 |
* | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 2010-02-22 | 4 | -22/+20 |
* | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 2010-02-17 | 8 | -101/+61 |
* | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 2010-02-07 | 4 | -53/+26 |
* | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2010-02-07 | 8 | -23/+67 |
* | Correctly pass property values to component implementations. | jsdelfino | 2010-01-30 | 4 | -17/+33 |
* | Minor improvements to java component support, use one classloader per compone... | jsdelfino | 2010-01-24 | 17 | -66/+704 |
* | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 2010-01-17 | 1 | -1/+1 |
* | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 2010-01-17 | 3 | -7/+135 |
* | Integrated Java component support as an HTTPD module. Added test case and sto... | jsdelfino | 2010-01-17 | 13 | -53/+557 |
* | Added utility functions to help call Java code using JNI and wrap Axis2/java ... | jsdelfino | 2010-01-11 | 10 | -0/+792 |