| Commit message (Expand) | Author | Age | Files | Lines |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 1 | -0/+1 |
* | Fix core dump when running Python components in a virtual host. | jsdelfino | 2011-09-21 | 1 | -2/+2 |
* | Reinitialize Python thread support after a library reload or a fork. | jsdelfino | 2011-09-06 | 1 | -15/+71 |
* | Support multithreaded execution of Python components with the HTTPD event MPM. | jsdelfino | 2011-09-05 | 7 | -85/+426 |
* | Port to Memcached 1.4.7 and Ubuntu 11.04. | jsdelfino | 2011-08-30 | 2 | -3/+7 |
* | 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 | -6/+5 |
* | Enable python component implementations to flow binary content strings. | jsdelfino | 2011-04-04 | 1 | -5/+9 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 2 | -15/+10 |
* | Fix memory leak in Python runtime integration. Reduce memory consumption of d... | jsdelfino | 2011-01-09 | 1 | -11/+23 |
* | Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec... | jsdelfino | 2010-12-24 | 1 | -1/+0 |
* | 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 | -1/+1 |
* | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 2010-11-13 | 1 | -1/+3 |
* | Support python method invocation style on references, ref.func(...) in additi... | jsdelfino | 2010-10-25 | 2 | -6/+53 |
* | Remove unnecessary javaClass hint attribute from JSON objects. | jsdelfino | 2010-10-20 | 1 | -4/+4 |
* | Make sure components execute in the correct contribution directory and fix su... | jsdelfino | 2010-08-29 | 4 | -8/+17 |
* | Fix configuration scripts to create directories if necessary. | jsdelfino | 2010-08-16 | 1 | -0/+1 |
* | 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 | -2/+4 |
* | Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad... | jsdelfino | 2010-06-02 | 2 | -46/+0 |
* | 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 | -1/+1 |
* | 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 |
* | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 2010-03-06 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 2010-03-01 | 2 | -9/+14 |
* | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 2010-02-28 | 1 | -0/+4 |
* | Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable. | jsdelfino | 2010-02-28 | 1 | -1/+1 |
* | Moved component start calls from HTTPD postConfig to childInit, to give compo... | jsdelfino | 2010-02-22 | 1 | -1/+1 |
* | Working queue and chat components. Added a few useful start/stop scripts. Fi... | jsdelfino | 2010-02-17 | 5 | -55/+32 |
* | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 2010-02-07 | 3 | -143/+39 |
* | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2010-02-07 | 7 | -20/+54 |
* | Added missing headers to scheme and python test cases. Updated NOTICE and LIC... | jsdelfino | 2010-02-01 | 2 | -0/+34 |
* | Updated test composites and xsds to the latest SCA schemas. | jsdelfino | 2010-01-17 | 2 | -3/+3 |
* | Simplified Makefiles a bit. Added -R options to configure shared library runt... | jsdelfino | 2010-01-17 | 5 | -30/+85 |
* | Cleaned up test composite files. Adjusted C++ implementation elements to matc... | jsdelfino | 2010-01-17 | 4 | -22/+25 |
* | Updated svn:ignore properties. Fixed build error. | jsdelfino | 2010-01-11 | 2 | -3/+2 |
* | Improvements to autoconf build to make support for python, web service etc an... | jsdelfino | 2010-01-11 | 10 | -6/+384 |
* | Cleaned up python support code, removed unused functions. | jsdelfino | 2010-01-11 | 5 | -164/+51 |
* | Minor fixes to server and python evaluator to get python store working. Some... | jsdelfino | 2010-01-11 | 1 | -1/+1 |
* | Minor cleanup, removed unnecessary references to GC pools. | jsdelfino | 2010-01-06 | 4 | -23/+23 |
* | Integrated python support with HTTPD server module. Changed test case to use ... | jsdelfino | 2010-01-05 | 1 | -2/+7 |
* | Minor cleanup, removed unused poolptr and char value types. | jsdelfino | 2010-01-05 | 1 | -4/+0 |
* | Integrated python 2.6 interpreter in modules/python. The integration is much ... | jsdelfino | 2010-01-05 | 7 | -0/+787 |