| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2011-04-17 | 1 | -0/+2 |
* | Update svn:ignore properties and minor build cleanups. | jsdelfino | 2011-03-14 | 1 | -1/+1 |
* | Change ATOM and RSS feed representations to use name value pairs instead of j... | jsdelfino | 2011-03-08 | 5 | -87/+90 |
* | Support for changing component names and properties, and some edit improvements. | jsdelfino | 2011-02-06 | 1 | -1/+1 |
* | Use a common stylesheet in all samples. | jsdelfino | 2011-01-17 | 2 | -1/+33 |
* | Remove type=feed and type=entry parameters from application/atom+xml media ty... | jsdelfino | 2010-12-29 | 3 | -4/+10 |
* | Port REST support improvements to AppEngine Python integration scripts and ad... | jsdelfino | 2010-12-27 | 6 | -27/+145 |
* | Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts. | jsdelfino | 2010-12-24 | 5 | -11/+27 |
* | Improvements to OAuth and OpenID modules. Store client app in an environment ... | jsdelfino | 2010-11-03 | 1 | -2/+4 |
* | Support python method invocation style on references, ref.func(...) in additi... | jsdelfino | 2010-10-25 | 4 | -11/+54 |
* | Remove unnecessary javaClass hint attribute from JSON objects. | jsdelfino | 2010-10-20 | 3 | -6/+6 |
* | Accept JSON-RPC requests with application/x-www-form-urlencoded content type. | jsdelfino | 2010-09-15 | 1 | -1/+1 |
* | Upgrade build scripts to on Ubuntu 10.04. | jsdelfino | 2010-09-15 | 2 | -2/+2 |
* | Add support nickname property to WSGI / GAE integration code. | jsdelfino | 2010-09-08 | 1 | -1/+7 |
* | Add a test of the password protected python store sample. | jsdelfino | 2010-07-21 | 1 | -11/+23 |
* | Add more JSON and ATOMPub test cases. | jsdelfino | 2010-07-19 | 6 | -12/+12 |
* | Support the host property and a /logout URL on WSGI servers. | jsdelfino | 2010-07-17 | 3 | -4/+31 |
* | Support user and email properties in WSGI integration. | jsdelfino | 2010-07-01 | 1 | -6/+15 |
* | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 2010-07-01 | 1 | -10/+63 |
* | Add RSS support to the WSGI integration module. | jsdelfino | 2010-06-05 | 6 | -31/+362 |
* | Fix source distribution build scripts, add missing files to the dist targets. | jsdelfino | 2010-05-30 | 1 | -5/+9 |
* | Fix distribution build, add missing files and samples and fix path to librari... | jsdelfino | 2010-05-29 | 1 | -1/+3 |
* | Add simple implementation of Scheme-like lazy streams. | jsdelfino | 2010-05-13 | 3 | -1/+114 |
* | Add test scripts to test the WSGI integration on the GAE SDK. | jsdelfino | 2010-04-11 | 10 | -10/+111 |
* | Use curl configured at build time instead of curl found on system path. | jsdelfino | 2010-04-04 | 2 | -14/+18 |
* | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 2010-03-28 | 1 | -9/+23 |
* | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 2010-03-27 | 2 | -5/+17 |
* | Correctly support binding URI on references. | jsdelfino | 2010-03-21 | 1 | -3/+3 |
* | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 2010-03-17 | 7 | -7/+146 |
* | Updated the INSTALL instructions, fixed a few incremental build issues, and a... | jsdelfino | 2010-03-13 | 2 | -30/+11 |
* | Improved handling of HTTP etags and dynamic content expiration. | jsdelfino | 2010-03-13 | 1 | -36/+68 |
* | Added a WSGI store test case, plus a few fixes to get it working. | jsdelfino | 2010-03-10 | 5 | -27/+99 |
* | Minor cleanup, renamed mcache to memcache, added a uuid util function to get ... | jsdelfino | 2010-03-10 | 1 | -1/+1 |
* | Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ... | jsdelfino | 2010-03-06 | 23 | -98/+1133 |
* | Minor code cleanup, refactored some ATOM data conversion functions, simplifie... | jsdelfino | 2010-03-06 | 1 | -8/+2 |
* | Minor fixes to distro build. Added missing scripts. Placed libraries in the c... | jsdelfino | 2010-03-01 | 1 | -7/+5 |
* | Strawman WSGI integration, allowing Python components to run in a Python WSGI... | jsdelfino | 2010-02-28 | 14 | -0/+673 |