| Commit message (Expand) | Author | Files | Lines |
2012-02-27 | Add options to use mmap or electric fence to check memory accesses, and fix a... | jsdelfino | 1 | -1/+0 |
2011-09-06 | Reinitialize Python thread support after a library reload or a fork. | jsdelfino | 1 | -15/+71 |
2011-09-05 | Support multithreaded execution of Python components with the HTTPD event MPM. | jsdelfino | 1 | -63/+219 |
2011-08-30 | Port to Memcached 1.4.7 and Ubuntu 11.04. | jsdelfino | 1 | -0/+4 |
2011-04-04 | Enable python component implementations to flow binary content strings. | jsdelfino | 1 | -5/+9 |
2011-03-08 | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 1 | -8/+3 |
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-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 | 1 | -1/+43 |
2010-08-29 | Make sure components execute in the correct contribution directory and fix su... | jsdelfino | 1 | -4/+12 |
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 | 1 | -2/+2 |
2010-02-07 | Support HTTPD graceful restarts for non-stop operation. Simplified Python and... | jsdelfino | 1 | -16/+37 |
2010-02-07 | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 1 | -5/+19 |
2010-01-11 | Cleaned up python support code, removed unused functions. | jsdelfino | 1 | -43/+21 |
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 | 1 | -5/+5 |
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 | 1 | -0/+286 |