summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/wsgi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support sorting database search results by rank, and add a rank attribute to ...jsdelfino2013-08-261-1/+2
* Refactoring, rename isNil to isNull.jsdelfino2013-01-037-62/+62
* Add support for HTTP patch and application of patch scripts to server and dat...jsdelfino2013-01-038-3/+52
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-112-2/+2
* Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12....jsdelfino2012-07-161-2/+2
* Improve caching support and some of the navigations in the hosting environment.jsdelfino2012-07-161-1/+1
* Fix PyObject reference counting bugs causing memory violations in the Python ...jsdelfino2012-05-291-0/+1
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-286-2/+16
* Add a few missing files to Makefile install targets.jsdelfino2011-11-121-1/+1
* Port to Mac OS X 10.6.7.jsdelfino2011-06-2810-18/+18
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-6/+5
* Fix representation of null values and escape control characters in JSON and H...jsdelfino2011-04-171-0/+2
* Update svn:ignore properties and minor build cleanups.jsdelfino2011-03-141-1/+1
* Change ATOM and RSS feed representations to use name value pairs instead of j...jsdelfino2011-03-085-87/+90
* Support for changing component names and properties, and some edit improvements.jsdelfino2011-02-061-1/+1
* Use a common stylesheet in all samples.jsdelfino2011-01-172-1/+33
* Remove type=feed and type=entry parameters from application/atom+xml media ty...jsdelfino2010-12-293-4/+10
* Port REST support improvements to AppEngine Python integration scripts and ad...jsdelfino2010-12-276-27/+145
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-245-11/+27
* Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino2010-11-031-2/+4
* Support python method invocation style on references, ref.func(...) in additi...jsdelfino2010-10-254-11/+54
* Remove unnecessary javaClass hint attribute from JSON objects.jsdelfino2010-10-203-6/+6
* Accept JSON-RPC requests with application/x-www-form-urlencoded content type.jsdelfino2010-09-151-1/+1
* Upgrade build scripts to on Ubuntu 10.04.jsdelfino2010-09-152-2/+2
* Add support nickname property to WSGI / GAE integration code.jsdelfino2010-09-081-1/+7
* Add a test of the password protected python store sample.jsdelfino2010-07-211-11/+23
* Add more JSON and ATOMPub test cases.jsdelfino2010-07-196-12/+12
* Support the host property and a /logout URL on WSGI servers.jsdelfino2010-07-173-4/+31
* Support user and email properties in WSGI integration.jsdelfino2010-07-011-6/+15
* Minimal support for implementation.widget, using simplified (and generic) JSO...jsdelfino2010-07-011-10/+63
* Add RSS support to the WSGI integration module.jsdelfino2010-06-056-31/+362
* Fix source distribution build scripts, add missing files to the dist targets.jsdelfino2010-05-301-5/+9
* Fix distribution build, add missing files and samples and fix path to librari...jsdelfino2010-05-291-1/+3
* Add simple implementation of Scheme-like lazy streams.jsdelfino2010-05-133-1/+114
* Add test scripts to test the WSGI integration on the GAE SDK.jsdelfino2010-04-1110-10/+111
* Use curl configured at build time instead of curl found on system path.jsdelfino2010-04-042-14/+18
* Add a host parameter to the conf scripts to allow an external DNS host name t...jsdelfino2010-03-281-9/+23
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...jsdelfino2010-03-272-5/+17
* Correctly support binding URI on references.jsdelfino2010-03-211-3/+3
* Added support for HTTP references and different versions of the store-wsgi co...jsdelfino2010-03-177-7/+146
* Updated the INSTALL instructions, fixed a few incremental build issues, and a...jsdelfino2010-03-132-30/+11
* Improved handling of HTTP etags and dynamic content expiration.jsdelfino2010-03-131-36/+68
* Added a WSGI store test case, plus a few fixes to get it working.jsdelfino2010-03-105-27/+99
* Minor cleanup, renamed mcache to memcache, added a uuid util function to get ...jsdelfino2010-03-101-1/+1
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ...jsdelfino2010-03-0623-98/+1133
* Minor code cleanup, refactored some ATOM data conversion functions, simplifie...jsdelfino2010-03-061-8/+2
* Minor fixes to distro build. Added missing scripts. Placed libraries in the c...jsdelfino2010-03-011-7/+5
* Strawman WSGI integration, allowing Python components to run in a Python WSGI...jsdelfino2010-02-2814-0/+673