| Commit message (Expand) | Author | Files | Lines |
2010-09-15 | Accept JSON-RPC requests with application/x-www-form-urlencoded content type. | jsdelfino | 1 | -1/+1 |
2010-09-15 | Upgrade build scripts to on Ubuntu 10.04. | jsdelfino | 2 | -2/+2 |
2010-09-08 | Add support nickname property to WSGI / GAE integration code. | jsdelfino | 1 | -1/+7 |
2010-07-21 | Add a test of the password protected python store sample. | jsdelfino | 1 | -11/+23 |
2010-07-19 | Add more JSON and ATOMPub test cases. | jsdelfino | 6 | -12/+12 |
2010-07-17 | Support the host property and a /logout URL on WSGI servers. | jsdelfino | 3 | -4/+31 |
2010-07-01 | Support user and email properties in WSGI integration. | jsdelfino | 1 | -6/+15 |
2010-07-01 | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 1 | -10/+63 |
2010-06-05 | Add RSS support to the WSGI integration module. | jsdelfino | 6 | -31/+362 |
2010-05-30 | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 1 | -5/+9 |
2010-05-29 | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 1 | -1/+3 |
2010-05-13 | Add simple implementation of Scheme-like lazy streams. | jsdelfino | 3 | -1/+114 |
2010-04-11 | Add test scripts to test the WSGI integration on the GAE SDK. | jsdelfino | 10 | -10/+111 |
2010-04-04 | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2 | -14/+18 |
2010-03-28 | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 1 | -9/+23 |
2010-03-27 | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 2 | -5/+17 |
2010-03-21 | Correctly support binding URI on references. | jsdelfino | 1 | -3/+3 |
2010-03-17 | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 7 | -7/+146 |
2010-03-13 | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 2 | -30/+11 |
2010-03-13 | Improved handling of HTTP etags and dynamic content expiration. | jsdelfino | 1 | -36/+68 |
2010-03-10 | Added a WSGI store test case, plus a few fixes to get it working. | jsdelfino | 5 | -27/+99 |
2010-03-10 | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 1 | -1/+1 |
2010-03-06 | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 23 | -98/+1133 |
2010-03-06 | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 1 | -8/+2 |
2010-03-01 | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 1 | -7/+5 |
2010-02-28 | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 14 | -0/+673 |