index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
/
trunk
/
modules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-12-29
Remove type=feed and type=entry parameters from application/atom+xml media ty...
jsdelfino
6
-8
/
+23
2010-12-27
Fix automated build and Ubuntu 10.10 install.
jsdelfino
1
-0
/
+6
2010-12-27
Port REST support improvements to AppEngine Python integration scripts and ad...
jsdelfino
6
-27
/
+145
2010-12-27
Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...
jsdelfino
5
-12
/
+54
2010-12-24
Improve component and reference rendering and layout. Recurse over wired refe...
jsdelfino
3
-164
/
+364
2010-12-24
Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.
jsdelfino
9
-19
/
+44
2010-12-24
Fix content types. Removed duplicate function.
jsdelfino
1
-23
/
+7
2010-12-24
Turn off URL canonicalization when routing a request through HTTPD's reverse ...
jsdelfino
1
-0
/
+1
2010-12-24
Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...
jsdelfino
12
-28
/
+178
2010-12-24
Preserve HTTP request path when routing a request through a component reference.
jsdelfino
1
-3
/
+9
2010-12-12
Refactor some of the Javascript scripts to use a different namespace per script.
jsdelfino
8
-283
/
+287
2010-12-11
Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal compon...
jsdelfino
7
-28
/
+1316
2010-12-11
Add XML and JSON to/from Scheme conversion test programs.
jsdelfino
5
-1
/
+216
2010-12-08
Move JavaScript eval functions to the js module.
jsdelfino
8
-282
/
+386
2010-12-08
Move HTTPD Require configuration for openid resources to the openid configura...
jsdelfino
3
-16
/
+22
2010-12-08
Add a CSS style sheet. Fix HTTPD Require configuration for files in the js mo...
jsdelfino
3
-2
/
+145
2010-12-06
Create a js module for client side javascripts. Move client component script ...
jsdelfino
10
-8
/
+951
2010-12-03
Add scripts to support 'Require valid-user' and 'Require group' authz configu...
jsdelfino
13
-41
/
+105
2010-12-03
Reset auth cookie before re-auth in login page.
jsdelfino
4
-0
/
+8
2010-11-28
Use different servers for cert-based and password-based auth and use event MP...
jsdelfino
18
-197
/
+316
2010-11-14
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...
jsdelfino
9
-23
/
+23
2010-11-13
Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...
jsdelfino
30
-231
/
+771
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
22
-65
/
+130
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
3
-53
/
+74
2010-10-25
Support python method invocation style on references, ref.func(...) in additi...
jsdelfino
6
-17
/
+107
2010-10-25
Improve format of HTTP and HTTPS logs.
jsdelfino
2
-2
/
+13
2010-10-20
Minor fixes to get all samples working in a target install dir.
jsdelfino
2
-4
/
+4
2010-10-20
Remove unnecessary javaClass hint attribute from JSON objects.
jsdelfino
9
-21
/
+21
2010-09-21
Strip the leading '.' added by some JSON-RPC clients to method names.
jsdelfino
1
-1
/
+3
2010-09-19
Improvements to the oauth module and support for oauth 1.0a using liboauth.
jsdelfino
17
-189
/
+973
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
2
-2
/
+2
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
5
-15
/
+262
2010-09-06
Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...
jsdelfino
26
-61
/
+1082
2010-09-06
Use secure cookies for OpenID auth sessions. Renamed OpenID memcached config ...
jsdelfino
3
-2
/
+4
2010-09-03
Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...
jsdelfino
4
-1
/
+42
2010-08-29
Make sure components execute in the correct contribution directory and fix su...
jsdelfino
5
-26
/
+45
2010-08-24
Support local in-process function proxies between components contributed by a...
jsdelfino
1
-24
/
+29
2010-08-22
Improve performance by reusing HTTP proxy connections across invocations and ...
jsdelfino
8
-38
/
+180
2010-08-22
Refactor store-cluster sample components to allow vhosts to share common cach...
jsdelfino
4
-22
/
+51
2010-08-19
Script fixes to get database working with the HTTPS-enabled store-cluster sam...
jsdelfino
6
-27
/
+50
2010-08-16
Fix configuration scripts to create directories if necessary.
jsdelfino
16
-0
/
+21
2010-08-16
Test Postgresql hot standby + replication and integrated Postgresql database ...
jsdelfino
3
-14
/
+4
[prev]
[next]