1. de675c1 Add XML and JSON to/from Scheme conversion test programs. by Jean Sebastien Delfino · 14 years ago
  2. 77c7009 Add a test file-based database component. by Jean Sebastien Delfino · 14 years ago
  3. cbb5c36 Move JavaScript eval functions to the js module. by Jean Sebastien Delfino · 14 years ago
  4. 238a723 Move HTTPD Require configuration for openid resources to the openid configuration scripts. by Jean Sebastien Delfino · 14 years ago
  5. 0f54928 Add a CSS style sheet. Fix HTTPD Require configuration for files in the js module. by Jean Sebastien Delfino · 14 years ago
  6. 718dd22 Create a js module for client side javascripts. Move client component script to that module and add a few utility scripts. by Jean Sebastien Delfino · 14 years ago
  7. 30f131c Upgrade to Google appengine version 1.4.0. by Jean Sebastien Delfino · 14 years ago
  8. 54c4649 Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately. by Jean Sebastien Delfino · 14 years ago
  9. e1fc682 Reset auth cookie before re-auth in login page. by Jean Sebastien Delfino · 14 years ago
  10. 710a705 Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers. by Jean Sebastien Delfino · 14 years ago
  11. d769725 Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-deps.tar.gz. Update EC2 build scripts to use Ubuntu 10.10 64-bit images. by Jean Sebastien Delfino · 14 years ago
  12. 9899e4f Minor build fixes. Link against tinycdb shared library instead of static lib to fix 'relocation R_X86_64_PC32 against undefined symbol' error on 64-bit. Remove deleted scripts from ubuntu/Makefile.am. by Jean Sebastien Delfino · 14 years ago
  13. f1443c4 Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts. by Jean Sebastien Delfino · 14 years ago
  14. 5652b00 Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2.3 Form auth modules play nice together. by Jean Sebastien Delfino · 14 years ago
  15. 8da98eb Add .componentType files describing the utility components. Refactor chat component in two separate components for sending and receiving messages. by Jean Sebastien Delfino · 14 years ago
  16. 4213646 Add missing return statement in proxy function. by Jean Sebastien Delfino · 14 years ago
  17. 4142ee1 Improvements to OAuth and OpenID modules. Store client app in an environment variable. Add support for more OAuth providers. Fix a cookie parsing bug. by Jean Sebastien Delfino · 14 years ago
  18. 35b820a Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to redirect requests to configured canonical host name. Move HTTPS redirect mod-rewrite rules under the HTTP virtual host configurations. by Jean Sebastien Delfino · 14 years ago
  19. 5a721ba Fix path to JavaScript file. by Jean Sebastien Delfino · 14 years ago
  20. c0ca371 Simplify Javascript component reference API a bit. Rename tuscany-ref.js to ref.js. Add a function to declare reference proxy methods. by Jean Sebastien Delfino · 14 years ago
  21. 708e25b Fix invocation of ip-redirect commands as they need sudo to execute. by Jean Sebastien Delfino · 14 years ago
  22. 75bde8d Support python method invocation style on references, ref.func(...) in addition to ref('func', ...). Minor cleanup of the various samples, renamed gettotal to total and getcatalog to items, for consistency with the python sample. by Jean Sebastien Delfino · 14 years ago
  23. 65d2bf5 Improve format of HTTP and HTTPS logs. by Jean Sebastien Delfino · 14 years ago
  24. 0a5696c Adjust location of httpd-2.2.16 distro download as it's now archived. by Jean Sebastien Delfino · 14 years ago
  25. 22f8fac Minor fixes to get all samples working in a target install dir. by Jean Sebastien Delfino · 14 years ago
  26. e1ae759 Remove unnecessary javaClass hint attribute from JSON objects. by Jean Sebastien Delfino · 14 years ago
  27. 3d45d0b Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7. by Jean Sebastien Delfino · 14 years ago
  28. f1f3047 Renamed frontcache to datacache and add a memo cache that memoizes function applications. by Jean Sebastien Delfino · 14 years ago
  29. f63c3e2 Strip the leading '.' added by some JSON-RPC clients to method names. by Jean Sebastien Delfino · 14 years ago
  30. 8657551 Change content of sample catalogs to show different results when the app is wired to one or another. by Jean Sebastien Delfino · 14 years ago
  31. 92842ca Remove 'javaClass' JSON property as it's not needed anymore. by Jean Sebastien Delfino · 14 years ago
  32. caf0483 Minor change, renamed getcatalog to items. by Jean Sebastien Delfino · 14 years ago
  33. 30c5fcf Improvements to the oauth module and support for oauth 1.0a using liboauth. by Jean Sebastien Delfino · 14 years ago
  34. b40563b Fixing compilation issues in 64Bit environment by Luciano Resende · 14 years ago
  35. 24f17af Accept JSON-RPC requests with application/x-www-form-urlencoded content type. by Jean Sebastien Delfino · 14 years ago
  36. 30a7fbc Upgrade build scripts to on Ubuntu 10.04. by Jean Sebastien Delfino · 14 years ago
  37. 0308f84 Add support nickname property to WSGI / GAE integration code. by Jean Sebastien Delfino · 14 years ago
  38. 7732df8 Add some error checking to the OAuth support. by Jean Sebastien Delfino · 14 years ago
  39. cc9d78f Minor tweaks to make the OAuth support work with Github. by Jean Sebastien Delfino · 14 years ago
  40. 946cb37 Enable OAuth and OpenID to be used together in the same app. Add a few OpenID providers to test login page. by Jean Sebastien Delfino · 14 years ago
  41. b189360 Exclude build output from version control. by Jean Sebastien Delfino · 14 years ago
  42. 5757ca1 Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the OpenID support and changes to enable it to co-exist with OAuth. by Jean Sebastien Delfino · 14 years ago
  43. 8f52db6 Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config directive to follow HTTPD naming convention. by Jean Sebastien Delfino · 14 years ago
  44. e1e8603 Configure mod-auth-openid to use memcached instead of sqlite. Remove dependencies on sqlite. by Jean Sebastien Delfino · 14 years ago
  45. c0d2661 Make sure components execute in the correct contribution directory and fix support for Python relative module imports. by Jean Sebastien Delfino · 14 years ago
  46. 637c47b Support local in-process function proxies between components contributed by a virtual host and the main host. by Jean Sebastien Delfino · 14 years ago
  47. fdec546 Improve performance by reusing HTTP proxy connections across invocations and using local function proxies instead of HTTP proxies for local wires. by Jean Sebastien Delfino · 14 years ago
  48. 4cd671e Refactor store-cluster sample components to allow vhosts to share common cache and database components. Minor fixes to config scripts and wiring code to get that combination working. by Jean Sebastien Delfino · 14 years ago
  49. 2e7b66f Script fixes to get database working with the HTTPS-enabled store-cluster sample configuration. Also some logging improvements and aggregation of the sample logs using scribe. by Jean Sebastien Delfino · 14 years ago
  50. 66e1abe Exclude test program build output from version control. by Jean Sebastien Delfino · 14 years ago
  51. 5e48e81 Fix configuration scripts to create directories if necessary. by Jean Sebastien Delfino · 14 years ago
  52. 2555560 Test Postgresql hot standby + replication and integrated Postgresql database in store-cluster sample. Add a front cache component which can be used to wire a cache component and a database component. by Jean Sebastien Delfino · 14 years ago
  53. 6607951 Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS and add HTTPS config to store-cluster sample. by Jean Sebastien Delfino · 14 years ago
  54. 035ef27 Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenID to coexist. Add OpenID support to sample. by Jean Sebastien Delfino · 14 years ago
  55. e2931a8 Change sample to use a pool of three memcached servers. Add a property to the memcached component to list multiple memcached servers. Replace spaces by tabs in memcached keys as spaces are not allowed in keys. by Jean Sebastien Delfino · 14 years ago
  56. 3ba5337 Refactor and cleanup some of the config scripts. Add a sample using mod_proxy_balancer to distribute requests across three servers. by Jean Sebastien Delfino · 14 years ago
  57. d6a0ba0 Change OpenID conf to protect the entire tree under a host, and work with OpenID step2 discovery. by Jean Sebastien Delfino · 14 years ago
  58. ebeb4d4 Add a test of the password protected python store sample. by Jean Sebastien Delfino · 14 years ago
  59. 75f4ed9 Add more JSON and ATOMPub test cases. by Jean Sebastien Delfino · 14 years ago
  60. 72b028a Support the host property and a /logout URL on WSGI servers. by Jean Sebastien Delfino · 14 years ago
  61. 04fade4 Enable HTTPD mod_status in SSL-enabled configuration. by Jean Sebastien Delfino · 14 years ago
  62. aa1cefb Add a host component property reporting the current virtual host name. by Jean Sebastien Delfino · 14 years ago
  63. 574bf62 More changes to get both single and mass dynamic virtual hosting working with HTTP and HTTPS. by Jean Sebastien Delfino · 14 years ago
  64. 7ddb101 Add support for HTTPD mass dynamic virtual hosting. Components can now be deployed, resolved, wired and invoked within a virtual host. by Jean Sebastien Delfino · 14 years ago
  65. a4262b4 Minor cleanup of config scripts and samples. by Jean Sebastien Delfino · 14 years ago
  66. 410a260 HTTPD configuration changes to properly work behind a proxy or in a cluster. by Jean Sebastien Delfino · 14 years ago
  67. 61b223a Minor fixes to the Ubuntu build scripts. by Jean Sebastien Delfino · 14 years ago
  68. 4e27a63 Add utility script to map port 80 to httpd's port. by Jean Sebastien Delfino · 14 years ago
  69. 35cc587 Support user and email properties in WSGI integration. by Jean Sebastien Delfino · 14 years ago
  70. d5d6f19 Refactor OpenID test pages and add test methods returning the user info. by Jean Sebastien Delfino · 14 years ago
  71. 2039254 Minimal support for implementation.widget, using simplified (and generic) JSONRPC and ATOMPub Javascript proxies. Minor changes to the server runtime to serve reference requests from widgets. Adjust and simplified samples using the widget support. by Jean Sebastien Delfino · 14 years ago
  72. 027fce4 Add a sign out page and links to more OpenID providers. by Jean Sebastien Delfino · 14 years ago
  73. af51c1f Update build instructions and scripts to include the OpenID support. by Jean Sebastien Delfino · 14 years ago
  74. 1536a1d Add support for user and email component properties, and minimal support for sign in using OpenID. by Jean Sebastien Delfino · 14 years ago
  75. 40ad655 Minor build script fixes. by Jean Sebastien Delfino · 14 years ago
  76. 4436c8f Fix test composite name. by Jean Sebastien Delfino · 14 years ago
  77. 6c89d8f Fix default libs variable name in configure script. by Jean Sebastien Delfino · 14 years ago
  78. 729c3f8 Add a utility script to SSH to an EC2 instance. by Jean Sebastien Delfino · 14 years ago
  79. 22d6aa3 Add a script to bootstrap a dev build image on an EC2 instance. by Jean Sebastien Delfino · 14 years ago
  80. 0085f2a Minor fixes to ubuntu image creation scripts. by Jean Sebastien Delfino · 14 years ago
  81. a884713 Add build support for a minimum distribution using prebuilt dependencies from Ubuntu 9.10. by Jean Sebastien Delfino · 14 years ago
  82. 33758de Add RSS support to the WSGI integration module. by Jean Sebastien Delfino · 14 years ago
  83. bf7f4bb Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Add SCDL schema validation test case. by Jean Sebastien Delfino · 14 years ago
  84. e6f8ee1 Build the expat XML parser separately instead of building it as part of libstrophe. by Jean Sebastien Delfino · 14 years ago
  85. 14413da Update svn:ignore properties. by Jean Sebastien Delfino · 14 years ago
  86. 35a0e58 Add support for RSS feeds and minor fixes to ATOM support. by Jean Sebastien Delfino · 14 years ago
  87. 508e293 Fix source distribution build scripts, add missing files to the dist targets. by Jean Sebastien Delfino · 14 years ago
  88. b7cdfc2 Fix distribution build, add missing files and samples and fix path to libraries. GCC 4.5 is used if available but not installed automatically. by Jean Sebastien Delfino · 14 years ago
  89. 392ee8b Add a logger component that logs and relays all invocations through a reference. by Jean Sebastien Delfino · 14 years ago
  90. b20af60 Update svn:ignore properties. by Jean Sebastien Delfino · 14 years ago
  91. 8162a79 Change Memcached component to use localhost instead of 127.0.0.1. by Jean Sebastien Delfino · 14 years ago
  92. af1172f Implementation of a streaming + aggregating Log utility component using Facebook Scribe. by Jean Sebastien Delfino · 14 years ago
  93. cbd76a0 More fixes to get build working on EC2 base Ubuntu 9.10 image. by Jean Sebastien Delfino · 14 years ago
  94. 8d4f9e5 Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize GCC-4.5 installation in ubuntu-gcc-4.5. by Jean Sebastien Delfino · 14 years ago
  95. da4d6ca Upgrade from GCC 4.5.0-1 to GCC 4.5.0-2. by Jean Sebastien Delfino · 14 years ago
  96. d979243 Add missing thrift, scribe and libcloud to Ubuntu distro build. by Jean Sebastien Delfino · 14 years ago
  97. 5d84594 Add Apache Libcloud support to the build. by Jean Sebastien Delfino · 14 years ago
  98. 6830fc1 Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log component. by Jean Sebastien Delfino · 14 years ago
  99. 28e2c73 Update README description of how to get the source code. by Jean Sebastien Delfino · 14 years ago
  100. b1c47d7 Add simple implementation of Scheme-like lazy streams. by Jean Sebastien Delfino · 14 years ago