index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable HTTPD mod_status in SSL-enabled configuration.
jsdelfino
2010-07-12
1
-0
/
+15
*
Add a host component property reporting the current virtual host name.
jsdelfino
2010-07-12
2
-11
/
+22
*
More changes to get both single and mass dynamic virtual hosting working with...
jsdelfino
2010-07-08
32
-243
/
+457
*
Add support for HTTPD mass dynamic virtual hosting. Components can now be dep...
jsdelfino
2010-07-06
23
-123
/
+1249
*
Minor cleanup of config scripts and samples.
jsdelfino
2010-07-06
37
-1351
/
+1135
*
HTTPD configuration changes to properly work behind a proxy or in a cluster.
jsdelfino
2010-07-04
5
-7
/
+78
*
Minor fixes to the Ubuntu build scripts.
jsdelfino
2010-07-04
7
-10
/
+25
*
Add utility script to map port 80 to httpd's port.
jsdelfino
2010-07-04
2
-0
/
+56
*
Support user and email properties in WSGI integration.
jsdelfino
2010-07-01
8
-24
/
+46
*
Refactor OpenID test pages and add test methods returning the user info.
jsdelfino
2010-07-01
11
-92
/
+187
*
Minimal support for implementation.widget, using simplified (and generic) JSO...
jsdelfino
2010-07-01
59
-4801
/
+810
*
Add a sign out page and links to more OpenID providers.
jsdelfino
2010-06-28
5
-11
/
+75
*
Update build instructions and scripts to include the OpenID support.
jsdelfino
2010-06-27
3
-14
/
+88
*
Add support for user and email component properties, and minimal support for ...
jsdelfino
2010-06-27
13
-6
/
+352
*
Minor build script fixes.
jsdelfino
2010-06-26
2
-2
/
+2
*
Fix test composite name.
jsdelfino
2010-06-22
1
-1
/
+1
*
Fix default libs variable name in configure script.
jsdelfino
2010-06-22
1
-9
/
+9
*
Add a utility script to SSH to an EC2 instance.
jsdelfino
2010-06-22
1
-0
/
+21
*
Add a script to bootstrap a dev build image on an EC2 instance.
jsdelfino
2010-06-05
1
-0
/
+23
*
Minor fixes to ubuntu image creation scripts.
jsdelfino
2010-06-05
6
-32
/
+161
*
Add build support for a minimum distribution using prebuilt dependencies from...
jsdelfino
2010-06-05
33
-607
/
+815
*
Add RSS support to the WSGI integration module.
jsdelfino
2010-06-05
7
-46
/
+377
*
Upgrade SCDL schemas to cd05 level. Remove unused and unsupported schemas. Ad...
jsdelfino
2010-06-02
45
-1166
/
+339
*
Build the expat XML parser separately instead of building it as part of libst...
jsdelfino
2010-05-31
5
-25
/
+21
*
Add support for RSS feeds and minor fixes to ATOM support.
jsdelfino
2010-05-31
12
-5
/
+564
*
Fix source distribution build scripts, add missing files to the dist targets.
jsdelfino
2010-05-30
25
-39
/
+134
*
Fix distribution build, add missing files and samples and fix path to librari...
jsdelfino
2010-05-29
45
-115
/
+275
*
Add a logger component that logs and relays all invocations through a reference.
jsdelfino
2010-05-23
8
-4
/
+189
*
Update svn:ignore properties.
jsdelfino
2010-05-22
1
-0
/
+3
*
Change Memcached component to use localhost instead of 127.0.0.1.
jsdelfino
2010-05-22
2
-3
/
+3
*
Implementation of a streaming + aggregating Log utility component using Faceb...
jsdelfino
2010-05-22
23
-26
/
+943
*
More fixes to get build working on EC2 base Ubuntu 9.10 image.
jsdelfino
2010-05-17
2
-10
/
+18
*
Add missing GCC-4.5 dependencies to automated Ubuntu build. Centralize GCC-4....
jsdelfino
2010-05-17
3
-40
/
+13
*
Upgrade from GCC 4.5.0-1 to GCC 4.5.0-2.
jsdelfino
2010-05-17
3
-54
/
+54
*
Add missing thrift, scribe and libcloud to Ubuntu distro build.
jsdelfino
2010-05-17
1
-1
/
+1
*
Add Apache Libcloud support to the build.
jsdelfino
2010-05-16
4
-13
/
+46
*
Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com...
jsdelfino
2010-05-16
4
-1
/
+170
*
Update README description of how to get the source code.
jsdelfino
2010-05-13
1
-2
/
+3
*
Add simple implementation of Scheme-like lazy streams.
jsdelfino
2010-05-13
3
-1
/
+114
*
Move samples to samples directory.
jsdelfino
2010-05-13
101
-35
/
+13
*
Add instructions to download and setup gcc 4.5.
jsdelfino
2010-04-22
1
-3
/
+8
*
Reuse the same file descriptor when reopening a tinycdb database.
jsdelfino
2010-04-19
1
-4
/
+35
*
Minor cleanup of ubuntu install scripts.
jsdelfino
2010-04-19
3
-4
/
+23
*
Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...
jsdelfino
2010-04-19
23
-61
/
+1508
*
Chdir to the installed SCA contribution before configuring components.
jsdelfino
2010-04-19
1
-0
/
+4
*
Strawman implementation of post, put and delete on a tinycdb database, for no...
jsdelfino
2010-04-17
14
-4
/
+734
*
Install gcc-4.5 in ubuntu automated install script.
jsdelfino
2010-04-17
3
-56
/
+25
*
Add a test for lambda expressions with gcc-4.5 and change build script to req...
jsdelfino
2010-04-17
4
-3
/
+87
*
Copy trunk into gcc-4.4 branch before porting to gcc-4.5.
jsdelfino
2010-04-17
380
-0
/
+39773
*
Change build scripts to make them work with GCC 4.5. Add a script to help ins...
jsdelfino
2010-04-17
5
-25
/
+84
[prev]
[next]