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