index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
/
trunk
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor some of the Javascript scripts to use a different namespace per script.
jsdelfino
2010-12-12
19
-327
/
+331
*
Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...
jsdelfino
2010-12-11
7
-28
/
+1316
*
Add XML and JSON to/from Scheme conversion test programs.
jsdelfino
2010-12-11
6
-1
/
+220
*
Add a test file-based database component.
jsdelfino
2010-12-08
12
-1
/
+654
*
Move JavaScript eval functions to the js module.
jsdelfino
2010-12-08
9
-282
/
+387
*
Move HTTPD Require configuration for openid resources to the openid configura...
jsdelfino
2010-12-08
3
-16
/
+22
*
Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...
jsdelfino
2010-12-08
3
-2
/
+145
*
Create a js module for client side javascripts. Move client component script ...
jsdelfino
2010-12-06
23
-20
/
+964
*
Upgrade to Google appengine version 1.4.0.
jsdelfino
2010-12-06
2
-3
/
+3
*
Add scripts to support 'Require valid-user' and 'Require group' authz configu...
jsdelfino
2010-12-03
21
-41
/
+113
*
Reset auth cookie before re-auth in login page.
jsdelfino
2010-12-03
8
-0
/
+18
*
Use different servers for cert-based and password-based auth and use event MP...
jsdelfino
2010-11-28
32
-243
/
+360
*
Minor build fixes. Create missing .so links in sample. Unpack httpd-2.3.8-dep...
jsdelfino
2010-11-16
3
-17
/
+21
*
Minor build fixes. Link against tinycdb shared library instead of static lib ...
jsdelfino
2010-11-15
2
-3
/
+3
*
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...
jsdelfino
2010-11-14
38
-715
/
+229
*
Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...
jsdelfino
2010-11-13
57
-278
/
+889
*
Add .componentType files describing the utility components. Refactor chat com...
jsdelfino
2010-11-03
23
-26
/
+556
*
Add missing return statement in proxy function.
jsdelfino
2010-11-03
1
-1
/
+1
*
Improvements to OAuth and OpenID modules. Store client app in an environment ...
jsdelfino
2010-11-03
35
-120
/
+890
*
Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ...
jsdelfino
2010-10-28
2
-7
/
+29
*
Fix path to JavaScript file.
jsdelfino
2010-10-28
1
-1
/
+1
*
Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...
jsdelfino
2010-10-27
15
-204
/
+159
*
Fix invocation of ip-redirect commands as they need sudo to execute.
jsdelfino
2010-10-25
2
-8
/
+8
*
Support python method invocation style on references, ref.func(...) in additi...
jsdelfino
2010-10-25
62
-218
/
+307
*
Improve format of HTTP and HTTPS logs.
jsdelfino
2010-10-25
4
-5
/
+17
*
Adjust location of httpd-2.2.16 distro download as it's now archived.
jsdelfino
2010-10-25
2
-2
/
+2
*
Minor fixes to get all samples working in a target install dir.
jsdelfino
2010-10-20
12
-25
/
+53
*
Remove unnecessary javaClass hint attribute from JSON objects.
jsdelfino
2010-10-20
35
-67
/
+56
*
Upgrade to memcached 1.4.5, postgresql 9.0.1 and gae 1.3.7.
jsdelfino
2010-10-20
2
-28
/
+28
*
Renamed frontcache to datacache and add a memo cache that memoizes function a...
jsdelfino
2010-10-20
9
-24
/
+157
*
Strip the leading '.' added by some JSON-RPC clients to method names.
jsdelfino
2010-09-21
1
-1
/
+3
*
Change content of sample catalogs to show different results when the app is w...
jsdelfino
2010-09-21
2
-6
/
+6
*
Remove 'javaClass' JSON property as it's not needed anymore.
jsdelfino
2010-09-21
2
-6
/
+6
*
Minor change, renamed getcatalog to items.
jsdelfino
2010-09-20
11
-14
/
+16
*
Improvements to the oauth module and support for oauth 1.0a using liboauth.
jsdelfino
2010-09-19
21
-202
/
+1018
*
Fixing compilation issues in 64Bit environment
lresende
2010-09-17
2
-2
/
+2
*
Accept JSON-RPC requests with application/x-www-form-urlencoded content type.
jsdelfino
2010-09-15
2
-2
/
+2
*
Upgrade build scripts to on Ubuntu 10.04.
jsdelfino
2010-09-15
10
-34
/
+87
*
Add support nickname property to WSGI / GAE integration code.
jsdelfino
2010-09-08
1
-1
/
+7
*
Add some error checking to the OAuth support.
jsdelfino
2010-09-08
1
-7
/
+40
*
Minor tweaks to make the OAuth support work with Github.
jsdelfino
2010-09-07
2
-3
/
+10
*
Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...
jsdelfino
2010-09-06
9
-75
/
+495
*
Exclude build output from version control.
jsdelfino
2010-09-06
1
-0
/
+1
*
Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...
jsdelfino
2010-09-06
43
-77
/
+1160
*
Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...
jsdelfino
2010-09-06
4
-3
/
+5
*
Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...
jsdelfino
2010-09-03
14
-6
/
+65
*
Make sure components execute in the correct contribution directory and fix su...
jsdelfino
2010-08-29
7
-26
/
+72
*
Support local in-process function proxies between components contributed by a...
jsdelfino
2010-08-24
3
-30
/
+31
*
Improve performance by reusing HTTP proxy connections across invocations and ...
jsdelfino
2010-08-22
10
-40
/
+186
*
Refactor store-cluster sample components to allow vhosts to share common cach...
jsdelfino
2010-08-22
12
-103
/
+137
[next]