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-12-27
Simplify relay sample a bit.
jsdelfino
7
-102
/
+7
2010-12-27
Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry...
jsdelfino
8
-26
/
+73
2010-12-25
Port to HTTPD 2.3.10 alpha release.
jsdelfino
2
-12
/
+12
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
10
-23
/
+47
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
Add a sample showing how to relay various REST requests.
jsdelfino
12
-1
/
+299
2010-12-24
Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...
jsdelfino
15
-31
/
+183
2010-12-24
Preserve HTTP request path when routing a request through a component reference.
jsdelfino
1
-3
/
+9
2010-12-24
Add support for XML and JSON formats to file database component.
jsdelfino
7
-48
/
+151
2010-12-12
Refactor some of the Javascript scripts to use a different namespace per script.
jsdelfino
19
-327
/
+331
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
6
-1
/
+220
2010-12-08
Add a test file-based database component.
jsdelfino
12
-1
/
+654
2010-12-08
Move JavaScript eval functions to the js module.
jsdelfino
9
-282
/
+387
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
23
-20
/
+964
2010-12-06
Upgrade to Google appengine version 1.4.0.
jsdelfino
2
-3
/
+3
2010-12-03
Add scripts to support 'Require valid-user' and 'Require group' authz configu...
jsdelfino
21
-41
/
+113
2010-12-03
Reset auth cookie before re-auth in login page.
jsdelfino
8
-0
/
+18
2010-11-28
Use different servers for cert-based and password-based auth and use event MP...
jsdelfino
32
-243
/
+360
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
[prev]
[next]