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