index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-11-16
Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-dep...
jsdelfino
3
-17
/
+21
2010-11-15
Minor build fixes. Link against tinycdb shared library instead of static lib ...
jsdelfino
2
-3
/
+3
2010-11-14
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...
jsdelfino
38
-715
/
+229
2010-11-13
Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...
jsdelfino
57
-278
/
+889
2010-11-03
Add .componentType files describing the utility components. Refactor chat com...
jsdelfino
23
-26
/
+556
2010-11-03
Add missing return statement in proxy function.
jsdelfino
1
-1
/
+1
2010-11-03
Improvements to OAuth and OpenID modules. Store client app in an environment ...
jsdelfino
35
-120
/
+890
2010-10-28
Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ...
jsdelfino
2
-7
/
+29
2010-10-28
Fix path to JavaScript file.
jsdelfino
1
-1
/
+1
2010-10-27
Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...
jsdelfino
15
-204
/
+159
2010-10-25
Fix invocation of ip-redirect commands as they need sudo to execute.
jsdelfino
2
-8
/
+8
2010-10-25
Support python method invocation style on references, ref.func(...) in additi...
jsdelfino
62
-218
/
+307
2010-10-25
Improve format of HTTP and HTTPS logs.
jsdelfino
4
-5
/
+17
2010-10-25
Adjust location of httpd-2.2.16 distro download as it's now archived.
jsdelfino
2
-2
/
+2
2010-10-20
Minor fixes to get all samples working in a target install dir.
jsdelfino
12
-25
/
+53
2010-10-20
Remove unnecessary javaClass hint attribute from JSON objects.
jsdelfino
35
-67
/
+56
2010-10-20
Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7.
jsdelfino
2
-28
/
+28
2010-10-20
Renamed frontcache to datacache and add a memo cache that memoizes function a...
jsdelfino
9
-24
/
+157
2010-09-21
Strip the leading '.' added by some JSON-RPC clients to method names.
jsdelfino
1
-1
/
+3
2010-09-21
Change content of sample catalogs to show different results when the app is w...
jsdelfino
2
-6
/
+6
2010-09-21
Remove 'javaClass' JSON property as it's not needed anymore.
jsdelfino
2
-6
/
+6
2010-09-20
Minor change, renamed getcatalog to items.
jsdelfino
11
-14
/
+16
2010-09-19
Improvements to the oauth module and support for oauth 1.0a using liboauth.
jsdelfino
21
-202
/
+1018
2010-09-17
Fixing compilation issues in 64Bit environment
lresende
2
-2
/
+2
2010-09-15
Accept JSON-RPC requests with application/x-www-form-urlencoded content type.
jsdelfino
2
-2
/
+2
2010-09-15
Upgrade build scripts to on Ubuntu 10.04.
jsdelfino
10
-34
/
+87
2010-09-08
Add support nickname property to WSGI / GAE integration code.
jsdelfino
1
-1
/
+7
2010-09-08
Add some error checking to the OAuth support.
jsdelfino
1
-7
/
+40
2010-09-07
Minor tweaks to make the OAuth support work with Github.
jsdelfino
2
-3
/
+10
2010-09-06
Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...
jsdelfino
9
-75
/
+495
2010-09-06
Exclude build output from version control.
jsdelfino
1
-0
/
+1
2010-09-06
Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...
jsdelfino
43
-77
/
+1160
2010-09-06
Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...
jsdelfino
4
-3
/
+5
2010-09-03
Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...
jsdelfino
14
-6
/
+65
2010-08-29
Make sure components execute in the correct contribution directory and fix su...
jsdelfino
7
-26
/
+72
2010-08-24
Support local in-process function proxies between components contributed by a...
jsdelfino
3
-30
/
+31
2010-08-22
Improve performance by reusing HTTP proxy connections across invocations and ...
jsdelfino
10
-40
/
+186
2010-08-22
Refactor store-cluster sample components to allow vhosts to share common cach...
jsdelfino
12
-103
/
+137
2010-08-19
Script fixes to get database working with the HTTPS-enabled store-cluster sam...
jsdelfino
28
-119
/
+455
2010-08-19
Exclude test program build output from version control.
jsdelfino
2
-0
/
+1
2010-08-16
Fix configuration scripts to create directories if necessary.
jsdelfino
17
-0
/
+22
2010-08-16
Test Postgresql hot standby + replication and integrated Postgresql database ...
jsdelfino
44
-174
/
+912
2010-08-14
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...
jsdelfino
56
-403
/
+1377
2010-08-02
Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI...
jsdelfino
23
-77
/
+609
2010-07-28
Change sample to use a pool of three memcached servers. Add a property to the...
jsdelfino
21
-49
/
+112
2010-07-28
Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...
jsdelfino
62
-111
/
+1735
2010-07-24
Change OpenID conf to protect the entire tree under a host, and work with Ope...
jsdelfino
8
-53
/
+122
2010-07-21
Add a test of the password protected python store sample.
jsdelfino
3
-14
/
+45
2010-07-19
Add more JSON and ATOMPub test cases.
jsdelfino
24
-39
/
+168
2010-07-17
Support the host property and a /logout URL on WSGI servers.
jsdelfino
8
-10
/
+53
[next]