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